minecraft-assets/data/minecraft/recipes/iron_block.json

18 lines
272 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"###",
"###",
"###"
],
"result": {
"item": "minecraft:iron_block"
},
"show_notification": true
}