juancarloscp52 / BedrockIfy

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

Transparent hotbar set to false doesn't work #290

Closed JamesisFonny closed 1 year ago

JamesisFonny commented 1 year ago

Setting hotbar transparent to false still make my hotbar transparent image

lonefelidae16 commented 1 year ago

Transparency of Hotbar is based on HudOpacity config value. Currently it’s not enough to set hotbar transparent to false if you want to make Hotbar opaque. But a change is here to prioritize Hotbar and I’m ready to create a pull. https://github.com/lonefelidae16/BedrockIfy/commit/bfd523d2422c302f3caaca1d6afcbe38484d0e43

Juan said “try changing also the hud opacity option”, so I’m not sure I should create a pull.

lonefelidae16 commented 1 year ago

we can change the name of this settings to avoid misunderstanding: Screenshot from 2023-07-23 09-55-54

juancarloscp52 commented 1 year ago

@lonefelidae16 I think that the better option is to implement your suggestion of changing the name of the setting from transparent hotbar to hotbar style (vanilla/bedrock). I'll add this change and update some of the translations. thank you for the suggestion