mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
Added 5 new biomes as included in MC 1.1 as part of #BUKKIT-496
This commit is contained in:
parent
d4a9b5c489
commit
682988ca75
1 changed files with 6 additions and 1 deletions
|
@ -25,5 +25,10 @@ public enum Biome {
|
|||
ICE_PLAINS,
|
||||
ICE_MOUNTAINS,
|
||||
MUSHROOM_ISLAND,
|
||||
MUSHROOM_SHORE
|
||||
MUSHROOM_SHORE,
|
||||
BEACH,
|
||||
DESERT_HILLS,
|
||||
FOREST_HILLS,
|
||||
TAIGA_HILLS,
|
||||
SMALL_MOUNTAINS
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue