Tags
Creators
Details
All versions
1.11.7
Release
CrashAssistant-fabric-26.1-1.11.7.jar4 months ago 7,531
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
- Added Japanese translation. Thanks
looksky49for making PR! - Improved duplicated Crash Assistant mod on Forge Check. Added one-click autofix button which will remove duplicates.
- Added don't show again checkbox to many warnings there it's applicable.
- Added autofix button to
CurseforgeCorrupted, which will find jar which is corrupted. - Clarified config option descriptions. Thanks
Madis0for making PR! - Added detailed upload error handling with a visual guide for network failures and updated language localizations.
- Piracy Warning redesign:
- For non-modpacks: removed warning, button to join Forge/Fabric/Neo communities will be hidden, top text of gui will be changed to remove instructions about how to join Forge/Fabric/Neo discord.
- For modpacks (only if piracy warning is enabled): warning was rephrased, button to join modpack discord will be hidden, top text of gui will be changed to remove instructions about how to join your modpack discord.
- Added missing localization keys to other languages.
- Fixed during window switching main gui may be lost under other windows.
- Fixed High Ram Load Check on MacOS and Linux sometimes worked a little incorrectly.
- Fixed startup scripts modlist getting didn't work if some mods were without modids.
- Fixed mods searcher icon not displayed at the taskbar, so the window may be lost under other windows.
- Fixed rarely corrupted cursforge minecraft installation crash reason displayed as corrupted mod.
- Fixed MixinApply analysis was always saying it found the problem in latest.log, even if the problem is in a different log.
- Changed relocation path of
jexl3to prevent false detection byZoneAlarm by Check PointandGoogle.
See full changelog
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:ix1qq8Ux:DBaEusWt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ix1qq8Ux:DBaEusWt"
}

