Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 days ago
All versions
26.2-3.1.3
Release
[Fabric 26.2] CraterLib - 3.1.32 days ago 331
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Changes
Bug Fixes:
- Fix Paper bootstrap crash due to class loading on modern mc versions - VelizarBG
- Fix Paper command errors when it tries to handle non player commands - VelizarBG
API Changes:
- Add active FTB Ranks lookup for online players. Fixes bug in SDLink where condition ranks in FTB Teams do not work. - John Clardy
New Features:
- Added noSave() api to CraterServer for reasons that are none of your concern (possible new mod) - HypherionSA
- Added
getHunger,getArmor()andgetSaturation()api's to CraterPlayer - HypherionSA - Added dual fired chat events, that mods like Simple Discord Link can use to determine if it needs to ignore a chat message - HypherionSA
- Probably added more bugs to fix later - 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:dHUgonju"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Nn8Wasaq:dHUgonju"
}

