Skip to content

BedrockSkinUtility 1.5.0 on Minecraft 1.20.2 #16

Description

@nakanotti

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions