File Details
WM/3.0.0.21
- B
- Jun 29, 2026
- 3.05 MB
- 2.6K
- 1.21.11+4
- Forge + 2
File Name
watermedia-3.0.0.21.jar
Supported Versions
- 1.21.11
- 1.21.1
- 1.20.1
- 1.19.2
- 1.18.2
Curse Maven Snippet
📦 UPDATE 3.0.0.21 (BETA)
⚡ Packaging
- 🐛 Fixed:
gsonwas being bundled inside the final WaterMedia jar — it leaked in as a transitive dependency of thetoolsmodule (declared there asimplementation) and got shaded by theincludeconfiguration;toolsnow declaresgsonas a providedlibrary, so the loader-provided copy is used andgsonis no longer duplicated in the jar - ⚙️ Changed: homologated the
toolsbuildscript andgradle.propertieswith thewatermedia/binariesconventions (include/libraryconfigurations, build-info logging, aligned JUnit BOM andgsonversions)