Changes

Summary

  1. Split all low stat effect options into separate heath/hunger components (details)
Commit 7b6acab6ff3012e657950926d05919bab5eb992b by squeek502
Split all low stat effect options into separate heath/hunger components
* e.g. addLowStatNausea becomes addLowHealthNausea and addLowHungerNausea
* Fully backwards compatible (new config options will inherit the value from the old one if it exists)
* Requested by @Razorskills in #79
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/config/ConfigOption.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/config/IguanaConfig.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/util/IguanaEventHook.java (diff)