Files
minecraft-assets/data/minecraft/recipes/leather_chestplate.json
2022-06-29 18:37:59 +02:00

16 lines
222 B
JSON

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