ichttt / FirstAid

A Minecraft Mod that changes the vanilla health system
GNU General Public License v3.0
32 stars 31 forks source link

spice of life valheim edition #259

Open REDKING-11 opened 4 days ago

REDKING-11 commented 4 days ago

When using Spice of Life: Valheim Edition 1.20.1 (link to mod) alongside First Aid, I encounter an issue with how additional hearts are handled.

Problem: When I gain extra hearts from eating new foods (a mechanic of Spice of Life), these extra hearts don't heal properly. Instead, it seems like the health bar increases visually, but the actual health doesn't update. If I take damage, the damage scales as though I had fully healed hearts, resulting in taking damage equal to the newly gained hearts. This may be due to how Spice of Life adjusts maximum health while First Aid applies its own health mechanics. I believe this conflict could be resolved by ensuring First Aid recognizes and recalculates health properly when maximum health changes.

REDKING-11 commented 3 days ago

While we’re at it, I was wondering if there’s a way to increase the per-slot heart cap beyond 6. I’ve tried tweaking the config files but haven’t found anything that works. Is this limit adjustable, or is it hardcoded into the mod?