Incompatible with glowing armor trims
Sintenari opened this issue ยท 1 comments
Description
Im using a glowing armor trim resource pack and when I use the Shoulder Surf mod it becomes invisible and I have downloaded and used different armor trim packs and changed order just in case
Steps to Reproduce
- downloaded XXVI's Shiny Armor Trims from Curseforge (1.21.4)
- enabled the resource pack and put on top
- used shoulder surf mod
Minecraft version
1.21.5
Game Logs
Additional Information
I even removed the player animation pack but nothing changed and did change player Fov settings a bit if that changes anything
Thanks for reporting! Compatibility needs to be added by the author of the resource pack (I think). In 1.21.4 and earlier, Shoulder Surfing Reloaded adds translucent transparency to render type "armor_cutout_no_cull", which the modified shader of the resource pack needs to account for. In 1.21.5, the implementation has changed. Shoulder Surfing Reloaded instead changes the render type of armor from "armor_cutout_no_cull" to "armor_translucent", which also needs to be reflected in the shader of the resource pack.

