All versions
1.0.0
Beta
PurrCast 1.0.02 months ago 44
Compatibility
Minecraft: Java Edition
1.21.9–1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
PurrCast: Radio Jukebox
Features:
- Real-time Media HUD: A clean, unobtrusive overlay in the corner of your screen showing the currently playing track and artist.
- Interactive Jukebox GUI: Press 'M' to open the Jukebox control panel to Play/Pause, skip to the next track, or go back to the previous one.
- Toggleable HUD: Press 'H' at any time to instantly show or hide the media overlay in game.
How to use:
- Run the PurrCast App on your Device: The PurrCast mod requires the official PurrCast desktop app to interact with the current music playback on your device.
- Open Jukebox: Press 'M' in-game to manage your playback.
- Toggle HUD: Use 'H' to keep your screen clean when you don't want to see the track info.
Dependencies:
- Fabric Mod Loader: Required to run the mod.
- Fabric API: Required for HUD rendering and event handling.
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:LlohpdxO:b9LrvBMD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LlohpdxO:b9LrvBMD"
}

