mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Adjust bat pony visibility. Fixes #425
This commit is contained in:
parent
6567d48ea2
commit
1f884a1170
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