All versions
0.1.0-beta.2+1.21.1
Beta
Analog Audio 0.1.0-beta.22 months ago 8,142
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Features
- Cassette decks now support some platform URLs through
lavaplayer. Namely, youtube, bandcamp, and soundcloud. - Cassette decks now allows you to browse and upload your own files as well, which are automatically uploaded and stored in the cloud to support multiplayer without streaming.
- Added the Cassette Bag item. The cassette bag can store up to
18cassette tapes, and can be placed in a radio to automatically play cassette tapes from its inventory. The cassette bag can be dyed, and has an optional 3D model accessible through the 3D Cassettes resource pack. - You can now access up to 255 frequencies for walkie talkies and speaker blocks by holding on either end of the rotary dial. You can also hold the middle to reset to the first page.
- When radio volume is changed while a cassette tape is playing, it will be remembered by the cassette tape, and the volume will be adjusted automatically the next time it plays.
- Added a shuffle toggle to the radio- when used with a cassette bag, the play order will be shuffled.
- Added more helpful tooltips to guis.
- Added a configuration option to toggle rendering of cassette names on tapes rendered in cassette inventory blocks.
- Added translations for audio subtitles.
Fixes
- The mod no longer crashes dedicated servers.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:iMAVG2nH:ODtQvy7z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iMAVG2nH:ODtQvy7z"
}

