1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-07 19:49:40 +02:00

Fixed clouds going straight down when spawned with an egg

This commit is contained in:
Sollace 2019-02-01 11:07:19 +02:00
parent 4189ebf425
commit e00df3aa18

View file

@ -77,6 +77,7 @@ public class EntityCloud extends EntityFlying implements IAnimals {
public EntityCloud(World world) {
super(world);
ignoreFrustumCheck = true;
targetAltitude = getRandomFlyingHeight();
}
@Override