Add support for new 1.1 biomes (beach, forest hills, desert hills, taiga hills, small mountains)

This commit is contained in:
Mike Primm 2012-01-16 20:43:29 -06:00
parent 0d4c8e874a
commit eae604e3b9
8 changed files with 32 additions and 2 deletions

View file

@ -23,5 +23,10 @@ public enum BiomeMap {
ICE_PLAINS,
ICE_MOUNTAINS,
MUSHROOM_ISLAND,
MUSHROOM_SHORE
MUSHROOM_SHORE,
BEACH,
DESERT_HILLS,
FOREST_HILLS,
TAIGA_HILLS,
SMALL_MOUNTAINS
}