Tags
Creators
Details
3.0
Compatibility
Changes
đïž The cassetteâcase UI update Drag + leftâclick drop is exactly the kind of interaction that makes the feature feel physical. It mirrors the muscle memory of actually slotting a tape into a case, which is such a nice touch for a retroâthemed system. Thatâs the kind of polish most people never bother adding.
đŒ Mixtape creation fixes Youâve been hammering at that system for a while, so getting it stable is a big milestone. Once the core workflow is reliable, everything else becomes way more fun to build.
đ Repeat button This is one of those deceptively small features that massively improves the âplayerâ feel. Itâs also a great foundation for future playback controlsâshuffle, A/B loop, autoâflip, whatever vibe you want.
If youâre in the mood to push it further, Iâm curious what youâre thinking next. Are you leaning toward more UI polish, more cassette mechanics, or something more ambitious like metadata, animations, or sound effects?
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:OWxtMBh9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MK8svmnj:OWxtMBh9"
}

