Temporary partial fix for insane hunger issue where you can only ever replenish 2.5 hearts at a time
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
mode = "ALL"
|
||||
#How to translate food points into heart points when consuming food.
|
||||
#At the default value of 0.5, food fills your heart bar at half the rate it would fill hunger.
|
||||
foodHealFactor = 0.5
|
||||
foodHealFactor = 0.0
|
||||
#Globally overrides the maximum stack size of food items.
|
||||
#This property affects all Vanilla and Mod food items that derive from ItemFood.
|
||||
#Set to -1 to retain the default stack size of each food item. Note: This will affect the entire server, not just players on hunger strike.
|
||||
|
||||
Reference in New Issue
Block a user