juancarloscp52 / BedrockIfy

A Minecraft mod that implements some Minecraft Bedrock features into Java edition.
GNU General Public License v3.0
178 stars 38 forks source link

Colormatic Exp Text color gets overriden with the default when using bedrockify Exp text style #222

Closed TheDinoKingK closed 1 year ago

TheDinoKingK commented 1 year ago

I was working on my texture pack when I found the text color doesn't change when you enable this setting and reverts back to the default hardcoded value, if you can fix this that would be great

example: Capture

juancarloscp52 commented 1 year ago

Hello! For now you can try disabling the mixin client.features.screenSafeArea in the mixin tab on bedrockify settings menu. With that said, you will loose the screen safe area feature.

I'll try to get it fixed with the next release.

TheDinoKingK commented 1 year ago

alright, thank you

juancarloscp52 commented 1 year ago

Fixed in c393cff, will be added with the next bedrockify version. Thanks for opening this issue