Added 5 new biomes as included in MC 1.1 as part of #BUKKIT-496

This commit is contained in:
Nathan Adams 2012-01-14 13:13:25 +00:00
parent d4a9b5c489
commit 682988ca75

View File

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