Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
All versions
0.3.7
Release
UnifiedMetrics 0.3.74 years ago 226
Compatibility
Minecraft: Java Edition
1.19–1.19.2
1.18.x
1.17.x
1.16.x
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Bug Fixes
- apiProvider being initialized after saveConfig (Cubxity)
Chores
- build: upgrade kotlin (Cubxity)
- build: upgrade dependencies (Cubxity)
- deps: add renovate.json (#61) #61 (renovate[bot])
- deps: group non-major renovate dependency upgrades (Cubxity)
- deps: update actions/checkout action to v3 (#71) #71 (renovate[bot])
- deps: update actions/setup-java action to v3 (#72) #72 (renovate[bot])
- deps: update plugin fabric-loom to v1 (#73) #73 (renovate[bot])
- deps: update all non-major dependencies (#74) #74 (renovate[bot])
- bump version to 0.3.7 (Cubxity)
Commits
- 4f37c6a: [skip ci] docs: update readme (Cubxity)
- 5ec26b0: [skip ci] docs: update readme (Cubxity)
- 4beba9f: Merge branch 'dev/0.3.x' (Cubxity)
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:p1ewR5kV:e9ehbcIX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:p1ewR5kV:e9ehbcIX"
}

