Files
minecraft-assets/data/minecraft/recipes/shield.json
2024-04-22 09:53:17 +02:00

21 lines
304 B
JSON

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