Mowziesmob structure gen causes lag spikes
Krampus69 opened this issue ยท 2 comments
Hello hello ๐
I'm in charge of doing stress tests on an unreleased modpack and I've come across lag spikes due to mowziesmob structure gen :
I used spark to find the culprit, here is the viewer for more infos :
https://spark.lucko.me/cuZyKVViWs
Any suggestions on how to handle these without removing this awesome mod ?
(You're doing an amazing btw gg for all the excellent content ๐ )
Have a great day :)
Some infos about the version :
Minecraft 1.16.5
mowziesmobs-1.5.19
Forge 36.2.9
the latest.log
latest.log
the debug.log
debug.log
The issue is caused by Lithium's "getChunk" function, which replaces the vanilla version of this function. I use this to check and avoid nearby structures when mob spawning.
You have two options:
- Remove Lithium.
- Clear all "avoid structures" entries from the Mowzie's Mobs spawn configs.
Either way, I suggest you report this to Lithium.