All versions
5.0.8+mc1.21.1-fabric
Beta
[Fabric 1.21.1] v5.0.82 years ago 781.8K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- a65b3b6 - Merge pull request #112 from dima-dencep/1.21.x/dev
- 5bd6d61 - Fix version
- f4c9b07 - 1.21
- b7a19e5 - EBE workaround
- 3b5e772 - Update deps
- 8c47af8 - Merge pull request #107 from dima-dencep/1.21.x/dev
- b6978f1 - Merge pull request #105 from dima-dencep/1.21.x/dev
- 458ac38 - Merge pull request #102 from dima-dencep/1.21.x/dev
- 6094dd3 - Merge pull request #100 from dima-dencep/1.21.x/dev
- 6e4bcb1 - Merge pull request #96 from dima-dencep/1.21.x/dev
- 2a1e789 - Merge pull request #94 from dima-dencep/1.21.x/dev
- af5a5b1 - Merge pull request #89 from dima-dencep/1.21.x/dev
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:ZP7xHXtw:J4n3Uh3Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZP7xHXtw:J4n3Uh3Y"
}


