Hunger Overhaul

Hunger Overhaul

9M Downloads

Reimplementation task list

squeek502 opened this issue ยท 1 comments

commented

Incomplete list of things that need to be done. Will be added to/edited as things move forward.

From IguanaFoodStats

  • Player field
  • Food value modification support
  • Food value modifications
    • Vanilla
    • HarvestCraft
    • TConstruct
    • Natura
    • Catch-all food value division for anything not specifically modified (IguanaConfig.modFoodValueDivider)
  • Food regens health (config option)
  • Configurable damage on starve
  • Configurable max foodExhaustionLevel
  • IguanaConfig.hungerLossRatePercentage being zero stopping food stats from changing/keeping it at a specific level (19/0/0)
  • Configurable minimum hunger to theal (IguanaConfig.minHungerToHeal)
  • Configurable time between health regen from hunger (multiple config options)
  • Separate starve timer from food timer

From IguanaFood

  • Well fed buff (should be added to FoodEventHandler.onFoodEaten)
  • Stacksize modifications
  • Village trading/chest loot additions
  • Food eating speed modification
  • Food value tooltips (should use Forge's ItemTooltipEvent)