Content
2 years ago
1.1
109
Blueprints
Owner:
jpbeal
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
2 years ago
Latest Version:
1.0.0 (2 years ago)
Factorio version:
1.1
Downloaded by:
109 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