Hunger Overhaul - Beta 3
- Added methods for users to blacklist certain foods/crops from being affected by HO's food value modifications, right-click harvesting, and/or crop drop modifications
- Added some documentation for defining custom food values using JSON files
- Added a config option for disabling the built-in HO food value overrides (useHOFoodValues)
- Renamed config option modFoodValueDivider to foodHungerDivider (note: the value of modFoodValueDivider will carry over to the new config option)
- Added config option: foodHungerToSaturationDivider (default: 20) to allow hunger-based control over saturation values
- Added config option: foodSaturationDivider (default: 1) to allow hunger-independent control over saturation values
- Fixed normally-unstackable things like mushroom soup having their stacksizes changed by modifyStackSize (modifyStackSize will now only decrease stacksizes)
- Fixed food with negative hunger being inedible when modifyFoodEatingSpeed is true
- Fixed a rare null difficultySetting crash
- Fixed (hopefully all) potion ID conflicts
- Fixed crash when searching the creative inventory
- Added French localization (thanks @Mazdallier)
- Added Korean localization (thanks @puyo061)