spawn-chunks related crash with carpet mod
Oguzhan5585 opened this issue ยท 3 comments
Bug Description
the game crashes if you have the remove_spawn_chunks
option enabled and then enter a singleplayer world where the carpet option spawnChunkSize
is modified
Reproduction Steps
- have carpet mod installed
- enter a singleplayer world and do
/carpet setDefault spawnChunkSize 0
- leave the world
- now add modernfix and set
mixin.perf.remove_spawn_chunks
toon
- trying to enter that world now will make the game crash
Log File
but the option in modernfix seems preferable over carpet's if it is just set to 0 to disable the spawn chunks because for me it seems like i can join a singleplayer world with modernfix's option faster than with the carpet option being set to 0. so while carpet's option allows you to change the size of the spawn chunks to a custom size, when it comes to simply disabling them then modernfix seems to be better at that.
I will probably just solve this by making remove_spawn_chunks
impossible to enable with Carpet installed, since it appears that can do the same thing.