ElenaiDev / Feathers

Adds a Stamina System to Minecraft
GNU General Public License v3.0
2 stars 8 forks source link

Incompatibility with Nostalgia Tweaks #33

Open Rimevel opened 8 months ago

Rimevel commented 8 months ago

Having an issue where mods that remove the experience bar, such as Nostalgia Tweaks, cause the feathers to be in the wrong spot when riding a horse. When riding the experience bar is shown temporarily as it is needed for the horses jump mechanic, this causes the offset I set to compensate for the missing bar to no longer be valid.

Easiest way to fix this would probably be to add extra offset values to the config for when riding a horse.

Rimevel commented 8 months ago

Took a crack at it myself and made a PR with the fix: https://github.com/ElenaiDev/Feathers/pull/34