Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platforms
Quilt
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 10 months ago
Updated 8 months ago
Quilt Crasher
// it's not a bug, it's a feature
Utility to debug mods handling crashes. Can intentionally crash Quilt under configurable circumstances.
Usage
Requires Quilted Fabric API.
There is a Config File which allows configuring
- When the crash should occur (Title screen, mod init, world load (client side), server join (client side))
- Which other mod ids are required for the crash to occur (For simulating n-way mod incompatibility)
- Which mods are required to fix the incompatibility (All are required, and it is ignored if empty)
- The message in the thrown error
Additionally, there is functionality to generate dummy mods. It is configurable
- How many mods should be generated
- If the button to trigger generation should be shown at all