HelpChat / DeluxeMenus

DeluxeMenus but open source!?
https://wiki.helpch.at/clips-plugins/deluxemenus
MIT License
77 stars 36 forks source link

NBT_int field not working on 1.20.6+ #131

Closed ElecYT closed 1 month ago

ElecYT commented 1 month ago

I'm using the nbt_int field to display CustomModelData like so nbt_int: CustomModelData:1 I have experimented, and it works on versions below 1.20.4, but once we get to higher versions, it breaks. I noticed Minecraft, instead of calling it nbt_data like it usually does, was calling it components. We should investigate this issue, or come up with a solution because it's not related to Minecraft necessarily (because I can still give items to myself and they show up differently), but a bug in the plugin possibly caused by the update. Minecraft didn't say anything about changing this on the update page, but they may have and just not announced it. Thanks for looking into this!

Working (1.20.4) image Not working (1.20.6) image

iGabyTM commented 1 month ago

Use the config option model_data: #

ElecYT commented 1 month ago

Thank you!