Turning back on beaches in origin valley.
This commit is contained in:
parent
dadd93a36d
commit
00bc9eeddf
1 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@ import net.minecraft.world.World;
|
||||||
import net.minecraft.world.WorldType;
|
import net.minecraft.world.WorldType;
|
||||||
import net.minecraft.world.biome.BiomeGenBase;
|
import net.minecraft.world.biome.BiomeGenBase;
|
||||||
import net.minecraft.world.biome.WorldChunkManager;
|
import net.minecraft.world.biome.WorldChunkManager;
|
||||||
|
import net.minecraft.world.chunk.IChunkProvider;
|
||||||
|
|
||||||
public class WorldTypeBase extends WorldType
|
public class WorldTypeBase extends WorldType
|
||||||
{
|
{
|
||||||
|
@ -18,10 +19,10 @@ public class WorldTypeBase extends WorldType
|
||||||
return new WorldChunkManagerBOP(var1);
|
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());
|
return new ChunkProviderBOP(world, world.getSeed(), world.getWorldInfo().isMapFeaturesEnabled());
|
||||||
}*/
|
}
|
||||||
|
|
||||||
public void removeAllBiomes()
|
public void removeAllBiomes()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue