mirror of
https://github.com/FatherToast/SpecialMobs.git
synced 2025-08-08 11:21:22 +00:00
Fix blazy eye height
This commit is contained in:
parent
7baddc7230
commit
c16dd2c61e
1 changed files with 5 additions and 5 deletions
|
@ -205,11 +205,11 @@ public class _SpecialBlazeEntity extends BlazeEntity implements IRangedAttackMob
|
||||||
getSpecialData().tick();
|
getSpecialData().tick();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @return The eye height of this entity when standing. */
|
// /** @return The eye height of this entity when standing. */ - Blazes use auto-scaled eye height
|
||||||
@Override
|
// @Override
|
||||||
protected float getStandingEyeHeight( Pose pose, EntitySize size ) {
|
// protected float getStandingEyeHeight( Pose pose, EntitySize size ) {
|
||||||
return super.getStandingEyeHeight( pose, size ) * getSpecialData().getBaseScale() * (isBaby() ? 0.53448F : 1.0F);
|
// return super.getStandingEyeHeight( pose, size ) * getSpecialData().getBaseScale() * (isBaby() ? 0.53448F : 1.0F);
|
||||||
}
|
// }
|
||||||
|
|
||||||
/** @return Whether this entity is immune to fire damage. */
|
/** @return Whether this entity is immune to fire damage. */
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue