diff --git a/src/main/resources/data/superbwarfare/recipes/charge_station_crafting.json b/src/main/resources/data/superbwarfare/recipes/charge_station_crafting.json new file mode 100644 index 000000000..007ab288d --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/charge_station_crafting.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "ada", + "dcd", + "aba" + ], + "key": { + "a": { + "tag": "forge:ingots/copper" + }, + "b": { + "item": "minecraft:iron_ingot" + }, + "c": { + "item": "minecraft:blast_furnace" + }, + "d": { + "item": "superbwarfare:cell" + } + }, + "result": { + "item": "superbwarfare:charging_station", + "count": 1 + } +} \ No newline at end of file