Add MV and HV generators and make coal dust a fuel

This commit is contained in:
pagliaccio
2013-07-23 14:43:14 +02:00
committed by ShadowNinja
parent 4a35d5dd98
commit 704925aa7b
22 changed files with 159 additions and 126 deletions

View File

@ -22,6 +22,8 @@ technic.legacy_nodenames = {
["technic:lv_cable"] = "technic:lv_cable0",
["technic:mv_cable"] = "technic:mv_cable0",
["technic:mv_battery_box"] = "technic:mv_battery_box0",
["technic:generator"] = "technic:lv_generator",
["technic:generator_active"] = "technic:lv_generator_active",
}
for old, new in pairs(technic.legacy_nodenames) do