fixed issue with kr solar panel

This commit is contained in:
PreLeyZero 2022-06-08 15:25:28 +02:00
parent 1ed788a6ec
commit 5c98b7f913

View file

@ -31,9 +31,3 @@ data.raw['assembling-machine']['fi_crafter_entity'].next_upgrade = 'gr_crafter_e
data.raw['assembling-machine']['assembling-machine-3'].next_upgrade = 'fi_crafter_entity'
data.raw["solar-panel"]["solar-panel"].next_upgrade = "el_solar_entity"
data.raw["solar-panel"]["solar-panel"].fast_replaceable_group = "solar-panel"
if not mods["space-exploration"] then
if mods["Krastorio2"] then
data.raw["solar-panel"]["el_solar_entity"].next_upgrade = "kr-advanced-solar-panel"
end
end