minecraft-assets/data/minecraft/recipes/cut_copper_stairs.json

18 lines
266 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:cut_copper"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"item": "minecraft:cut_copper_stairs"
}
}