Tags
Creators
Details
All versions
3.2.2+mc1.20.2-fabric
Release
[Fabric 1.20.2] v3.2.23 years ago 27.2K
Compatibility
Minecraft: Java Edition
1.20.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
- 1353e89 - Merge pull request #53 from dima-dencep/1.20.x/dev
- 2473d79 - Update publish.yml
- f8420d4 - Fix build
- a4e84ae - Update publish.yml
- 76c30dd - Temp fix for cloth-config on forge
- eede783 - Change names of mixin methods
- 2e7cb16 - Impl #52
- aabcd9e - Port to neoforge
- fc81269 - Fix version
- 202b6c6 - Small fixes
- 97eed04 - Add
setAttachType - 1874189 - Bump version
- 3776df1 - Update dependencies
- a3b18ac - Update publish
- 46c32c3 - Relicense to OSL-3.0
- 2c1374d - Update deps
- e82b02b - Remove broken option
- 7a35576 - Update localizations
- 5ed5f05 - Add injected interface
- 78d6b25 - New attach system
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| rrls-3.2.2+mc1.20.2-sources.jar | Unknown | 179.77 KiB |
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:yx8wrcH9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZP7xHXtw:yx8wrcH9"
}

