Included content
| Name | |
|---|---|
enableSpatialAudio. If enabled, uses the default spatial audio engine. Otherwise, switches to new stereo audio playback instead.spatialityThreshold. Ranges from 0.0-1.0, lower values blend directional audio with mono audio for a less intense experience.globalRadioVolume, controls the master volume of all radio block audio.speakerEcho, toggles whether or not you can hear your own input through speaker blocks.allowLocalUploads. If disabled, players won't be able to upload local files to cassette tapes.globalRadioRange. This value determines how far in blocks you can travel away from radios before you can't hear them anymore. By default, the range is 64 blocks, the same as vanilla jukeboxes.globalSpeakerRange. This value determines how far in blocks you can travel away from speakers before you can't hear them anymore. By default, the range is 64 blocks.lavaplayer implementation.
- The new implementation now supports MP3, WAV, FLAC, AAC, and M4A files, as well as still supporting OGG files. #1Fixed missing cassette bag recipe.
Fixed issue where audio playback didn't resume after changing dimensions. #19
Radio and Speaker now have the correct block sounds.
Blocks now have the correct harvestability and tool efficiencies.
Fixed cassette deck and radios not dropping their inventories when broken.
Fixed blocks not dropping themselves when broken.
Fixed frequency selector gui not staying open if you are using a custom place block keybind. #7
Fixed windows-specific issue with the lavaplayer loader. #6
Thank you to everyone who reported issues to me, you've helped me improve this mod!! Please continue reporting any problems you experience to me on Github or on my new Discord server.
| Name | |
|---|---|
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.
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:cW0l7ZB1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iMAVG2nH:cW0l7ZB1"
}