Files
minecraft-assets/data/minecraft/recipes/waxed_cut_copper_stairs.json
2021-07-07 09:21:22 +00:00

18 lines
290 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "waxed_cut_copper_stairs",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:waxed_cut_copper"
}
},
"result": {
"item": "minecraft:waxed_cut_copper_stairs",
"count": 4
}
}