promotional bannermobile promotional banner

Thirst Was Reclaimed

Brand new take on thirst, reformation from Thirst Was Taken

File Details

ThirstWasReclaimed-1.20.1-3.0.0.jar

  • R
  • Jun 7, 2026
  • 236.96 KB
  • 65
  • 1.20.1
  • Forge

File Name

ThirstWasReclaimed-1.20.1-3.0.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:thirst-was-reclaimed-884742:8209727")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Rename package from dev.ghen.thirst to cn.mlus.thirst
  • Rename mod to "Thirst Was Reclaimed"
  • Refactor water purity system:
    • Remove DEFAULT_PURITY config, hardcode MAX_PURITY as default
    • Items/fluids without NBT now default to max purity (no tag added)
    • Add enablePurity config to completely disable purity system
    • When disabled, no NBT purity tags are added and no purity effects apply
  • Port server-client config sync from 1.21.1 (SHA-256 hash based)
  • Fix multiplayer concurrency bug in MixinBucketItem and MixinBottleItem by replacing instance fields with ThreadLocal
  • Fix loot table JSON format: add missing minecraft: prefix to set_nbt function
  • Fix ResourceLocation deprecation warnings (use fromNamespaceAndPath)
  • Fix ModLoadingContext/FMLJavaModLoadingContext deprecation warnings
  • Fix ItemSettingsSyncRequestMessage compile error
  • Fix UI issues: thirst bar NPE checks, appleskin overlay fixes
  • Add QuenchnessEffect mob effect (ported from 1.21.1)
  • Update wiki documentation and add local wiki/ folder