fix(config): update crash-assistant config
This commit is contained in:
parent
9450bd2ae2
commit
e514120651
3 changed files with 28 additions and 1 deletions
23
config/crash_assistant/config.toml
Normal file
23
config/crash_assistant/config.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[general]
|
||||
help_link = "https://retards.brixserver.uk/server/help"
|
||||
formulation_type = "GITHUB"
|
||||
|
||||
[text]
|
||||
support_name = "Retards Server help page"
|
||||
modpack_name = "Retards Modpack"
|
||||
|
||||
[generated_message]
|
||||
prefix = "\n- "
|
||||
logs_separator = "\n- "
|
||||
intel_corrupted_notification = false
|
||||
piracy_notification = false
|
||||
color_message = false
|
||||
message_structure = "$HEADER$$PREFIX$$LOGS$\n$PROBLEMATIC_FRAME$$ANALYSIS_RESULT$$MODLIST_DIFF$"
|
||||
log_line_pattern = "$FILE_NAME$: $LINK$"
|
||||
ansi_block_pattern = "$PREFIX$$HEADER$\n```\n$CONTENT$\n```"
|
||||
|
||||
[copied_links]
|
||||
single_link = "$LINK$"
|
||||
|
||||
[modpack_modlist]
|
||||
modpack_creators = ["Malasaur"]
|
||||
|
|
@ -8,6 +8,10 @@ hash = "dc9ca234317008db0d1934897ab976d2513d2f7d60c44d63b81a81e574660105"
|
|||
file = "config/bluemap/packs/Excalibur.zip"
|
||||
hash = "ccf01766c56ad287071c795452ebdb6a33bf35a74f098d5191475cd479292d49"
|
||||
|
||||
[[files]]
|
||||
file = "config/crash_assistant/config.toml"
|
||||
hash = "2ed13e9372ecb916df566caa91e2c3027c03269497cdb39a88aa8188c5cb2213"
|
||||
|
||||
[[files]]
|
||||
file = "config/fabric_loader_dependencies.json"
|
||||
hash = "13da8784e7f4d3f485e4bb85cbe12ad1ed791db7d0ac33d1d541b450b60a82cf"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "649ee44e3bc927e9acf5cbdfeff51833c4e64c96a960252192dda9251b7a9b1b"
|
||||
hash = "1547e07118226f44a1f615426239dea97eb8d08f46f8317c40851a357e6fcd77"
|
||||
|
||||
[versions]
|
||||
fabric = "0.18.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue