All versions
2.3.74-4c866d0
Alpha
Grim Anticheat (Fabric) 2.3.74-4c866d02 months ago 63
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.1–1.16.5
Platform
Fabric
Supported environments
Required content
Changes
Changes in this Build (since previous push)
Miscellaneous
- Add --name / --match / --grep regex filters to /grim history - by Axionize WS1 (
d591f10) - Bump grim-api pin to 1.3.2.0 - by Axionize WS1 (
2c60aae) - Redstone wall torch should use isLit instead of isPowered - by cyramek (
21f0c3d) - Bump grim-api to 1.3.2.1 - by Axionize WS2 (
17d4d2f) - Check cameraEntity.isSelf() in isTickingReliablyFor - by ManInMyVan (
3e5afef) - Simplify shulker opening/closing - by ManInMyVan (
fc899a3) - Min, not max - by ManInMyVan (
83a6d98) - Happy ghast scale is also clamped - by ManInMyVan (
5254190) - Remove unused import - by ManInMyVan (
145f71c) - Fall back to modrinth for changelog range when push payload missing - by Axionize WS1 (
4c866d0)
🐛 Fixes
- Fix page length check (#2637) - by Captain-S0L0 (
f81e183) - Fix shulker & dragon scale attrubute - by ManInMyVan (
3d95fea)
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:LJNGWSvH:CXuusTc6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LJNGWSvH:CXuusTc6"
}

