LunarClient / Apollo

Next-generation Lunar Client server API
https://lunarclient.dev
MIT License
92 stars 18 forks source link

[Bug Report] Custom Model Data within Cooldowns module not working on releases 1.20.5 and forward #173

Closed jaymesss closed 1 month ago

jaymesss commented 2 months ago

Checklist before creating an issue:

Issue Description

ItemStackIcon with set custom model data does not render in-game on the cooldowns hud with the model data on any version greater than 1.20.4. First image attached is 1.21.1, second image is 1.20.4. image image

Reproduction steps

1. Create an ItemStackIcon with custom model data set.
2. Present the cooldown to the player running 1.20.5 or greater

Code Snippet (If applicable, if not write N/A)

ItemStackIcon grapplingIcon = ItemStackIcon.builder()
        .itemName(grapplingHook.material().name())
        .customModelData(grapplingHook.modelData())
        .build();

Versions

1.20+

Platforms

Spigot / Bukkit

Server Version

1.20+

Modules

Fabric

Screenshots

No response

Contact Information

Discord: @jaymesss

Additional Context (Examples, Links, ETC)

Server is running Paper 1.21.1

TrentinTheKid commented 1 month ago

We pushed a Lunar Client update to resolve this issue. This issue should be resolved for V2.17.3+ versions of Lunar Client.

Can you confirm this has resolved your issue? @jaymesss

jaymesss commented 1 month ago

Issue is resolved, thank you.