Retrogen Crashes Server
wiggle1000 opened this issue ยท 2 comments
Issue description
Attempting to retrogen causes crash on both dedicated and internal server. Originally noticed in a full modpack on a dedicated server, then isolated in a new instance.
Steps to reproduce
- Create clean forge install with no mods
- Generate world, load some chunks
- Close game, install Mekanism
- load into world again to generate all configs, then close minecraft
- Change "enableRegeneration" to true in world.toml
- Load back into world and run /mek retrogen
Minecraft version
1.19.2 (Latest)
Forge version
43.2.3
Mekanism version
10.3.5 (Latest)
Other relevant versions
No response
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
https://gist.github.com/wiggle1000/5c1a44d1b5eacf5e77fcb56e82d7fd82
I think I see how this happens and will fix it in the next version, but I believe you can fix this by bumping the userWorldGenVersion
in the world config from 0
to 1
or something so that retrogen happens automatically for the world instead of just manually forcing it in the chunk you are in.