Distance fix

This commit is contained in:
paulevsGitch 2021-11-30 14:50:12 +03:00
parent a06427c060
commit 1ce74f64bf

View file

@ -252,7 +252,7 @@ public class SilkMothEntity extends DespawnableAnimal implements FlyingAnimal {
SilkMothEntity.this.hivePos.getX(),
SilkMothEntity.this.hivePos.getY(),
SilkMothEntity.this.hivePos.getZ()
) < 256;
) < 16384;
}
@Override