Dew

Dew

4.8k Downloads

Dew is a mod that adds thirst mechanics to Minecraft.

 Now available in Portuguese thanks to MaroonShaded!

Features

  • Thirst bar and handler that functions similar to the hunger bar
  • Water purifier since ground water is dangerous and not as hydrating
  • Dangerous status effects for drinking unclean water
  • Dehydration effect that varies for water collected from different biomes

Experimental / Upcoming

  • Support for other mods to add drink-items
  • More advanced thirst manager that prevents sprinting when thirsty and loses hydration at a variable rate depending on player activities

Details

Water Filter

Water purifier image

Crafting

Crafting Recipe for water filter

Usage

The water filter can be used to create purified drinking water. To use the filter, first fill it with water using a water bottle. Then light it with flint and steel. Once you are done, the filter will begin the filtration process. When it is done, you can retrieve the filtered water with an empty bottle.

Purified Water

  Purified water Image

Information

Water that is safe to drink with a hydration value of 4.

Hydration Value of Existing Items

Water Bottle - 3

Milk - 3

Mushroom Stew, Rabbit Stew, Beetroot stew - 2

Melon Slice - 1

Adding thirst values to your own mod

For mod developers that want to take advantage of the thirst bar, follow the instructions below:

  1. Make sure you have CurseMaven installed as a plugin for your mod on gradle
  2. Add this dependency to your build.gradle file: dependencies { modImplementation "curse.maven:dew:3213419" }
  3. Create a class that implements DrinkRegisterEntryPoint and override the methods you are instructed to
  4. Inside the register() method, user drinkRegistry.RegisterDrink(Item item, int thirst value) to register your item and value

I am willing to help resolve any bugs or problems you may have as a user or developer. Feel free to contact me!

Enjoy!