Files
IMoO/recipes_old/crafting_table_from_crimson_planks.json
2022-01-24 20:17:51 +03:00

25 lines
522 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crafting_table_from_crimson_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"AA",
"AA"
],
"key": {
"A": {
"item": "crimson_planks"
}
},
"result": {
"item": "crafting_table",
"count": 1
},
"priority": 2
}
}