Files
Minecraft1.12SRC/eclipse/Client/bin/assets/minecraft/recipes/leather_helmet.json
2020-07-20 00:21:55 +08:00

15 lines
197 B
JSON

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