Purge outdated biomes. Fixes BUKKIT-1087

This commit is contained in:
Wesley Wolfe
2012-08-07 01:55:48 -05:00
parent dc3fc6a702
commit dafef287cb

View File

@@ -4,17 +4,11 @@ package org.bukkit.block;
* Holds all accepted Biomes in the default server * Holds all accepted Biomes in the default server
*/ */
public enum Biome { public enum Biome {
RAINFOREST,
SWAMPLAND, SWAMPLAND,
SEASONAL_FOREST,
FOREST, FOREST,
SAVANNA,
SHRUBLAND,
TAIGA, TAIGA,
DESERT, DESERT,
PLAINS, PLAINS,
ICE_DESERT,
TUNDRA,
HELL, HELL,
SKY, SKY,
OCEAN, OCEAN,