Nucular - Nuclear Power


Nuclear power plants, atomic bombs and particle science.

Content
7 years ago
0.13 - 0.14
59
Power

g Please, add migration to fill uranium in existing maps.

7 years ago

Add this code to control.lua. It re-generates the uranium on already existing map that was played without this mod.

script.on_configuration_changed(function(event)
if event.mod_changes.Nucular.old_version == nil then
for surface_index,surface in pairs(game.surfaces) do
surface.regenerate_entity("uranium-ore")
end
end
end)

7 years ago

I tried this and it didn't work. I did create a new map and it was populated with Uranium.

7 years ago

Doesn't work. Bummer. Would love to add this to my current game.

New response