From 6a7cf80e41aa14f707d9441c72a3ff2e27751ece Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 8 Jan 2026 12:47:01 -0500 Subject: [PATCH] Added Thirst Was Taken to test environment This allows easier testing for TWT compatibility and some common uses for fluid NBT (TWT uses it for water purity levels) --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index a2db9252..014906cc 100644 --- a/build.gradle +++ b/build.gradle @@ -145,6 +145,7 @@ dependencies { //modImplementation("curse.maven:inventorysorter-240633:4655091") modImplementation("curse.maven:cyclic-239286:4994392") modImplementation("curse.maven:flib-661261:4724762") + modImplementation("curse.maven:thirst-was-taken-679270:6660408") // DEV ONLY compileOnly('org.jetbrains:annotations:23.0.0')