TwelveIterationMods / ForgivingVoid

Minecraft Mod. Makes the void hate you a little less (and vice-versa).
https://mods.twelveiterations.com/mc/forgiving-void
Other
9 stars 5 forks source link

[Enhancement] Remove the cap for damage on fall in the config #14

Closed Insane96 closed 5 years ago

Insane96 commented 5 years ago

There's this restriction in the config for the damage that doesn't allow more than 20 health of damage. https://github.com/blay09/ForgivingVoid/blob/1.12/src/main/java/net/blay09/mods/forgivingvoid/ModConfig.java#L12 This should be changed since mods that increase health exist and I would always like to leave the player with half a heart no matter what his maximum health is. With the actual config if the player has more than 10 hearts there's no way to give him damage down to half a heart.