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

26 lines
575 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:crafting_table_waxed_cut_copper_stairs"
},
"tags": [
"crafting_table"
],
"pattern": [
"A",
"AA",
"AAA"
],
"key": {
"A": {
"item": "minecraft:waxed_cut_copper"
}
},
"result": {
"item": "minecraft:waxed_cut_copper_stairs",
"count": 4
},
"priority": 1
}
}