Raised

Raised

4M Downloads

entire UI shifts along with adjusting effects' offset when playing on certain servers

Closed this issue ยท 7 comments

commented

https://youtu.be/RFppTduO1us

the buttons' "hitboxes", however, remain in their original places, as you can see in the video

i tried removing all of my other mods to check for compatibility issues but the mod still does it

version: "Raised-1.21.6-5.0.0" (1.21.6 - 1.21.7, Fabric)

commented

I think I see the issue here, it is likely occurring in a situation in which you are receiving an effect that does not show an icon. Are you receiving one here in this case?

commented

i also see it now. each time i give myself an effect with hideParticles set to true, the entire UI shifts along with my offset. i have my effects placed beside my minimap mod and that is exactly where the UI shifts
Image

commented

the only fix i currently know is to just not move the offset at all by leaving both X and Y displacements to 0px

i also see it now. each time i give myself an effect with hideParticles set to true, the entire UI shifts along with my offset. i have my effects placed beside my minimap mod and that is exactly where the UI shifts Image

commented

Yes it is because the start and end points at where Raised is encapsulating the effects rendering is set up so if that is enabled, the end point is never triggered. It will require a fix.

commented

This should only be occurring on Fabric;/Forge 1.21.6+ because with that version the effects method changed and I needed new points to inject into, but guess I didn't look closely enough to see that mistake.

commented

This should only be occurring on Fabric 1.21.6+ because with that version the effects method changed and I needed new points to inject into, but guess I didn't look closely enough to see that mistake.

exactly. no pressure tho, tyt

commented