Hi SGador,
Thank you for bringing this to my attention. Good news/bad news here. Good news, I think I likely have a fix. If you are keen to try it manually, you can add this line:
e.next_upgrade = nil
at the end of the entity.lua file in this block:
for _, entry in ipairs(infrastructure_types) do
local entity = data.raw[entry.type][entry.name]
if entity then
local e = table.deepcopy(entity)
e.name = "castra-enemy-" .. entry.name
if e.minable then e.minable.result = nil end
e.is_military_target = true
--e.next_upgrade = nil
table.insert(enemy_infrastructure, e)
end
end
(The "--" is commenting out the line)
Bad news - I could not reproduce the bug. I tried installing "Mining Drones 2.0 Remastered 2.1.5" by AivanF. But I am not seeing any advanced solar panel. Ideally I would like to confirm the bug and fix before shipping a new version. Can you give me more information about what mods you are using? If you open up all your other mods with Castra disabled, you should be able to find this "advanced-solar-panel" and determine which mod it's coming from.
If you are unable to do this, I can push the current fix as v0.8.1, but I cannot absolutely promise it will fix your problem.