I used this for a while but each time i used nuke i end up having lava ring and ammonia oceans in the center titles. One day , as in a moment ago, i disabeled this mod, and just this, and no tile modification. This also happens on any other planet.
Please fix this because i love trains so this mod is perfect for me (due to overhaul mods, like bob, everything on Nauvius mods can't be on)
I found a way to fix this - change the contents of data-final-fixes.lua in the mod folder to:
for _,collection in pairs (data.raw) do
for _,thing in pairs (collection) do
if thing.surface_conditions and thing.type ~= "explosion" then thing.surface_conditions = nil end
end
end
This prevents it overwriting the surface specific effects for the nuclear explosions.