Links
Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 3 months ago
All versions
FORGE-mc1.19.2-v2.1.8
Release
WATERFrAMES/Forge/mc1.19.2/v2.1.82 years ago 517
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
UPDATE 2.1.8
- ๐ Added translation
- ๐ง๐ท Brazil (by jmsgfhr)
- โจ [1.19.2] Extended support for 2 months (QianFuv)
- โจ Added compatibility with Forge Permissions API
- โจ Added config option to enable permission usage (disabled by default)
- โจ Permissions added
waterframes.displays.save: Enables you save urls or settings in any displaywaterframes.displays.interact: Enables you interaction for any display (open gui)waterframes.displays.interact.frame: Enables you interaction for frameswaterframes.displays.interact.projector: Enables you interaction for projectorswaterframes.displays.interact.tv: Enables you interaction for all TVswaterframes.remote.interact: Enables you interact with remotes (open gui)waterframes.remote.bind: Enables you binding remotes (open gui)waterframes.whitelist.bypass: Enables you ability to bypass white/black list
- โจ Added config "allowSaving", enables to users ability to save urls or settings
- โจ Added config "blackWhitelist", inverts polarity of how a whitelist works
- โจ Added config "usableRemote", enables to users ability to interact with the remote (open the gui)
- โจ Added config "usableRemoteBinding", enables to users ability to bind remotes on any display
- โจ Added sound on binding and unbinding remotes
- ๐ ๏ธ Added validator for whitelist hosts (invalid host must be removed)
- ๐ ๏ธ Added better error displaying when URL isn't able to load
- ๐ ๏ธ Set minimal required watermedia version to 2.1.6
- ๐ Fixed users aren't able to save on any display when URL bar is empty
- ๐ Fixed when permission to interact with displays isn't enabled, remotes aren't able to bind them
- ๐ Fixed update display data resets time to zero when it has an URL
- ๐ Fixed you won't need to crouch to bind unbinded remotes
- ๐ Fixed mute button is not visible on remotes
- ๐ Fixed audio position is displayed wronly on projectors
Optional dependencies
Any compatible version
Known incompatibilities
Any version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:eBzFuVTM:jxdadtzB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eBzFuVTM:jxdadtzB"
}

