Files
minecraft-assets/data/minecraft/recipes/cobblestone_wall.json
2022-07-20 18:37:37 +02:00

16 lines
229 B
JSON

{
"type": "minecraft:crafting_shaped",
"key": {
"#": {
"item": "minecraft:cobblestone"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 6,
"item": "minecraft:cobblestone_wall"
}
}