Wiki 9Minecraft Dehydration Mod Wiki
Dehydration Mod Wiki › Configuration

Dehydration Mod — Configuration

Configuration & Datapacks

Dehydration is highly customizable via the cloth-config API and standard Minecraft datapacks.

Datapack Integration

You can add hydration values to any modded item by creating a JSON file at data/dehydration/hydration_items/.

Example JSON:

{
 "1": {
 "replace": false,
 "items": [
 "minecraft:apple",
 "minecraft:melon_slice"
 ]
 }
}

(Note: The key "1" represents 0.5 droplets or 1 hydration point.)

Config Options

  • Hydration Factor: Global multiplier for how fast thirst drains.
  • Biome Multipliers: Adjust how much faster thirst drains in specific biomes.
  • Damage Interval: How often the player takes damage when fully dehydrated.
  • Bonus Chest: Enable this in world settings to start with a Leather Flask and Purified Water.