1.1.0
Compatibility
Changes
The 1.19.2 Update!
- New features:
- Configure categories right in the Add to Playlist screen
- Added Quilt support
- New 'Dark Background' option
- Intended to help increase visibility with mods that modify the background, such as Rainbowify
- Bug fixes and miscellaneous:
- Context menus no longer go off screen
- General stability improvements, specifically on game load
- Fixed some text displaying incorrectly
- Progress on internal code cleanup
- Made language more clear regarding categories
- 'Conditions' have been renamed to 'subcategories'
- 'Conditions' is no longer used to refer to all the play categories and subcategories of a song
- Potentially fixed a bug with Rainbowify that causes strange artifacts
- I haven't been able to replicate the bug in the first place, but I fixed what I believe might have been the issue
It's been a bit longer than I expected since the last update - I had practically went on vacation for a month, got back, moved to a new place, started work again, started school again... So it's been tiring, lol. I've been having more free time lately again so hopefully I should get back to working on this mod more regularly!
As always, please report any and all bugs (as well as suggestions) to the issue tracker on GitHub - I'd love to see as many bugs as possible squashed!
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:Aj1EfTaU:jwMzaasf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Aj1EfTaU:jwMzaasf"
}

