Fixed noise spam from cuccoons

This commit is contained in:
Sollace 2020-05-05 20:06:32 +02:00
parent 325bdd0fdf
commit abbba5dc68

View file

@ -95,6 +95,7 @@ public class CuccoonEntity extends LivingEntity implements IMagicals, InAnimate
&& !entity.isSneaking()
&& !hasPassengers()
&& entity instanceof LivingEntity
&& !entity.hasVehicle()
&& !(entity instanceof CuccoonEntity)
&& !EquinePredicates.PLAYER_CHANGELING.test(entity);
}