coil
2019-08-26 d119a6748264a4f9825eebdd4ddeb2421cc4784a
technic/machines/LV/battery_box.lua
@@ -1,10 +1,11 @@
-- LV Battery box
minetest.register_craft({
   output = 'technic:lv_battery_box0',
   recipe = {
      {'group:wood',              'group:wood',              'group:wood'},
      {'technic:battery',         'technic:machine_casing',  'technic:battery'},
      {'technic:battery',         'technic:lv_cable0',       'technic:battery'},
      {'group:wood',      'group:wood',             'group:wood'},
      {'technic:battery', 'technic:machine_casing', 'technic:battery'},
      {'technic:battery', 'technic:lv_cable',       'technic:battery'},
   }
})