Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
1.21-3.0.1
Release
[Fabric 1.21/1] CraterLib - 3.0.18 months ago 79.3K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Changes
New Features
- Added API for Player Roles (https://modrinth.com/mod/player-roles) - HypherionSA
- Added GameMode API to Player - HypherionSA
- Added API for Advancement Progress - KarmaAlex
This is a re-release of 3.0.0 with the following fixes:
- Fixes various startup crashes and mixin crashes across all versions and loader
- Thou shalt not release to prod on a Friday night.........
My apologies to everyone for this very disastrous release.
Bug Fixes
- Fixed Events fired from mixins that error out breaking the game - HypherionSA
Changes
- Forge is back (for now. If the amount of users aren't worth it, it's gone for good) - HypherionSA/Kaleidio
- Removed all deprecated code - HypherionSA
- Remove Legacy Embedded RPC SDK (Breaks Simple RPC 3. If you still need it, please open an issue) - HypherionSA
- Removed 1.19.4, 1.20.2-1.20.4 from support - These versions hardly have any users left. We still provide tech support for it - HypherionSA
Technical Changes
- Switched to a new build system - HypherionSA
- Moved from Groovy to Kotlin - HypherionSA
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:Nn8Wasaq:pAI9670M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Nn8Wasaq:pAI9670M"
}

