-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Drink juice to reduce both thirst and hunger #6
Comments
While that is true, I didn't want to make it so a person could just drink juice and not need to eat anything. I suppose I could make it that a drink reduced hunger a slight bit. |
That is what I had in mind also. You could define values for both hunger and thirst and then compute happens if there is only 1 for example. Orange Juice { satiety = 1 , quench = 4 } and similar if only thirsty exists. |
I have two different files that handle the registration and uses of the different drink containers, one is loaded if the thirsty mod is enabled and the other is used if it is not. It looks like the current code actually does reduce hunger slightly either way. Look at drinks.lua and drinks2.lua. Maybe the values should be tweaked, as right now it looks like they are the same regardless of if the thirsty mod is enabled. |
I do not remember which juice I tried, but drinking many gave no reduction of hunger. My thirst was already quenched (not thirsty) could it be that in that case, the code does not add satiety? It only increases satiety if you are thirsty and thirst is quenched? The author of thirsty has not logged into the forum for a while and it needs some maintenance. The ultimate solution would be for Drinks to replace Thirsty. |
If you drank from a canteen with juice it will only replenish thirst, because the code treats all canteens the same, as they are provided from the thirsty mod, and it doesn't do anything with hunger, just the thirst. |
I guess that was it. |
Nope, It was not the canteen. No container replenishes hunger. |
|
Currently, if both the thirst and hungry mods are installed, only thirst is decreased, which means that juice has no advantage over water.
Implementing this feature would make it so that juice reduces both thirst and hunger.
The text was updated successfully, but these errors were encountered: