Tags
Creators
Details
Licensed MIT
Published 6 years ago
Updated last week
All versions
10.0.0-beta.1
Beta
v10.0.0-beta.1 for 1.20.5-rc32 years ago 605.6K
Uploaded by
Compatibility
Minecraft: Java Edition
24w18a
1.20.5–1.20.6
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
- Add update checkers for Fabric Loader and Quilt Loader
- Add API for mods to provide update checkers for other mods
- Fix Mod Menu build metadata not being properly stripped from the User Agent string generation for privacy
- Group mod credits together by role
- No longer promotes updates to beta or alpha versions by default
- Fixed disable_update_checker config option not working
- Delay loading API implementations until it's first needed in attempt to fix Architectury API's usage (beta)
- Change Twitter name to X (Twitter)
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:mOgUt4GM:NgnZx44E"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mOgUt4GM:NgnZx44E"
}

