Mowzie's Mobs

Mowzie's Mobs

58M Downloads

Mowziesmob structure gen causes lag spikes

Krampus69 opened this issue ยท 2 comments

commented

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 :)

commented

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

commented

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:

  1. Remove Lithium.
  2. Clear all "avoid structures" entries from the Mowzie's Mobs spawn configs.

Either way, I suggest you report this to Lithium.