From e3d9646c5c7d2d2cd6f331663133379b12685d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Hrivn=C3=A1k?= Date: Sun, 4 Sep 2022 13:19:02 +0200 Subject: [PATCH] Fix Team-RTG/Realistic-Terrain-Generation#1362 --- src/main/java/rtg/world/WorldTypeRTG.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/java/rtg/world/WorldTypeRTG.java b/src/main/java/rtg/world/WorldTypeRTG.java index a83e0a7a2..eb4922b56 100644 --- a/src/main/java/rtg/world/WorldTypeRTG.java +++ b/src/main/java/rtg/world/WorldTypeRTG.java @@ -66,11 +66,6 @@ public IChunkGenerator getChunkGenerator(World world, String generatorOptions) return new ChunkGeneratorOverworld(world, wi.getSeed(), wi.isMapFeaturesEnabled(), wi.getGeneratorOptions()); } - @Override - public float getCloudHeight() { - return 256F; - } - @Override public boolean isCustomizable() { return true;