Add support for new 1.1 biomes (beach, forest hills, desert hills, taiga hills, small mountains)
This commit is contained in:
parent
0d4c8e874a
commit
eae604e3b9
8 changed files with 32 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue