Tags
Creators
Details
3.2
Compatibility
Changes
🎶 Cassette Player Plus — Update 📻 New Features Boombox (New Block!) A fully placeable music‑playing block that broadcasts your cassette tunes into the world.
Portable Music Sneak + Right‑Click a playing Boombox to pick it up
Music follows you as you walk
Other players hear it fade with distance
Interactive Controls Right‑Click: Insert or eject a cassette
Left‑Click: Skip to the next track on a mix tape
Immersive Effects Tape Insert Sound: Plays before music begins
Music Particles: Notes float around the Boombox — or around you if you're carrying it
Mob Dancing (The Party Block!) At night, nearby Zombies and Skeletons stop attacking and start dancing to your music.
Admin Controls Toggle mob dancing with:
/cassette_player_plus config enableBoomboxDancing [true/false]
đź§Ş Crafting Boombox Recipe 5Ă— Iron Ingots
1Ă— Jukebox
1Ă— Copper Ingot
2Ă— Redstone
đź”§ Improvements & Fixes Optimized music tracking to prevent overlapping audio when moving the Boombox
Fixed music not stopping correctly after ejecting a cassette
Improved particle positioning so they no longer appear inside the player’s head when carrying a Boombox.
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:MK8svmnj:ikZYFyJW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MK8svmnj:ikZYFyJW"
}

