Files
minecraft-assets/data/minecraft/recipes/iron_bars.json
2019-04-06 17:15:10 +00:00

16 lines
222 B
JSON

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