mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fixed clouds going straight down when spawned with an egg
This commit is contained in:
parent
4189ebf425
commit
e00df3aa18
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ public class EntityCloud extends EntityFlying implements IAnimals {
|
|||
public EntityCloud(World world) {
|
||||
super(world);
|
||||
ignoreFrustumCheck = true;
|
||||
targetAltitude = getRandomFlyingHeight();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue