focamacho / RingsOfAscension

Rings of Ascension is a mod that uses the Curios API/Trinkets API to add 20+ news rings to your minecraft.
https://www.curseforge.com/minecraft/mc-mods/rings-of-ascension
MIT License
11 stars 10 forks source link

Ring of Regeneration doesn't actually gain hearts #3

Closed chimericdream closed 4 years ago

chimericdream commented 4 years ago

I suspect this is because the rings only apply effects for a second before resetting. Your hearts get the animation from regeneration, but no hearts are actually gained. I eliminated saturation as a factor by granting myself hunger for a short period so that my hunger bar was too low to regain any hearts.

I tested in a bare modpack with the following versions:

Forge: 31.2.0 (1.15.2) Curios API: 2.0.2.2 Rings of Ascension: 1.3

It would be nice if the rings granted their effects for longer than a second (maybe 30 seconds?), or if the base time was configurable.

focamacho commented 4 years ago

Try changing the config "ringAmplifierRegeneration" from 0 to 1, maybe it can fix the issue. I'll make some changes to how effects duration works too. Thanks for the report.

focamacho commented 4 years ago

Try changing the config "ringAmplifierRegeneration" from 0 to 1, maybe it can fix the issue.

NVM, I've found the issue. For some reason minecraft don't regenerates your HP if the effect is applied all the time, I'll fix it in the next version of Rings of Ascension.

focamacho commented 4 years ago

Rings of Ascension 1.4 available on curseforge. Thanks again for the report!