tweaks to crash assistant

This commit is contained in:
Pyritie 2025-12-25 22:57:07 +00:00
parent 2ad3120a2f
commit b917526fa6
2 changed files with 1 additions and 9 deletions

View file

@ -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.

View file

@ -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
}
}