a crash with the mod AdventureZ
jklw10 opened this issue ยท 2 comments
Thank you for reporting!
It appears the logic I put in my mixin is returning incorrectly. Specifically, because I simply check to see if the attacker is "not null", and in this case, not "in my database" as well, it's performing logic as if the Ork, which appears to not be in the database judging by the crash, has a database entry.
What it SHOULD be doing is performing normal Minecraft damage logic if the mob does not have a database entry.
I'm going to push a fix here in the next day or so.