Tags
Creators
Details
1.3.2
Compatibility
Required content
Changes
BeatBlocks Control 1.3.2 — Minecraft 1.21.9 (Beta)
Fabric client mod to control Spotify from in-game (overlay, HUD, hotkeys) via a local Spicetify bridge.
Requirements
- Minecraft 1.21.9 (use the JAR built for this exact patch version)
- Fabric Loader ≥ 0.16.10
- Fabric API
0.134.1+1.21.9 - Spotify desktop + Spicetify +
beatblocks-api.js(setup)
Highlights
- In-game music overlay and now-playing HUD
- Playlists, albums, liked songs, queue
- Global hotkeys (default Alt+I, J/K/L)
- Localhost bridge only — no API keys in the mod
Website: https://vyas-devgna.github.io/beatblocks-control/
Source: https://github.com/vyas-devgna/beatblocks-control
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:REjQLTnJ:9V32ddOa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:REjQLTnJ:9V32ddOa"
}

