add: updates to all configs

This commit is contained in:
Xikaro 2025-12-30 18:15:27 +05:00
parent d88dd3b3fe
commit fa5c1c6569
59 changed files with 4054 additions and 2655 deletions

View file

@ -8,7 +8,7 @@
#Anyways log will be uploaded to mclo.gs, but with this option you can wrap link to gnomebot.dev for better formatting.
#If help_link equals 'CHANGE_ME', this value will be ignored and gnomebot.dev used.
#Supported values: mclo.gs / gnomebot.dev
upload_to = "gnomebot.dev"
upload_to = "mclo.gs"
#Show gui on minecraft crashed on modloading and FML error screen displayed.
show_on_fml_error_screen = true
#Close old CrashAssistantApp if it's still running when starting a new instance of Minecraft, to avoid confusing player with window from old crash.
@ -65,13 +65,13 @@
[text]
#$CONFIG.text.support_name$ in lang files will be replaced with this value.
#For example this placeHolder used in: "Request help in the $CONFIG.text.support_name$"
support_name = "TFG Github"
support_name = "TerraFirmaGreg-Github"
#$CONFIG.text.support_place$ in lang files will be replaced with this value.
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.
modpack_name = "TerraFirmaGreg"
modpack_name = "TerraFirmaGreg-Modern"
#Settings of message generated by Upload all button
[generated_message]
@ -170,7 +170,7 @@
blacklisted_reasons = []
#Settings of analysis tools feature.
#Here you can enable disable showing some analysis tools fot end user.
#Here you can enable or disable showing some analysis tools for end user.
[analysis_tools]
#Enable feature.
enabled = true

View file

@ -1,8 +1,8 @@
{
"fmlloader-1.20.1-47.4.6.jar (modloader)": {
"jarName": "fmlloader-1.20.1-47.4.6.jar (modloader)",
"fmlloader-1.20.1-47.4.13.jar (modloader)": {
"jarName": "fmlloader-1.20.1-47.4.13.jar (modloader)",
"modId": "forge",
"version": "fmlloader-1.20.1-47.4.6.jar"
"version": "fmlloader-1.20.1-47.4.13.jar"
},
"[1.20.1-Forge] Additional Placements-2.3.1.jar": {
"jarName": "[1.20.1-Forge] Additional Placements-2.3.1.jar",
@ -958,8 +958,8 @@
"jarName": "lmft-1.0.4+1.20.1-forge.jar",
"modId": "lmft",
"version": "1.0.4+1.20.1",
"curseForgeHash": 1956694745,
"modrinthHash": "e44a12eb51813b16faaab89b8073ec63c746c1b0"
"curseForgeHash": 3540923086,
"modrinthHash": "3c0dc40afb617ca2b5b2bbb4f7e831bd75009753"
},
"lodestone-1.20.1-1.6.4.1.jar": {
"jarName": "lodestone-1.20.1-1.6.4.1.jar",
@ -1031,12 +1031,12 @@
"curseForgeHash": 3074548209,
"modrinthHash": "4069534174e618393f0c14d9dc61ac27a04bb992"
},
"moonlight-1.20-2.16.18-forge.jar": {
"jarName": "moonlight-1.20-2.16.18-forge.jar",
"moonlight-1.20-2.16.19-forge.jar": {
"jarName": "moonlight-1.20-2.16.19-forge.jar",
"modId": "moonlight",
"version": "1.20-2.16.18",
"curseForgeHash": 4116986064,
"modrinthHash": "48dc8e4c200c487df69195fe503dc67493050b6b"
"version": "1.20-2.16.19",
"curseForgeHash": 2861614006,
"modrinthHash": "de55e348bdf3a3ac7520fde157654d615967f9b1"
},
"morered-1.20.1-4.0.0.4.jar": {
"jarName": "morered-1.20.1-4.0.0.4.jar",

View file

@ -1,2 +1,6 @@
{
"example_modid": {
"msg": "Custom msg on crash for this mod id. You can use $JAR_NAME$ placeholder, which will be replaced with jar name. You can use HTML here, it will work.",
"should_crash_on_startup": true
}
}