Zefram
2014-05-16 68b7bcc28e39bdf0926072b834eeeeec0ee6c721
technic/machines/LV/battery_box.lua
@@ -2,15 +2,15 @@
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'},
      {'technic:battery',         'group:wood',              'technic:battery'},
      {'technic:battery',         'default:copper_ingot',    'technic:battery'},
      {'technic:cast_iron_ingot', 'technic:cast_iron_ingot', 'technic:cast_iron_ingot'},
   }
})
technic.register_battery_box({
   tier           = "LV",
   max_charge     = 50000,
   max_charge     = 40000,
   charge_rate    = 1000,
   discharge_rate = 4000,
   charge_step    = 500,