Changes

Summary

  1. Make JsonModule only try to load .json files (details)
  2. Add blank slate config generation (details)
Commit f3d5af2c7e51da18fb8aaf33c2d45007c620b084 by squeek502
Make JsonModule only try to load .json files
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/json/JsonModule.java (diff)
Commit 77026de75cba208255081ed6e664000e0c8559a6 by squeek502
Add blank slate config generation
* Moves config/HungerOverhaul.cfg to config/HungerOverhaul/HungerOverhaul.cfg
* Creates config/HungerOverhaul/blankslate.cfg that contains settings to disable all of HO's changes
* Creates config/HungerOverhaul/default.cfg that contains all default config settings
* Major refactoring of IguanaConfig.java
* Closes #78
The file was addedsrc/main/java/iguanaman/hungeroverhaul/config/ConfigCategory.java
The file was addedsrc/main/java/iguanaman/hungeroverhaul/config/ConfigOption.java
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/HungerOverhaul.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/config/IguanaConfig.java (diff)