Tags
Creators
Details
All versions
1.20-2.0.0-fabric
Release
Rrls 2.0.0 for 1.20 (Fabric/Quilt)3 years ago 659
Compatibility
Minecraft: Java Edition
1.20
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
- 36a4948 - Port to 1.20
- c307739 - Update workflows
- c526521 - Conversion to AtomicReference
- 88e4454 - Try fix #25
- c9cfa42 - Cleanup
- b184186 - Removed text, added colorful progress bar
- 6469047 - Update gradle and loom
- bcec251 - Delete crowdin.yml
- 5f54b46 - Issue template
- d405120 - Localization ( #26 )
- d2aaac0 - Idea refactor
- 343bc5c - Build pre-release
- f5a3ffe - Translate ru
- 2421172 - Test new features
- 08abf0f - Update mod info
- 32d34c3 - Update deps
- 8ff9618 - Update Crowdin configuration file
- 13752c4 - Merge pull request #14 from Madis0/fix-name-1194
- 2daff6d - Merge pull request #15 from Madis0/unbundle-cloth-config-1194
- bf85250 - Merge pull request #19 from Madis0/epilepsy-1194
- 2d032fb - Refactor workflows
- 484881e - Epilepsy warning
- 81864c0 - Unbundle Cloth Config
- 6166075 - Fix the name
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Rrls-1.20-2.0.0-fabric-sources.jar | Unknown | 169.75 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:suzX14ob"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZP7xHXtw:suzX14ob"
}



