Changes

Summary

  1. Make max exhaustion level blank-slate-able (details)
Commit 3709ae419912282b6c727b17b4d121964416ab0e by squeek502
Make max exhaustion level blank-slate-able
* Remove the hardcoding of max exhaustion level being changed to 3 (from a default of 4)
* Use the already existing hungerLossRatePercentage config option to make max exhaustion level = 3 still the default
* Make difficultyScalingHunger adapt to the hungerLossRatePercentage setting
* Contributes towards #79
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/config/IguanaConfig.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/food/FoodEventHandler.java (diff)