Changes

Summary

  1. Updated CurseForge link (and changed HTTP links... (#183) (details)
  2. Right-click harvest now fires HarvestDropsEvent (#204) (details)
  3. Fixed Rotten flesh not begin stacked enough to be traded with villagers (details)
  4. Fixed #205 (#208) (details)
  5. Add option for disabling setting hunger on respawn (details)
  6. Fix a crash when the natura 'Overworld' Module is disabled. Closes #209 (details)
  7. Fix code compiling issue which leads to crashing with Plant Mega Pack and Real World. Closes #217, Closes #176 (details)
  8. Added Finnish (Suomi) language (#214) (details)
  9. Create tr_tr.lang (details)
  10. Fix the chest loot chance being incorrect. Closes #134, #222 (details)
  11. Allow the mod to compile (details)
Commit 6bba734dedb85a6b465be2c5f681381aba645f67 by traincrazyb
Updated CurseForge link (and changed HTTP links... (#183)

...to HTTPS), because that page no longer exists.
The file was modifiedREADME.md (diff)
Commit 5ef6411746642722e378de5e3f9a2665b20792c0 by traincrazyb
Right-click harvest now fires HarvestDropsEvent (#204)

* Right-click harvest now fires HarvestDropsEvent

Fixes #203

* Fixed indent

* Fixed indent part 2
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/event/HungerOverhaulEventHook.java (diff)
Commit f288ef37d047b5d1b9fd39e85853cbb5d4b6be4e by github
Fixed Rotten flesh not begin stacked enough to be traded with villagers

The stack size is decided between the maximum of 40 (the maximum of rotten flesh a villager accept) and the base stack size calculation
Fixed #170
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/tweak/TweaksModule.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/bonemeal/BonemealModule.java (diff)
Commit 8c718a1c2ec4de2865feaea29d592139cdc312ee by squeek502
Add option for disabling setting hunger on respawn

Closes #212
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/hunger/RespawnHungerModule.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/common/config/Config.java (diff)
Commit 041ecc27f88d8127bc4de2cfd686a7ad978f03cd by alexbegt
Fix a crash when the natura 'Overworld' Module is disabled. Closes #209
Enable the seed module again. Please note that this might not work right. Closes #175
Fix a crash regarding tooltips and Pam's HarvestCraft. Closes #200
Enable removing recipes. Closes #188
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/HungerOverhaul.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/library/Util.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/natura/helper/NaturaHelper.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/loot/LootModule.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/seed/GrassSeedsModule.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/village/trade/ItemstackForEmerald.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/vanilla/VanillaModule.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/growth/modification/PlantGrowthModification.java (diff)
The file was modifiedbuild.properties (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/json/GameObject.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/library/RecipeRemover.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/harvestcraft/helper/PamsModsHelper.java (diff)
The file was modifiedgradle/wrapper/gradle-wrapper.jar (diff)
The file was modifiedgradle/wrapper/gradle-wrapper.properties (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/json/JsonModule.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/village/VillageModule.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/common/BlockHelper.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/hunger/RespawnHungerModule.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/growth/PlantGrowthModule.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/event/IMCHandler.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/library/ItemAndBlockList.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/event/HungerOverhaulEventHook.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/village/generation/VillageCustomField.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/common/config/Config.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/village/trade/EmeraldForItemstack.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/tweak/TweaksModule.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/food/FoodModifier.java (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/natura/NaturaModule.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/harvestcraft/HarvestCraftModule.java (diff)
The file was modifiedgradlew (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/json/Food.java (diff)
Commit 3c721469383486af60d93da7d37b7389f3cee3b4 by alexbegt
Fix code compiling issue which leads to crashing with Plant Mega Pack and Real World. Closes #217, Closes #176
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/event/HungerOverhaulEventHook.java (diff)
Commit ab84bd5a916a626bd140e7ed32206e590f75b961 by traincrazyb
Added Finnish (Suomi) language (#214)

The file was addedsrc/main/resources/assets/hungeroverhaul/lang/fi_fi.lang
Commit a6beef2be2a5835c535a0f0091372baa54709672 by github
Create tr_tr.lang

Turkish Language translation file.
Made by: Emirhangg
The file was addedsrc/main/resources/assets/hungeroverhaul/lang/tr_tr.lang
Commit f04457991484e7d0a1cd41a25dd807c126aa3e18 by alexbegt
Fix the chest loot chance being incorrect. Closes #134, #222
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/common/config/Config.java (diff)
Commit 808e3f269ca06cc6215cb149c41fa1e177093db5 by alexbegt
Allow the mod to compile
The file was modifiedbuild.gradle (diff)