Doctor Who - Regeneration

Doctor Who - Regeneration

318k Downloads

Some configurations aren't being applied

Ritzumi opened this issue ยท 1 comments

commented

#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:

  1. postRegenPotions (leave an array empty still get potion effects)
  2. postRegenDuration
  3. 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

  1. Modified the configuration in the description
  2. Create a world
  3. Do anything that will trigger those configuration
    #Crash log
    No any relevant log found.
commented
  1. Fixed this, I didn't support this before incase of NPEs in older versions but adjusted it now so that will never happen
  2. 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
  3. Whoops! Completely forgot to implement this correctly