13
0
geforkt von Mirrors/Paper

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

By: Nathan Adams <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2012-01-14 13:13:25 +00:00
Ursprung c0bb2b55b2
Commit 35da0ddfa3

Datei anzeigen

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