Enderman Evolution

Enderman Evolution

5M Downloads

Ticked Entity crashing server

dd957 opened this issue ยท 1 comments

commented

This mod crashes my server only after a first player joins with the Ticked Entity error.

Crash report here: https://pastebin.com/6xdHiz1G

commented

Please report this to LLibrary. They are trying to get a capability without even checking that the entity has that capability. link

At minimum they definitely should NOT throw an exception if they aren't using Entity#hasCapability to first check. In this case, null is equivalent to a Entity#hasCapability check, but instead of logically terminating silently, they throw an exception. This is on their end.