Vanessa Dannenberg
2018-11-27 bdd13beeff5045a34042439e39620b9ca550b214
technic/machines/LV/battery_box.lua
@@ -1,10 +1,11 @@
-- LV Battery box
minetest.register_craft({
   output = 'technic:lv_battery_box0',
   recipe = {
      {'technic:battery',     'group:wood',           'technic:battery'},
      {'technic:battery',     'default:copper_ingot', 'technic:battery'},
      {'default:steel_ingot', 'default:steel_ingot',  'default:steel_ingot'},
      {'group:wood',      'group:wood',             'group:wood'},
      {'technic:battery', 'technic:machine_casing', 'technic:battery'},
      {'technic:battery', 'technic:lv_cable',       'technic:battery'},
   }
})