Tags
Creators
Details
7.2.0
Compatibility
Changes
49582f5 fix: un-limit column updates in stats and chall... - Thatsmusic99
dda4569 chore(deps): update to 1.21.5 - Thatsmusic99
633dd20 fix: check if a next level is indexed - Thatsmusic99
2e2631b chore: formatting - Thatsmusic99
3cf5d32 chore(deps): update PAPI repository and version - Thatsmusic99
797f784 fix: wolf head drops not working - Thatsmusic99
b37ed20 feat: new heads and support for mobs - Thatsmusic99
89d459d chore: add new version checking mechanism - Thatsmusic99
f9afebd fix: set heads.yml version to 4.3 - Thatsmusic99
e669c7e fix: account for new GameProfile properties method - Thatsmusic99
7c0cb93 feat: noteblock sounds - Thatsmusic99
2672dd8 fix: use user_id in pinned challenge removal st... - Thatsmusic99
23d0dc1 fix: persist PAPI placeholders - Thatsmusic99
b59213b feat: uuid placeholders (primarily for bedrock ... - Thatsmusic99
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:5BNpeqz1:exclVwQN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5BNpeqz1:exclVwQN"
}
