[Bug]: Turning "showToughnessValue" to false doesn't actually remove the text value next to the Toughness Bar.
Gbergz opened this issue ยท 2 comments
Is there an existing issue for this?
- I have searched the existing issues
Description
Currently have this: (useToughnessBar is enabled!)
# Show toughness value text next to toughness bar
# Available: true, false [default: true]
showToughnessValue = false
but the text next to toughness bar is still being rendered despite being disabled.
disabling this option for health works, but not for toughness.
Version
Other (this list is not up to date - again...)
Version
forge-1.18.2-3.0.0
To Reproduce
- Set
useToughnessBar
fromfalse
totrue
- Turn
showToughnessValue
fromtrue
tofalse
- Start game, go into a world.
- Put on some armor with toughness values.
- Text still being rendered.
Profit.
Expexted Behavior
That the text is disabled next to the Toughness bar.
Additional Context
Edit: Oh while I'm here, would it be possible to add the colored health to ingame tab?
Currently use this on servers to display everybody's total health on TAB.
(/scoreboard objectives add h health -- then use -- /scoreboard objectives setdisplay list h)
Screenshots
Relevant Log / Crash-Report Output
Nothing to show in logs.
fixed in 3.0.1 (98bf1a5)
also i've opened a feature request for the scoreboard thingy