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

17 lines
244 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 16,
"item": "minecraft:iron_bars"
}
}