Skip to content
New issue

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 on Minecraft 1.20.2 #16

Open
nakanotti opened this issue Sep 22, 2023 · 2 comments · Fixed by #17
Open

BedrockSkinUtility 1.5.0 on Minecraft 1.20.2 #16

nakanotti opened this issue Sep 22, 2023 · 2 comments · Fixed by #17

Comments

@nakanotti
Copy link

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.

@Camotoy
Copy link
Owner

Camotoy commented Mar 11, 2024

There's still some work to be done. I actually started it. Maybe I'll finish it too!

@sternschnaube
Copy link

Any update on this @Camotoy? 😄
Will 1.20.6 be supported as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants