Links
Tags
Creators
Details
2.2.1+neoforge-1.21.1
Compatibility
Changes
-
Fixed the Golden Jukebox showing no track length and an empty progress bar for vanilla and other mods' discs. The length was there all along, the jukebox just wasn't reading it. Scrubbing still only works on custom discs.
-
Fixed a hopper under the Golden Jukebox not pulling the disc out when the track ended. Like a vanilla jukebox, the Golden Jukebox powers the block below it while a record plays, which switches a hopper off. It was measuring "still playing" against an internal placeholder rounded up to the next ten seconds — up to an hour for a disc of unknown length, and forever on a radio stream — so the hopper stayed switched off long after the music stopped. It now goes by the track's real length. Repeat and albums still hold the hopper off while they are actually playing.
-
Fixed the elapsed time and progress bar drifting behind the music. The readout was counting game ticks, so it fell behind whenever the server dipped below 20 ticks per second and then jumped to catch up (about four seconds adrift over a four-minute track). It now follows the same clock as the audio.
-
Fixed custom discs not playing in a normal jukebox when Additional Additions is installed. The disc showed as playing and stayed silent, with no error. This has been broken since 2.0.0 for anyone running Additional Additions.
-
Fixed crackling and jumping stereo with directional audio turned off. Moving around while looking about made the sound break up and flick between left and right. It now plays as a flat, non-positional sound the way vanilla background music does, and fades in and out at the edge of the audible range instead of cutting.
-
Additional Additions albums now work in the Golden Jukebox. Albums could already hold custom discs and play them in a normal jukebox, but the Golden Jukebox refused to take them at all. It now plays through an album track by track, shows which track is playing, and repeat loops the whole album. Comparator output follows the current track.
-
Custom discs now play in [Let's Do] Furniture's gramophone. They could be inserted before, and the gramophone acted like they were playing, but no audio came out. Repeat works too, and breaking the gramophone stops the music for anyone still listening.
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:mqnazM0E:EYgU2OI4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mqnazM0E:EYgU2OI4"
}

