onWorldCreation modification breaks Minecraft ability to recreate worlds.
Thiana opened this issue ยท 0 comments
Versions (Be specific, do not write "latest"):
- Enigmatic Legacy: 1.16.1-2.0.0
- Curios API: 1.16.1-3.0.0.2
- Patchouli: 1.16-39
- Forge: 32.0.108
Description of a Bug:
If you try and recreate an existing minecraft world. your oWC code resets the seed for the new world to a random one. The same problem occurs if you leave the main world creation gui for a sub-gui like customizing the superflat type.
How to Reproduce:
- Select existing world
- Click Recreate
- Behold the wrong seed!
Suggestions:
- Unless the seed is empty, leave it and the world name alone.
- Make this functionality optional. It took ages to figure out which mod was causing the problem because there is no config for it and it's completely different to the rest of the mod content.