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