minecraft-src/data/minecraft/recipe/cobblestone_wall.json
2025-07-04 01:41:11 +03:00

17 lines
No EOL
249 B
JSON

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