BedrockSkinUtility icon indicating copy to clipboard operation
BedrockSkinUtility copied to clipboard

BedrockSkinUtility 1.5.0 on Minecraft 1.20.2

Open nakanotti opened this issue 1 year ago • 2 comments

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.

nakanotti avatar Sep 22 '23 17:09 nakanotti

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

Camotoy avatar Mar 11 '24 19:03 Camotoy

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

sternschnaube avatar May 18 '24 22:05 sternschnaube