Files
minecraft-assets/data/minecraft/recipe/golden_helmet.json
2025-02-26 18:31:02 +01:00

15 lines
228 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"X": "minecraft:gold_ingot"
},
"pattern": [
"XXX",
"X X"
],
"result": {
"count": 1,
"id": "minecraft:golden_helmet"
}
}