modpack/config/notenoughcrashes.json
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 cc9d166efa v1.1.0 | Initial commit.
2022-08-19 20:29:50 +02:00

23 lines
No EOL
533 B
JSON

{
"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": ""
}
}