1.0-SNAPSHOT
Compatibility
Required content
Changes
MistyRadio Mod — Changelog
v1.0-SNAPSHOT — First release
🎵 Radio
- Stream MistyRadio directly in Minecraft via
/mistyradio - Toggle the radio on/off with a single command
- Radio stops automatically when you leave the server
🎚️ Volume
- Adjust the volume via
/mistyradio volume <0-100> - Volume is saved between sessions
📻 Now Playing
- Current song is displayed when starting the radio
- View the current song at any time via
/mistyradio nowplaying - Automatic notification in the chat when a new song is playing (configurable)
🎧 Live DJ
- Notification in the chat when a DJ goes live: 🎧 [name] is live now!
- Notification if the DJ goes offline
- Turn Live DJ notifications on/off via
/mistyradio djnotify
⚙️ Settings
- All settings customizable via the Mod Menu (no commands needed)
- Volume slider, track announcement toggle, and DJ announcement toggle in one clear screen
- Settings are saved in
.minecraft/config/mistyradio-mod.properties
📋 Commands
| Command | Description |
---|---|
| /mistyradio | Toggle radio on/off |
| /mistyradio start | Start the radio |
| /mistyradio stop | Stop the radio |
| /mistyradio nowplaying | See current track or live DJ |
| /mistyradio volume <0-100> | Adjust volume |
| /mistyradio notify | Track announcement on/off |
| /mistyradio djnotify | Live DJ announcement on/off | | /mistyradio help | Show all commands |
📦 Requirements
- Minecraft 1.21.x
- Fabric Loader ≥ 0.16.9
- Fabric API
- Cloth Config (included)
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:Xzq5ogae:th3WBfbP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xzq5ogae:th3WBfbP"
}

