Files
minecraft-assets/data/minecraft/recipes/iron_chestplate.json
2023-02-22 18:29:48 +01:00

18 lines
278 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"X": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"X X",
"XXX",
"XXX"
],
"result": {
"item": "minecraft:iron_chestplate"
},
"show_notification": true
}