Tags
Creators
Details
Licensed Apache-2.0
Published 10 months ago
Updated last month
All versions
0.0.7
Release
Simple Voice Radio 📻 0.0.7last month 395
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.4
Platforms
Folia
Paper
Purpur
Changes
- Fixed voice mixing.
- Added chunk mode and antennas (
mode: chunk). - In chunk mode, reception range depends on the number of lightning rods above the radio: 0 → 3 chunks, 1 → 10 chunks, 2 → 30 chunks. These values can be changed in the config.
- In chunk mode, a solid block above the antenna blocks the signal.
- A lightning strike on the antenna destroys the radio. This can be disabled with
lightning_destroys_radio. - In chunk mode, the radio requires clear space above it to work (
required_clearance: 3). play_audionow supports MP3, WAV, and OGG files, with configurable broadcast frequency andloopmode. It also outputs a level 15 redstone signal while playing.- Added Folia support.
- Replaced the data storage system with JSON, including automatic migration from the old format, so updates no longer break existing data.
- Major performance optimizations.
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:yHhhTq8X:cH69hkJv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yHhhTq8X:cH69hkJv"
}

