superb-warfare/src/main/resources/data/superbwarfare/recipes/battery_crafting_2.json
2025-04-02 02:21:35 +08:00

27 lines
No EOL
410 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" b ",
"cdc",
" e "
],
"key": {
"b": {
"tag": "c:plates/copper"
},
"c": {
"tag": "c:glass_panes"
},
"d": {
"item": "minecraft:redstone"
},
"e": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "superbwarfare:battery",
"count": 1
}
}