mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
tevd update; seemingly working savefile export
This commit is contained in:
@@ -20,7 +20,7 @@ open class WriteMeta(val ingame: TerrarumIngame) {
|
||||
val world = ingame.world
|
||||
|
||||
val json = """{
|
||||
"genver": 4,
|
||||
"genver": ${Common.GENVER},
|
||||
"savename": "${world.worldName}",
|
||||
"terrseed": ${world.generatorSeed},
|
||||
"randseed0": ${RoguelikeRandomiser.RNG.state0},
|
||||
|
||||
Reference in New Issue
Block a user