MineAssets/1.12.2/assets/minecraft/recipes/golden_chestplate.json
2024-12-17 02:08:01 +03:00

16 lines
214 B
JSON

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