Skip to content

Hunger Overhaul - Beta 6

Compare
Choose a tag to compare
@squeek502 squeek502 released this 25 Apr 02:22
· 31 commits to master since this release
  • 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)