
Addressing loot tables without null checks
itsmeow opened this issue ยท 0 comments
In MixinLivingEntity, you call this.getLootTable()
and then perform operations on that.
getLootTable()
can, and will, be null. This causes crashes if an overriding entity returns null.
See itsmeow/betteranimalsplus#255