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

16 lines
212 B
JSON

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