Some configurations aren't being applied
Ritzumi opened this issue ยท 1 comments
#Mod
Forge: 35.1.29
Regeneration: 1.16.X-1.0.7
#Description
Some of the configurations in config aren't being applied in the game. In my case, they are the following:
- postRegenPotions (leave an array empty still get potion effects)
- postRegenDuration
- upwardsMotion (turn off and use ender-dragon animation still fly player upward)
There might be more, but some config still work (such as regenCapacity, absorbtionLevel)
#How to reproduce
- Modified the configuration in the description
- Create a world
- Do anything that will trigger those configuration
#Crash log
No any relevant log found.
- Fixed this, I didn't support this before incase of NPEs in older versions but adjusted it now so that will never happen
- This may have appeared not working because I multiplied it by 2, I've changed it so that the config is the exact value now
- Whoops! Completely forgot to implement this correctly