Added new biome enum values

This commit is contained in:
Nathan Adams
2011-11-22 21:21:09 +00:00
parent 146bc369f5
commit f25126e66d

View File

@@ -20,4 +20,10 @@ public enum Biome {
OCEAN,
RIVER,
EXTREME_HILLS,
FROZEN_OCEAN,
FROZEN_RIVER,
ICE_PLAINS,
ICE_MOUNTAINS,
MUSHROOM_ISLAND,
MUSHROOM_SHORE
}