Tough as nails compat not working 1.20.1
DemonJuice opened this issue · 6 comments
Versions
- Minecraft: 1.20.1
- Forge: 47.2.17
- Vampirism: 1.20.1-1.9.3
- Integrations: 1.20.1-1.8.0-beta.1
Issue Description
Thirst bar still shows and goes down over time requiring me to drink water
Reproduce Steps
Add vampirism, tough as nails and vampirism integrations
Start new world
Use fangs to become a vampire
Once turned thirst bar will be visible and moving around will cause it to drain
Additional Information
Sorry, I wasn't sure how the compatibility worked, I thought it either disabled the bar or kept it full completely but I can confirm it stays at 5 without draining further so it's working fine
What version of TAN do you use?
Is the disableThirst
config option set to true?
The thirst should never go below 5 drops of water. We set to to 5 once it is below that.
Does your bar drain further?
If you think it should better work differently, let us know.
The current solution is a trade-off between implementation effort, compatibility and function
I disabled the rendering of the water bar. So it should no longer confuse players.
d6aa376