Compatibility
Minecraft: Java Edition
1.21.1
1.20.1
1.19.2
1.18.2
1.16.5
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed ARR
Published last year
Updated yesterday
Changelog
📦 BREAKING UPDATE 2.1.0
IMPORTANT: THIS UPDATE IS A BREAKING UPDATE! DEPENDENT MODS WILL NOT WORK IF THEY DIDN'T RELEASE A COMPATIBILITY UPDATE
WHY UPDATE IS SMALL?
This update is focused on fix critical problems on v2 which requires breaking changes, we didn't put much
effort on this update to entirely focus on v3 development with way many and better features.
Consider get hyped, this update helps me a lot on how to enhance performance on v3 and how to do SoundPhysics (i made OpenAL works)
- ✨ Fixed and enhanced URI handling
- All usages of
java.net.URL
has been replaced withjava.net.URI
local://<path>
was replaced withwater://local/<path>
- Uris created via
NetworkAPI#createURI()
has direct paths compatibility likeC:\Users\ME\Downloads
(no morefile:///
) - Non-HTTP protocols (supported by Java) are now supported (back again)
- Fixed some URL's capable to be loaded in VLC aren't loaded by WATERMeDIA
- All usages of
- ✨ General enhancing to media loading
- Rewritten ImageFetch utility
- Image loading is way faster
- Enhanced image loading stability and debugging (no more image loading deadlocks)
- ✨ Reduced memory allocation rate while playing videos
- ✨ Lock video buffers to prevent windows (or unix) sore memory on disk
- ✨ Removed unnecessary loading.gif extraction (instead detects if its present to override default)
- ✨ Updated default loading gif (now we use a square gif)
- ✨ Enhanced VLC discovery to be more recursive
- 🛠️ Relocated
me.srrapero720
package toorg.watermedia
(part of the v3 refactor) - 🛠️ Renamed
SyncMediaPlayer
toMediaPlayer
and all its downclasses - 🛠️ Renamed
rendering.RenderAPI
torender.RenderAPI
- 🛠️ Renamed methods similar to
getUrl()
togetUri()
- 🛠️ Removed deprecated methods
- 🛠️ Added JVM argument
-Dwatermedia.slavist=<true/false>
(enables HD videos from YT)
Files
Metadata
Release channel
ReleaseVersion number
2.1.0Loaders
Game versions
1.16.5, 1.18.2, 1.19.2, 1.20.1, 1.21.1Downloads
616Publication date
October 26, 2024 at 9:20 AMPublisher
SrRapero720
Owner