wisp-forest / accessories

A extendable and data-driven Accessory Mod for Minecraft
Other
29 stars 10 forks source link

Compatibiliy with moonfabric's trinkets, notably, the —> pain box #124

Open Aesthir opened 1 day ago

Aesthir commented 1 day ago

The moonfabric mod contains a number of trinkets. None of the trinkets the player was wearing are kept on the player between logins. Instead, when the player logs back into a server, the trinkets are placed in the player's inventory (or scattered about if there is no rooom). Workaround is to keep inventory free and re-eqiup them every time.

One trinket in particular poses a larger issue... the pain box. This trinket increases the number of belt slots and back slots. When relogging in, it simply disappears completely, along with every other trinket that was placed in every belt and back slot (including the original back slot). This leads to entire vanishing entire backpacks along with their contents. Strangely enough, the backpack (travelersbackpack in my case) can still be accessed through cardinal components hotkey assignment, at least until you put on another backpack, then it's wiped. It also gets wiped upon death.

The trinkets are saved properly upon quitting the game, as they appear in the playerdata.dat file. They all get unequipped, or destroyed only when logging back into the game on a later date.

Thanks!

Noaaan commented 1 day ago

What version of Accessories are you using? We recently recieved a similar issue, which was fixed today with the latest release of Accessories (beta 40). Could you try out this new version and see if it solves your issue?

Aesthir commented 5 hours ago

Unfortunately, I can not try beta 40 because my server is running a MC 1.21. At the time of writing, I was using the most recent Accessories release on Modrinth, beta 35+1.21. I'd be happy to try out the new version as soon as you publish it for 1.21, though. :^)