You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it would appear, the way that you are doubling HP (noMobs hook in the WorldProvider) is occasionally being called more than once - with the same LivingSpawnEvent.CheckSpawn event. This sometimes results in mobs with significantly more HP and attack than expected (Spiders with over 1K HP).
The degree to which their HP is multiplied, and the frequency at which higher scaling happens, appears to be tied to the monster's hitbox.
This only appears to happen in combination with other mods (For an instance of this, see the Stoneblock modpack)
I have yet to find the exact offending mod, but I figured it would be worth pointing out that this does happen.
The text was updated successfully, but these errors were encountered:
As it would appear, the way that you are doubling HP (noMobs hook in the WorldProvider) is occasionally being called more than once - with the same LivingSpawnEvent.CheckSpawn event. This sometimes results in mobs with significantly more HP and attack than expected (Spiders with over 1K HP).
The degree to which their HP is multiplied, and the frequency at which higher scaling happens, appears to be tied to the monster's hitbox.
This only appears to happen in combination with other mods (For an instance of this, see the Stoneblock modpack)
I have yet to find the exact offending mod, but I figured it would be worth pointing out that this does happen.
The text was updated successfully, but these errors were encountered: