Skip to content

Releases: progwml6/HungerOverhaul

Hunger Overhaul - 1.0.0

10 May 17:42
Compare
Choose a tag to compare
  • 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

25 Apr 02:22
Compare
Choose a tag to compare
  • 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

08 Jan 06:08
Compare
Choose a tag to compare
  • 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

30 Dec 06:45
Compare
Choose a tag to compare
  • Fix a startup crash with Tinkers Construct

Hunger Overhaul - Beta 3

30 Dec 01:59
Compare
Choose a tag to compare

Hunger Overhaul - Beta 2

02 Oct 06:03
Compare
Choose a tag to compare
  • 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

23 Sep 07:42
Compare
Choose a tag to compare

Internals essentially rewritten. Now depends on AppleCore. Report any and all bugs.

Watch your hunger!