BeansGalaxy / Beans-Backpacks-2

1.20 inventory management mod. Designed to solve inventory clutter and transferring items while belonging in vanilla Minecraft's aesthetic.
MIT License
23 stars 0 forks source link

Elytra visual bug #97

Closed VitaminJake closed 5 months ago

VitaminJake commented 6 months ago

Strange issue on multiplayer server where Elytra are not displayed when worn in the backpack Trinket slot. Elytra are there and function as normal, but are invisible. Uninstalling and reinstalling mod fixes it for only the player that uninstalls. Issue comes back after cycling the game once without uninstall/reinstall of mod. May be a compatibility issue with another mod using trinkets, perhaps Jewelry RPG series. Lots of testing thus far hasn't revealed anything though, have tried with several prime suspects disabled. Strangely, winged backpack works great. Also strange, loading into singleplayer world fixes completely. Not possible to get bug in single player.

https://github.com/BeansGalaxy/Beans-Backpacks-2/assets/162518177/eb24b880-0298-443e-85ef-92f0346b9647

BeansGalaxy commented 6 months ago

Is it possible that one of your animation mods are causing the issue? I render the elytra in the back slot using my own method so anything overriding how it's rendered might break it.

BeansGalaxy commented 6 months ago

Also what mod pack are you using or can you post a mod list?

VitaminJake commented 6 months ago

Custom mod list, I don't expect you to go through it. It's a ton. I'm posting it but I'll troubleshoot more tomorrow. Knocked out physics mod cape physics and all the RPG series ones so far, tried updating trinkets version, and some other obvious suspects. Nothing yet. It's a small nuisance like I said, since the wing backpacks look great. The thing that makes me wonder is just that it doesn't seem mod-related, since the singleplayer worlds work just fine. Will look into it more tomorrow. mod list.txt

VitaminJake commented 6 months ago

Is it possible that one of your animation mods are causing the issue? I render the elytra in the back slot using my own method so anything overriding how it's rendered might break it.

Will pull one mod off at a time tomorrow and find out 👍

BeansGalaxy commented 6 months ago

Try going far away or in the nether/end and see if it's still broken. Maybe its a model loaded in the world that's breaking it.

VitaminJake commented 5 months ago

Whatever it was, fixed by updating to version 0.23. Thanks for that!

BeansGalaxy commented 5 months ago

There was a separate bug causing desync with trinkets and when I fixed that I thought it might've caused this but I couldn't test it to be sure. I love when problems get solved without doing anything directly! :)