Releases: progwml6/HungerOverhaul
Releases · progwml6/HungerOverhaul
Hunger Overhaul - 1.0.0
- Made max exhaustion level blank-slate-able
- Used the already existing hungerLossRatePercentage config option to make max exhaustion level = 3 still the default
- Made difficultyScalingHunger adapt to the hungerLossRatePercentage setting
- Made chestLootMaxStackSize default to 16 (down from 64, which was insane)
- Fixed float/double config options using the wrong default minimum (fixes things like foodHungerToSaturationDivider=0.0 causing food to have infinite saturation)
Hunger Overhaul - Beta 6
- Moved config/HungerOverhaul.cfg to config/HungerOverhaul/HungerOverhaul.cfg
- Added "blank slate" config generation to make it easy to pick and choose what you want from HO
- HO will create config/HungerOverhaul/blankslate.cfg that contains settings to disable all of HO's changes
- HO will create config/HungerOverhaul/default.cfg that contains all default config settings
- Added config option: modifyRegenRateOnLowHealth (Allows disabling the effects of lowHealthRegenRateModifier)
- Added config option: modifyCropDrops (Allows disabling the effects of seedsPerHarvestMin/Max and producePerHarvestMin/Max)
- Added config option: addSeedsCraftingRecipe (Makes the addition of the wheat -> seeds crafting recipe optional)
- Added Natura barley -> barley seeds recipe if HO adds wheat -> seeds
- Added Natura config section and various Natura config options (removeNaturaFlourCraftingRecipes, removeNaturaFlourSmeltingRecipe, and addAlternateNaturaFlourCraftingRecipes)
- Split all low stat effect options into separate heath/hunger components (e.g. addLowStatNausea becomes addLowHealthNausea and addLowHungerNausea)
- Fixed JSON-based food values not always taking precedence over HO defaults
- Fixed Thaumic Tinkerer infused grain dropping wheat
- Added vanilla values to all config option comments
- Localized hunger/health status effect text
- Added extra safety for json item/block definitions
- Updated Italian localization (thanks @TheVikingWarrior)
- Updated Russian localization (thanks @Adaptivity)
Hunger Overhaul - Beta 5
- Fixed a crash when JSON config files didn't have all sections defined (foods, foodsBlacklist, harvestBlacklist, dropsBlacklist)
- Fixed a crash when an empty food is defined in the foods section of a JSON config file
Hunger Overhaul - Beta 4
- Fix a startup crash with Tinkers Construct
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)
Hunger Overhaul - Beta 2
- Made it possible to set seedChance to 0
- Fixed the food values of 1.7.10-only HarvestCraft foods
- Fixed a crash when used with Ex Nihilo
- Fixed all plant growth modifications accidentally using cropRegrowthMultiplier
- Fixed a crash when using Rod of the Skies from Botania
- Fixed some items getting used when harvesting crops with right click
- Fixed Extra Utilities ender lillies dropping wheat/wheat seeds
- Fixed modifyFoodValues not always being respected
- Removed an arbitrary HarvestCraft check when modifying vanilla food values
Hunger Overhaul - Beta 1 - Initial Release
Internals essentially rewritten. Now depends on AppleCore. Report any and all bugs.
Watch your hunger!