1.3.0
Compatibility
Changes
Playlist 1.3 for 1.20.1
This is simply an update of Playlist 1.3 to Minecraft 1.20.1. With it comes the addition of 4 new songs to the game, by Aaron Cherof.
On top of that, the 1.20.1 version of Playlist 1.3 also updated the default play conditions for songs in order to improve accuracy. Unfortunately, it still isn't perfect, though it comes somewhat close and future versions will likely be 100% perfect.
Otherwise, there are no other new features, but work on version Playlist 1.4 is starting now. Playlist 1.4 which will see a lot of new features and changes!
If you would like to see the official changelog for Playlist 1.3, please see: https://modrinth.com/mod/playlist/version/mzigLd4C
Requires Minecraft 1.20.1, Fabric Loader 0.14.21+, and Fabric API 0.85.0+
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:3axzalLm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Aj1EfTaU:3axzalLm"
}

