1.18 MinecraftKey namespace a -> b

This commit is contained in:
Frank van der Heijden 2022-04-21 18:04:11 +02:00
parent 5b5b244a38
commit cae7046908
No known key found for this signature in database
GPG key ID: 4BC514A52A496F84

View file

@ -36,7 +36,7 @@ public class RMinecraftKey {
} else if (MinecraftReflectionVersion.MINOR == 17) {
return reflection.invoke(instance, "getNamespace");
} else if (MinecraftReflectionVersion.MINOR >= 18) {
return reflection.invoke(instance, "a");
return reflection.invoke(instance, "b");
}
return reflection.get(instance, "namespace");
}