NPE for attributes of turtle player
Minecraftschurli opened this issue ยท 0 comments
Minecraft Version
1.18.x
Version
1.100.2
Details
I am a mod dev and got a bug report that my mod crashes the game when using a cc-tweaked turtle.
I found out it is because the TurtlePlayer
does not register default attributes in EntityAttributeCreationEvent
and with that DefaultAttributes#getSupplier
returns null even though it should be non-null.