Sugar rush potion makes nucleeper create multiple `alexscaves:nuclear_explosion` entities, which causes massive lag
YocyCraft opened this issue ยท 1 comments
Running command /forge entity list "alexscaves:nuclear_explosion"
can check this.
Video link
Maybe this issue is not fully resolved.
This is caused by entity still exist after called discard()
method when sugar rush effect activated, and we cannot add spawnedExplosion
check for every explosive entities which might be added by other mods. So some code of LocalTickrateModifier
may need to be changed.