Skip to content

Config Introduction

minhnh303 edited this page Jun 7, 2026 · 3 revisions

Config Introduction

Yet-Another-Thirst consolidates all configuration files into a single folder within your Minecraft instance directory:

📂 config/yet_another_thirst/

The mod splits configuration between client-only visual adjustments and server-authoritative gameplay settings.


Configuration Files

1. client.toml

This file contains client-side UI configurations. Modifying it does not affect server gameplay and can be tweaked in multiplayer.

  • [hud]
    • hudXOffset: Horizontal pixel offset for the thirst droplets HUD bar.
    • hudYOffset: Vertical pixel offset for the thirst droplets HUD bar.

2. common.toml

This file controls all core mechanics. In multiplayer, these options must be configured on the server side.

It contains the following key sections:

Section Description
[general] Thirst recovery in peaceful, rain drinking, health regeneration limits, sprint threshold, and dynamic potion effect mappings.
[compatibility] Settings for AppleSkin, Tough As Nails, Cold Sweat body temperature thresholds, and Supernatural/Vampirism overrides.
[dehydration] Periodic dehydration damage amount, tick intervals, and difficulty health caps.
[depletion] Base dehydration speeds, Nether scaling, Fire Resistance multipliers, biome modifier switches, and Fire Protection armor influence.
[purity] Default purity level, Nausea/Hunger/Poison application chances, and hydration recovery when debuffed.
[world] Mountain and cave Y-level spring thresholds, and flowing water purity boosts.
[items] Stack size settings for water bottles, item blacklist, and thirst/quenched item-value maps.
[handDrinking] Toggles direct hand drinking, hand-drink restoration values, and empty hand constraints.

Clone this wiki locally