Tags
Creators
Details
Licensed CC-BY-4.0
Published 2 months ago
Updated last month
All versions
1.3.9
Release
1.3.9last month 260
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
added:
- visual toggle for wall Racks (toggle to only show disc/cover/both), right-click with tuning fork
changed:
- changed tuning fork to work only when only crouching for linking
- optimize Soundbox Code
- Added Visual for Button Press Cooldown, change cooldown to 1000ms rather than 250ms
fix :
- misalign playlist when disc is playing
- SoundBox track exclude visual Misalignment during play
- audio track switching cuts out audio data eventually (its just a stopgap, literally fighting with vanilla sound engine for it to not cut out)
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:xVfyaI9r:N91n6vBj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xVfyaI9r:N91n6vBj"
}

