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
- 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

