We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BedrockSkinUtility 1.5.0 did not start on Minecraft 1.20.2 + Fabric, so I updated the development environment and tried building again.
$ ./gradlew build > Configure project : Fabric Loom: 1.3.9 > Task :compileJava src\main\java\net\camotoy\bedrockskinutility\client\mixin\PlayerListEntryMixin.java:45: WARN:Unable to determine descriptor for @Inject target method @Inject(method = "getCapeLocation", at = @At("RETURN"), cancellable = true) ^ src\main\java\net\camotoy\bedrockskinutility\client\mixin\PlayerListEntryMixin.java:53: WARN:Unable to determine descriptor for @Inject target method @Inject(method = "getSkinLocation", at = @At("HEAD"), cancellable = true) ^ 2 Warings BUILD SUCCESSFUL in 4s
Unfortunately, since 1.20.2 the above two methods are missing from the PlayerInfo class.
I would appreciate it if you could support 1.20.2. Thank you.
The text was updated successfully, but these errors were encountered:
There's still some work to be done. I actually started it. Maybe I'll finish it too!
Sorry, something went wrong.
Any update on this @Camotoy? 😄 Will 1.20.6 be supported as well?
Successfully merging a pull request may close this issue.
BedrockSkinUtility 1.5.0 did not start on Minecraft 1.20.2 + Fabric, so I updated the development environment and tried building again.
Unfortunately, since 1.20.2 the above two methods are missing from the PlayerInfo class.
I would appreciate it if you could support 1.20.2.
Thank you.
The text was updated successfully, but these errors were encountered: