Purge outdated biomes. Fixes BUKKIT-1087
By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
parent
cef9873c0c
commit
3e3b6ad826
1 changed files with 0 additions and 6 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue