minecraft-assets/data/minecraft/recipes/diamond_boots.json

15 lines
206 B
JSON

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