cocolabs / odyssey

Minecraft Forge desert themed survival/adventure mod.
MIT License
0 stars 1 forks source link

Player hydration system #3

Closed matshou closed 4 years ago

matshou commented 4 years ago

Thirst should be reduced by 10 every 4 in-game hours (1 real time hour) if the player has not drunk any water, or if the temperature is grater then 30°C.

ghost commented 4 years ago

The frequency of the hydration reduction should be dependent upon and proportional to the temperature.

e.g. <20°C (standard rate of reduction), >20°C/<40°C (1.5x rate), >40°C (2x rate).