Tags
Creators
Details
0.1.0+26.2
Compatibility
Required content
Changes
First public release
- one full Autoradio JAR per supported Minecraft version, with no separate public station-pack download;
- five built-in stations with ten tracks each: dRock, 247.Indie, PopPop, Autobahn3000 and Bohemians;
- stereo 48 kHz OGG Vorbis q4 (quality 4) release audio, normalized to −14 LUFS with −1.5 dBTP headroom;
- unchanged client-only Rosenvik Stations JAR nested inside the public archive to preserve its mixed-rights license, credits and rights ledger;
- synchronized vehicle cabin and nearby positional audio;
- hold-to-open station wheel, now-playing HUD and complete device controls;
- player-managed Custom station with OGG, MP3 and WAV support;
- consent-based, bounded and SHA-256-verified multiplayer Custom sharing;
- placeable and portable Party Speakers in all sixteen dye colors;
- audio-reactive RGB lighting, naming, access, range and redstone settings;
- matching builds for Minecraft 26.1.2 and 26.2;
- required Fabric API and Automobility: Unofficial Port dependencies.
If you installed the earlier standalone Rosenvik Stations preview JAR, remove it while upgrading. It remains compatible, but Fabric otherwise selects its older q5 media instead of the q4 station pack already embedded in Autoradio.
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:jeo3EZFJ:MreT4mJo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jeo3EZFJ:MreT4mJo"
}

