diff --git a/docs/mods.md b/docs/mods.md index 816fcea..33abdc7 100644 --- a/docs/mods.md +++ b/docs/mods.md @@ -49,7 +49,6 @@ The [`Better Leaves` resource-pack by MidnightDust](https://github.com/TeamMidni - `Universal Graves` — graves - `Zoomify` — zoom - `Auth Me` — in-game session re-validation -- `Not Enough Crashes` — go to title screen on crash ### Modpack utilities - `OneTimeOverrides` diff --git a/src/universal/config/notenoughcrashes.json b/src/universal/config/notenoughcrashes.json deleted file mode 100644 index 9c2b1cd..0000000 --- a/src/universal/config/notenoughcrashes.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "disableReturnToMainMenu": false, - "deobfuscateStackTrace": true, - "catchInitializationCrashes": true, - "debugModIdentification": false, - "forceCrashScreen": false, - "crashLimit": 20, - "crashlogUpload": { - "destination": "BYTEBIN", - "hasteUrl": "https://hastebin.com/", - "bytebinUrl": "https://bytebin.lucko.me/", - "gist": { - "accessToken": "", - "unlisted": false - }, - "pastebin": { - "uploadKey": "", - "privacy": "PUBLIC", - "expiry": "NEVER" - }, - "customUserAgent": "" - } -} \ No newline at end of file diff --git a/src/universal/mods/notenoughcrashes.hm.json b/src/universal/mods/notenoughcrashes.hm.json deleted file mode 100644 index c0b2cde..0000000 --- a/src/universal/mods/notenoughcrashes.hm.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "formatVersion": 1, - "enabled": true, - "version": { - "name": "4.2.0+1.19.2-fabric", - "size": 170175, - "fileName": "notenoughcrashes-4.2.0+1.19.2-fabric.jar", - "downloadUrl": "https://cdn.modrinth.com/data/yM94ont6/versions/pZrUjdgo/notenoughcrashes-4.2.0%2B1.19.2-fabric.jar", - "hashes": { - "sha1": "43c2e609a6ba3fcbb66426c87abc86efa9085727", - "sha512": "8a5dafc349bbed411e735404838f964c75a8b36aa149cb926059c4340660692d1b50afe5025bd0ea0851c64d92c96822a37f4c0671763414e4f2669eb46e756c" - } - }, - "source": { - "type": "modrinth", - "modId": "yM94ont6", - "versionId": "pZrUjdgo", - "ignoreUpdates": false - } -}