SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

Health scaling. 1.12.2 modpack: RLCraft. Sponge causes issues. #3016

Open TheParsley opened 4 years ago

TheParsley commented 4 years ago

I am currently running

Issue Description Health scaling. 1.12.2 modpack: RLCraft. Heart containers are adding 2 hearts instead of one. Causing the second one to go through a damaging cycle.

LIGITPICKLE commented 4 years ago

Was there any fixe for this problem? I only seem to have this happen to me when I try to add Sponge onto my server. No other plugins have been added but once Sponge gets added this problem occurs.

TheParsley commented 4 years ago

The issue was never fixed and as far as i know it hasn't been fixed. Feel free to open a new issue as this is considered necro.

dualspiral commented 4 years ago

No, do not create a new issue. If the issue was considered “necro”, we would have closed it. The comment was helpful, as it at least reminded us it was here, we do miss issues on occasion.

gabizou commented 4 years ago

So, to add complexity, this isn't because Sponge is causing issues, it's that there's never been a clean way to handle extra containers from mods. It'll be a while before I can create any sort of changes or investigate what changes will be needed to support whatever mod is adding health containers (it'll help if you find out which mod is doing it, because at this moment, all I know is that it's one of the dozens of mods in this mudpack, and I'm not going to spend the time to figure out which mod it is, there's other things that I know what I need to do more than what this issue is giving me).

Not to say it won't get solved, but it's low priority as my time is limited. The more information you can provide, the faster it'll get done (if I knew exactly what modifications they were making, then I can write cases to handle those modifications).

LIGITPICKLE commented 4 years ago

The mod that adds the Heart Containers is names Scaling Health. If it might be needed the mod that makes your individual body parts have separate health values is called First Aid. Reply if this is at all helpful or you need something else.