Infini-OPTIPLEX/factorio: set map seed

This commit is contained in:
Infinidoge 2024-02-12 10:53:45 -05:00
parent 8f481e0c1a
commit fe69e24870
Signed by: Infinidoge
SSH key fingerprint: SHA256:VEv3zmkBzcYYle6/37h+BbOyNDbGy/o8SHh7fcs9RbQ

View file

@ -12,5 +12,9 @@
game-name = "Hacktorio"; game-name = "Hacktorio";
game-password = private.variables.factorio-password; game-password = private.variables.factorio-password;
mapGenSettings = {
seed = "2239686687";
};
}; };
} }