WATERMeDIA: Multimedia API

Library with an API using VLC for multimedia integration with Minecraft

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

Forge

implementation "curse.maven:watermedia-869524:8342332"

Fabric

modImplementation "curse.maven:watermedia-869524:8342332"

NeoForge

implementation "curse.maven:watermedia-869524:8342332"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

📦 UPDATE 3.0.0.21 (BETA)

⚡ Packaging

  • 🐛 Fixed: gson was being bundled inside the final WaterMedia jar — it leaked in as a transitive dependency of the tools module (declared there as implementation) and got shaded by the include configuration; tools now declares gson as a provided library, so the loader-provided copy is used and gson is no longer duplicated in the jar
  • ⚙️ Changed: homologated the tools buildscript and gradle.properties with the watermedia/binaries conventions (include/library configurations, build-info logging, aligned JUnit BOM and gson versions)