MusicMenu_2.0_mc26.2
Compatibility
Required content
Changes
Error solved:
When you had a track playing, if you disabled or enabled another track in the menu, the playing song would stop. Now that won´t happen. This was happening when changing the ticks delay too. Also solved.
Error solved:
When the tick delay selector was set to vanilla settings, an odd -1 was shown in both minimum and maximum selectors. Now, instead, it says VANILLA.
New:
Added colors to the menu for better interface. Disabled tracks will show in red, and enabled tracks will show in green.
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:WPh9pmtO:ySh4j076"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WPh9pmtO:ySh4j076"
}

