modpack/resources/required-data/ExploreCraft-Tweaks/data/minecraft/recipes/shield.json
2023-05-18 11:40:38 +02:00

19 lines
No EOL
316 B
JSON

{
"type": "minecraft:crafting_shaped",
"key": {
"W": {
"tag": "minecraft:logs"
},
"S": {
"item": "mythicmetals:silver_ingot"
}
},
"pattern": [
"SWS",
"SWS",
" W "
],
"result": {
"item": "minecraft:shield"
}
}