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 f139ea4a9f
commit 239ece5c19

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
} }