superb-warfare/src/main/resources/data/superbwarfare/recipe/charging_station_crafting.json
2025-04-02 20:11:07 +08:00

27 lines
No EOL
423 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"ada",
"dcd",
"aba"
],
"key": {
"a": {
"tag": "c:ingots/copper"
},
"b": {
"item": "minecraft:iron_ingot"
},
"c": {
"item": "minecraft:blast_furnace"
},
"d": {
"item": "superbwarfare:cell"
}
},
"result": {
"id": "superbwarfare:charging_station",
"count": 1
}
}