Zefram
2014-07-25 d59055dd2b1a03449ff11318a2f210d37dd7e76a
technic/machines/LV/battery_box.lua
@@ -2,9 +2,9 @@
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_cable0',       'technic:battery'},
   }
})