Luke aka SwissalpS
2019-12-25 76a39e71b9f81531e14efd7ec1b0accfefa0fa66
technic/machines/LV/battery_box.lua
@@ -1,16 +1,17 @@
-- 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'},
   }
})
technic.register_battery_box({
   tier           = "LV",
   max_charge     = 50000,
   max_charge     = 40000,
   charge_rate    = 1000,
   discharge_rate = 4000,
   charge_step    = 500,