From 00bc9eeddfe0ed5b194b881bb885eda144b799ed Mon Sep 17 00:00:00 2001 From: Amnet Date: Tue, 23 Apr 2013 01:37:49 +0200 Subject: [PATCH] Turning back on beaches in origin valley. --- src/minecraft/biomesoplenty/worldtype/WorldTypeBase.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/minecraft/biomesoplenty/worldtype/WorldTypeBase.java b/src/minecraft/biomesoplenty/worldtype/WorldTypeBase.java index 3806391ad..a6ccd6eca 100644 --- a/src/minecraft/biomesoplenty/worldtype/WorldTypeBase.java +++ b/src/minecraft/biomesoplenty/worldtype/WorldTypeBase.java @@ -5,6 +5,7 @@ import net.minecraft.world.World; import net.minecraft.world.WorldType; import net.minecraft.world.biome.BiomeGenBase; import net.minecraft.world.biome.WorldChunkManager; +import net.minecraft.world.chunk.IChunkProvider; public class WorldTypeBase extends WorldType { @@ -18,10 +19,10 @@ public class WorldTypeBase extends WorldType return new WorldChunkManagerBOP(var1); } - /* public IChunkProvider getChunkGenerator(World world, String generatorOptions) + public IChunkProvider getChunkGenerator(World world, String generatorOptions) { return new ChunkProviderBOP(world, world.getSeed(), world.getWorldInfo().isMapFeaturesEnabled()); - }*/ + } public void removeAllBiomes() {