modpack/resources/required-data/ExploreCraft-Tweaks/data/minecraft/recipes/shield.json

19 lines
316 B
JSON
Raw Normal View History

2023-05-18 09:40:38 +00:00
{
"type": "minecraft:crafting_shaped",
"key": {
"W": {
"tag": "minecraft:logs"
},
"S": {
"item": "mythicmetals:silver_ingot"
}
},
"pattern": [
"SWS",
"SWS",
" W "
],
"result": {
"item": "minecraft:shield"
}
}