Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 years ago
All versions
3.0.5
Release
Video Player 3.0.52 years ago 12.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.x
Platform
Fabric
Supported environments
Client and server
Required content
Changes
3.0.5
- Fixed fading in playgovideo command
3.0.4
- Stopmusic command was added (it was stopvideo too in the name)
- Removed raw callbacks from watermedia
- Changed the forward and backward times to 10 and -5 seconds
- Changed the icons to have a more dark gray color
- Can't run the mod if mr_stellarity installed
3.0.3
- Fix issue that caused the video to don't start
3.0.2
- Temporary fix to servers to run (disabling hand radio block and wip overlay)
3.0.1
- Fixed the bug where the radio and TV doesn't sync the url when changed
3.0
- Refactored the complete mod
- Added radio block
- Added new custom command to play videos (playgovideo)
- Added command to play music (playmusic)
- Added command to stop music (stopmusic)
- Added command to stop video (stopvideo)
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:sSAANV7f:jVVnUOPF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sSAANV7f:jVVnUOPF"
}


