Lowered cloud height to y=-5.

This commit is contained in:
bconlon 2020-12-09 15:09:38 -08:00
parent 1f59f81489
commit 00eae765da

View file

@ -216,7 +216,7 @@ public class AetherWorldProvider extends WorldProvider {
@Override
public float getCloudHeight() {
return 8F;
return -5F;
}
@Override