Files
minecraft-assets/data/minecraft/recipes/cut_copper_stairs.json
2023-06-07 18:29:05 +02:00

19 lines
295 B
JSON

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