minetest-mods / stamina

Adds hunger (stamina) to minetest.
17 stars 19 forks source link

[Question] How to configure hunger? #36

Open GTP95 opened 3 years ago

GTP95 commented 3 years ago

Hello and thank you for this mod! I have a question: is possible to configure how fast a player gets hungry? I would like to make the players get hungry slower, or maybe even better configure the impact that the different actions, like crafting or walking, have on the hunger level. Thank you for your help

kakalak-lumberJack commented 3 years ago

In the settings set stamina.tick to a higher number of seconds.

fluxionary commented 3 years ago

stamina.tick is only one setting. various other actions deplete stamina, see https://github.com/minetest-mods/stamina/blob/master/settingtypes.txt for a full list of options.