Realistic Terrain Generation

Realistic Terrain Generation

3M Downloads

BiomeManager.java

Ezoteric opened this issue ยท 2 comments

commented
public static void addFrozenBiome(BiomeGenBase biome, int weight) {
    if(weight < 1) return;
    for(int a = 0; a < weight; a++)
        frozenBiomes.add(biome);
    BiomeManager.addBiome(BiomeType.ICY, new BiomeEntry(biome, weight));        
}

This either needs to add our climate shit OR the support file you deleted had the types so we could set them to these.

How ever, this is 1 way its preventing using layers :p

commented

A much better map finally :P

http://imgur.com/aCvq4Ao

commented

Working on BiomeManager stuff now... closing this, see #165 for latest discussion