Files
minecraft-assets/data/minecraft/recipes/granite_wall.json
2024-05-14 15:58:41 +02:00

16 lines
221 B
JSON

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