Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Fix dimension identifier
Dieser Commit ist enthalten in:
Ursprung
92f4e3dd81
Commit
af3023562d
@ -31,11 +31,11 @@ public enum Environment {
|
|||||||
|
|
||||||
public static Environment getEnvironmentById(String id) {
|
public static Environment getEnvironmentById(String id) {
|
||||||
switch (id) {
|
switch (id) {
|
||||||
case "the_nether":
|
case "minecraft:the_nether":
|
||||||
return NETHER;
|
return NETHER;
|
||||||
case "overworld":
|
case "minecraft:overworld":
|
||||||
return NORMAL;
|
return NORMAL;
|
||||||
case "the_end":
|
case "minecraft:the_end":
|
||||||
return END;
|
return END;
|
||||||
default:
|
default:
|
||||||
return CUSTOM;
|
return CUSTOM;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren