1.18 MinecraftKey namespace a -> b
This commit is contained in:
parent
5b5b244a38
commit
cae7046908
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public class RMinecraftKey {
|
||||||
} else if (MinecraftReflectionVersion.MINOR == 17) {
|
} else if (MinecraftReflectionVersion.MINOR == 17) {
|
||||||
return reflection.invoke(instance, "getNamespace");
|
return reflection.invoke(instance, "getNamespace");
|
||||||
} else if (MinecraftReflectionVersion.MINOR >= 18) {
|
} else if (MinecraftReflectionVersion.MINOR >= 18) {
|
||||||
return reflection.invoke(instance, "a");
|
return reflection.invoke(instance, "b");
|
||||||
}
|
}
|
||||||
return reflection.get(instance, "namespace");
|
return reflection.get(instance, "namespace");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue