Enigmatic Legacy

Enigmatic Legacy

10M Downloads

onWorldCreation modification breaks Minecraft ability to recreate worlds.

Thiana opened this issue ยท 0 comments

commented

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:

https://github.com/Extegral/Enigmatic-Legacy/blob/95c565bb2f2c64038efb16f7e9030889c06a3473/src/main/java/com/integral/enigmaticlegacy/handlers/EnigmaticEventHandler.java#L1088

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:

  1. Select existing world
  2. Click Recreate
  3. Behold the wrong seed!

Suggestions:

  1. Unless the seed is empty, leave it and the world name alone.
  2. 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.