Tags
Creators
Details
Licensed Apache-2.0
Published 2 years ago
Updated last year
All versions
0.2.1
Beta
[Fabric 1.20.1] 0.2.12 years ago 454
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Disx 0.2.1
Changes
- Audio now loads into memory to avoid corruption or loss of data on buffering (this may result in slightly longer loading times for long audios)
- Window added between when a song ends and when the game detects a disc as complete to ensure it doesn't prematurely cut a song off
Fixes
- Songs prematurely ending should no longer occur (was due to occasional loss of data from YouTube)
- Client-side debug mode should now work for the mod
Optional dependencies
Any compatible 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:EtRRI1w5:Uom1PJB5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EtRRI1w5:Uom1PJB5"
}![Disx [Fabric/Forge/Quilt]](https://cdn.modrinth.com/data/EtRRI1w5/1eb1fa3b3865d3092d0fa81a4347303dbd7b48c0_96.webp)

