Dieser Commit ist enthalten in:
Ursprung
aed99fec0e
Commit
a5748f6a1b
@ -144,6 +144,8 @@ public class ErrorHandler extends Handler {
|
|||||||
startsWith.add("This version of Minecraft is extremely outdated");
|
startsWith.add("This version of Minecraft is extremely outdated");
|
||||||
startsWith.add("Custom worlds heights are NOT SUPPORTED for 1.16 players and older");
|
startsWith.add("Custom worlds heights are NOT SUPPORTED for 1.16 players and older");
|
||||||
startsWith.add("You have min/max set to -64/384");
|
startsWith.add("You have min/max set to -64/384");
|
||||||
|
startsWith.add("You have min/max set to -64/256");
|
||||||
|
startsWith.add("Biome with id");
|
||||||
ignoreStartsWith = Collections.unmodifiableList(startsWith);
|
ignoreStartsWith = Collections.unmodifiableList(startsWith);
|
||||||
|
|
||||||
List<String> contains = new ArrayList<>();
|
List<String> contains = new ArrayList<>();
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren