mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
Purge outdated biomes. Fixes BUKKIT-1087
By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user