diff --git a/config/crash_assistant/config.toml b/config/crash_assistant/config.toml new file mode 100644 index 0000000..a65c1f3 --- /dev/null +++ b/config/crash_assistant/config.toml @@ -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"] diff --git a/index.toml b/index.toml index 99a7e38..4ca3d1b 100644 --- a/index.toml +++ b/index.toml @@ -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" diff --git a/pack.toml b/pack.toml index 1687b5d..f9e4cf2 100644 --- a/pack.toml +++ b/pack.toml @@ -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"