[Hotfix Required] Config options.
OneEyeMaker opened this issue ยท 2 comments
@brandon3055
Found small typo in my code. I don't think, that this is critical, but it can break calculations at some point.
Just replace 'DIG' with 'DRAW' only in this line:
https://github.com/brandon3055/Draconic-Evolution/blob/master/src/main/java/com/brandon3055/draconicevolution/common/handler/BalanceConfigHandler.java#L393
I don't want create PR only for this small hotfix.
I created a PR, because I found another bug: if I set armor energy storage too high (but less, than Integer.MAX_VALUE), I've get summary capacity less then 0. (int overflow). Check my PR.