mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-05 09:40:35 +02:00
bugfix HV battery box
This commit is contained in:
@ -8,8 +8,8 @@ end
|
||||
minetest.register_craft({
|
||||
output = 'technic:hv_battery_box 1',
|
||||
recipe = {
|
||||
{'technic:mv_battery_box', 'technic:mv_battery_box', 'mv_technic:battery_box'},
|
||||
{'technic:mv_battery_box', 'technic:hv_transformer', 'mv_technic:battery_box'},
|
||||
{'technic:mv_battery_box', 'technic:mv_battery_box', 'technic:mv_battery_box'},
|
||||
{'technic:mv_battery_box', 'technic:hv_transformer', 'technic:mv_battery_box'},
|
||||
{'', 'technic:hv_cable', ''},
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user