mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 07:17:58 +01:00
Adjust bat pony visibility. Fixes #425
This commit is contained in:
parent
2458471fdd
commit
a3d5670f7a
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ public class Pony extends Living<PlayerEntity> implements Copyable<Pony>, Update
|
|||
float lightScale = light / 15F;
|
||||
float approachFactor = ((velocityScale + lightScale) / 2F);
|
||||
|
||||
if (approachFactor < (entity.isSneaking() ? 0.8F : 0.6F)) {
|
||||
if (approachFactor < (entity.isSneaking() ? 0.8F : 0.3F)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue