Files
minecraft-assets/data/minecraft/recipes/tuff_wall.json
2023-10-25 18:29:02 +02:00

18 lines
266 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:tuff"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 6,
"item": "minecraft:tuff_wall"
},
"show_notification": true
}