WATERMeDIA: Multimedia API

Library with an API using VLC for multimedia integration with Minecraft

File Details

WM-sources/3.0.0-beta.8

  • B
  • Feb 25, 2026
  • 235.38 KB
  • 11
  • 1.21.11+4
  • Forge + 2

File Name

watermedia-3.0.0-beta.8-sources.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:7675867"

Fabric

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

NeoForge

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

Learn more about Curse Maven

📦 UPDATE 3.0.0-beta.8

  • ✨ Added water:// protocol
    • water://local/<path> - opens files inside Current Working Directory (instance folder)
    • water://remote/<id> - opens files from the remote server using the media ID (requires watermedia on server-side)
    • water://global/<id> - opens files from the global remote server (allocated by SrRapero720). Not working yet
  • ✨ PNG: Added ancillary chunks support
  • 🛠️ Normalize by default the given URI string
  • 🐛 Fixed: crashes on Java 17 (including MC versions using it)
  • 🐛 Fixed: slow framerate on FFMediaPlayer when media has a poorly worked muxing
  • 🐛 Fixed: AppBootstrap was not working... AGAIN