Content
1 year, 6 months ago
1.1
97
Blueprints
Owner:
jpbeal
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
1 year, 6 months ago
Latest Version:
1.0.0 (1 year, 6 months ago)
Factorio version:
1.1
Downloaded by:
97 users

A small Mod to unpause when the mod "The Blueprint Designer Lab - 343N's Edit" (https://mods.factorio.com/mod/BlueprintLab_343N)
dont Unpause the game after leaving the lab without removing the achivements

just run the command "/unpause" and the game comes to life again

this mod just runs this script:

for j, entity in pairs(game.surfaces["nauvis"].find_entities()) do
if entity.valid and entity.unit_number then
entity.active = true
end
end