bugfix HV battery box

This commit is contained in:
pagliaccio
2013-07-08 17:48:54 +02:00
parent 53d56ea5ba
commit 8447f165f7

View File

@ -8,8 +8,8 @@ end
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', ''},
} }
}) })