add more microblocks & adjust hunger overhaul

This commit is contained in:
2025-08-03 14:26:39 +02:00
parent ec73553006
commit ab895669ea
2 changed files with 9 additions and 4 deletions

View File

@@ -139,10 +139,10 @@ food {
B:modifyFoodStackSize=false
# Enables/disables all food value modification [vanilla: false] [default: true]
B:modifyFoodValues=false
B:modifyFoodValues=true
# Enables/disables Hunger Overhaul manually setting the food values for supported mods ('modifyFoodValues' must be true) [vanilla: false] [default: true]
B:useHOFoodValues=false
B:useHOFoodValues=true
}
@@ -266,10 +266,10 @@ health {
I:foodHealDivider=4
# Eating food regenerates health [vanilla: false] [default: false]
B:foodRegensHealth=false
B:foodRegensHealth=true
# Speed up or slow down the rate that health regenerates (0 to disable regen) [vanilla: 100] [range: 0 ~ 2147483647, default: 100]
I:healthRegenRatePercentage=100
I:healthRegenRatePercentage=120
# The lower your health the longer it takes to regen, modify the effect here (lower = less effect) (modifyRegenRateOnLowHealth must be true) [vanilla: 5] [range: 0 ~ 2147483647, default: 5]
I:lowHealthRegenRateModifier=5