Changes

Summary

  1. Remove redundant CodeChicken dependencies; use what TiC depends on (details)
  2. Bump AppleCore dependency to latest stable (details)
  3. Ignore eclipse folder (details)
  4. Fix difficultyScaling config option not being required for other (details)
  5. Make ConfigOption.getBackwardsCompatible safe for inheriting from other (details)
  6. Add more bonemeal configuration options (details)
Commit 270f92dfc8535f7324718cace34cc6290d3de560 by squeek502
Remove redundant CodeChicken dependencies; use what TiC depends on
The file was modifiedbuild.gradle (diff)
Commit c00eb2b407e85e81f12bf0866ce8c5178a2af64b by squeek502
Bump AppleCore dependency to latest stable
The file was modifiedbuild.properties (diff)
Commit ad450674ed723fa373aa27d30cfdef986dcc1fda by squeek502
Ignore eclipse folder
The file was modified.gitignore (diff)
Commit 8e29ccfafc7e05682cb601aabe0e933d58af4c08 by squeek502
Fix difficultyScaling config option not being required for other difficultyScaling options
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/config/IguanaConfig.java (diff)
Commit 18ac191649ca6fbc4c7e49b0e97bcb885725d794 by squeek502
Make ConfigOption.getBackwardsCompatible safe for inheriting from other non-deprecated config options
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/config/ConfigOption.java (diff)
Commit b04162fe489fd1c0754fa7d02d8c602410e70054 by squeek502
Add more bonemeal configuration options
* Add bonemealEffectiveness: Multiplier on the effectiveness of bonemeal; the smaller this is, the more often bonemeal will fail to create growth. Set to 0 to disable bonemeal completely.
* Add modifyBonemealGrowth: Reduces the amount of growth from a successful bonemeal on certain plants (uses IguanaMan's opinionated values)
* Change difficultyScalingBoneMeal to require modifyBonemealGrowth and not disable bone mealing on hard (bonemealEffectiveness should be used instead)
* Closes #71
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/ModuleNatura.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/ModuleVanilla.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/config/IguanaConfig.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/ModuleBonemeal.java (diff)