AppleSkin

AppleSkin

196M Downloads

No option to disable Bedrockify screen safe area compat when the related mixin is disabled

goober0013 opened this issue ยท 2 comments

commented

I'm using another mod (Overflowing Bars) which does not support Bedrockify moving the hotbar, so I use Raised mod to move it up and disable the screen safe area mixin from Bedrockify (client.features.screenSafeArea). This sets the hotbar back at it's normal position and instead relies on Raised mod to move the hotbar. Now, I set the screen safe area back to 15 so it affects only Bedrockify widgets.
See that the effect to Bedrockify widgets remains without the mixin:
image
^ (0 screen safe area)

image
^ (15 screen safe area)

I prefer to have it at 15 because 0 is right at the screen corner. But AppleSkin mod apparently reads the Bedrockify screen safe area, regardless of the hotbar effects being enabled, and mistakenly places the saturation at where it might be if the hotbar was moved there.
image
^ (Mixin disabled, screen safe area 15)

Preferred fix might be to add an option to disable the Bedrockify compatibility and/or intelligently disable it when the mixin is not enabled for the hotbar effects.

Raised mod properly affects the Overflowing Bars widgets, this compatibility is not the focus of this issue.
Bedrockify mod does not affect the Overflowing Bars widgets, which is the reason I need this compatibility.

commented

I'm not really sure what you're asking for. There's no Bedrockify compatibility code in AppleSkin.

commented

Actually I may be a teensy bit dumb. I should report this to Overflowing Bars because they dont support Bedrockify lifting the widgets up. I'll try there instead, it'll be easier and not require such a dumb solution like using Raised mod instead of Bedrockify.