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'}, {'technic:battery', 'group:wood', 'technic:battery'}, {'technic:battery', 'default:copper_ingot', 'technic:battery'}, {'technic:cast_iron_ingot', 'technic:cast_iron_ingot', 'technic:cast_iron_ingot'}, } })