Mineuniverse
Log in Register
Mods

Thirst Was Tweaked

A mod which tweaked the 'Thirst Was Taken' mod.
by Dark2932
Download Claim this project
4,726 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Addons API and Library Bug Fixes

Features

  1. Removed the original mechanism where drinking dirty water grants hunger or poison effects.Now, players drinking dirty water will receive a brand new effect: Hydratoxin — which increases the player's thirst rate and intermittently causes nausea.

  2. Retain thirst and food levels after death (disabled by default, can be enabled via configuration).

  3. AppleSkin compatibility: the Hydratoxin effect will turn the thirst bar into purple.

  4. Player can now drink rainwater by crouching and right-clicking the sky with an empty hand, instead of simply looking up to hydrate as before (both the amount of water and purity from rainwater are configurable).

  5. Disabled some unnecessary or useless configurations from Thirst Was Taken to prevent them from taking effect.

Developer Content

This mod fixes some logical issues in the Thirst Was Taken code and provides some API for developers. Here are some available features:

  1. You can now register pure drinks or food drinks through the DrinkItem subclass of Item, allowing simultaneous setting of item data and water data. A simple Supplier<? extends Item> example:
() -> new DrinkItem(
    new Item.Properties()
            .food(new FoodProperties.Builder()
                    .nutrition(2)
                    .saturationMod(1.0f)
                    .alwaysEat()
                    .build()
                 ),
    new DrinkItemManager()
            .thirst(4)
            .quenched(2)
            .container(Items.STICK)
)

You can use DrinkItemManager to set the item's hydration amount, use duration, animation, and items returned after use. For more details, please refer to the Wiki or browse the source code.

  1. Modified classes like ThirstHelper and WaterPurity via Mixin to make their code logic more aligned with practical development needs and expected results. Common methods can be called through the ThirstAPI class.

  2. Fixed some meaningless code that could lead to bugs.

Future Plans

  1. Add a "Thirsty" effect, causing faster thirst in high-temperature biomes, with integration for Cold Sweat.

  2. KubeJS compatibility, making it easier for modpack authors to create drinks.

  3. Add compatibility and customization for water-holding containers.

  4. Fix more bugs from Thirst Was Taken and provide more API for developers.

  5. Gradually improve the mod's Wiki.

ThirstWasTweaked-1.1.jar
MC Client, 1.20.1, Forge, Server
Beta 2026-03-22 Get

You Might Also Like

SI: Scriptified [DISCONTINUED]
DISCONTINUED
99,868
FTB Quests Entity Visualization
Adds entity visualization to FTB Quests
99,525
JEI / REI WorldGen
JEI/REI Addon for World Gen Information with universal compatibility for all mods ores by utilizing biome generation data
99,419
Pixel Blocks
Pokemon Lucky Block! When mining the pixel block a random pokemon spawns.
9,988
TFC Bonsai
Add TFC Trees to bonsai pots
9,988
Laser Eyes
A "laser eyes" addon for the Viltrumite mod.
9,968