Files
minecraft-assets/data/minecraft/recipes/granite_wall.json
2022-07-13 18:38:39 +02:00

16 lines
221 B
JSON

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