[Feature] Add option for linear power distance drain
grundyboy34 opened this issue ยท 1 comments
MC Version: 1.18.1
Currently, the distance power drain config value is being applied after the distance is being raised to the pow of 1/4.
This creates a heavily skewed power drain curve that roughly equates to 20% increased power drain every time the distance is doubled.
Describe the solution you'd like
I'd love to be able to simply have the distance power drain value scale linearly (that is powerDrain = distance * distanceDrainValue)
Incase that would mess with other player's existing games, maybe we could get another config option to specify which mode distance draining should use? (Exponential or linear)