mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
Add LargeBiomes WorldType.
This commit is contained in:
parent
0b304a288e
commit
638bdde9bc
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ import java.util.Map;
|
|||
public enum WorldType {
|
||||
NORMAL("DEFAULT"),
|
||||
FLAT("FLAT"),
|
||||
VERSION_1_1("DEFAULT_1_1");
|
||||
VERSION_1_1("DEFAULT_1_1"),
|
||||
LARGE_BIOMES("LARGEBIOMES");
|
||||
|
||||
private final static Map<String, WorldType> BY_NAME = Maps.newHashMap();
|
||||
private final String name;
|
||||
|
|
Loading…
Add table
Reference in a new issue