mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-17 10:24:23 +01:00
Fixed noise spam from cuccoons
This commit is contained in:
parent
325bdd0fdf
commit
abbba5dc68
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue