Tags
Creators
Details
All versions
0.1.0-beta.6+1.21.1
Beta
Analog Audio 0.1.0-beta.6 for NeoForge 1.21.13 months ago 303
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Features
- Refactored lavaplayer dependency.
- Lavaplayer is no longer bundled with the mod. Instead, you will now be prompted to install Analogplayer, a patched version of the needed dependencies, which will simply install the first time you start Minecraft with the mod. No fuss!
- Implemented built-in file server for hosting and serving audio files uploaded by players.
- The file server can be enabled in
config/analogaudio/analogaudio.fileserver.toml. The configured port must be open and distinguishable from your Minecraft server's port, or the server will not start. - With the file server enabled, files uploaded via the cassette deck are seamlessly uploaded to your server and stored in
/world/analogaudio/audio/, and an ID for the audio is supplied to the player. - If the file server is not enabled, audio uploaded from local files can only be heard by you.
- *Disclaimer: This feature is intended for whitelisted servers where the individuals playing on it are trusted. This mod does not implement security measures to prevent users from uploading malicious files to your server. You are responsible for the security of your server, use this feature at your own risk.
- The file server can be enabled in
- Added client configuration option
enablePlayerSuppliedAudio. It is disabled by default.- When enabled, allows playback of audio uploaded to the file server by other players.
- Added new tooltips for cassette tapes.
- Cassette tapes written with a local file now show a tooltip to distinguish whether or not you can hear the audio stored on it.
- Cassette tapes written with player supplied audio now have a tooltip disclaimer as well.
- The extended tooltip for cassette tapes now shows the name of the author who wrote it, or '???' if the author is unknown.
- Added client configuration option
cassetteTapeDisclaimers. It is enabled by default.- When disabled, hides the tooltip disclaimers for different audio types on cassette tapes.
- Implemented Ponder integration.
- Added 4 scenes for the Radio block.
- Added 3 scenes for the Speaker block.
- GUI slots now actually render the item instead of a static texture.
Fixes
- Fixed walkie talkie and speaker blocks missing when plasmo voice is installed.
- Fixed bug related to client config screen options getting overridden before saving.
Thank you all for the incredible amount of support. 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:qFj6QA1S"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iMAVG2nH:qFj6QA1S"
}







