mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-26 19:00:29 +01:00
Fix HV battery box and some indentation.
Bug found by pagliaccio.
This commit is contained in:
parent
19c9a0443b
commit
13e8857f1a
@ -1,9 +1,9 @@
|
|||||||
-- HV battery box
|
-- HV battery box
|
||||||
minetest.register_craft({
|
minetest.register_craft(
|
||||||
output = 'technic:hv_battery_box 1',
|
{output = 'technic:hv_battery_box 1',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'technic:mv_battery_box', 'technic:mv_battery_box', 'mv_technic:battery_box'},
|
{'technic:mv_battery_box', 'technic:mv_battery_box', 'technic:mv_battery_box'},
|
||||||
{'technic:mv_battery_box', 'technic:hv_transformer', 'mv_technic:battery_box'},
|
{'technic:mv_battery_box', 'technic:hv_transformer', 'technic:mv_battery_box'},
|
||||||
{'', 'technic:hv_cable', ''},
|
{'', 'technic:hv_cable', ''},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
-- MV Battery box
|
-- MV Battery box
|
||||||
minetest.register_craft(
|
minetest.register_craft(
|
||||||
{
|
{output = 'technic:mv_battery_box 1',
|
||||||
output = 'technic:mv_battery_box 1',
|
|
||||||
recipe = {
|
recipe = {
|
||||||
{'technic:battery_box', 'technic:battery_box', 'technic:battery_box'},
|
{'technic:battery_box', 'technic:battery_box', 'technic:battery_box'},
|
||||||
{'technic:battery_box', 'technic:mv_transformer', 'technic:battery_box'},
|
{'technic:battery_box', 'technic:mv_transformer', 'technic:battery_box'},
|
||||||
|
Loading…
Reference in New Issue
Block a user