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

16 lines
212 B
JSON

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