Heart-of-the-Machine / heart-of-the-machine

Heart of the Machine ModFest 1.16 entry
MIT License
5 stars 0 forks source link

Nether and End are deleted when upgrading between Minecaft versions #31

Closed Kneelawk closed 3 years ago

Kneelawk commented 3 years ago

This is caused by TypeReferences.CHUNK_GENERATOR_SETTINGS being registered without HotM's Nectere ChunkGenerator ("hotm:nectere"). This means that when various datafixers attempt to fix missing-dimension data from a previous versions's save file, they fail to load the dimension data, meaning that only forcefully loaded dimensions remain ("minecraft:overworld" and "hotm:nectere").

Kneelawk commented 3 years ago

This is a major issue but is outside the scope of HotM. The fix for this is being moved to its own mod.

Kneelawk commented 3 years ago

I have released the Dimension Update Fixer mod which fixes this issue.