Changes

Summary

  1. Relaxed the Forge version requirement (details)
  2. Fixed Natura crops not dropping seeds when fully grown (details)
  3. Removed the unused config gui files (details)
  4. Added config option for stacksize of HarvestCraft chest loot (details)
  5. Fixed chestLootMaxStackSize config option (details)
Commit e6c7922433bfb4bc067ddf6f4c9de210cc4567ec by squeek502
Relaxed the Forge version requirement
* No need for 1187 specifically
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/HungerOverhaul.java (diff)
Commit 847c49e789b22520e4e619b34480320e8e00efed by squeek502
Fixed Natura crops not dropping seeds when fully grown
* This was presumed to be an unintentional bug in 1.6.4. Natura crops now behave exactly as all other crops
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/util/IguanaEventHook.java (diff)
Commit 8d2571f5ba874d78d0327a06d3ad4fb79e101baa by squeek502
Removed the unused config gui files
* No reason to keep the files around; that's what version control is for
The file was removedmaybe_later/iguanaman/hungeroverhaul/config/IguanaConfigGui.java
The file was removedmaybe_later/iguanaman/hungeroverhaul/config/IguanaGuiFactory.java
Commit b02f67bfee57d498dca391ff05921dd5d194eb16 by squeek502
Added config option for stacksize of HarvestCraft chest loot
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/util/ItemTweaks.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/config/IguanaConfig.java (diff)
Commit ac94143f838d0b0a1b6c5a01ed1a11940d3566ce by squeek502
Fixed chestLootMaxStackSize config option
* Copy+paste strikes again
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/config/IguanaConfig.java (diff)