immortius / chunkbychunk

Minecraft mod in which you unlock the world chunk by chunk
Other
17 stars 5 forks source link

Prevent mod from changing existing worlds to chunk by chunk #122

Closed Y1rd closed 3 months ago

Y1rd commented 3 months ago

If the mod is loaded then a normal world is loaded, that world will have it's worldgen settings changed to Chunk by Chunk, possibility causing new chunks to never generate (at least, this is what happened when I tested this on 1.18.2). Somewhat related to #104.

immortius commented 3 months ago

You can disable chunk by chunk in its mod settings before loading an existing world for the first time if you don't want chunk by chunk applied to it, or edit the chunk by chunk config file in that world manually. There's not much else that can be done from the mod's end, because there is no difference between loading a new world or an existing world from a code perspective.

I would suggest if you are intending to play a mixture of different worlds with different mods that you use a mod launcher that supports multiple profiles, like Prism, which will let you have one profile with chunk by chunk and another without.

Otherwise this is working as intended.