Tags
Creators
Details
All versions
1.11.6
Release
CrashAssistant-fabric-1.21.5-1.21.11-1.11.6.jar4 months ago 367.9K
Compatibility
Minecraft: Java Edition
1.21.5–1.21.11
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
- New GUI analysis tool
ConnectorModDetectorGUI. Detects fabric mods loaded by connector mod. - New GUI analysis tool
ModsSearcherAnalysisGUI. Searches for user-entered String/Regex names inside of mod files/Minecraft folder. Good for finding problematic mods/configs when it isn't clear where a problem/resource is coming from. - Now
modlist.txthasnotescolumn (renamed fromisMCreator). Will havevia ConnectororMCreator modnotes there aplicable. crash_assistant_app.lognow has:- disk spase: total, free (at launch moment, at crash moment).
- Minecraft main class name.
- Add separator row to
modlist.txtformatting for improved readability. - Now
startup_scripts.logadded to logs list only if has errors. If no, its contents will be logged to CA log instead. - Added ability to customize colors of Yes/No in privacy policy acceptance.
- Fixed blacklisting
CodexMessagecrash reason didn't work. - Fixed missing/corrupted mixins config analysis sometimes didn't work. Added a button to find which mod provided it if we can't say immediately.
- Fixed analysis results in generated message filenames may be duplicated.
CorruptedConfigFindernow correctly analysingjson5. Also added support ofjsonc,propertiesformats.- Improved generation of example scripts.
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:WeY6N68h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ix1qq8Ux:WeY6N68h"
}

