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

18 lines
280 B
JSON

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