Changes

Summary

  1. Fix instances of AppleCore's isFood not being used to determine whether (details)
  2. Add config options: foodHungerDivider, foodSaturationDivider, and (details)
Commit 30d5e334b75eda4667299e229d82f07d49fd8d8b by squeek502
Fix instances of AppleCore's isFood not being used to determine whether or not items are foods
* Fixes things like cake or IEdible implementors not having their stack size modified, being added to villager trades, or having their eating speed modified
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/util/ItemTweaks.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/food/FoodEventHandler.java (diff)
Commit ad7db71873170734915e942229d38cdf2f454294 by squeek502
Add config options: foodHungerDivider, foodSaturationDivider, and foodHungerToSaturationDivider
* foodHungerDivider is simply a renamed modFoodValueDivider
* Closes #54
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/food/FoodModifier.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/config/IguanaConfig.java (diff)