Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Sep 4, 2022
1 parent 060e38b commit e3d9646
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/rtg/world/WorldTypeRTG.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e3d9646

Please sign in to comment.