diff --git a/config/crash_assistant/config.toml b/config/crash_assistant/config.toml index 59df8ee79..f928162af 100644 --- a/config/crash_assistant/config.toml +++ b/config/crash_assistant/config.toml @@ -67,7 +67,7 @@ #For example this placeHolder used in: "Request help in the $CONFIG.text.support_name$" support_name = "TFG Github" #$CONFIG.text.support_place$ in lang files will be replaced with this value. - support_place = "New Issue button" + support_place = "the text boxes after pressing the green New Issue button" #$CONFIG.text.modpack_name$ in lang files will be replaced with this value. #For example this placeHolder used in: "Oops, $CONFIG.text.modpack_name$ crashed!" #Supports Better Compatibility Checker integration. You can use $BCC.modpackName$, $BCC.modpackVersion$, etc and it will be replaced with value from BCC config. diff --git a/config/crash_assistant/problematic_mods_config.json b/config/crash_assistant/problematic_mods_config.json index 6213ef328..7a73a41bf 100644 --- a/config/crash_assistant/problematic_mods_config.json +++ b/config/crash_assistant/problematic_mods_config.json @@ -1,10 +1,2 @@ { - "createdeco": { - "msg": "This crash happens sometimes. Launching the modpack again should make it disappear.", - "should_crash_on_startup": false - }, - "railways": { - "msg": "This crash happens sometimes. Launching the modpack again should make it disappear.", - "should_crash_on_startup": false - } } \ No newline at end of file