Changed food exhaustion timing.
This commit is contained in:
parent
ac1076e1c9
commit
b645fbcf1e
@ -75,7 +75,7 @@ max_save_time = 10
|
||||
save_time = 0
|
||||
max_drumsticks = 20
|
||||
foodTickTimerMAX = 5
|
||||
max_exhaustion = 8
|
||||
max_exhaustion = 4
|
||||
foodTickTimerMax = {}
|
||||
food_level = {}
|
||||
food_saturation = {}
|
||||
@ -584,4 +584,4 @@ multicraft.register_chatcommand("hunger", {
|
||||
|
||||
multicraft.register_on_respawnplayer(function(player)
|
||||
init_hunger(player, true)
|
||||
end)
|
||||
end)
|
||||
|
Loading…
x
Reference in New Issue
Block a user