Harder Natural Healing

Harder Natural Healing mod gives you complete control over the health regeneration system in Minecraft! Customize the difficulty level of your game or modpack exactly as you prefer.
With this mod, beacons, bandages, healing potions, and other curative items become much more valuable and useful in the game.
Main Features
By default, the mod restores the slower natural health regeneration rate that was present in older versions of Minecraft and adds the option for small healing every morning when the character wakes up.
But actually, Harder Natural Healing offers much more:
- Healing Speed - adjust how quickly the player regenerates health per second
- Food Consumption - control how much hunger is spent on healing
- Hunger Threshold - set the minimum satiety level required to start regeneration
- Morning Healing - decide whether the player heals after sleeping and how much
- Peaceful Mode - make hunger work even in peaceful mode, including the possibility of dying from starvation
In version 11+, the ability to configure starvation health level down to 0 units in any difficulty mode was added.
Default Settings
Initial parameters restore the original healing rates from Minecraft and add small healing upon waking up.
["Harder Natural Healing Control Values"]
# healingPerSecond #Range: 0.0 ~ 10.0
healingPerSecond = 0.25
# Can the player starve and even die from hunger in peaceful mode
peacefulHunger = true
# minimum health points for peaceful mode starvation
# Range: 0 ~ 20
minimumStarvationHealth = 0
# Attack Healing Delay in Ticks
# Range: 0 ~ 3600
attackHealingDelayTicks = 400
# minimumFoodHealingLevel #Range: 0.0 ~ 22.0*
minimumFoodHealingLevel = 16.0
# healingExhaustionCost - Hunger exhausted per healing event. #Range: 0.0 ~ 10.0
healingExhaustionCost = 2.0
# extraExhaustionWhenHurt #Range: 0.0 ~ 1.0
extraExhaustionWhenHurt = 0.0125
# wakeupHealingAmount #Range: 0.0 ~ 10.0
wakeupHealingAmount = 4.0
# Debug Level: 0 = Off, 1 = Log, 2 = Chat+Log #Range: 0 ~ 2
debugLevel = 0
Commands
Players with operator privileges (or in creative mode with cheats enabled) can use the following commands:
Type /hardernaturalhealing and select the desired option. Parameters are specified in square brackets [].
Main Commands:
0-ShowSettings- shows current settings1-NewSettings [0 to 4]- sets multiple settings with one command: "easy", "normal", "harder", "superhard", "wakeup"
Hunger Settings:
1-PeacefulHunger [true or false]- whether the player can die from hunger in peaceful mode1-MinimumStarvationHealth [0 or 1]- 0 means death from hunger, 1 - starvation down to 1 health
Healing Settings:
2-healingPerSecond [0.25 to 10]- healing speed2-attackHealingDelayTicks [0 to 3000]- healing delay after attack (20 ticks = 1 second)2-minimumFoodHealingLevel [0 to 22]- minimum hunger level for healing2-healingExhaustionCost [0.0 to 10.0]- healing cost in hunger units2-wakeupHealingAmount [0.0 to 10.0]- health amount upon waking up2-extraExhaustionWhenHurt [0.0 to 1.0]- additional hunger consumption when wounded
Debugging:
3-debugLevel [0 to 2]- debug level: 0 - quiet, 1 - main details, 2 - everything. For modpack developers.
Setup Suggestions
The mod includes several built-in settings. Any operator can set these values using in-game commands.