Amethyst Imbuement

Amethyst Imbuement

2M Downloads

ClassCastExceptions caused by TridentEntityMixin

qolq opened this issue ยท 1 comments

commented

The mixin has an unchecked cast to LivingEntity causing a crash when a trident hits something like a BoatEntity.

LivingEntity livingEntity2 = (LivingEntity) entityHitResult.getEntity();

commented

Thank you for the report! This issue is resolved in the set of latest versions.