you
2017-06-05 987cc5a6a425b1f9bcd9000608dc389a45c675a1
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',        ''},
   }
})