geforkt von Mirrors/Paper
Add LargeBiomes WorldType.
By: feildmaster <admin@feildmaster.com>
Dieser Commit ist enthalten in:
Ursprung
cb002502f8
Commit
4b4cf7e5fb
@ -9,7 +9,8 @@ import java.util.Map;
|
|||||||
public enum WorldType {
|
public enum WorldType {
|
||||||
NORMAL("DEFAULT"),
|
NORMAL("DEFAULT"),
|
||||||
FLAT("FLAT"),
|
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 static Map<String, WorldType> BY_NAME = Maps.newHashMap();
|
||||||
private final String name;
|
private final String name;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren