All versions
1.7.4-1.21.1
Alpha
GlitchClient (AModOfError) 1.7.4-1.21.1last month 24
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Changes
1.21.1 is back! Together with version 1.21, 1.21.1 is back and it's in the latest version 1.7.4!
1.7.4
- fixes
- more stability
- fix for auto Recent, fullbright, autosprint, and the mod search error
- new restore/undo buttons for risky options and configs (Note! Once you close the mod menu, you won’t be able to restore or undo changes, so remember to save the mod globally in the main mod GUI!)
- right-click to increase values and left-click to decrease so you don’t have to click endlessly
- minor fix for TnT blocks batch
- fix for TrapDev Scanner
- minor fix for EPopCounter
- small tweaks in NoRender and EBlockOverlay
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:No7bAu8x:WzN5elWT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:No7bAu8x:WzN5elWT"
}

