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

19 lines
263 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"WoW",
"WWW",
" W "
],
"key": {
"W": {
"tag": "minecraft:planks"
},
"o": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:shield"
}
}