Flugel Tiara's bar overrides Tough As Nails' water bar in hotbar
TheEnderek0 opened this issue ยท 2 comments
Mod Loader
Forge
Minecraft Version
1.18.2
Botania version
1.18.2-435
Modloader version
Forge: 40.2.9
Modpack info
No response
The latest.log file
Issue description
When you play in a modpack with both Botania and Tough As Nails, the water/hydration bar is overriden when you equip Flugel Tiara with the wings bar. This is very annoying as you cannot see the hydration level when wearing the tiara.
Possible solution would be to account for other bars that may be present in that spot and move the bar upward if needed.
Steps to reproduce
- Make a modpack with Tough As Nails and Botania (and their dependents)
- Create a new world in creative
- Equip flugel tiara
- Change to survival mode
- Experience the bug
Other information
No response
The main problem here is that Botania doesn't know where other mobs put their HUD elements. There recently was a fix (#4653) for two vanilla conditions that caused the flight bar to overlap, but mods will likely require compatibility code to move the flight bar out of the way.
I'll have a look at the two mods mentioned, and see if there's a way to detect them without depending on them.