cx384
2024-01-22 a08ba2bb93d7683b619a0e6b0bf00e3afd614ae4
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',        ''},
   }
})