Lejo
2019-04-13 b81d1d3f2debcab4d18cf4dee824075ef0bbb116
technic/machines/HV/battery_box.lua
@@ -1,10 +1,11 @@
-- HV battery box
minetest.register_craft({
   output = 'technic:hv_battery_box0',
   recipe = {
      {'technic:mv_battery_box0', 'technic:mv_battery_box0', 'technic:mv_battery_box0'},
      {'technic:mv_battery_box0', 'technic:hv_transformer',  'technic:mv_battery_box0'},
      {'',                        'technic:hv_cable0',       ''},
      {'',                        'technic:hv_cable',        ''},
   }
})