[Bug]: Performance issues with high spawn rates.
ccrvincent opened this issue ยท 3 comments
Mod Loader (Required)
Forge
Minecraft Version (Required)
1.18.2
Mod Version (Required)
3.1.3
Notes (Required)
Relaying from a report in a community support venue.
Modpack: Medieval MC Forge 1.18.2
Spark profile: https://spark.lucko.me/SkhViZ9I30
Server admin says the issue only happens while someone is in the End after some End Crystals were destroyed. MobSpawningHandler#anyInRange
is taking up 80% of the tick loop.
Not sure how much of the issue is from the naturally high spawn rate of Endermen and how much is from modpack mechanics adding new spawns.
latest.log (Optional)
No response
Seems to be related to the spawning of Cosmic Cod from Alex's Mobs.
I believe I have found the culprit! It's Savage Ender Dragon. For whatever reason, that mod causes huge lag spawning the Cosmic Cod near the central end island, and since Magnum Torch intercepts all spawns, it gets blamed by spark despite not being the root cause.