
Toggleable bar display
Herobrine2143 opened this issue ยท 4 comments
To clarify what I mean with the title, is basically, if you could, make some of the values not appear in the bar, for instance the hunger bar. Basically toggle the display of specific values to not appear, whether is armor, oxygen, hunger, etc. If it can't be possible I would ask for just the hunger. Thank you.
Hi.
If you just want to make the bar invisible, all you have to do is change its color to fully transparent, e.g. #00000000
.
That doesn't remove the text though, so I'm interested in what your use case is - how can you "live without caring about the hunger"? ๐
Oh and armor already has a toggle in the settings.
What I mean by "removing" it I mean like, let's say the example for what I use your mod for. I'm in an FPS server and I use your mod because it basically has the design to completely use from start to end of the hotbar. The hunger in this server is irrelevant and is just use to have the recoil effect or to disable running by setting to lower hunger values. I know this crazy when it's a normal minecraft gameplay, but for this point of view it is more understandable. And I know armor has a toggle in the settings which is exactly what I mean with the rest of the values, being hunger, fire ticks or other things, although I'm pretty content with the fire tick calculation, just the hunger value is that irrelevant.
Ah yeah, minigames.
Just to recap, these vanilla things can currently be toggled:
- armor
- effect text/bars at once (+ separate UHC mode for disabling regeneration)
- all text at once
- all bars individually (by setting the colors to invisible)
I could add a toggle for hunger, but I wonder if a air/freezing toggle is necessary, as there are effects/enchants/armor that disable them in vanilla anyway.