cominixo / BetterF3

A Fabric mod for Minecraft that provides a highly customizable, more human-readable Debug HUD.
MIT License
137 stars 34 forks source link

[Bug]: right side elements apper #57

Closed EmanuelLopesS2 closed 2 years ago

EmanuelLopesS2 commented 2 years ago

Describe the Bug

I deleted all the right side elements from the F3 screen and put some of them is the left side, but after restarting the game ALL the right side elements are shown again, but those in the left side still the same as i left before. I don't know if the same happens if I did the same with the left side, but it's boring to delete all the elements every time I start the game

Steps to Reproduce

Just delete all the right side elements and restart the game

Expected Behavior

Still the same as I left before

Screenshots

Before restarting the game: Screenshot_1

After Restarting the game: image

Modloader Type

Minecraft Forge

Modloader Version

Forge 39.0.5

Mod Version

1.2.2

Log Output

No response

Additional Context

No response

CWO333 commented 2 years ago

The issue could happen on either side. It's because if you set either side to have nothing, when the mod loads that side (it loads left and right independently), it sees the config as empty and loads the defaults. A workaround for now is to leave a Separator in the side you want empty so it's not entirely empty but doesn't show anything.