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) {
|
||||
switch (id) {
|
||||
case "the_nether":
|
||||
case "minecraft:the_nether":
|
||||
return NETHER;
|
||||
case "overworld":
|
||||
case "minecraft:overworld":
|
||||
return NORMAL;
|
||||
case "the_end":
|
||||
case "minecraft:the_end":
|
||||
return END;
|
||||
default:
|
||||
return CUSTOM;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren