Distance fix
This commit is contained in:
parent
a06427c060
commit
1ce74f64bf
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ public class SilkMothEntity extends DespawnableAnimal implements FlyingAnimal {
|
||||||
SilkMothEntity.this.hivePos.getX(),
|
SilkMothEntity.this.hivePos.getX(),
|
||||||
SilkMothEntity.this.hivePos.getY(),
|
SilkMothEntity.this.hivePos.getY(),
|
||||||
SilkMothEntity.this.hivePos.getZ()
|
SilkMothEntity.this.hivePos.getZ()
|
||||||
) < 256;
|
) < 16384;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue