Tags
Creators
Details
All versions
0.1.0-beta.5+1.21.1
Beta
Analog Audio 0.1.0-beta.5 for NeoForge 1.21.13 months ago 1,215
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Features
- Added support for Plasmo Voice.
- Added compatibility for Sound Physics Remastered.
- Improved the rotary dial frequency selector GUI.
- Added instructions for how to use controls.
- Added an alternative 'scrolling' input method for better accessibility.
- Added tooltip descriptions for items.
- Added
analogaudio.uploadfilespermission node.- If
allowFileUploadsis disabled, this permission node allows certain players to still upload files. Can be bypassed with operator privileges.
- If
- Changed
globalRadioVolumemaximum to 200%.
Fixes
- Error messages are now displayed if audio fails to play. #49
- Fixed parrots and mechanical arms reacting to playing and pausing an empty cassette tape. #50
- Display links now correctly send the duration data for the currently playing audio when the audio is paused or completed.
- Radios now output a signal strength of 15 after audio is finished playing instead of 0.
- Frequency labels for speakers are now correctly displayed when the pulse animation plays.
- Fixed the rotary screen always starting to reset to the first page when opened.
- Fixed 8x8 texture that was causing mip levels to be clamped at 3. #52
And as always, please continue reporting any problems you experience to me on Github or on Discord!
Optional dependencies
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:tVpiCB8D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iMAVG2nH:tVpiCB8D"
}







