diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 47ba3a511..19b109f9d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -90,7 +90,7 @@ jobs: strategy: matrix: include: - # modrinth + # modrinth fabric - version: "1.20.1" loader: "fabric" platform: "modrinth" @@ -123,7 +123,50 @@ jobs: loader: "fabric" platform: "modrinth" file_ext: "mrpack" - # curseforge + # modrinth quilt + - version: "1.20.1" + loader: "quilt" + platform: "modrinth" + file_ext: "mrpack" + - version: "1.20.4" + loader: "quilt" + platform: "modrinth" + file_ext: "mrpack" + - version: "1.21.1" + loader: "quilt" + platform: "modrinth" + file_ext: "mrpack" + - version: "1.21.3" + loader: "quilt" + platform: "modrinth" + file_ext: "mrpack" + - version: "1.21.4" + loader: "quilt" + platform: "modrinth" + file_ext: "mrpack" + - version: "1.21.5" + loader: "quilt" + platform: "modrinth" + file_ext: "mrpack" + - version: "1.21.8" + loader: "quilt" + platform: "modrinth" + file_ext: "mrpack" + - version: "1.21.10" + loader: "quilt" + platform: "modrinth" + file_ext: "mrpack" + # modrinth forge + - version: "1.20.1" + loader: "forge" + platform: "modrinth" + file_ext: "mrpack" + # modrinth neoforge + - version: "1.20.1" + loader: "neoforge" + platform: "modrinth" + file_ext: "mrpack" + # curseforge fabric - version: "1.20.1" loader: "fabric" platform: "curseforge" @@ -152,6 +195,35 @@ jobs: loader: "fabric" platform: "curseforge" file_ext: "zip" + # curseforge quilt + - version: "1.20.1" + loader: "quilt" + platform: "curseforge" + file_ext: "zip" + - version: "1.20.4" + loader: "quilt" + platform: "curseforge" + file_ext: "zip" + - version: "1.21.1" + loader: "quilt" + platform: "curseforge" + file_ext: "zip" + - version: "1.21.3" + loader: "quilt" + platform: "curseforge" + file_ext: "zip" + - version: "1.21.4" + loader: "quilt" + platform: "curseforge" + file_ext: "zip" + - version: "1.21.5" + loader: "quilt" + platform: "curseforge" + file_ext: "zip" + - version: "1.21.8" + loader: "quilt" + platform: "curseforge" + file_ext: "zip" runs-on: ubuntu-latest env: @@ -245,20 +317,40 @@ jobs: strategy: matrix: include: + - version: "1.20.1" + loader: "forge" + - version: "1.20.1" + loader: "quilt" - version: "1.20.1" loader: "fabric" + - version: "1.20.4" + loader: "quilt" - version: "1.20.4" loader: "fabric" + - version: "1.21.1" + loader: "neoforge" + - version: "1.21.1" + loader: "quilt" - version: "1.21.1" loader: "fabric" + - version: "1.21.3" + loader: "quilt" - version: "1.21.3" loader: "fabric" + - version: "1.21.4" + loader: "quilt" - version: "1.21.4" loader: "fabric" + - version: "1.21.5" + loader: "quilt" - version: "1.21.5" loader: "fabric" + - version: "1.21.8" + loader: "quilt" - version: "1.21.8" loader: "fabric" + - version: "1.21.10" + loader: "quilt" - version: "1.21.10" loader: "fabric" max-parallel: 1 # Ensures sequential uploads @@ -303,18 +395,36 @@ jobs: strategy: matrix: include: + - version: "1.20.1" + loader: "forge" + - version: "1.20.1" + loader: "quilt" - version: "1.20.1" loader: "fabric" + - version: "1.20.4" + loader: "quilt" - version: "1.20.4" loader: "fabric" + - version: "1.21.1" + loader: "neoforge" + - version: "1.21.1" + loader: "quilt" - version: "1.21.1" loader: "fabric" + - version: "1.21.3" + loader: "quilt" - version: "1.21.3" loader: "fabric" + - version: "1.21.4" + loader: "quilt" - version: "1.21.4" loader: "fabric" + - version: "1.21.5" + loader: "quilt" - version: "1.21.5" loader: "fabric" + - version: "1.21.8" + loader: "quilt" - version: "1.21.8" loader: "fabric" max-parallel: 1 # Ensures sequential uploads @@ -389,6 +499,9 @@ jobs: loaders: | fabric + quilt + forge + neoforge game-versions: | 1.20.1 1.20.4 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/config.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/config.toml new file mode 100644 index 000000000..d8e53322a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/config.toml @@ -0,0 +1,99 @@ + +#General settings of Crash Assistant mod. +[general] + #Link which will be opened in browser on request_help_button pressed. + #If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link. + #Must start with 'https://' or 'www.' + help_link = "https://discord.com/invite/M9bQdm25Pk" + #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" + #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. + kill_old_app = true + #If options.txt doesn't exist, the default language will be used. + default_lang = "en_us" + #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. + show_dont_send_screenshot_of_gui_notice = true + #List of blacklisted log files. This files won't show in GUI logs list. + blacklisted_logs = [] + +#Here you can change text of lang placeHolders. +#Also you can change any text in lang files. +#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where. +[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 = "Nostalgica Reverie Discord" + #$CONFIG.text.support_place$ in lang files will be replaced with this value. + support_place = "#legacy-console-modpacks" + #$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 = "Re-Console" + +#Settings of message generated by Upload all button +[generated_message] + #Add ### prefix before filename. + #This can prevent too small, hard to hit on mobile links. + h3_prefix = true + #Replaces "\n" separator between logs to " | " to make message vertically smaller. + one_line_logs = true + #Adds line in log list about this Intel processor can be corrupted. + intel_corrupted_notification = true + #If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for. + #This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities. + generated_msg_lang = "en_us" + #This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button. + #You can include: + # * some form, which users should fill out. + # * additional information like Minecraft version, etc. + text_under_crashed = "" + #With this option you can notify user about something related with posting generated message. + #For example if they need to fill some option from "text_under_crashed", etc. + #Supports html formatting, placeholders. + #Leave empty to prevent showing this warning message. + warning_after_upload_all_button_press = "" + +#Settings of modlist feature. +#Adds in generated msg block about which mods modpack user added/removed/updated. +#Also you can see diff by running '/crash_assistant modlist diff' command. +[modpack_modlist] + #Enable feature. + enabled = true + #nicknames of players, who considered as modpack creator. + #Only this players can overwrite modlist.json + #If this feature is enabled and this array is empty, will be appended with nickname of current player. + modpack_creators = ["omoso_","Technocality","Cjnator38"] + #If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen), + #then game is launched by modpack creator. + #So you won't forget to save it before publishing. + #If you want to save manually: disable this and use '/crash_assistant modlist save' command. + auto_update = true + #If enabled, will add resourcepacks to modlist.json + #After filename where will be ' (resourcepack)' suffix. + add_resourcepacks = false + +#Settings of '/crash_assistant crash' command feature. +[crash_command] + #Enable feature. + enabled = true + #To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds. + #Set to <= 0 to disable the confirmation. + seconds = 10 + +#Settings of notifying about intel corrupted processors. +[intel_corrupted] + #Enable feature. + enabled = true + #Show funny related gif in warning message. + show_gif = false + +[greeting] + #You don't need to touch this option. + #On first world join of modpack creator if set to false shows greeting, then self enables. + shown_greeting = true + + diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/lang/README.md b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/lang/README.md new file mode 100644 index 000000000..ad24a4fa0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/lang/README.md @@ -0,0 +1,18 @@ +Hi Localizer! + +## Contributing + +If you want to add new language to the mod, please create a pull request with a new or modified file: +https://github.com/KostromDan/Crash-Assistant/ + +lang files locate here in source code:`common_config/src/main/resources/lang` + +## Changing text for the modpack + +If you want to change some text, don't edit the jar directly. Instead, you can modify the files in config/crash_assistant/lang. + +You can also add an entirely new language file in this directory, and it will work. + +"$DEFAULT" value means value will be taken from jar lang(if exists), else from en_us. + +Warning: don't try to use any utils of changing lang like KubeJs, resourcepacks, etc. It won't work. diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/lang/en_us.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/lang/en_us.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/lang/en_us.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/lang/ru_ru.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/lang/ru_ru.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/lang/ru_ru.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/lang/zh_cn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/lang/zh_cn.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/lang/zh_cn.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/modlist.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/modlist.json new file mode 100644 index 000000000..317327493 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/modlist.json @@ -0,0 +1,277 @@ +{ + "fabric-loader-0.17.2.jar (modloader)": { + "jarName": "fabric-loader-0.17.2.jar (modloader)", + "modId": "fabric", + "version": "fabric-loader-0.17.2.jar" + }, + "architectury-9.2.14-fabric.jar": { + "jarName": "architectury-9.2.14-fabric.jar", + "modId": "architectury", + "version": "9.2.14" + }, + "BadOptimizations-2.3.0-1.20.1.jar": { + "jarName": "BadOptimizations-2.3.0-1.20.1.jar", + "modId": "badoptimizations", + "version": "2.3.0" + }, + "BetterGrassify-1.4.4+fabric.1.20.1.jar": { + "jarName": "BetterGrassify-1.4.4+fabric.1.20.1.jar", + "modId": "bettergrass", + "version": "1.4.4+fabric.1.20.1" + }, + "BetterPingDisplay-Fabric-1.20.1-1.1.1.jar": { + "jarName": "BetterPingDisplay-Fabric-1.20.1-1.1.1.jar", + "modId": "betterpingdisplay", + "version": "1.1.1" + }, + "bobby-5.0.1.jar": { + "jarName": "bobby-5.0.1.jar", + "modId": "bobby", + "version": "5.0.1" + }, + "c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar": { + "jarName": "c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar", + "modId": "c2me", + "version": "0.2.0+alpha.11.16" + }, + "capes-1.5.2+1.20-fabric.jar": { + "jarName": "capes-1.5.2+1.20-fabric.jar", + "modId": "capes", + "version": "1.5.2+1.20" + }, + "chat_heads-0.13.18-fabric-1.20.jar": { + "jarName": "chat_heads-0.13.18-fabric-1.20.jar", + "modId": "chat_heads", + "version": "0.13.18" + }, + "cloth-config-11.1.136-fabric.jar": { + "jarName": "cloth-config-11.1.136-fabric.jar", + "modId": "cloth-config", + "version": "11.1.136" + }, + "ConfiguredDefaults-v8.0.4-1.20.1-Fabric.jar": { + "jarName": "ConfiguredDefaults-v8.0.4-1.20.1-Fabric.jar", + "modId": "configureddefaults", + "version": "8.0.4" + }, + "continuity-3.0.0+1.20.1.jar": { + "jarName": "continuity-3.0.0+1.20.1.jar", + "modId": "continuity", + "version": "3.0.0+1.20.1" + }, + "CraftPresence-2.6.2+1.20.1-fabric.jar": { + "jarName": "CraftPresence-2.6.2+1.20.1-fabric.jar", + "modId": "craftpresence", + "version": "2.6.2" + }, + "CrashAssistant-fabric-1.19-1.21.4-1.9.15.jar": { + "jarName": "CrashAssistant-fabric-1.19-1.21.4-1.9.15.jar", + "modId": "crash_assistant", + "version": "1.9.15" + }, + "CustomPlayerModels-Fabric-1.20-0.6.24a.jar": { + "jarName": "CustomPlayerModels-Fabric-1.20-0.6.24a.jar", + "modId": "cpm", + "version": "0.6.24a" + }, + "cwb-fabric-3.0.0+mc1.20.jar": { + "jarName": "cwb-fabric-3.0.0+mc1.20.jar", + "modId": "cubes-without-borders", + "version": "3.0.0+mc1.20" + }, + "Debugify-1.20.1+2.0.jar": { + "jarName": "Debugify-1.20.1+2.0.jar", + "modId": "debugify", + "version": "1.20.1+2.0" + }, + "dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar": { + "jarName": "dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar", + "modId": "dynamic_fps", + "version": "3.9.5" + }, + "enhancedblockentities-0.9+1.20.jar": { + "jarName": "enhancedblockentities-0.9+1.20.jar", + "modId": "enhancedblockentities", + "version": "0.9+1.20" + }, + "entity_model_features_1.20.1-fabric-3.0.1.jar": { + "jarName": "entity_model_features_1.20.1-fabric-3.0.1.jar", + "modId": "entity_model_features", + "version": "3.0.1" + }, + "entity_texture_features_1.20.1-fabric-7.0.0.jar": { + "jarName": "entity_texture_features_1.20.1-fabric-7.0.0.jar", + "modId": "entity_texture_features", + "version": "7.0.0" + }, + "fabric-api-0.92.6+1.20.1.jar": { + "jarName": "fabric-api-0.92.6+1.20.1.jar", + "modId": "fabric-api", + "version": "0.92.6+1.20.1" + }, + "fabric-language-kotlin-1.13.5+kotlin.2.2.10.jar": { + "jarName": "fabric-language-kotlin-1.13.5+kotlin.2.2.10.jar", + "modId": "fabric-language-kotlin", + "version": "1.13.5+kotlin.2.2.10" + }, + "fabricskyboxes-0.7.3+mc1.20.1.jar": { + "jarName": "fabricskyboxes-0.7.3+mc1.20.1.jar", + "modId": "fabricskyboxes", + "version": "0.7.3+mc1.20.1" + }, + "fabrishot-1.10.1.jar": { + "jarName": "fabrishot-1.10.1.jar", + "modId": "fabrishot", + "version": "1.10.1" + }, + "FactoryAPI-1.20.1-2.2.6-fabric.jar": { + "jarName": "FactoryAPI-1.20.1-2.2.6-fabric.jar", + "modId": "factory_api", + "version": "2.2.6" + }, + "fastquit-3.0.0+1.20+.jar": { + "jarName": "fastquit-3.0.0+1.20+.jar", + "modId": "fastquit", + "version": "3.0.0+1.20+" + }, + "ferritecore-6.0.1-fabric.jar": { + "jarName": "ferritecore-6.0.1-fabric.jar", + "modId": "ferritecore", + "version": "6.0.1" + }, + "figura-0.1.5+1.20.1-fabric-mc.jar": { + "jarName": "figura-0.1.5+1.20.1-fabric-mc.jar", + "modId": "figura", + "version": "0.1.5+1.20.1" + }, + "ImmediatelyFast-Fabric-1.5.1+1.20.4.jar": { + "jarName": "ImmediatelyFast-Fabric-1.5.1+1.20.4.jar", + "modId": "immediatelyfast", + "version": "1.5.1+1.20.4" + }, + "indium-1.0.36+mc1.20.1.jar": { + "jarName": "indium-1.0.36+mc1.20.1.jar", + "modId": "indium", + "version": "1.0.36+mc1.20.1" + }, + "iris-1.7.6+mc1.20.1.jar": { + "jarName": "iris-1.7.6+mc1.20.1.jar", + "modId": "iris", + "version": "1.7.6+mc1.20.1" + }, + "lambdynamiclights-4.1.4+1.20.1.jar": { + "jarName": "lambdynamiclights-4.1.4+1.20.1.jar", + "modId": "lambdynlights", + "version": "4.1.4+1.20.1" + }, + "lazy-language-loader-0.3.3.jar": { + "jarName": "lazy-language-loader-0.3.3.jar", + "modId": "lazy-language-loader", + "version": "0.3.3" + }, + "Legacy4J-1.20.1-1.8.5-lts-fabric.jar": { + "jarName": "Legacy4J-1.20.1-1.8.5-lts-fabric.jar", + "modId": "legacy", + "version": "1.8.5-lts" + }, + "legacyskins-1.5.0+fabric+1.20.1.jar": { + "jarName": "legacyskins-1.5.0+fabric+1.20.1.jar", + "modId": "legacyskins", + "version": "1.5.0+fabric+1.20.1" + }, + "lithium-fabric-mc1.20.1-0.11.3.jar": { + "jarName": "lithium-fabric-mc1.20.1-0.11.3.jar", + "modId": "lithium", + "version": "0.11.3" + }, + "macos-input-fixes-1.9.jar": { + "jarName": "macos-input-fixes-1.9.jar", + "modId": "macos_input_fixes", + "version": "1.9" + }, + "modelfix-1.15-fabric.jar": { + "jarName": "modelfix-1.15-fabric.jar", + "modId": "modelfix", + "version": "1.15" + }, + "moderner-beta-fabric-3.1.4+1.20.1.jar": { + "jarName": "moderner-beta-fabric-3.1.4+1.20.1.jar", + "modId": "moderner_beta", + "version": "3.1.4+1.20.1" + }, + "modernfix-fabric-5.24.4+mc1.20.1.jar": { + "jarName": "modernfix-fabric-5.24.4+mc1.20.1.jar", + "modId": "modernfix", + "version": "5.24.4+mc1.20.1" + }, + "modmenu-7.2.2.jar": { + "jarName": "modmenu-7.2.2.jar", + "modId": "modmenu", + "version": "7.2.2" + }, + "moreculling-1.20.4-0.24.0.jar": { + "jarName": "moreculling-1.20.4-0.24.0.jar", + "modId": "moreculling", + "version": "1.20.4-0.24.0" + }, + "moremcmeta-1.20.1-4.5.2-fabric.jar": { + "jarName": "moremcmeta-1.20.1-4.5.2-fabric.jar", + "modId": "moremcmeta", + "version": "1.20.1-4.5.2" + }, + "noisium-fabric-2.3.0+mc1.20-1.20.1.jar": { + "jarName": "noisium-fabric-2.3.0+mc1.20-1.20.1.jar", + "modId": "noisium", + "version": "2.3.0+mc1.20-1.20.1" + }, + "NostalgicTweaks-mc1.20.1-Fabric-2.0.0-beta.922.jar": { + "jarName": "NostalgicTweaks-mc1.20.1-Fabric-2.0.0-beta.922.jar", + "modId": "nostalgic_tweaks", + "version": "2.0.0-beta.922" + }, + "ok_zoomer-fabric-5.4.0-beta.8.jar": { + "jarName": "ok_zoomer-fabric-5.4.0-beta.8.jar", + "modId": "ok_zoomer", + "version": "5.4.0-beta.8" + }, + "placeholder-api-2.1.4+1.20.1.jar": { + "jarName": "placeholder-api-2.1.4+1.20.1.jar", + "modId": "placeholder-api", + "version": "2.1.4+1.20.1" + }, + "polytone-1.20-3.5.4-fabric.jar": { + "jarName": "polytone-1.20-3.5.4-fabric.jar", + "modId": "polytone", + "version": "1.20-3.5.4" + }, + "sodium-fabric-0.5.13+mc1.20.1.jar": { + "jarName": "sodium-fabric-0.5.13+mc1.20.1.jar", + "modId": "sodium", + "version": "0.5.13+mc1.20.1" + }, + "threadtweak-fabric-1.20.2-0.1.1.jar": { + "jarName": "threadtweak-fabric-1.20.2-0.1.1.jar", + "modId": "threadtweak", + "version": "1.20.2-0.1.1" + }, + "UniLib-1.1.1+1.20.1-fabric.jar": { + "jarName": "UniLib-1.1.1+1.20.1-fabric.jar", + "modId": "unilib", + "version": "1.1.1" + }, + "voicechat-fabric-1.20.1-2.5.36.jar": { + "jarName": "voicechat-fabric-1.20.1-2.5.36.jar", + "modId": "voicechat", + "version": "1.20.1-2.5.36" + }, + "world-host-0.5.2+1.20.1-fabric.jar": { + "jarName": "world-host-0.5.2+1.20.1-fabric.jar", + "modId": "world-host", + "version": "0.5.2+1.20.1-fabric" + }, + "yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar": { + "jarName": "yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar", + "modId": "yet_another_config_lib_v3", + "version": "3.6.6+1.20.1-fabric" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/problematic_mods_config.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/problematic_mods_config.json new file mode 100644 index 000000000..680dd9548 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/config/crash_assistant/problematic_mods_config.json @@ -0,0 +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 + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/bettergrass.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/bettergrass.json5 new file mode 100644 index 000000000..064abfa38 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/bettergrass.json5 @@ -0,0 +1,3 @@ +{ + "betterGrassMode": "OFF" +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/capes.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/capes.json5 new file mode 100644 index 000000000..ca3b6ab16 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/capes.json5 @@ -0,0 +1,10 @@ +{ + clientCapeType: "MINECRAFTCAPES", + enableOptifine: true, + enableLabyMod: false, + enableWynntils: true, + enableMinecraftCapesMod: true, + enableCosmetica: true, + enableCloaksPlus: true, + enableElytraTexture: true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/citresewn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/citresewn.json new file mode 100644 index 000000000..63f9cac28 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/citresewn.json @@ -0,0 +1,3 @@ +{ + "broken_paths": true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/cpm.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/cpm.json new file mode 100644 index 000000000..e7bf688eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/cpm.json @@ -0,0 +1,15 @@ +{ + "editorLastVersion": "0.6.21a", + "editorSelectMouseButton": 0, + "titleScreenButton": false, + "playerSettings": {}, + "globalSettings": {}, + "friendSettings": {}, + "keybinds": {}, + "editorDragMouseButton": -1, + "editorMenuMouseButton": 1, + "editorRotateMouseButton": 2, + "safetyProfiles": {}, + "editorRecentProjects": [], + "serverSettings": {} +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/craftpresence.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/craftpresence.json new file mode 100644 index 000000000..2e050b5e5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/craftpresence.json @@ -0,0 +1,154 @@ +{ + "_schemaVersion": 6, + "_lastMCVersionId": 769, + "generalSettings": { + "detectATLauncherInstance": false, + "detectCurseManifest": false, + "detectMultiMCManifest": true, + "detectMCUpdaterInstance": false, + "detectTechnicPack": true, + "detectModrinthPack": false, + "detectBiomeData": false, + "detectDimensionData": false, + "detectWorldData": true, + "clientId": "1278509112128442443", + "defaultIcon": "othericon", + "enableJoinRequests": true, + "preferredClientLevel": 3, + "resetTimeOnInit": false, + "autoRegister": false + }, + "biomeSettings": { + "fallbackBiomeIcon": "unknown", + "biomeData": { + "default": { + "textOverride": "Playing in {biome.name}" + } + } + }, + "dimensionSettings": { + "fallbackDimensionIcon": "unknown", + "dimensionData": { + "default": { + "textOverride": "In the {dimension.name}" + } + } + }, + "serverSettings": { + "fallbackServerIcon": "default", + "fallbackServerName": "Minecraft Server", + "fallbackServerMotd": "A Minecraft Server", + "serverData": { + "default": { + "textOverride": "Playing on {server.name}" + } + }, + "pingRateInterval": 5, + "pingRateUnit": "minutes" + }, + "statusMessages": { + "mainMenuData": { + "textOverride": "In the Main Menu" + }, + "loadingData": { + "textOverride": "Loading..." + }, + "lanData": { + "textOverride": "Playing on a LAN Server" + }, + "singleplayerData": { + "textOverride": "Playing Singleplayer - \"{world.name}\"" + }, + "realmData": { + "textOverride": "Playing on {server.name} - Realm" + } + }, + "advancedSettings": { + "enablePerGui": false, + "enablePerItem": false, + "enablePerEntity": false, + "formatWords": true, + "debugMode": false, + "verboseMode": false, + "refreshRate": 2, + "allowPlaceholderPreviews": false, + "guiSettings": { + "fallbackGuiIcon": "unknown", + "guiData": { + "default": { + "textOverride": "In {screen.name}" + } + } + }, + "itemMessages": { + "default": "Holding {item.message.holding}" + }, + "entitySettings": { + "fallbackEntityIcon": "unknown", + "targetData": { + "default": { + "textOverride": "Targeting {entity.target.name}" + } + }, + "ridingData": { + "default": { + "textOverride": "Riding {entity.riding.name}" + } + } + }, + "allowEndpointIcons": true, + "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", + "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", + "allowDuplicatePackets": false, + "maxConnectionAttempts": 10, + "enableClassGraph": false, + "useClassLoader": false + }, + "accessibilitySettings": { + "languageId": "en_us", + "stripTranslationColors": false, + "stripTranslationFormatting": false, + "stripExtraGuiElements": false, + "configKeyCode": 96 + }, + "displaySettings": { + "presenceData": { + "enabled": true, + "useAsMain": false, + "isInstance": false, + "activityType": 0, + "partyPrivacy": 1, + "details": "{getFirst(menu.message, dimension.message)}", + "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "largeImageKey": "othericon", + "largeImageText": "Re-Console", + "smallImageKey": "{player.icon}", + "smallImageText": "{player.name}", + "startTimestamp": "{data.general.time}", + "endTimestamp": "", + "buttons": { + "default": { + "label": "Example Text", + "url": "https://google.com" + } + } + }, + "dynamicIcons": { + "anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad", + "juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed", + "default": "https://via.placeholder.com/256.png" + }, + "dynamicVariables": { + "default": "Example Text", + "mods": "{general.mods} Mod(s)", + "player_info_coordinate": "At {player.position.x}, {player.position.z}", + "players": "{server.players.current} / {server.players.max} Players", + "player_info_in": "({custom.player_info.health})", + "player_info_items": "Items: {item.main_hand.message}", + "player_info_out": "As {player.name}", + "player_info_health": "Health: {player.health.current}/{player.health.max}", + "world_info": "On {world.name}", + "pack": "{pack.name}" + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/enhanced_bes.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/fastquit.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/fastquit.toml new file mode 100644 index 000000000..6e30c51e3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/fastquit.toml @@ -0,0 +1 @@ +showToasts = false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/immediatelyfast.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/immediatelyfast.json new file mode 100644 index 000000000..3823c4474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/immediatelyfast.json @@ -0,0 +1,20 @@ +{ + "REGULAR_INFO": "----- Regular config values below -----", + "font_atlas_resizing": true, + "map_atlas_generation": true, + "fast_text_lookup": true, + "avoid_redundant_framebuffer_switching": true, + "fix_slow_buffer_upload_on_apple_gpu": true, + "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", + "dont_add_info_into_debug_hud": false, + "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", + "experimental_disable_error_checking": true, + "experimental_disable_resource_pack_conflict_handling": true, + "experimental_sign_text_buffering": false, + "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", + "debug_only_and_not_recommended_disable_universal_batching": false, + "debug_only_and_not_recommended_disable_mod_conflict_handling": false, + "debug_only_and_not_recommended_disable_hardware_conflict_handling": false, + "debug_only_print_additional_error_information": false, + "debug_only_use_last_usage_for_batch_ordering": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/iris.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/iris.properties new file mode 100644 index 000000000..890fd1467 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/iris.properties @@ -0,0 +1,2 @@ +disableUpdateMessage=true +enableShaders=false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/lambdynlights.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/lambdynlights.toml new file mode 100644 index 000000000..362af0547 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/lambdynlights.toml @@ -0,0 +1,148 @@ +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "off" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + # Enable first-person player light source. + self = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "off" + # Enable entities light source. + entities = true + # Creeper lighting mode. May be off, simple or fancy. + creeper = "simple" + + [light_sources.settings.entities.minecraft] + zombie_horse = true + axolotl = true + egg = true + zoglin = true + spawner_minecart = true + allay = true + llama = true + mule = true + bat = true + husk = true + camel = true + experience_bottle = true + rabbit = true + firework_rocket = true + silverfish = true + giant = true + drowned = true + item = true + goat = true + horse = true + vindicator = true + minecart = true + spectral_arrow = true + llama_spit = true + mooshroom = true + glow_item_frame = false + snowball = true + tnt = true + parrot = true + creeper = true + lightning_bolt = true + tadpole = true + ravager = true + evoker_fangs = true + chest_minecart = true + tropical_fish = true + slime = true + pillager = true + area_effect_cloud = true + blaze = true + piglin = true + end_crystal = true + endermite = true + ender_pearl = true + zombie = true + item_display = true + breeze_wind_charge = true + guardian = true + fireball = true + illusioner = true + eye_of_ender = true + wither_skull = true + wolf = true + block_display = true + tnt_minecart = true + zombie_villager = true + elder_guardian = true + chest_boat = true + boat = true + small_fireball = true + strider = true + cave_spider = true + cod = true + snow_golem = true + witch = true + spider = true + command_block_minecart = true + panda = true + bee = true + arrow = true + cow = true + magma_cube = true + pig = true + skeleton = true + frog = true + hoglin = true + armadillo = true + armor_stand = true + experience_orb = true + dolphin = true + stray = true + shulker = true + turtle = true + salmon = true + vex = true + wandering_trader = true + wither_skeleton = true + piglin_brute = true + breeze = true + ocelot = true + furnace_minecart = true + item_frame = true + phantom = true + ender_dragon = true + leash_knot = true + evoker = true + marker = true + glow_squid = true + warden = true + shulker_bullet = true + squid = true + enderman = true + dragon_fireball = true + chicken = true + sniffer = true + trader_llama = true + donkey = true + bogged = true + fox = true + iron_golem = true + zombified_piglin = true + cat = true + wind_charge = true + ghast = true + sheep = true + player = true + pufferfish = true + potion = true + trident = true + villager = true + ominous_item_spawner = true + skeleton_horse = true + fishing_bobber = true + text_display = true + polar_bear = true + hopper_minecart = true + falling_block = true + painting = true + interaction = true + wither = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/client_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/client_mixin.json new file mode 100644 index 000000000..5a4aa9549 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/client_mixin.json @@ -0,0 +1,25 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/client_options.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/client_options.json new file mode 100644 index 000000000..eb2c18842 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/client_options.json @@ -0,0 +1,205 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 1, + "animatedCharacter": true, + "autoResolution": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "backSound": true, + "bubblesOutsideWater": true, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.disable_voice_chat": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.entityculling.toggleBoxes": "none", + "component_key.fabrishot.screenshot": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hide_icons": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.mute_microphone": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.optigui.inspect": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.push_to_talk": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_key.voice_chat": "none", + "component_key.voice_chat_adjust_volumes": "none", + "component_key.voice_chat_group": "none", + "component_key.voice_chat_settings": "none", + "component_key.voice_chat_toggle_recording": "none", + "component_key.whisper": "none", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlTooltipDisplay": 0, + "controlType": "auto", + "controllerCursorAtFirstInventorySlot": true, + "controllerDoubleClick": false, + "controllerSensitivity": 0.5, + "controllerToasts": true, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorAtFirstInventorySlot": false, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": false, + "fastLeavesWhenBlocked": false, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hoverFocusSound": false, + "hudDelay": 100, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceResolution": 0.5, + "interfaceSensitivity": 0.5, + "inventoryHoverFocusSound": false, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.20.1", + "lastLoadedVersion": "1.8.4-lts", + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyBabyVillagerHead": true, + "legacyCreativeBlockPlacing": true, + "legacyCursor": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyHearts": true, + "legacyIntroAndReloading": true, + "legacyItemPickup": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyLoadingAndConnecting": true, + "legacyOverstackedItems": true, + "legacyPanorama": true, + "legacySkyShape": true, + "limitCursor": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "mapsWithCoords": true, + "menusWithBackground": false, + "merchantTradingIndicator": true, + "minecartSounds": true, + "modCraftingTabs": false, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": false, + "searchCreativeTab": true, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemCursor": false, + "systemMessagesAsOverlay": false, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "titleScreenVersionText": false, + "tooltipBoxes": true, + "unbindConflictingButtons": true, + "unbindConflictingKeys": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/common.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/common.json new file mode 100644 index 000000000..fb201bd22 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/common_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/global_packs.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/global_packs.json new file mode 100644 index 000000000..796dc9a58 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/legacy/global_packs.json @@ -0,0 +1,15 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "file/Legacy Worlds.zip", + "file/Modern-Skin-Packs-2.2.0.zip", + "file/Legacy-Skin-Packs-2.2.0.zip", + "file/The_Garden_Awakens_v1.0.zip", + "file/Legacy Skins Pack Ordering v3.zip", + "file/TutorialWorldAddon.zip", + "file/rcr2.zip", + "legacy:legacy_resources" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/modernfix-mixins.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/modernfix-mixins.properties new file mode 100644 index 000000000..8596383b7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/modernfix-mixins.properties @@ -0,0 +1,80 @@ +# This is the configuration file for ModernFix. +# In general, prefer using the config screen to editing this file. It can be accessed +# via the standard mod menu on your respective mod loader. Changes will, however, +# require restarting the game to take effect. +# +# The following options can be enabled or disabled if there is a compatibility issue. +# Add a line with your option name and =true or =false at the bottom of the file to enable +# or disable a rule. For example: +# mixin.perf.dynamic_resources=true +# Do not include the #. You may reset to defaults by deleting this file. +# +# Available options: +# mixin.bugfix.chunk_deadlock=false # (overridden for mod compat) +# mixin.bugfix.concurrency=true # (default) +# mixin.bugfix.missing_block_entities=false # (default) +# mixin.bugfix.packet_leak=false # (default) +# mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat) +# mixin.bugfix.restore_old_dragon_movement=false # (default) +# mixin.bugfix.world_leaks=true # (default) +# mixin.bugfix.world_screen_skipped=true # (default) +# mixin.devenv=false # (default) +# mixin.feature.blockentity_incorrect_thread=false # (default) +# mixin.feature.branding=true # (default) +# mixin.feature.cause_lag_by_disabling_threads=false # (default) +# mixin.feature.direct_stack_trace=false # (default) +# mixin.feature.disable_unihex_font=false # (default) +# mixin.feature.integrated_server_watchdog=true # (default) +# mixin.feature.log_stdout_in_log_files=true # (default) +# mixin.feature.mcfunction_profiling=true # (default) +# mixin.feature.measure_time=true # (default) +# mixin.feature.remove_chat_signing=false # (default) +# mixin.feature.remove_telemetry=true # (default) +# mixin.feature.snapshot_easter_egg=true # (default) +# mixin.feature.spam_thread_dump=false # (default) +# mixin.feature.spark_profile_launch=false # (default) +# mixin.feature.spark_profile_world_join=false # (default) +# mixin.feature.stalled_chunk_load_detection=false # (default) +# mixin.feature.warn_missing_perf_mods=true # (default) +# mixin.launch.class_search_cache=true # (default) +# mixin.perf.cache_blockstate_cache_arrays=true # (default) +# mixin.perf.cache_profile_texture_url=true # (default) +# mixin.perf.cache_strongholds=false # (overridden for mod compat) +# mixin.perf.chunk_meshing=true # (default) +# mixin.perf.clear_fabric_mapping_tables=false # (default) +# mixin.perf.clear_mixin_classinfo=false # (default) +# mixin.perf.compact_bit_storage=true # (default) +# mixin.perf.compress_unihex_font=true # (default) +# mixin.perf.dedicated_reload_executor=true # (default) +# mixin.perf.deduplicate_climate_parameters=false # (default) +# mixin.perf.deduplicate_location=false # (default) +# mixin.perf.deduplicate_wall_shapes=true # (default) +# mixin.perf.dynamic_dfu=true # (default) +# mixin.perf.dynamic_entity_renderers=false # (default) +# mixin.perf.dynamic_resources=false # (default) +# mixin.perf.dynamic_sounds=true # (default) +# mixin.perf.dynamic_structure_manager=true # (default) +# mixin.perf.faster_command_suggestions=true # (default) +# mixin.perf.faster_item_rendering=false # (default) +# mixin.perf.faster_texture_stitching=true # (default) +# mixin.perf.fix_loop_spin_waiting=true # (default) +# mixin.perf.lazy_search_tree_registry=true # (default) +# mixin.perf.memoize_creative_tab_build=true # (default) +# mixin.perf.model_optimizations=true # (default) +# mixin.perf.mojang_registry_size=true # (default) +# mixin.perf.remove_biome_temperature_cache=true # (default) +# mixin.perf.state_definition_construct=true # (default) +# mixin.perf.thread_priorities=false # (overridden for mod compat) +# mixin.perf.ticking_chunk_alloc=true # (default) +# mixin.perf.worldgen_allocation=false # (default) +# mixin.safety=true # (default) +# +# User overrides go here. +mixin.bugfix.missing_block_entities=true +mixin.bugfix.restore_old_dragon_movement=true +mixin.perf.clear_fabric_mapping_tables=true +mixin.perf.clear_mixin_classinfo=true +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true +mixin.perf.worldgen_allocation=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/modmenu.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/modmenu.json new file mode 100644 index 000000000..0496cf2bf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/modmenu.json @@ -0,0 +1,7 @@ +{ + "mods_button_style": "icon", + "game_menu_button_style": "icon", + "update_checker": false, + "count_libraries": false, + "count_children": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/puzzle.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/puzzle.json new file mode 100644 index 000000000..8ab73f8a4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/puzzle.json @@ -0,0 +1,20 @@ +{ + "disabledIntegrations": [ + "borderlessmining", + "cem", + "citresewn", + "continuity", + "colormatic", + "cullleaves", + "dynamicfps", + "entity_texture_features", + "entity_model_features", + "iris", + "lambdabettergrass", + "lambdynlights" + ], + "enablePuzzleButton": false, + "debugMessages": false, + "checkUpdates": false, + "showPuzzleInfo": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/servercore/config.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/servercore/optimizations.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/vmp.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/world-host.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/world-host.json5 new file mode 100644 index 000000000..385cba855 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/config/world-host.json5 @@ -0,0 +1,4 @@ +{ + showOnlineStatus: false, + enableFriends: false, +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/options.txt b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/options.txt new file mode 100644 index 000000000..9ede84d71 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/options.txt @@ -0,0 +1,13 @@ +version:3839 +biomeBlendRadius:1 +enableVsync:false +fullscreen:true +gamma:0.0 +fov:-0.05 +maxFps:240 +renderDistance:18 +simulationDistance:8 +toggleCrouch:true +notificationDisplayTime:1.2 +attackIndicator:0 +joinedFirstServer:true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/resource_albums.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/resource_albums.json new file mode 100644 index 000000000..f3304ca07 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/resource_albums.json @@ -0,0 +1,7 @@ +{ + "default": "minecraft", + "order": [ + "minecraft", + "minecraft_classic" + ] +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/resource_albums/minecraft.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/resource_albums/minecraft.json new file mode 100644 index 000000000..b2f74ec2e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/resource_albums/minecraft.json @@ -0,0 +1,18 @@ +{ + "background": "legacy:icon/background", + "packs": [ + "vanilla", + "fabric", + "legacy:legacy_waters", + "file/rcr3.zip" + ], + "displayPack": "vanilla", + "id": "minecraft", + "version": 2, + "name": { + "translate": "legacy.menu.albums.resource.minecraft" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/resource_albums/minecraft_classic.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/resource_albums/minecraft_classic.json new file mode 100644 index 000000000..054fb2c4d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/configureddefaults/resource_albums/minecraft_classic.json @@ -0,0 +1,18 @@ +{ + "icon": "legacy:icon/minecraft_classic", + "background": "legacy:icon/minecraft_classic_background", + "packs": [ + "vanilla", + "fabric", + "programmer_art", + "legacy:legacy_waters" + ], + "id": "minecraft_classic", + "version": 1, + "name": { + "translate": "legacy.menu.albums.resource.minecraft_classic" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft_classic.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/index.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/index.toml new file mode 100644 index 000000000..5304fc72e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/index.toml @@ -0,0 +1,420 @@ +hash-format = "sha256" + +[[files]] +file = "config/crash_assistant/config.toml" +hash = "d63ef06db7855e70531e63cfa0367f5193a270527425e9d5cd0e5f73ec34a2b0" + +[[files]] +file = "config/crash_assistant/lang/README.md" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" + +[[files]] +file = "config/crash_assistant/lang/en_us.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/ru_ru.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/zh_cn.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/modlist.json" +hash = "9af3126dd3e3b0ef1be2d77c40a43ec44d5c9c55a585e9e4543f006b5d8d0329" + +[[files]] +file = "config/crash_assistant/problematic_mods_config.json" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" + +[[files]] +file = "configureddefaults/config/bettergrass.json5" +hash = "5ba4ad8c50ca8715fe648e7e68e8b5df0fe05acac0f9b152cedd93a6250ae386" + +[[files]] +file = "configureddefaults/config/capes.json5" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" + +[[files]] +file = "configureddefaults/config/citresewn.json" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" + +[[files]] +file = "configureddefaults/config/cpm.json" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" + +[[files]] +file = "configureddefaults/config/craftpresence.json" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" + +[[files]] +file = "configureddefaults/config/enhanced_bes.properties" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" + +[[files]] +file = "configureddefaults/config/fastquit.toml" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" + +[[files]] +file = "configureddefaults/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "configureddefaults/config/immediatelyfast.json" +hash = "2718bb7c2762955bb9080c5cf992d3fd2dc46dee2e8167141eca76d8ee9849fd" + +[[files]] +file = "configureddefaults/config/iris.properties" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" + +[[files]] +file = "configureddefaults/config/lambdynlights.toml" +hash = "40413b8a4f6d5495dc689ab7d812f867f7d07f3696a5a985432e93e7cda9a3db" + +[[files]] +file = "configureddefaults/config/legacy/client_mixin.json" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" + +[[files]] +file = "configureddefaults/config/legacy/client_options.json" +hash = "b812bee50551a983f8a68d465acdcfe639ff516543d7bcaac3af2d81b3c1a6c6" + +[[files]] +file = "configureddefaults/config/legacy/common.json" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" + +[[files]] +file = "configureddefaults/config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "configureddefaults/config/legacy/global_packs.json" +hash = "ddd9316b8053dc121ef511d953e2b6a9fa158e296bc80fb663cc4256d790dd20" + +[[files]] +file = "configureddefaults/config/modernfix-mixins.properties" +hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" + +[[files]] +file = "configureddefaults/config/modmenu.json" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" + +[[files]] +file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "configureddefaults/config/puzzle.json" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" + +[[files]] +file = "configureddefaults/config/servercore/config.yml" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" + +[[files]] +file = "configureddefaults/config/servercore/optimizations.yml" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" + +[[files]] +file = "configureddefaults/config/vmp.properties" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" + +[[files]] +file = "configureddefaults/config/world-host.json5" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" + +[[files]] +file = "configureddefaults/options.txt" +hash = "74dd4f49660613476a80e9137349f512346b6bec5298e793ece0225c1d2d00ad" + +[[files]] +file = "configureddefaults/resource_albums.json" +hash = "ecd81924a3b2ad635ddbeef550da86d325300a88ecd133daa70de8c3ed6c9242" + +[[files]] +file = "configureddefaults/resource_albums/minecraft.json" +hash = "6ffe86ea7cb0eb66f6f19797140d1bbb7d7ff39d8ab57006f06c2df97e83e362" + +[[files]] +file = "configureddefaults/resource_albums/minecraft_classic.json" +hash = "56b2d1a673da56a2a874284efb869eda80f4cbccf3012292797df0736762ed54" + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "2492a7266fab4c2ff411612180974b98510afb66a18e640f4de63ad615dd1e9e" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "06d9fc289964f42dfad761ff34dc7c2f09bb7dde3d8fc54954ad01f15c8714ed" +metafile = true + +[[files]] +file = "mods/better-ping-display-fabric.pw.toml" +hash = "3c9575df506c2514c9c5e162c55dc5d5ff4a85bc50baf0c71ccbb5fe8a5105bc" +metafile = true + +[[files]] +file = "mods/bettergrassify.pw.toml" +hash = "4787f85c589daa3354184f46392382f017ac7172f543f22504ce5b8755f6f025" +metafile = true + +[[files]] +file = "mods/bobby.pw.toml" +hash = "d7255889c832072601ab0a3878f5cbeb056d3bc903146074e22c5850433ee747" +metafile = true + +[[files]] +file = "mods/c2me.pw.toml" +hash = "99bf8f34b6bff81c977ea6736c58b6df564a7e9ae684fe3ad25e3b5fc91a6c74" +metafile = true + +[[files]] +file = "mods/capes.pw.toml" +hash = "507e08d6d797ba89b1934e94d25b0bfa6143a9576af3412aa91615e3bfae4d8d" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "07243121a8dde6746c46a5b96748abacec5d2da210f86d887daebb2d77922945" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "ae11fe7c63207b7257ecb782d421655c6f56adb551b78ad430066edc94bee3b1" +metafile = true + +[[files]] +file = "mods/configured-defaults.pw.toml" +hash = "7ce51c8d41e535b7e4ab546ae2e4be107e64f627a8ca694c821a8cf7c4b601dc" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "8459128658c0148ba1b89d87b4c86bd62f236c73cff860090eba0b08e49ae9ce" +metafile = true + +[[files]] +file = "mods/craftpresence.pw.toml" +hash = "c93d709e28d5be269da3c3fccf9068e0c3feb84654e3f0000ec72a8072b98c18" +metafile = true + +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "c233a0df87ba63d1f7a161737ede08d28eec8b79ea1557603036d7b925879f5b" +metafile = true + +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "df4e3de1d55d3b06b47a18a61d64c6e9fb6a8cf483fa2ff09a46bf5ff40f8cb6" +metafile = true + +[[files]] +file = "mods/custom-player-models-fabric.pw.toml" +hash = "c9ef61ec38442cb7cd5d08f3e843f82c3b861defe425692c84b24f64875f7830" +metafile = true + +[[files]] +file = "mods/debugify.pw.toml" +hash = "73b57f14646c1b189bc46d07e7dc6537f6eb5b3846862e8c88d6e3ab92e63a73" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "7abb69378bbeb4e07a6573f5c3ec8c362b1a14c3a70f67a22a57e844547d7cd2" +metafile = true + +[[files]] +file = "mods/enhanced-block-entities.pw.toml" +hash = "de33a63b6e7182dc3229d77c95c118cdc2ad64321ae4fc16d16a23a3b34e746b" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "6c635af2a80a8d612f077a1907312facaf4513229b169b018d1f8f9a48103569" +metafile = true + +[[files]] +file = "mods/entity-texture-features-fabric.pw.toml" +hash = "39329bfb5703a992a1fa37f85c9507995995d73c051282fa0ffec9c206bf00fd" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "c784cee4a8eed3f2b36172b8c5a119a62a28880d15e7f169947c935bf3bf4bb3" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "373c9e22de4d4df2997c0316cb244d3b61b1cc6a6c748c1593af757653b4f957" +metafile = true + +[[files]] +file = "mods/fabrishot.pw.toml" +hash = "3e9c1d1ea245d98594d8c78eec9c69e6b7f2f388de800489f4b3a97c80bef0e1" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "0ee69a5384de5097d219d38f157b574d9ddc77e0ba1dd69107a9cb513eaf93cc" +metafile = true + +[[files]] +file = "mods/fastquit.pw.toml" +hash = "d15f94b721a01d87f9f714429a5a2dec23992e67d2bbafa65fc53f203f45ff1b" +metafile = true + +[[files]] +file = "mods/ferritecore-fabric.pw.toml" +hash = "28f53f38c111e3d6aa7f6854fa976a1456f4094dc504a929a6d4bf1f9f8cc30a" +metafile = true + +[[files]] +file = "mods/figura.pw.toml" +hash = "7bd50f9e121e66862fbfb48da10ec96ef5671fe24dd85367830632273c08efc2" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "4b17a3727e15bf347ba1ccbce06cbb787aa6236eafcb9c1a3ee126b1b8efd890" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "60adfc1ee75f10a7290e18f3e2b82601a3d3915db0c53dabe08dd17daf1c7d76" +metafile = true + +[[files]] +file = "mods/irisshaders.pw.toml" +hash = "bc64bb0f72acc944a8f6fd48e6147c698efd0456d6c63c27847bcaa896addd84" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "2a51e8d75220758ec7e69b4262c7010a0476bc01572206b69bf8e2cfde8ca2b1" +metafile = true + +[[files]] +file = "mods/lazy-language-loader.pw.toml" +hash = "28bcfbdaede83eaf33d0e03dead9b36a447089980847120fc0fb3a30e5bf5972" +metafile = true + +[[files]] +file = "mods/legacy-minecraft.pw.toml" +hash = "105d08322107861a91bddac7976a6f40066796835f03508cedc6e9f82c18fff2" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "919cfefd026277aa223c3713c97120fd0dc493c2a08f6b7bcbb485d13d6812bc" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "39d1aa66bf641027827a4bfcfe2c088ad6506405b0ff603fd65b1a9828d40c94" +metafile = true + +[[files]] +file = "mods/macos-input-fixes.pw.toml" +hash = "a3e8ab5b65ff403b1e578f50465a67743ff2d6943bd47458be482e44f5642754" +metafile = true + +[[files]] +file = "mods/model-gap-fix.pw.toml" +hash = "bf637761441cee7d1e7a2dd33c40079e7bbced018308a3ce223b6267816e60ba" +metafile = true + +[[files]] +file = "mods/moderner-beta.pw.toml" +hash = "9b452e9941314fd92b1cd7082eb0065950d13bdc3a7b2efcad2086674f84e8c2" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "01790d2c66c3a13abda0cc8ed33a456723970e1601ff5ac29cacb02091776f8a" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "66d1b7bc973830475a7bae8a5b823ec42fbc1ed1f4d4c514f1e6a21b20177810" +metafile = true + +[[files]] +file = "mods/moreculling.pw.toml" +hash = "9136836f8674011a21081263debf30a0d2442ef28438317965cb0df9c0554631" +metafile = true + +[[files]] +file = "mods/moremcmeta-fabric.pw.toml" +hash = "6900aeb589ec6a6205b37eb92f2417de935c75fb658474403afd4a4727f1eea8" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "4bef2974b0ccbf63265a7c430fa37d57c11f4dc0c38c4764b7b7a5336b4f9434" +metafile = true + +[[files]] +file = "mods/nostalgic-tweaks.pw.toml" +hash = "1936cc94f72f7a681b0fa4cd4555246cc1b231d07e345698c8d9fb2a3e10b17e" +metafile = true + +[[files]] +file = "mods/nuit.pw.toml" +hash = "9635fb8b85ed7dbbf87913d5615c49a8162d4608f24d0c5de8a06939e6b93383" +metafile = true + +[[files]] +file = "mods/ok-zoomer.pw.toml" +hash = "584595e1158cb5fdc21c551f16cb8572437f3bd0e356a8583e3ce12124e29427" +metafile = true + +[[files]] +file = "mods/polytone.pw.toml" +hash = "a1101ceed19492c9f19d771ed9d3a08e0164b80261365fbc9a7acb3b8ae4c7e5" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "f5e2643779058e31433c9991a84a069f70959f4114477df86b176db7aadbe4bc" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "356a264757b1b5d0eda01c8c09ec7dd40062e93003d1e5ee027d3215eef2e0ce" +metafile = true + +[[files]] +file = "mods/text-placeholder-api.pw.toml" +hash = "a0c6dabb90384293e4add2f35d88a0323fd747de3bf869398c6439c6609c6878" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "53b00436579bd2ea920ef8ae8b1464cb4744dbfd21055d8a3f4768019b78e5bc" +metafile = true + +[[files]] +file = "mods/unilib.pw.toml" +hash = "565beafdef1c2fa3ba7d0bb17f6f9881321552bac376b3cfd78155f207640d38" +metafile = true + +[[files]] +file = "mods/world-host.pw.toml" +hash = "2f64975888aae7f9dccf2b5a7f0655148e93b44256d6b0649d9fd17eb97d8622" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "eac5d5405a7020336980c31c15aab41e0a8fd6881f53deca8ad07c247e968206" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "1fa2c4e4a06b1d972ad6374da4b0f295e70940f51aae0d48d54819f4f1deb3f8" +metafile = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/architectury-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/architectury-api.pw.toml new file mode 100644 index 000000000..43e974042 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-9.2.14-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4fa65e32dbf63a871a30fe8ec6fbff9a4b8d007d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5137936 +project-id = 419699 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..d6db8c12f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.1-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "05961374fb4e561e063168d058b155f8415c6697" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055630 +project-id = 949555 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/better-ping-display-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/better-ping-display-fabric.pw.toml new file mode 100644 index 000000000..1274475e7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/better-ping-display-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Better Ping Display [Fabric]" +filename = "BetterPingDisplay-Fabric-1.20.1-1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c9c7a272b371dc3362cb40bfb4550f7d4be59002" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4592448 +project-id = 406343 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/bettergrassify.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/bettergrassify.pw.toml new file mode 100644 index 000000000..0de0c332b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/bettergrassify.pw.toml @@ -0,0 +1,13 @@ +name = "BetterGrassify" +filename = "BetterGrassify-1.4.4+fabric.1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "76e1e92f1ed91ef31e4c70ca62186494b2683604" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6071599 +project-id = 1026394 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/bobby.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/bobby.pw.toml new file mode 100644 index 000000000..e96782ae5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +name = "Bobby" +filename = "bobby-5.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bdc0285d4209c529019ae1c5f1f0af0e3a3cffa6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4706163 +project-id = 409301 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/c2me.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/c2me.pw.toml new file mode 100644 index 000000000..19746b442 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/c2me.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine" +filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "94d96b5fffd9e98bd8448dcdd9e27f60511b1d29" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6181291 +project-id = 533097 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/capes.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/capes.pw.toml new file mode 100644 index 000000000..115183af9 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/capes.pw.toml @@ -0,0 +1,13 @@ +name = "Capes [Fabric/Forge]" +filename = "capes-1.5.2+1.20-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5444e301346383f6133189e66069e970d4a126fc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4580689 +project-id = 408481 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/chat-heads.pw.toml new file mode 100644 index 000000000..25efab662 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.14.0-fabric-1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f4b1f960ad239479cb5a99f86e8567531a121a41" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7057825 +project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/cloth-config.pw.toml new file mode 100644 index 000000000..c7a099082 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge/NeoForge)" +filename = "cloth-config-11.1.136-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d5fe84a0cc9ed5c7290a76ba570e1f8716afecab" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5729104 +project-id = 348521 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/configured-defaults.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/configured-defaults.pw.toml new file mode 100644 index 000000000..d7c0d01fa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/configured-defaults.pw.toml @@ -0,0 +1,13 @@ +name = "Configured Defaults" +filename = "ConfiguredDefaults-v8.0.4-1.20.1-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ce849b978af7508d21db92e7e411f78a92727846" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6060025 +project-id = 930131 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/continuity.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/continuity.pw.toml new file mode 100644 index 000000000..b13f67717 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.0+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b9b3908c93efed3da5ad7caaf733b9d5b678c85f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5962874 +project-id = 531351 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/craftpresence.pw.toml new file mode 100644 index 000000000..4fd33eed5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/craftpresence.pw.toml @@ -0,0 +1,13 @@ +name = "CraftPresence" +filename = "CraftPresence-2.6.2+1.20.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a451fa324f6d2ecd07945478faf294049bba8a18" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6860407 +project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/crash-assistant.pw.toml new file mode 100644 index 000000000..a2717ddab --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/crash-assistant.pw.toml @@ -0,0 +1,13 @@ +name = "Crash Assistant" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bbf65d906e51448f018574a86ca76a3402dfe08c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055250 +project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/cubes-without-borders.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/cubes-without-borders.pw.toml new file mode 100644 index 000000000..940aff4c2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/cubes-without-borders.pw.toml @@ -0,0 +1,13 @@ +name = "Cubes Without Borders" +filename = "cwb-fabric-3.0.0+mc1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e303bca92b0724f69ce3d8cdb500fb4040e7482f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5855462 +project-id = 975120 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/custom-player-models-fabric.pw.toml new file mode 100644 index 000000000..d4744b9d2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/custom-player-models-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models (Fabric)" +filename = "CustomPlayerModels-Fabric-1.20-0.6.24a.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "920b0db4d985b6fd30a7e53dd159b3b4f5f80f68" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6843773 +project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/debugify.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/debugify.pw.toml new file mode 100644 index 000000000..0cb3407f7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/debugify.pw.toml @@ -0,0 +1,13 @@ +name = "Debugify" +filename = "Debugify-1.20.1+2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ca859180ad2b57856fbcc8db4995c1871a7d556c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4632961 +project-id = 596224 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..2419f8980 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5b3732a3108a96b0aa94565d16ec536ef8a6dc20" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662020 +project-id = 335493 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/enhanced-block-entities.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/enhanced-block-entities.pw.toml new file mode 100644 index 000000000..cdb06c607 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/enhanced-block-entities.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.9+1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "61cfe50f69f8ef9e3640c0269ef158870f5b0410" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4610052 +project-id = 452046 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/entity-model-features.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/entity-model-features.pw.toml new file mode 100644 index 000000000..9180a2bbb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features [Fabric & Forge]" +filename = "entity_model_features_1.20.1-fabric-3.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "709911c2cd621109af0470e642078f81005d9434" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6922713 +project-id = 844662 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/entity-texture-features-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/entity-texture-features-fabric.pw.toml new file mode 100644 index 000000000..e6a38dacf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/entity-texture-features-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features - [Fabric & Forge]" +filename = "entity_texture_features_1.20.1-fabric-7.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0407fdf52cf7f87a54044e25511db293686b0c36" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6954760 +project-id = 568563 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/fabric-api.pw.toml new file mode 100644 index 000000000..799f35b1f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.92.6+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3ec0a88b64f252257df6287e9a1d47ed96331e5d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6601119 +project-id = 306612 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 000000000..8fbaf7424 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "05e9cc4108da5b50735fa6d8a79a18fcd5310d82" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6985480 +project-id = 308769 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/fabrishot.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/fabrishot.pw.toml new file mode 100644 index 000000000..b906b4e3a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/fabrishot.pw.toml @@ -0,0 +1,13 @@ +name = "Fabrishot" +filename = "fabrishot-1.10.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "715edb014f9c41fed4fb1c4ba32d493916f7d89a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4962064 +project-id = 404870 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/factory-api.pw.toml new file mode 100644 index 000000000..16fdb45aa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.20.1-2.2.6-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1ad3d5569fe9a436d60bf07fb0fae561e97730db" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6857414 +project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/fastquit.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/fastquit.pw.toml new file mode 100644 index 000000000..ecd61a0f1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.0.0+1.20+.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "68f080925502a49027e231c63d3b94128ed6499b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4739523 +project-id = 708967 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/ferritecore-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/ferritecore-fabric.pw.toml new file mode 100644 index 000000000..c9f08d54d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/ferritecore-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore (Fabric)" +filename = "ferritecore-6.0.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8fa3b84fc5860dbc30fdf8cced02af68dffcf3fa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4810977 +project-id = 459857 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/figura.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/figura.pw.toml new file mode 100644 index 000000000..b6a73b3e3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/figura.pw.toml @@ -0,0 +1,13 @@ +name = "Figura" +filename = "figura-0.1.5+1.20.1-fabric-mc.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1fcd7415221f081d00dece0083155862bcc7b09b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6204447 +project-id = 901503 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..133267a0c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.5.2+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "492698415c738fde85c6e36e2c7265e25c14e2e7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6997259 +project-id = 686911 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/indium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/indium.pw.toml new file mode 100644 index 000000000..0b52935df --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.36+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d824614e7a173d273167969f427702f51846aca7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6237037 +project-id = 459496 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/irisshaders.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/irisshaders.pw.toml new file mode 100644 index 000000000..f4411eb8d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/irisshaders.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-1.7.6+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "880c0b9ce38bb4997645793407c1801df83f4233" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6258195 +project-id = 455508 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/lambdynamiclights.pw.toml new file mode 100644 index 000000000..7cbf7abf0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-4.4.0+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "eeab178cb91f18bc72f990c2097b5f0103f01c06" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7010532 +project-id = 393442 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/lazy-language-loader.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/lazy-language-loader.pw.toml new file mode 100644 index 000000000..187e74a15 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/lazy-language-loader.pw.toml @@ -0,0 +1,13 @@ +name = "lazy-language-loader (Fabric)" +filename = "lazy-language-loader-0.3.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6273d4bfd443d5f8ce9b039602da5f6fb9107f62" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4572345 +project-id = 526391 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/legacy-minecraft.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/legacy-minecraft.pw.toml new file mode 100644 index 000000000..f2472087f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/legacy-minecraft.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.20.1-1.8.5-lts-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1263418a10fd8fec38bd1e0fa47c242e90d70a36" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6887992 +project-id = 955526 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..cf768d08a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.5.0+fabric+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d872b9b3bf9c28998f9dcb6c23e08773ddd62bea" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6859131 +project-id = 1090749 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/lithium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/lithium.pw.toml new file mode 100644 index 000000000..e0f061b1a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium (Fabric/NeoForge)" +filename = "lithium-fabric-mc1.20.1-0.11.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7dc706d892b4c7cff0f7648e6b6256a64c3abec2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6097158 +project-id = 360438 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/macos-input-fixes.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/macos-input-fixes.pw.toml new file mode 100644 index 000000000..b9d298b24 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/macos-input-fixes.pw.toml @@ -0,0 +1,13 @@ +name = "MacOS Input Fixes" +filename = "macos-input-fixes-1.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3903ec0e5c339fa24201147007cce9805bad7d60" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7064707 +project-id = 678691 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/model-gap-fix.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/model-gap-fix.pw.toml new file mode 100644 index 000000000..5fc6f0831 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/model-gap-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Model Gap Fix" +filename = "modelfix-1.15-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "75554b02e63a2440321a32dc5e55988897181bdf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5200948 +project-id = 676136 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/moderner-beta.pw.toml new file mode 100644 index 000000000..6c27c53d4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/moderner-beta.pw.toml @@ -0,0 +1,13 @@ +name = "Moderner Beta" +filename = "moderner-beta-fabric-3.2.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/xSzwYrWr/moderner-beta-fabric-3.2.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "86b64cfdaa5adaa0bede2860978f8ac834fdeb41bcf9238414eb1fa6041c7c2fa1840ee6293a8fad8043ebf4f4035340d599f3a28100b78f0ccc61aae6eed2f3" + +[update] +[update.modrinth] +mod-id = "xkrdwmh2" +version = "xSzwYrWr" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/modernfix.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/modernfix.pw.toml new file mode 100644 index 000000000..8a966f277 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.24.4+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3d20fa94c463113a24346ed544f4ca95c54bae8d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6837712 +project-id = 790626 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/modmenu.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/modmenu.pw.toml new file mode 100644 index 000000000..9d3bf1b51 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-7.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "099c68feeb74887cbbbd8ce9a27c6123804a2c5a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5162837 +project-id = 308702 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/moreculling.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/moreculling.pw.toml new file mode 100644 index 000000000..48ee1acc4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/moreculling.pw.toml @@ -0,0 +1,13 @@ +name = "MoreCulling" +filename = "moreculling-1.20.4-0.24.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a40f2aa346140a4fee2079d845c62ee87454bdb6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6036308 +project-id = 630104 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/moremcmeta-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/moremcmeta-fabric.pw.toml new file mode 100644 index 000000000..986f0b11a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/moremcmeta-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "MoreMcmeta (Fabric)" +filename = "moremcmeta-1.20.1-4.5.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f4280792594ecb629bea587d008d2ab24b367ba8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6082462 +project-id = 506079 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/noisium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/noisium.pw.toml new file mode 100644 index 000000000..05ea88505 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.3.0+mc1.20-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "be85535cf1efe82bd8c41bcf851becaad498a598" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5650500 +project-id = 930207 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/nostalgic-tweaks.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/nostalgic-tweaks.pw.toml new file mode 100644 index 000000000..eebb572ff --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/nostalgic-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Nostalgic Tweaks (Fabric/NeoForge)" +filename = "NostalgicTweaks-mc1.20.1-Fabric-2.0.0-beta.922.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cd9c9fa2cc03607d76238fd46972f25d796087ce" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6800428 +project-id = 592465 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/nuit.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/nuit.pw.toml new file mode 100644 index 000000000..f690e9e3b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/nuit.pw.toml @@ -0,0 +1,13 @@ +name = "Nuit (formerly FabricSkyboxes)" +filename = "fabricskyboxes-0.7.3+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "31a13b9ca0a500b4caad993ec42e1199142d86d1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4761944 +project-id = 408209 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/ok-zoomer.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/ok-zoomer.pw.toml new file mode 100644 index 000000000..7dd9e5320 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/ok-zoomer.pw.toml @@ -0,0 +1,13 @@ +name = "Ok Zoomer - It's Zoom!" +filename = "ok_zoomer-fabric-5.4.0-beta.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ca27d2996bd51f0a6b74ddad43bc681688242ea8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6404007 +project-id = 354047 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/polytone.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/polytone.pw.toml new file mode 100644 index 000000000..11df2a2f1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/polytone.pw.toml @@ -0,0 +1,13 @@ +name = "Polytone" +filename = "polytone-1.20-3.5.9-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "468bde1d4d9893c3eead98cebfbbeb2ef0aee301" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7035028 +project-id = 958094 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/simple-voice-chat.pw.toml new file mode 100644 index 000000000..f642d20d1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.20.1-2.6.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6e439464f6ff994e18d6a2eeb28b15356b2fdd57" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7011577 +project-id = 416089 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/sodium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/sodium.pw.toml new file mode 100644 index 000000000..03974109e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.13+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bcdbf37d9494e405cba210d7a80ed58e756297b5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6260639 +project-id = 394468 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/text-placeholder-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/text-placeholder-api.pw.toml new file mode 100644 index 000000000..08d6d096c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/text-placeholder-api.pw.toml @@ -0,0 +1,13 @@ +name = "Text Placeholder API" +filename = "placeholder-api-2.1.4+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "722efc56827ba973673b15ccc2e446c269a16faa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6131409 +project-id = 1037459 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/threadtweak.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/threadtweak.pw.toml new file mode 100644 index 000000000..8736a1fa6 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/threadtweak.pw.toml @@ -0,0 +1,13 @@ +name = "ThreadTweak" +filename = "threadtweak-fabric-1.20.2-0.1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/gBP1GqtK/threadtweak-fabric-1.20.2-0.1.1.jar" +hash-format = "sha512" +hash = "b5a9fc2775bc8c020cb88b898dcdf473bf77f03ef41be1661a117872b16582a7e30b4f4a94d4c97855484a173e5e41951d47fcc17aef2429828b35308453835c" + +[update] +[update.modrinth] +mod-id = "vSEH1ERy" +version = "gBP1GqtK" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/unilib.pw.toml new file mode 100644 index 000000000..b4ceecd65 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/unilib.pw.toml @@ -0,0 +1,13 @@ +name = "UniLib" +filename = "UniLib-1.1.1+1.20.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "88a8c5310f4b1192ca318c430aef88143358f1ff" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6860396 +project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/world-host.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/world-host.pw.toml new file mode 100644 index 000000000..29b07521f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/world-host.pw.toml @@ -0,0 +1,13 @@ +name = "World Host" +filename = "world-host-0.5.2+1.20.1-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2AIZDfYo/versions/aeZLqLcC/world-host-0.5.2%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "38de38b3b6b2763743d765ddabe31c4433bab290ab7ada6d17829f942044e6f69415e6fd1189af5b186713286700d88d614c8136108a9ffde34f73fe767e0057" + +[update] +[update.modrinth] +mod-id = "2AIZDfYo" +version = "aeZLqLcC" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/yacl.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/yacl.pw.toml new file mode 100644 index 000000000..0b8a2231f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dc5ac6c6c4d1e48e8e520b9a41b41e704e82cf55" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6336639 +project-id = 667299 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/pack.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/pack.toml new file mode 100644 index 000000000..291f98ab4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/pack.toml @@ -0,0 +1,13 @@ +name = "Re-Console" +author = "omo50, Technocality, Cjnator38" +version = "2.8.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "c0deb92e81438dc6ae5900f097ef8d8edf1c64c9a779ab07e9cf6a17a60b529f" + +[versions] +quilt = "0.29.2" +minecraft = "1.20.1" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..60d440ee3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.1/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "4f7262a5300700a2dad5a621d6dba9c0874261ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6786321 +project-id = 1068239 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/config.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/config.toml new file mode 100644 index 000000000..d8e53322a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/config.toml @@ -0,0 +1,99 @@ + +#General settings of Crash Assistant mod. +[general] + #Link which will be opened in browser on request_help_button pressed. + #If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link. + #Must start with 'https://' or 'www.' + help_link = "https://discord.com/invite/M9bQdm25Pk" + #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" + #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. + kill_old_app = true + #If options.txt doesn't exist, the default language will be used. + default_lang = "en_us" + #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. + show_dont_send_screenshot_of_gui_notice = true + #List of blacklisted log files. This files won't show in GUI logs list. + blacklisted_logs = [] + +#Here you can change text of lang placeHolders. +#Also you can change any text in lang files. +#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where. +[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 = "Nostalgica Reverie Discord" + #$CONFIG.text.support_place$ in lang files will be replaced with this value. + support_place = "#legacy-console-modpacks" + #$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 = "Re-Console" + +#Settings of message generated by Upload all button +[generated_message] + #Add ### prefix before filename. + #This can prevent too small, hard to hit on mobile links. + h3_prefix = true + #Replaces "\n" separator between logs to " | " to make message vertically smaller. + one_line_logs = true + #Adds line in log list about this Intel processor can be corrupted. + intel_corrupted_notification = true + #If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for. + #This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities. + generated_msg_lang = "en_us" + #This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button. + #You can include: + # * some form, which users should fill out. + # * additional information like Minecraft version, etc. + text_under_crashed = "" + #With this option you can notify user about something related with posting generated message. + #For example if they need to fill some option from "text_under_crashed", etc. + #Supports html formatting, placeholders. + #Leave empty to prevent showing this warning message. + warning_after_upload_all_button_press = "" + +#Settings of modlist feature. +#Adds in generated msg block about which mods modpack user added/removed/updated. +#Also you can see diff by running '/crash_assistant modlist diff' command. +[modpack_modlist] + #Enable feature. + enabled = true + #nicknames of players, who considered as modpack creator. + #Only this players can overwrite modlist.json + #If this feature is enabled and this array is empty, will be appended with nickname of current player. + modpack_creators = ["omoso_","Technocality","Cjnator38"] + #If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen), + #then game is launched by modpack creator. + #So you won't forget to save it before publishing. + #If you want to save manually: disable this and use '/crash_assistant modlist save' command. + auto_update = true + #If enabled, will add resourcepacks to modlist.json + #After filename where will be ' (resourcepack)' suffix. + add_resourcepacks = false + +#Settings of '/crash_assistant crash' command feature. +[crash_command] + #Enable feature. + enabled = true + #To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds. + #Set to <= 0 to disable the confirmation. + seconds = 10 + +#Settings of notifying about intel corrupted processors. +[intel_corrupted] + #Enable feature. + enabled = true + #Show funny related gif in warning message. + show_gif = false + +[greeting] + #You don't need to touch this option. + #On first world join of modpack creator if set to false shows greeting, then self enables. + shown_greeting = true + + diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/lang/README.md b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/lang/README.md new file mode 100644 index 000000000..ad24a4fa0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/lang/README.md @@ -0,0 +1,18 @@ +Hi Localizer! + +## Contributing + +If you want to add new language to the mod, please create a pull request with a new or modified file: +https://github.com/KostromDan/Crash-Assistant/ + +lang files locate here in source code:`common_config/src/main/resources/lang` + +## Changing text for the modpack + +If you want to change some text, don't edit the jar directly. Instead, you can modify the files in config/crash_assistant/lang. + +You can also add an entirely new language file in this directory, and it will work. + +"$DEFAULT" value means value will be taken from jar lang(if exists), else from en_us. + +Warning: don't try to use any utils of changing lang like KubeJs, resourcepacks, etc. It won't work. diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/lang/en_us.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/lang/en_us.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/lang/en_us.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/lang/ru_ru.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/lang/ru_ru.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/lang/ru_ru.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/lang/zh_cn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/lang/zh_cn.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/lang/zh_cn.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/modlist.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/modlist.json new file mode 100644 index 000000000..38b3124f0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/modlist.json @@ -0,0 +1,277 @@ +{ + "fabric-loader-0.17.2.jar (modloader)": { + "jarName": "fabric-loader-0.17.2.jar (modloader)", + "modId": "fabric", + "version": "fabric-loader-0.17.2.jar" + }, + "architectury-11.1.17-fabric.jar": { + "jarName": "architectury-11.1.17-fabric.jar", + "modId": "architectury", + "version": "11.1.17" + }, + "BadOptimizations-2.3.0-1.20.2-20.4.jar": { + "jarName": "BadOptimizations-2.3.0-1.20.2-20.4.jar", + "modId": "badoptimizations", + "version": "2.3.0" + }, + "BetterGrassify-1.4.4+fabric.1.20.1.jar": { + "jarName": "BetterGrassify-1.4.4+fabric.1.20.1.jar", + "modId": "bettergrass", + "version": "1.4.4+fabric.1.20.1" + }, + "BetterPingDisplay-Fabric-1.20.4-1.1.1.jar": { + "jarName": "BetterPingDisplay-Fabric-1.20.4-1.1.1.jar", + "modId": "betterpingdisplay", + "version": "1.1.1" + }, + "bobby-5.1.0+mc1.20.4.jar": { + "jarName": "bobby-5.1.0+mc1.20.4.jar", + "modId": "bobby", + "version": "5.1.0+mc1.20.4" + }, + "c2me-fabric-mc1.20.4-0.2.0+alpha.11.72.jar": { + "jarName": "c2me-fabric-mc1.20.4-0.2.0+alpha.11.72.jar", + "modId": "c2me", + "version": "0.2.0+alpha.11.72" + }, + "capes-1.5.3+1.20.2-fabric.jar": { + "jarName": "capes-1.5.3+1.20.2-fabric.jar", + "modId": "capes", + "version": "1.5.3+1.20.2" + }, + "chat_heads-0.13.18-fabric-1.20.4.jar": { + "jarName": "chat_heads-0.13.18-fabric-1.20.4.jar", + "modId": "chat_heads", + "version": "0.13.18" + }, + "cloth-config-13.0.138-fabric.jar": { + "jarName": "cloth-config-13.0.138-fabric.jar", + "modId": "cloth-config", + "version": "13.0.138" + }, + "ConfiguredDefaults-v8.0.1-1.20.1-Fabric.jar": { + "jarName": "ConfiguredDefaults-v8.0.1-1.20.1-Fabric.jar", + "modId": "configureddefaults", + "version": "8.0.1" + }, + "continuity-3.0.0+1.20.2.jar": { + "jarName": "continuity-3.0.0+1.20.2.jar", + "modId": "continuity", + "version": "3.0.0+1.20.2" + }, + "CraftPresence-2.6.2+1.20.4-fabric.jar": { + "jarName": "CraftPresence-2.6.2+1.20.4-fabric.jar", + "modId": "craftpresence", + "version": "2.6.2" + }, + "CrashAssistant-fabric-1.19-1.21.4-1.9.15.jar": { + "jarName": "CrashAssistant-fabric-1.19-1.21.4-1.9.15.jar", + "modId": "crash_assistant", + "version": "1.9.15" + }, + "CustomPlayerModels-Fabric-1.20.4-0.6.24a.jar": { + "jarName": "CustomPlayerModels-Fabric-1.20.4-0.6.24a.jar", + "modId": "cpm", + "version": "0.6.24a" + }, + "cwb-fabric-3.0.0+mc1.20.jar": { + "jarName": "cwb-fabric-3.0.0+mc1.20.jar", + "modId": "cubes-without-borders", + "version": "3.0.0+mc1.20" + }, + "Debugify-1.20.4+1.1.jar": { + "jarName": "Debugify-1.20.4+1.1.jar", + "modId": "debugify", + "version": "1.20.4+1.1" + }, + "dynamic-fps-3.9.5+minecraft-1.20.2-fabric.jar": { + "jarName": "dynamic-fps-3.9.5+minecraft-1.20.2-fabric.jar", + "modId": "dynamic_fps", + "version": "3.9.5" + }, + "enhancedblockentities-0.10.1+1.20.4.jar": { + "jarName": "enhancedblockentities-0.10.1+1.20.4.jar", + "modId": "enhancedblockentities", + "version": "0.10.1+1.20.4" + }, + "entity_model_features_1.20.4-fabric-3.0.1.jar": { + "jarName": "entity_model_features_1.20.4-fabric-3.0.1.jar", + "modId": "entity_model_features", + "version": "3.0.1" + }, + "entity_texture_features_1.20.4-fabric-7.0.0.jar": { + "jarName": "entity_texture_features_1.20.4-fabric-7.0.0.jar", + "modId": "entity_texture_features", + "version": "7.0.0" + }, + "fabric-api-0.97.3+1.20.4.jar": { + "jarName": "fabric-api-0.97.3+1.20.4.jar", + "modId": "fabric-api", + "version": "0.97.3+1.20.4" + }, + "fabric-language-kotlin-1.13.5+kotlin.2.2.10.jar": { + "jarName": "fabric-language-kotlin-1.13.5+kotlin.2.2.10.jar", + "modId": "fabric-language-kotlin", + "version": "1.13.5+kotlin.2.2.10" + }, + "fabricskyboxes-0.7.3+mc1.20.2.jar": { + "jarName": "fabricskyboxes-0.7.3+mc1.20.2.jar", + "modId": "fabricskyboxes", + "version": "0.7.3+mc1.20.2" + }, + "fabrishot-1.12.1.jar": { + "jarName": "fabrishot-1.12.1.jar", + "modId": "fabrishot", + "version": "1.12.1" + }, + "FactoryAPI-1.20.4-2.2.6-fabric.jar": { + "jarName": "FactoryAPI-1.20.4-2.2.6-fabric.jar", + "modId": "factory_api", + "version": "2.2.6" + }, + "fastquit-3.0.0+1.20.4.jar": { + "jarName": "fastquit-3.0.0+1.20.4.jar", + "modId": "fastquit", + "version": "3.0.0+1.20.4" + }, + "ferritecore-6.0.3-fabric.jar": { + "jarName": "ferritecore-6.0.3-fabric.jar", + "modId": "ferritecore", + "version": "6.0.3" + }, + "figura-0.1.5+1.20.4-fabric-mc.jar": { + "jarName": "figura-0.1.5+1.20.4-fabric-mc.jar", + "modId": "figura", + "version": "0.1.5+1.20.4" + }, + "ImmediatelyFast-Fabric-1.5.1+1.20.4.jar": { + "jarName": "ImmediatelyFast-Fabric-1.5.1+1.20.4.jar", + "modId": "immediatelyfast", + "version": "1.5.1+1.20.4" + }, + "indium-1.0.31+mc1.20.4.jar": { + "jarName": "indium-1.0.31+mc1.20.4.jar", + "modId": "indium", + "version": "1.0.31+mc1.20.4" + }, + "iris-1.7.2+mc1.20.4.jar": { + "jarName": "iris-1.7.2+mc1.20.4.jar", + "modId": "iris", + "version": "1.7.2+mc1.20.4" + }, + "lambdynamiclights-2.3.4+1.20.4.jar": { + "jarName": "lambdynamiclights-2.3.4+1.20.4.jar", + "modId": "lambdynlights", + "version": "2.3.4+1.20.4" + }, + "lazy-language-loader-0.3.5.jar": { + "jarName": "lazy-language-loader-0.3.5.jar", + "modId": "lazy-language-loader", + "version": "0.3.5" + }, + "Legacy4J-1.20.4-1.8.5-lts-fabric.jar": { + "jarName": "Legacy4J-1.20.4-1.8.5-lts-fabric.jar", + "modId": "legacy", + "version": "1.8.5-lts" + }, + "legacyskins-1.5.0+fabric+1.20.4.jar": { + "jarName": "legacyskins-1.5.0+fabric+1.20.4.jar", + "modId": "legacyskins", + "version": "1.5.0+fabric+1.20.4" + }, + "lithium-fabric-mc1.20.4-0.12.1.jar": { + "jarName": "lithium-fabric-mc1.20.4-0.12.1.jar", + "modId": "lithium", + "version": "0.12.1" + }, + "macos-input-fixes-1.9.jar": { + "jarName": "macos-input-fixes-1.9.jar", + "modId": "macos_input_fixes", + "version": "1.9" + }, + "modelfix-1.14-fabric.jar": { + "jarName": "modelfix-1.14-fabric.jar", + "modId": "modelfix", + "version": "1.14" + }, + "moderner-beta-1.4.0+1.20.4-fabric.jar": { + "jarName": "moderner-beta-1.4.0+1.20.4-fabric.jar", + "modId": "moderner_beta", + "version": "1.4.0+1.20.4" + }, + "modernfix-fabric-5.17.0+mc1.20.4.jar": { + "jarName": "modernfix-fabric-5.17.0+mc1.20.4.jar", + "modId": "modernfix", + "version": "5.17.0+mc1.20.4" + }, + "modmenu-9.2.0.jar": { + "jarName": "modmenu-9.2.0.jar", + "modId": "modmenu", + "version": "9.2.0" + }, + "moreculling-1.20.4-0.24.0.jar": { + "jarName": "moreculling-1.20.4-0.24.0.jar", + "modId": "moreculling", + "version": "1.20.4-0.24.0" + }, + "moremcmeta-1.20.4-4.4.7-fabric.jar": { + "jarName": "moremcmeta-1.20.4-4.4.7-fabric.jar", + "modId": "moremcmeta", + "version": "1.20.4-4.4.7" + }, + "noisium-fabric-2.3.0+mc1.20.2-1.20.4.jar": { + "jarName": "noisium-fabric-2.3.0+mc1.20.2-1.20.4.jar", + "modId": "noisium", + "version": "2.3.0+mc1.20.2-1.20.4" + }, + "NostalgicTweaks-mc1.20.4-Fabric-2.0.0-beta.903.jar": { + "jarName": "NostalgicTweaks-mc1.20.4-Fabric-2.0.0-beta.903.jar", + "modId": "nostalgic_tweaks", + "version": "2.0.0-beta.903" + }, + "placeholder-api-2.4.0-pre.1+1.20.4.jar": { + "jarName": "placeholder-api-2.4.0-pre.1+1.20.4.jar", + "modId": "placeholder-api", + "version": "2.4.0-pre.1+1.20.4" + }, + "polytone-1.20.4-1.18.10-fabric.jar": { + "jarName": "polytone-1.20.4-1.18.10-fabric.jar", + "modId": "polytone", + "version": "1.20.4-1.18.10" + }, + "sodium-fabric-0.5.8+mc1.20.4.jar": { + "jarName": "sodium-fabric-0.5.8+mc1.20.4.jar", + "modId": "sodium", + "version": "0.5.8+mc1.20.4" + }, + "threadtweak-fabric-1.20.4-0.1.2.jar": { + "jarName": "threadtweak-fabric-1.20.4-0.1.2.jar", + "modId": "threadtweak", + "version": "1.20.4-0.1.2" + }, + "UniLib-1.1.1+1.20.4-fabric.jar": { + "jarName": "UniLib-1.1.1+1.20.4-fabric.jar", + "modId": "unilib", + "version": "1.1.1" + }, + "vmp-fabric-mc1.20.4-0.2.0+beta.7.139-all.jar": { + "jarName": "vmp-fabric-mc1.20.4-0.2.0+beta.7.139-all.jar", + "modId": "vmp", + "version": "0.2.0+beta.7.139" + }, + "voicechat-fabric-1.20.4-2.5.22.jar": { + "jarName": "voicechat-fabric-1.20.4-2.5.22.jar", + "modId": "voicechat", + "version": "1.20.4-2.5.22" + }, + "WI-Zoom-1.5-MC1.20.4.jar": { + "jarName": "WI-Zoom-1.5-MC1.20.4.jar", + "modId": "wi_zoom", + "version": "1.5-MC1.20.4" + }, + "yet_another_config_lib_v3-3.6.6+1.20.4-fabric.jar": { + "jarName": "yet_another_config_lib_v3-3.6.6+1.20.4-fabric.jar", + "modId": "yet_another_config_lib_v3", + "version": "3.6.6+1.20.4-fabric" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/problematic_mods_config.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/problematic_mods_config.json new file mode 100644 index 000000000..680dd9548 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/config/crash_assistant/problematic_mods_config.json @@ -0,0 +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 + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/bettergrass.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/bettergrass.json5 new file mode 100644 index 000000000..064abfa38 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/bettergrass.json5 @@ -0,0 +1,3 @@ +{ + "betterGrassMode": "OFF" +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/capes.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/capes.json5 new file mode 100644 index 000000000..ca3b6ab16 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/capes.json5 @@ -0,0 +1,10 @@ +{ + clientCapeType: "MINECRAFTCAPES", + enableOptifine: true, + enableLabyMod: false, + enableWynntils: true, + enableMinecraftCapesMod: true, + enableCosmetica: true, + enableCloaksPlus: true, + enableElytraTexture: true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/citresewn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/citresewn.json new file mode 100644 index 000000000..63f9cac28 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/citresewn.json @@ -0,0 +1,3 @@ +{ + "broken_paths": true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/cpm.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/cpm.json new file mode 100644 index 000000000..e7bf688eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/cpm.json @@ -0,0 +1,15 @@ +{ + "editorLastVersion": "0.6.21a", + "editorSelectMouseButton": 0, + "titleScreenButton": false, + "playerSettings": {}, + "globalSettings": {}, + "friendSettings": {}, + "keybinds": {}, + "editorDragMouseButton": -1, + "editorMenuMouseButton": 1, + "editorRotateMouseButton": 2, + "safetyProfiles": {}, + "editorRecentProjects": [], + "serverSettings": {} +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/craftpresence.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/craftpresence.json new file mode 100644 index 000000000..2e050b5e5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/craftpresence.json @@ -0,0 +1,154 @@ +{ + "_schemaVersion": 6, + "_lastMCVersionId": 769, + "generalSettings": { + "detectATLauncherInstance": false, + "detectCurseManifest": false, + "detectMultiMCManifest": true, + "detectMCUpdaterInstance": false, + "detectTechnicPack": true, + "detectModrinthPack": false, + "detectBiomeData": false, + "detectDimensionData": false, + "detectWorldData": true, + "clientId": "1278509112128442443", + "defaultIcon": "othericon", + "enableJoinRequests": true, + "preferredClientLevel": 3, + "resetTimeOnInit": false, + "autoRegister": false + }, + "biomeSettings": { + "fallbackBiomeIcon": "unknown", + "biomeData": { + "default": { + "textOverride": "Playing in {biome.name}" + } + } + }, + "dimensionSettings": { + "fallbackDimensionIcon": "unknown", + "dimensionData": { + "default": { + "textOverride": "In the {dimension.name}" + } + } + }, + "serverSettings": { + "fallbackServerIcon": "default", + "fallbackServerName": "Minecraft Server", + "fallbackServerMotd": "A Minecraft Server", + "serverData": { + "default": { + "textOverride": "Playing on {server.name}" + } + }, + "pingRateInterval": 5, + "pingRateUnit": "minutes" + }, + "statusMessages": { + "mainMenuData": { + "textOverride": "In the Main Menu" + }, + "loadingData": { + "textOverride": "Loading..." + }, + "lanData": { + "textOverride": "Playing on a LAN Server" + }, + "singleplayerData": { + "textOverride": "Playing Singleplayer - \"{world.name}\"" + }, + "realmData": { + "textOverride": "Playing on {server.name} - Realm" + } + }, + "advancedSettings": { + "enablePerGui": false, + "enablePerItem": false, + "enablePerEntity": false, + "formatWords": true, + "debugMode": false, + "verboseMode": false, + "refreshRate": 2, + "allowPlaceholderPreviews": false, + "guiSettings": { + "fallbackGuiIcon": "unknown", + "guiData": { + "default": { + "textOverride": "In {screen.name}" + } + } + }, + "itemMessages": { + "default": "Holding {item.message.holding}" + }, + "entitySettings": { + "fallbackEntityIcon": "unknown", + "targetData": { + "default": { + "textOverride": "Targeting {entity.target.name}" + } + }, + "ridingData": { + "default": { + "textOverride": "Riding {entity.riding.name}" + } + } + }, + "allowEndpointIcons": true, + "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", + "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", + "allowDuplicatePackets": false, + "maxConnectionAttempts": 10, + "enableClassGraph": false, + "useClassLoader": false + }, + "accessibilitySettings": { + "languageId": "en_us", + "stripTranslationColors": false, + "stripTranslationFormatting": false, + "stripExtraGuiElements": false, + "configKeyCode": 96 + }, + "displaySettings": { + "presenceData": { + "enabled": true, + "useAsMain": false, + "isInstance": false, + "activityType": 0, + "partyPrivacy": 1, + "details": "{getFirst(menu.message, dimension.message)}", + "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "largeImageKey": "othericon", + "largeImageText": "Re-Console", + "smallImageKey": "{player.icon}", + "smallImageText": "{player.name}", + "startTimestamp": "{data.general.time}", + "endTimestamp": "", + "buttons": { + "default": { + "label": "Example Text", + "url": "https://google.com" + } + } + }, + "dynamicIcons": { + "anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad", + "juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed", + "default": "https://via.placeholder.com/256.png" + }, + "dynamicVariables": { + "default": "Example Text", + "mods": "{general.mods} Mod(s)", + "player_info_coordinate": "At {player.position.x}, {player.position.z}", + "players": "{server.players.current} / {server.players.max} Players", + "player_info_in": "({custom.player_info.health})", + "player_info_items": "Items: {item.main_hand.message}", + "player_info_out": "As {player.name}", + "player_info_health": "Health: {player.health.current}/{player.health.max}", + "world_info": "On {world.name}", + "pack": "{pack.name}" + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/enhanced_bes.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/fastquit.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/fastquit.toml new file mode 100644 index 000000000..6e30c51e3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/fastquit.toml @@ -0,0 +1 @@ +showToasts = false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/immediatelyfast.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/immediatelyfast.json new file mode 100644 index 000000000..3823c4474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/immediatelyfast.json @@ -0,0 +1,20 @@ +{ + "REGULAR_INFO": "----- Regular config values below -----", + "font_atlas_resizing": true, + "map_atlas_generation": true, + "fast_text_lookup": true, + "avoid_redundant_framebuffer_switching": true, + "fix_slow_buffer_upload_on_apple_gpu": true, + "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", + "dont_add_info_into_debug_hud": false, + "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", + "experimental_disable_error_checking": true, + "experimental_disable_resource_pack_conflict_handling": true, + "experimental_sign_text_buffering": false, + "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", + "debug_only_and_not_recommended_disable_universal_batching": false, + "debug_only_and_not_recommended_disable_mod_conflict_handling": false, + "debug_only_and_not_recommended_disable_hardware_conflict_handling": false, + "debug_only_print_additional_error_information": false, + "debug_only_use_last_usage_for_batch_ordering": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/iris.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/iris.properties new file mode 100644 index 000000000..890fd1467 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/iris.properties @@ -0,0 +1,2 @@ +disableUpdateMessage=true +enableShaders=false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/lambdynlights.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/lambdynlights.toml new file mode 100644 index 000000000..362af0547 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/lambdynlights.toml @@ -0,0 +1,148 @@ +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "off" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + # Enable first-person player light source. + self = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "off" + # Enable entities light source. + entities = true + # Creeper lighting mode. May be off, simple or fancy. + creeper = "simple" + + [light_sources.settings.entities.minecraft] + zombie_horse = true + axolotl = true + egg = true + zoglin = true + spawner_minecart = true + allay = true + llama = true + mule = true + bat = true + husk = true + camel = true + experience_bottle = true + rabbit = true + firework_rocket = true + silverfish = true + giant = true + drowned = true + item = true + goat = true + horse = true + vindicator = true + minecart = true + spectral_arrow = true + llama_spit = true + mooshroom = true + glow_item_frame = false + snowball = true + tnt = true + parrot = true + creeper = true + lightning_bolt = true + tadpole = true + ravager = true + evoker_fangs = true + chest_minecart = true + tropical_fish = true + slime = true + pillager = true + area_effect_cloud = true + blaze = true + piglin = true + end_crystal = true + endermite = true + ender_pearl = true + zombie = true + item_display = true + breeze_wind_charge = true + guardian = true + fireball = true + illusioner = true + eye_of_ender = true + wither_skull = true + wolf = true + block_display = true + tnt_minecart = true + zombie_villager = true + elder_guardian = true + chest_boat = true + boat = true + small_fireball = true + strider = true + cave_spider = true + cod = true + snow_golem = true + witch = true + spider = true + command_block_minecart = true + panda = true + bee = true + arrow = true + cow = true + magma_cube = true + pig = true + skeleton = true + frog = true + hoglin = true + armadillo = true + armor_stand = true + experience_orb = true + dolphin = true + stray = true + shulker = true + turtle = true + salmon = true + vex = true + wandering_trader = true + wither_skeleton = true + piglin_brute = true + breeze = true + ocelot = true + furnace_minecart = true + item_frame = true + phantom = true + ender_dragon = true + leash_knot = true + evoker = true + marker = true + glow_squid = true + warden = true + shulker_bullet = true + squid = true + enderman = true + dragon_fireball = true + chicken = true + sniffer = true + trader_llama = true + donkey = true + bogged = true + fox = true + iron_golem = true + zombified_piglin = true + cat = true + wind_charge = true + ghast = true + sheep = true + player = true + pufferfish = true + potion = true + trident = true + villager = true + ominous_item_spawner = true + skeleton_horse = true + fishing_bobber = true + text_display = true + polar_bear = true + hopper_minecart = true + falling_block = true + painting = true + interaction = true + wither = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/client_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/client_mixin.json new file mode 100644 index 000000000..5a4aa9549 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/client_mixin.json @@ -0,0 +1,25 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/client_options.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/client_options.json new file mode 100644 index 000000000..fe99f445c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/client_options.json @@ -0,0 +1,205 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 1, + "animatedCharacter": true, + "autoResolution": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "backSound": true, + "bubblesOutsideWater": true, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.disable_voice_chat": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.entityculling.toggleBoxes": "none", + "component_key.fabrishot.screenshot": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hide_icons": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.mute_microphone": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.optigui.inspect": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.push_to_talk": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_key.voice_chat": "none", + "component_key.voice_chat_adjust_volumes": "none", + "component_key.voice_chat_group": "none", + "component_key.voice_chat_settings": "none", + "component_key.voice_chat_toggle_recording": "none", + "component_key.whisper": "none", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlTooltipDisplay": 0, + "controlType": "auto", + "controllerCursorAtFirstInventorySlot": true, + "controllerDoubleClick": false, + "controllerSensitivity": 0.5, + "controllerToasts": true, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorAtFirstInventorySlot": false, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": false, + "fastLeavesWhenBlocked": false, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hoverFocusSound": false, + "hudDelay": 100, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceResolution": 0.5, + "interfaceSensitivity": 0.5, + "inventoryHoverFocusSound": false, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.20.4", + "lastLoadedVersion": "1.8.4-lts", + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyBabyVillagerHead": true, + "legacyCreativeBlockPlacing": true, + "legacyCursor": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyHearts": true, + "legacyIntroAndReloading": true, + "legacyItemPickup": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyLoadingAndConnecting": true, + "legacyOverstackedItems": true, + "legacyPanorama": true, + "legacySkyShape": true, + "limitCursor": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "mapsWithCoords": true, + "menusWithBackground": false, + "merchantTradingIndicator": true, + "minecartSounds": true, + "modCraftingTabs": false, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": false, + "searchCreativeTab": true, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemCursor": false, + "systemMessagesAsOverlay": false, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "titleScreenVersionText": false, + "tooltipBoxes": true, + "unbindConflictingButtons": true, + "unbindConflictingKeys": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/common.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/common.json new file mode 100644 index 000000000..fb201bd22 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/common_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/global_packs.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/global_packs.json new file mode 100644 index 000000000..796dc9a58 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/legacy/global_packs.json @@ -0,0 +1,15 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "file/Legacy Worlds.zip", + "file/Modern-Skin-Packs-2.2.0.zip", + "file/Legacy-Skin-Packs-2.2.0.zip", + "file/The_Garden_Awakens_v1.0.zip", + "file/Legacy Skins Pack Ordering v3.zip", + "file/TutorialWorldAddon.zip", + "file/rcr2.zip", + "legacy:legacy_resources" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/modernfix-mixins.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/modernfix-mixins.properties new file mode 100644 index 000000000..8596383b7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/modernfix-mixins.properties @@ -0,0 +1,80 @@ +# This is the configuration file for ModernFix. +# In general, prefer using the config screen to editing this file. It can be accessed +# via the standard mod menu on your respective mod loader. Changes will, however, +# require restarting the game to take effect. +# +# The following options can be enabled or disabled if there is a compatibility issue. +# Add a line with your option name and =true or =false at the bottom of the file to enable +# or disable a rule. For example: +# mixin.perf.dynamic_resources=true +# Do not include the #. You may reset to defaults by deleting this file. +# +# Available options: +# mixin.bugfix.chunk_deadlock=false # (overridden for mod compat) +# mixin.bugfix.concurrency=true # (default) +# mixin.bugfix.missing_block_entities=false # (default) +# mixin.bugfix.packet_leak=false # (default) +# mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat) +# mixin.bugfix.restore_old_dragon_movement=false # (default) +# mixin.bugfix.world_leaks=true # (default) +# mixin.bugfix.world_screen_skipped=true # (default) +# mixin.devenv=false # (default) +# mixin.feature.blockentity_incorrect_thread=false # (default) +# mixin.feature.branding=true # (default) +# mixin.feature.cause_lag_by_disabling_threads=false # (default) +# mixin.feature.direct_stack_trace=false # (default) +# mixin.feature.disable_unihex_font=false # (default) +# mixin.feature.integrated_server_watchdog=true # (default) +# mixin.feature.log_stdout_in_log_files=true # (default) +# mixin.feature.mcfunction_profiling=true # (default) +# mixin.feature.measure_time=true # (default) +# mixin.feature.remove_chat_signing=false # (default) +# mixin.feature.remove_telemetry=true # (default) +# mixin.feature.snapshot_easter_egg=true # (default) +# mixin.feature.spam_thread_dump=false # (default) +# mixin.feature.spark_profile_launch=false # (default) +# mixin.feature.spark_profile_world_join=false # (default) +# mixin.feature.stalled_chunk_load_detection=false # (default) +# mixin.feature.warn_missing_perf_mods=true # (default) +# mixin.launch.class_search_cache=true # (default) +# mixin.perf.cache_blockstate_cache_arrays=true # (default) +# mixin.perf.cache_profile_texture_url=true # (default) +# mixin.perf.cache_strongholds=false # (overridden for mod compat) +# mixin.perf.chunk_meshing=true # (default) +# mixin.perf.clear_fabric_mapping_tables=false # (default) +# mixin.perf.clear_mixin_classinfo=false # (default) +# mixin.perf.compact_bit_storage=true # (default) +# mixin.perf.compress_unihex_font=true # (default) +# mixin.perf.dedicated_reload_executor=true # (default) +# mixin.perf.deduplicate_climate_parameters=false # (default) +# mixin.perf.deduplicate_location=false # (default) +# mixin.perf.deduplicate_wall_shapes=true # (default) +# mixin.perf.dynamic_dfu=true # (default) +# mixin.perf.dynamic_entity_renderers=false # (default) +# mixin.perf.dynamic_resources=false # (default) +# mixin.perf.dynamic_sounds=true # (default) +# mixin.perf.dynamic_structure_manager=true # (default) +# mixin.perf.faster_command_suggestions=true # (default) +# mixin.perf.faster_item_rendering=false # (default) +# mixin.perf.faster_texture_stitching=true # (default) +# mixin.perf.fix_loop_spin_waiting=true # (default) +# mixin.perf.lazy_search_tree_registry=true # (default) +# mixin.perf.memoize_creative_tab_build=true # (default) +# mixin.perf.model_optimizations=true # (default) +# mixin.perf.mojang_registry_size=true # (default) +# mixin.perf.remove_biome_temperature_cache=true # (default) +# mixin.perf.state_definition_construct=true # (default) +# mixin.perf.thread_priorities=false # (overridden for mod compat) +# mixin.perf.ticking_chunk_alloc=true # (default) +# mixin.perf.worldgen_allocation=false # (default) +# mixin.safety=true # (default) +# +# User overrides go here. +mixin.bugfix.missing_block_entities=true +mixin.bugfix.restore_old_dragon_movement=true +mixin.perf.clear_fabric_mapping_tables=true +mixin.perf.clear_mixin_classinfo=true +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true +mixin.perf.worldgen_allocation=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/modmenu.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/modmenu.json new file mode 100644 index 000000000..0496cf2bf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/modmenu.json @@ -0,0 +1,7 @@ +{ + "mods_button_style": "icon", + "game_menu_button_style": "icon", + "update_checker": false, + "count_libraries": false, + "count_children": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/puzzle.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/puzzle.json new file mode 100644 index 000000000..8ab73f8a4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/puzzle.json @@ -0,0 +1,20 @@ +{ + "disabledIntegrations": [ + "borderlessmining", + "cem", + "citresewn", + "continuity", + "colormatic", + "cullleaves", + "dynamicfps", + "entity_texture_features", + "entity_model_features", + "iris", + "lambdabettergrass", + "lambdynlights" + ], + "enablePuzzleButton": false, + "debugMessages": false, + "checkUpdates": false, + "showPuzzleInfo": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/servercore/config.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/servercore/optimizations.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/vmp.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/world-host.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/world-host.json5 new file mode 100644 index 000000000..385cba855 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/config/world-host.json5 @@ -0,0 +1,4 @@ +{ + showOnlineStatus: false, + enableFriends: false, +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/options.txt b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/options.txt new file mode 100644 index 000000000..9ede84d71 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/options.txt @@ -0,0 +1,13 @@ +version:3839 +biomeBlendRadius:1 +enableVsync:false +fullscreen:true +gamma:0.0 +fov:-0.05 +maxFps:240 +renderDistance:18 +simulationDistance:8 +toggleCrouch:true +notificationDisplayTime:1.2 +attackIndicator:0 +joinedFirstServer:true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/resource_albums.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/resource_albums.json new file mode 100644 index 000000000..f3304ca07 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/resource_albums.json @@ -0,0 +1,7 @@ +{ + "default": "minecraft", + "order": [ + "minecraft", + "minecraft_classic" + ] +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/resource_albums/minecraft.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/resource_albums/minecraft.json new file mode 100644 index 000000000..b2f74ec2e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/resource_albums/minecraft.json @@ -0,0 +1,18 @@ +{ + "background": "legacy:icon/background", + "packs": [ + "vanilla", + "fabric", + "legacy:legacy_waters", + "file/rcr3.zip" + ], + "displayPack": "vanilla", + "id": "minecraft", + "version": 2, + "name": { + "translate": "legacy.menu.albums.resource.minecraft" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/resource_albums/minecraft_classic.json b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/resource_albums/minecraft_classic.json new file mode 100644 index 000000000..054fb2c4d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/configureddefaults/resource_albums/minecraft_classic.json @@ -0,0 +1,18 @@ +{ + "icon": "legacy:icon/minecraft_classic", + "background": "legacy:icon/minecraft_classic_background", + "packs": [ + "vanilla", + "fabric", + "programmer_art", + "legacy:legacy_waters" + ], + "id": "minecraft_classic", + "version": 1, + "name": { + "translate": "legacy.menu.albums.resource.minecraft_classic" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft_classic.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/index.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/index.toml new file mode 100644 index 000000000..2979a3f2f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/index.toml @@ -0,0 +1,420 @@ +hash-format = "sha256" + +[[files]] +file = "config/crash_assistant/config.toml" +hash = "d63ef06db7855e70531e63cfa0367f5193a270527425e9d5cd0e5f73ec34a2b0" + +[[files]] +file = "config/crash_assistant/lang/README.md" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" + +[[files]] +file = "config/crash_assistant/lang/en_us.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/ru_ru.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/zh_cn.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/modlist.json" +hash = "caeb5fb5a881ea0dd16cd851e0ed4543e74b94e07f3c16cdd18b04a64343df5c" + +[[files]] +file = "config/crash_assistant/problematic_mods_config.json" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" + +[[files]] +file = "configureddefaults/config/bettergrass.json5" +hash = "5ba4ad8c50ca8715fe648e7e68e8b5df0fe05acac0f9b152cedd93a6250ae386" + +[[files]] +file = "configureddefaults/config/capes.json5" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" + +[[files]] +file = "configureddefaults/config/citresewn.json" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" + +[[files]] +file = "configureddefaults/config/cpm.json" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" + +[[files]] +file = "configureddefaults/config/craftpresence.json" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" + +[[files]] +file = "configureddefaults/config/enhanced_bes.properties" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" + +[[files]] +file = "configureddefaults/config/fastquit.toml" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" + +[[files]] +file = "configureddefaults/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "configureddefaults/config/immediatelyfast.json" +hash = "2718bb7c2762955bb9080c5cf992d3fd2dc46dee2e8167141eca76d8ee9849fd" + +[[files]] +file = "configureddefaults/config/iris.properties" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" + +[[files]] +file = "configureddefaults/config/lambdynlights.toml" +hash = "40413b8a4f6d5495dc689ab7d812f867f7d07f3696a5a985432e93e7cda9a3db" + +[[files]] +file = "configureddefaults/config/legacy/client_mixin.json" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" + +[[files]] +file = "configureddefaults/config/legacy/client_options.json" +hash = "e06feae7646a7bee9e204783c707bd1bd1e5da65ca875e0b1fbc4b1ebdfa20bf" + +[[files]] +file = "configureddefaults/config/legacy/common.json" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" + +[[files]] +file = "configureddefaults/config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "configureddefaults/config/legacy/global_packs.json" +hash = "ddd9316b8053dc121ef511d953e2b6a9fa158e296bc80fb663cc4256d790dd20" + +[[files]] +file = "configureddefaults/config/modernfix-mixins.properties" +hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" + +[[files]] +file = "configureddefaults/config/modmenu.json" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" + +[[files]] +file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "configureddefaults/config/puzzle.json" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" + +[[files]] +file = "configureddefaults/config/servercore/config.yml" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" + +[[files]] +file = "configureddefaults/config/servercore/optimizations.yml" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" + +[[files]] +file = "configureddefaults/config/vmp.properties" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" + +[[files]] +file = "configureddefaults/config/world-host.json5" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" + +[[files]] +file = "configureddefaults/options.txt" +hash = "74dd4f49660613476a80e9137349f512346b6bec5298e793ece0225c1d2d00ad" + +[[files]] +file = "configureddefaults/resource_albums.json" +hash = "ecd81924a3b2ad635ddbeef550da86d325300a88ecd133daa70de8c3ed6c9242" + +[[files]] +file = "configureddefaults/resource_albums/minecraft.json" +hash = "6ffe86ea7cb0eb66f6f19797140d1bbb7d7ff39d8ab57006f06c2df97e83e362" + +[[files]] +file = "configureddefaults/resource_albums/minecraft_classic.json" +hash = "56b2d1a673da56a2a874284efb869eda80f4cbccf3012292797df0736762ed54" + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "8c4331db97ea226530fcbb99c18db9ed9d1f54e6447c2a297e898bd8f697f6a2" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "56dc576a75b3e25a3c3dd37d0b3a830837c79cba7cfa2cded1ac9e1eadde4c65" +metafile = true + +[[files]] +file = "mods/better-ping-display-fabric.pw.toml" +hash = "04f69de01815f443ad8a3bd26fe03d7a8284cad2ba89613610568eb953f9d381" +metafile = true + +[[files]] +file = "mods/bettergrassify.pw.toml" +hash = "4787f85c589daa3354184f46392382f017ac7172f543f22504ce5b8755f6f025" +metafile = true + +[[files]] +file = "mods/bobby.pw.toml" +hash = "863e580738d669e5b7bff195d30f34ab3b0d22e299e011839f790f1f94920887" +metafile = true + +[[files]] +file = "mods/c2me.pw.toml" +hash = "5961d49f0b613624392b023279d7d5e2b38eafabf467cee326f52610572887e2" +metafile = true + +[[files]] +file = "mods/capes.pw.toml" +hash = "c03db130a2fa422bf31b1ffdf598c79b49795b9e0eaff59efff8254d9bc17fea" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "c356c8afd480b599e5ad3f4e05691c8251210b7a1d796cd4db28316ef6ff3fca" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "0dd83155868dc565552f8ddc313aede3094d3523492f52822ffa341288fc2fc9" +metafile = true + +[[files]] +file = "mods/configured-defaults.pw.toml" +hash = "2d1a993dace6fdd4a5628fd4138048504e4156330ca35e584e23537ec863486f" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "47623f35fd6bfdc203656f75b2400708109fb36782f5aa82008039d112d788e4" +metafile = true + +[[files]] +file = "mods/craftpresence.pw.toml" +hash = "fac803ade9c326fa8a84cf9304123680dd23f3d0f2fc50985d9e75c30f07ed0e" +metafile = true + +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "c233a0df87ba63d1f7a161737ede08d28eec8b79ea1557603036d7b925879f5b" +metafile = true + +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "df4e3de1d55d3b06b47a18a61d64c6e9fb6a8cf483fa2ff09a46bf5ff40f8cb6" +metafile = true + +[[files]] +file = "mods/custom-player-models-fabric.pw.toml" +hash = "3ac36038e1f35b5c997f0da2f028b9f4059d36bb4a37ff4deece33c47e8981f7" +metafile = true + +[[files]] +file = "mods/debugify.pw.toml" +hash = "b85366b5f6638c1cd823d0f6c55ca48d385bb5c14ed567cd33a92b48a38ebb89" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "fcd6ac00c330b4d90b46e4d6906a3dc4ff64b25625f54fe5fe0b128a5cd3c863" +metafile = true + +[[files]] +file = "mods/enhanced-block-entities.pw.toml" +hash = "55d9fb4d344979174c63eec70bb1139eab91243d6088eaa82d07ee1f5f2828a3" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "a43c9037176a099728c9fc2d7b44938eb902314f7b0a2a6c017f05872c82e0da" +metafile = true + +[[files]] +file = "mods/entity-texture-features-fabric.pw.toml" +hash = "2aec0a604bd98ca57e6ffd98f012988a2b2c3489cc88503bbe035175b8da0bef" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "1f005cfa3ecb3c99b1cbe4e339beb74d17e334839384f61899376a2481c691f1" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "373c9e22de4d4df2997c0316cb244d3b61b1cc6a6c748c1593af757653b4f957" +metafile = true + +[[files]] +file = "mods/fabrishot.pw.toml" +hash = "95ab36f6e7274912947f73edfcd97c5c55ee9b85677184a159abda87961d8c64" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "e1940e88915a1b8bb77b4461de5f03d097a9fcd72d93d13c8043186349ad914c" +metafile = true + +[[files]] +file = "mods/fastquit.pw.toml" +hash = "9e6c94b982db7244d7bcbb2f90e65d5778a9e7d123ab34ae1e190eb88405b9c9" +metafile = true + +[[files]] +file = "mods/ferritecore-fabric.pw.toml" +hash = "48f8ca009db92b23ea56c3699e1939dbba14d85f99e11a36c6fec1afc4f5df14" +metafile = true + +[[files]] +file = "mods/figura.pw.toml" +hash = "f8620ce4b6665ac6a2f29fe972782e854d796dc512ef4bd679050b21b89427a6" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "4b17a3727e15bf347ba1ccbce06cbb787aa6236eafcb9c1a3ee126b1b8efd890" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "21829fcfe024c31224f945753671b15923aeb59d199dc771cc8773f4da81992e" +metafile = true + +[[files]] +file = "mods/irisshaders.pw.toml" +hash = "9b38b604a7475e8cf3f099c1117598ede3e9dc3588f3c02dce902c783847d090" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "85126c8eec99ce702d2ad00876290834907e90e9973391c94606cc3984ab4efd" +metafile = true + +[[files]] +file = "mods/lazy-language-loader.pw.toml" +hash = "047ee174b26bcaebe3ce4c506d305264d9ea7e08bd7e9d8ff27a318eb05a6d9f" +metafile = true + +[[files]] +file = "mods/legacy-minecraft.pw.toml" +hash = "a3c11d066987b64c4cefba5baff09013406764de6d207b70724db4005cf7a849" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "b756613e87b75813d7e7a95b7f7297730cf730653bccce9a00947df8caab03e3" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "f1e11c6d565cc8b8c6962cde70820e8d3f3b9abad851ef4ddf5f467dc1e272da" +metafile = true + +[[files]] +file = "mods/macos-input-fixes.pw.toml" +hash = "a3e8ab5b65ff403b1e578f50465a67743ff2d6943bd47458be482e44f5642754" +metafile = true + +[[files]] +file = "mods/model-gap-fix.pw.toml" +hash = "4e026e566d9b5bf8bb9f528e8f0dbe66184e1f514cc00544a3363a21f2feb482" +metafile = true + +[[files]] +file = "mods/moderner-beta.pw.toml" +hash = "427971d0363f92b6cf0f7462c10c440e788971b03280a6fd71aefb59ec4202f7" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "867bc8c6744ec9b3cbaad5125f1130dba1a5ce1b1f47c090e2dca71c4ecf64cd" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "14622ee629c73092383d44247f21150a22e5022c72f2a0f0484b454815433c50" +metafile = true + +[[files]] +file = "mods/moreculling.pw.toml" +hash = "9136836f8674011a21081263debf30a0d2442ef28438317965cb0df9c0554631" +metafile = true + +[[files]] +file = "mods/moremcmeta-fabric.pw.toml" +hash = "24aa79bcfad6d8f9a4875a6e280ee959e4837e451ad693911f08d17cb4d5727a" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "a8eaf302915b702e8f86a191b01ec59594b3450cf78ba0f7dd353f6c0dd5dbac" +metafile = true + +[[files]] +file = "mods/nostalgic-tweaks.pw.toml" +hash = "c67c982ce530c0f21d90b630f006aa92f054de588c27dcf2d9e95b3bf847b116" +metafile = true + +[[files]] +file = "mods/nuit.pw.toml" +hash = "16d2430db61d7e4456bd9f50fe3c3d1ec5d16056e95a3ec6dcd9dc44860f4e15" +metafile = true + +[[files]] +file = "mods/polytone.pw.toml" +hash = "51d31a32aae0e1cac8e6084472d9ee8bd308165e353060075413b9ff5811aac2" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "d3cef8e44e7f4ca364b7af25740ad5c2a29c14ce9f9847a31f386ce6801ef2ca" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "37e917db3cddb70bfdecc62917d37091238f1826ee4630a2ecd381c995ad2ca9" +metafile = true + +[[files]] +file = "mods/text-placeholder-api.pw.toml" +hash = "ab0970dab91433714f2645b5c62474f7fc4146b18db09a88a32f27b1c10cc39f" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "a8c644cd4c3e1c99774b0e3aeee59fe3351038f30e4d485ee6857a389a29f466" +metafile = true + +[[files]] +file = "mods/unilib.pw.toml" +hash = "73792c221f5481ef174826d95f95a72d39fc87b6e169e89a7dcc274925f994e4" +metafile = true + +[[files]] +file = "mods/vmp-fabric.pw.toml" +hash = "435f2b78dca925371c1dcbdca15bd1d2cfa26a6e827f5b9439e6dcbbb3685397" +metafile = true + +[[files]] +file = "mods/wi-zoom.pw.toml" +hash = "eb9f2d699bd472dfda5d06f52b0f0ac0a86abc79ee0bfbafd9ee06741b2966a7" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "f77b42acff060e866a9c09b31d232ea5eda3286b0d25ce1083b2c96b32ef403d" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "1fa2c4e4a06b1d972ad6374da4b0f295e70940f51aae0d48d54819f4f1deb3f8" +metafile = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/architectury-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/architectury-api.pw.toml new file mode 100644 index 000000000..8fde3a2c1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-11.1.17-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "578b95d1c3631e614739fa4ac1ca773836950540" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5173988 +project-id = 419699 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..e16b8f251 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.1-1.20.2-20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a52a520c26dba08c1a5345640266fc2d5a679106" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055651 +project-id = 949555 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/better-ping-display-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/better-ping-display-fabric.pw.toml new file mode 100644 index 000000000..464d4ef4a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/better-ping-display-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Better Ping Display [Fabric]" +filename = "BetterPingDisplay-Fabric-1.20.4-1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "aecc3c2dd0c9709da23be5eb10698ef5e35ce036" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5041642 +project-id = 406343 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/bettergrassify.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/bettergrassify.pw.toml new file mode 100644 index 000000000..0de0c332b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/bettergrassify.pw.toml @@ -0,0 +1,13 @@ +name = "BetterGrassify" +filename = "BetterGrassify-1.4.4+fabric.1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "76e1e92f1ed91ef31e4c70ca62186494b2683604" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6071599 +project-id = 1026394 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/bobby.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/bobby.pw.toml new file mode 100644 index 000000000..8bd0e7d9f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +name = "Bobby" +filename = "bobby-5.1.0+mc1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3c4437a3199629377faeda77e50b01577c4da027" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5071855 +project-id = 409301 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/c2me.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/c2me.pw.toml new file mode 100644 index 000000000..67fcb39c5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/c2me.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine" +filename = "c2me-fabric-mc1.20.4-0.2.0+alpha.11.72.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cb60c6a25b5a77fd57f18bb1fd978bb13601c6d5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5617430 +project-id = 533097 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/capes.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/capes.pw.toml new file mode 100644 index 000000000..58200c340 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/capes.pw.toml @@ -0,0 +1,13 @@ +name = "Capes [Fabric/Forge]" +filename = "capes-1.5.3+1.20.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c1a62a847753d9ae039bff35050326a081d2e500" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4789156 +project-id = 408481 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/chat-heads.pw.toml new file mode 100644 index 000000000..4ac95792b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.14.0-fabric-1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f1ce6a1b31dde1a0a4bda5790d4db2babd5740c8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7057831 +project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/cloth-config.pw.toml new file mode 100644 index 000000000..db29d3aae --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge/NeoForge)" +filename = "cloth-config-13.0.138-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e374f80329cea3d73e10e31839fe79d5a4fc0b30" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5729136 +project-id = 348521 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/configured-defaults.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/configured-defaults.pw.toml new file mode 100644 index 000000000..51ce34e86 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/configured-defaults.pw.toml @@ -0,0 +1,13 @@ +name = "Configured Defaults" +filename = "ConfiguredDefaults-v8.0.1-1.20.1-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "efe4fd9f2f554225c71649341a0d8a2eb6cecd47" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4830120 +project-id = 930131 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/continuity.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/continuity.pw.toml new file mode 100644 index 000000000..8e0fbcd30 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.0+1.20.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d99ae792024c9ef21c2da8481b3e9e474bdfbe0c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5962879 +project-id = 531351 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/craftpresence.pw.toml new file mode 100644 index 000000000..b4d2c8e23 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/craftpresence.pw.toml @@ -0,0 +1,13 @@ +name = "CraftPresence" +filename = "CraftPresence-2.6.2+1.20.4-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "91545e31adce2177bfcde367fa42cae27b16178b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6860454 +project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/crash-assistant.pw.toml new file mode 100644 index 000000000..a2717ddab --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/crash-assistant.pw.toml @@ -0,0 +1,13 @@ +name = "Crash Assistant" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bbf65d906e51448f018574a86ca76a3402dfe08c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055250 +project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/cubes-without-borders.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/cubes-without-borders.pw.toml new file mode 100644 index 000000000..940aff4c2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/cubes-without-borders.pw.toml @@ -0,0 +1,13 @@ +name = "Cubes Without Borders" +filename = "cwb-fabric-3.0.0+mc1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e303bca92b0724f69ce3d8cdb500fb4040e7482f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5855462 +project-id = 975120 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/custom-player-models-fabric.pw.toml new file mode 100644 index 000000000..a4c708b6c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/custom-player-models-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models (Fabric)" +filename = "CustomPlayerModels-Fabric-1.20.4-0.6.24a.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6fd9d0cbec235dc9c9964195e7f2f7349a1d5263" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6843778 +project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/debugify.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/debugify.pw.toml new file mode 100644 index 000000000..fc59ac75e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/debugify.pw.toml @@ -0,0 +1,13 @@ +name = "Debugify" +filename = "Debugify-1.20.4+1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "248cd69236eed33faca6a08c4ba535c7249a0528" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5225661 +project-id = 596224 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..838765449 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.20.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2d973072dca9e02b0555ab716d2c4f754d72e293" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662036 +project-id = 335493 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/enhanced-block-entities.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/enhanced-block-entities.pw.toml new file mode 100644 index 000000000..fadccbc98 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/enhanced-block-entities.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.10.1+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f2b182c46486ecce3a2f84893efb1c1b9382e859" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5425012 +project-id = 452046 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/entity-model-features.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/entity-model-features.pw.toml new file mode 100644 index 000000000..0a18a4cdb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features [Fabric & Forge]" +filename = "entity_model_features_1.20.4-fabric-3.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b7fe9f97904b29ab527934a33c4f72c9b44aaa73" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6922720 +project-id = 844662 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/entity-texture-features-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/entity-texture-features-fabric.pw.toml new file mode 100644 index 000000000..a348b8d75 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/entity-texture-features-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features - [Fabric & Forge]" +filename = "entity_texture_features_1.20.4-fabric-7.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "88532e5ac9e3b0c1131edda8768de3c6ff355f92" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6954766 +project-id = 568563 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/fabric-api.pw.toml new file mode 100644 index 000000000..9dbf36f20 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.97.3+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a21f3c7e700b9fc3a28e896979a07ec489507143" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6674317 +project-id = 306612 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 000000000..8fbaf7424 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "05e9cc4108da5b50735fa6d8a79a18fcd5310d82" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6985480 +project-id = 308769 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/fabrishot.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/fabrishot.pw.toml new file mode 100644 index 000000000..552a84fb7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/fabrishot.pw.toml @@ -0,0 +1,13 @@ +name = "Fabrishot" +filename = "fabrishot-1.12.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c348c0966a2169a67f6a40f80a85c699104a8642" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4972565 +project-id = 404870 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/factory-api.pw.toml new file mode 100644 index 000000000..d1a91a1e6 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.20.4-2.2.6-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2a0e6281d03b0c370d8d1346a53111c291411ec1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6857416 +project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/fastquit.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/fastquit.pw.toml new file mode 100644 index 000000000..72103ebbe --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.0.0+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c1340863cc8d61219785c16163156dc748a70763" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5031377 +project-id = 708967 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/ferritecore-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/ferritecore-fabric.pw.toml new file mode 100644 index 000000000..f20d9fc31 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/ferritecore-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore (Fabric)" +filename = "ferritecore-6.0.3-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f2bbb773f4213d36201b76820f206e2a6f213c0c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4954177 +project-id = 459857 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/figura.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/figura.pw.toml new file mode 100644 index 000000000..df86e4085 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/figura.pw.toml @@ -0,0 +1,13 @@ +name = "Figura" +filename = "figura-0.1.5+1.20.4-fabric-mc.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5db87fed44817f2468678eb733f0c1828b893e1c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6204451 +project-id = 901503 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..133267a0c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.5.2+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "492698415c738fde85c6e36e2c7265e25c14e2e7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6997259 +project-id = 686911 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/indium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/indium.pw.toml new file mode 100644 index 000000000..d29e1dda0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.31+mc1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fe6d0513ac332d890f1bd9bb9354a8e240b8f0e5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5416034 +project-id = 459496 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/irisshaders.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/irisshaders.pw.toml new file mode 100644 index 000000000..4141c84c0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/irisshaders.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-1.7.2+mc1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "acc785418e034a265f99fdb341fbb3b5af3859c8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5485655 +project-id = 455508 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/lambdynamiclights.pw.toml new file mode 100644 index 000000000..8c61a6715 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-2.3.4+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b44b10647f170732825b28d8ff44735ae31e3837" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5083619 +project-id = 393442 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/lazy-language-loader.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/lazy-language-loader.pw.toml new file mode 100644 index 000000000..d177e2f25 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/lazy-language-loader.pw.toml @@ -0,0 +1,13 @@ +name = "lazy-language-loader (Fabric)" +filename = "lazy-language-loader-0.3.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "368da8d0c7455f293559b4028da1c3f6d411729b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4978894 +project-id = 526391 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/legacy-minecraft.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/legacy-minecraft.pw.toml new file mode 100644 index 000000000..0377e6498 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/legacy-minecraft.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.20.4-1.8.5-lts-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "aaccd7fc52ffc8339d1658ce71818187fc3c14d9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6887994 +project-id = 955526 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..1e5030e8c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.5.0+fabric+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "01c318aaaa5b077c0049776bf27aefffc7adec7f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6859128 +project-id = 1090749 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/lithium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/lithium.pw.toml new file mode 100644 index 000000000..74e909849 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium (Fabric/NeoForge)" +filename = "lithium-fabric-mc1.20.4-0.12.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4a0744beb2246d93cb475d21a5a53faa556956e0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4972281 +project-id = 360438 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/macos-input-fixes.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/macos-input-fixes.pw.toml new file mode 100644 index 000000000..b9d298b24 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/macos-input-fixes.pw.toml @@ -0,0 +1,13 @@ +name = "MacOS Input Fixes" +filename = "macos-input-fixes-1.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3903ec0e5c339fa24201147007cce9805bad7d60" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7064707 +project-id = 678691 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/model-gap-fix.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/model-gap-fix.pw.toml new file mode 100644 index 000000000..ce425c0a9 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/model-gap-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Model Gap Fix" +filename = "modelfix-1.14-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7c6a38565820d9c1941eb9d1aadaae75cb11ed8b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4607204 +project-id = 676136 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/moderner-beta.pw.toml new file mode 100644 index 000000000..7c5418bb0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/moderner-beta.pw.toml @@ -0,0 +1,13 @@ +name = "Moderner Beta" +filename = "moderner-beta-1.4.0+1.20.4-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/vn1jw9C4/moderner-beta-1.4.0%2B1.20.4-fabric.jar" +hash-format = "sha512" +hash = "c1d5dab976a3b4da320c99828b5aabb0debe648cc44ea6829901e4b6394e4866c84d11290189166cc098b4e6d849f30a2faafecdd6446e11ddabc995ac755869" + +[update] +[update.modrinth] +mod-id = "xkrdwmh2" +version = "vn1jw9C4" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/modernfix.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/modernfix.pw.toml new file mode 100644 index 000000000..0feb290eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.17.0+mc1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cf5f1f0db74b0385c2738c6fbf8347e7e68100d6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5288159 +project-id = 790626 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/modmenu.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/modmenu.pw.toml new file mode 100644 index 000000000..6ec87c37a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-9.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b8b1e21d42e74c1b4ea16e9846c2198dc84352bc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5441535 +project-id = 308702 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/moreculling.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/moreculling.pw.toml new file mode 100644 index 000000000..48ee1acc4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/moreculling.pw.toml @@ -0,0 +1,13 @@ +name = "MoreCulling" +filename = "moreculling-1.20.4-0.24.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a40f2aa346140a4fee2079d845c62ee87454bdb6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6036308 +project-id = 630104 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/moremcmeta-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/moremcmeta-fabric.pw.toml new file mode 100644 index 000000000..66baf6521 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/moremcmeta-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "MoreMcmeta (Fabric)" +filename = "moremcmeta-1.20.4-4.4.7-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e5ef93484d686d43b0a68f9dd3260ee537c59aa2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5066779 +project-id = 506079 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/noisium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/noisium.pw.toml new file mode 100644 index 000000000..ff04c6db8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.3.0+mc1.20.2-1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "31be12110ac95503676adfaca2d9ac179e8b2072" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5650488 +project-id = 930207 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/nostalgic-tweaks.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/nostalgic-tweaks.pw.toml new file mode 100644 index 000000000..8d4d1c6b0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/nostalgic-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Nostalgic Tweaks (Fabric/NeoForge)" +filename = "NostalgicTweaks-mc1.20.4-Fabric-2.0.0-beta.903.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3fcba0c6bd5a051f77a2eb0a1fefe1823a416ace" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5604890 +project-id = 592465 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/nuit.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/nuit.pw.toml new file mode 100644 index 000000000..c62c6f4ae --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/nuit.pw.toml @@ -0,0 +1,13 @@ +name = "Nuit (formerly FabricSkyboxes)" +filename = "fabricskyboxes-0.7.3+mc1.20.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6ce1e8f99a901fd2e4e5f84d529e60f425b172ca" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4761965 +project-id = 408209 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/polytone.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/polytone.pw.toml new file mode 100644 index 000000000..eb55f93f2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/polytone.pw.toml @@ -0,0 +1,13 @@ +name = "Polytone" +filename = "polytone-1.20.4-1.18.10-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "221b6a55e2bea8bbd48c55653b7ac698d8da9e4c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5367744 +project-id = 958094 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/simple-voice-chat.pw.toml new file mode 100644 index 000000000..31caded9a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.20.4-2.5.22.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "97b48e6f1cabe3b384effe5958abd55b78574611" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5716563 +project-id = 416089 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/sodium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/sodium.pw.toml new file mode 100644 index 000000000..f1c9109e3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.8+mc1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4c38d7b01660a27a98406767c613b3f28b6c9dfe" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5092261 +project-id = 394468 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/text-placeholder-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/text-placeholder-api.pw.toml new file mode 100644 index 000000000..6966db9f9 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/text-placeholder-api.pw.toml @@ -0,0 +1,13 @@ +name = "Text Placeholder API" +filename = "placeholder-api-2.4.0-pre.1+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "46a627a2c3883b3681c79209ebd97a3b37fddfe5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5441461 +project-id = 1037459 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/threadtweak.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/threadtweak.pw.toml new file mode 100644 index 000000000..8ed12c280 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/threadtweak.pw.toml @@ -0,0 +1,13 @@ +name = "ThreadTweak" +filename = "threadtweak-fabric-1.20.4-0.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/pc1QuN32/threadtweak-fabric-1.20.4-0.1.2.jar" +hash-format = "sha512" +hash = "bb98d2c98c1d2004b7a423ef9ff8259684a6ee4c0821242f541329e56fcf91c6268fbae9a5c33717a23dc646886f10f1f0113c805c55e1ea06f848e553465eff" + +[update] +[update.modrinth] +mod-id = "vSEH1ERy" +version = "pc1QuN32" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/unilib.pw.toml new file mode 100644 index 000000000..679aac4ca --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/unilib.pw.toml @@ -0,0 +1,13 @@ +name = "UniLib" +filename = "UniLib-1.1.1+1.20.4-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "84442bbd3b8e03c21c73c04c2bad165907f39de8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6860442 +project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/vmp-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/vmp-fabric.pw.toml new file mode 100644 index 000000000..fbff8df15 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/vmp-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Very Many Players (Fabric)" +filename = "vmp-fabric-mc1.20.4-0.2.0+beta.7.139-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "97ea54f05ce50b10649de869c6d2efb666e01f03" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5222406 +project-id = 552542 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/wi-zoom.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/wi-zoom.pw.toml new file mode 100644 index 000000000..1d4ef9f98 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/wi-zoom.pw.toml @@ -0,0 +1,13 @@ +name = "WI Zoom" +filename = "WI-Zoom-1.5-MC1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f7fc577d82eba19174fd654c820563da66bb35e5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4936728 +project-id = 349630 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/yacl.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/yacl.pw.toml new file mode 100644 index 000000000..ba721697b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.6.6+1.20.4-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5701869f7eafe1c85306575c19c634d5c1dc3061" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6336638 +project-id = 667299 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/pack.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/pack.toml new file mode 100644 index 000000000..0ee0c6634 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/pack.toml @@ -0,0 +1,13 @@ +name = "Re-Console" +author = "omo50, Technocality, Cjnator38" +version = "2.8.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "54bdfa8b54331851c8f37565bc8440dc95d69ac8e71d6b07482604975e690f1b" + +[versions] +quilt = "0.29.2" +minecraft = "1.20.4" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..60d440ee3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.20.4/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "4f7262a5300700a2dad5a621d6dba9c0874261ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6786321 +project-id = 1068239 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/config.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/config.toml new file mode 100644 index 000000000..d8e53322a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/config.toml @@ -0,0 +1,99 @@ + +#General settings of Crash Assistant mod. +[general] + #Link which will be opened in browser on request_help_button pressed. + #If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link. + #Must start with 'https://' or 'www.' + help_link = "https://discord.com/invite/M9bQdm25Pk" + #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" + #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. + kill_old_app = true + #If options.txt doesn't exist, the default language will be used. + default_lang = "en_us" + #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. + show_dont_send_screenshot_of_gui_notice = true + #List of blacklisted log files. This files won't show in GUI logs list. + blacklisted_logs = [] + +#Here you can change text of lang placeHolders. +#Also you can change any text in lang files. +#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where. +[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 = "Nostalgica Reverie Discord" + #$CONFIG.text.support_place$ in lang files will be replaced with this value. + support_place = "#legacy-console-modpacks" + #$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 = "Re-Console" + +#Settings of message generated by Upload all button +[generated_message] + #Add ### prefix before filename. + #This can prevent too small, hard to hit on mobile links. + h3_prefix = true + #Replaces "\n" separator between logs to " | " to make message vertically smaller. + one_line_logs = true + #Adds line in log list about this Intel processor can be corrupted. + intel_corrupted_notification = true + #If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for. + #This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities. + generated_msg_lang = "en_us" + #This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button. + #You can include: + # * some form, which users should fill out. + # * additional information like Minecraft version, etc. + text_under_crashed = "" + #With this option you can notify user about something related with posting generated message. + #For example if they need to fill some option from "text_under_crashed", etc. + #Supports html formatting, placeholders. + #Leave empty to prevent showing this warning message. + warning_after_upload_all_button_press = "" + +#Settings of modlist feature. +#Adds in generated msg block about which mods modpack user added/removed/updated. +#Also you can see diff by running '/crash_assistant modlist diff' command. +[modpack_modlist] + #Enable feature. + enabled = true + #nicknames of players, who considered as modpack creator. + #Only this players can overwrite modlist.json + #If this feature is enabled and this array is empty, will be appended with nickname of current player. + modpack_creators = ["omoso_","Technocality","Cjnator38"] + #If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen), + #then game is launched by modpack creator. + #So you won't forget to save it before publishing. + #If you want to save manually: disable this and use '/crash_assistant modlist save' command. + auto_update = true + #If enabled, will add resourcepacks to modlist.json + #After filename where will be ' (resourcepack)' suffix. + add_resourcepacks = false + +#Settings of '/crash_assistant crash' command feature. +[crash_command] + #Enable feature. + enabled = true + #To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds. + #Set to <= 0 to disable the confirmation. + seconds = 10 + +#Settings of notifying about intel corrupted processors. +[intel_corrupted] + #Enable feature. + enabled = true + #Show funny related gif in warning message. + show_gif = false + +[greeting] + #You don't need to touch this option. + #On first world join of modpack creator if set to false shows greeting, then self enables. + shown_greeting = true + + diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/lang/README.md b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/lang/README.md new file mode 100644 index 000000000..ad24a4fa0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/lang/README.md @@ -0,0 +1,18 @@ +Hi Localizer! + +## Contributing + +If you want to add new language to the mod, please create a pull request with a new or modified file: +https://github.com/KostromDan/Crash-Assistant/ + +lang files locate here in source code:`common_config/src/main/resources/lang` + +## Changing text for the modpack + +If you want to change some text, don't edit the jar directly. Instead, you can modify the files in config/crash_assistant/lang. + +You can also add an entirely new language file in this directory, and it will work. + +"$DEFAULT" value means value will be taken from jar lang(if exists), else from en_us. + +Warning: don't try to use any utils of changing lang like KubeJs, resourcepacks, etc. It won't work. diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/lang/en_us.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/lang/en_us.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/lang/en_us.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/lang/ru_ru.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/lang/ru_ru.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/lang/ru_ru.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/lang/zh_cn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/lang/zh_cn.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/lang/zh_cn.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/modlist.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/modlist.json new file mode 100644 index 000000000..235e1956f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/modlist.json @@ -0,0 +1,277 @@ +{ + "fabric-loader-0.17.2.jar (modloader)": { + "jarName": "fabric-loader-0.17.2.jar (modloader)", + "modId": "fabric", + "version": "fabric-loader-0.17.2.jar" + }, + "architectury-13.0.8-fabric.jar": { + "jarName": "architectury-13.0.8-fabric.jar", + "modId": "architectury", + "version": "13.0.8" + }, + "BadOptimizations-2.3.0-1.21.1.jar": { + "jarName": "BadOptimizations-2.3.0-1.21.1.jar", + "modId": "badoptimizations", + "version": "2.3.0" + }, + "BetterGrassify-1.7.0+fabric.1.21.1.jar": { + "jarName": "BetterGrassify-1.7.0+fabric.1.21.1.jar", + "modId": "bettergrass", + "version": "1.7.0+fabric.1.21.1" + }, + "BetterPingDisplay-Fabric-1.21.1-1.1.1.jar": { + "jarName": "BetterPingDisplay-Fabric-1.21.1-1.1.1.jar", + "modId": "betterpingdisplay", + "version": "1.1.1" + }, + "bobby-5.2.4+mc1.21.jar": { + "jarName": "bobby-5.2.4+mc1.21.jar", + "modId": "bobby", + "version": "5.2.4+mc1.21" + }, + "c2me-fabric-mc1.21.1-0.3.0+alpha.0.320.jar": { + "jarName": "c2me-fabric-mc1.21.1-0.3.0+alpha.0.320.jar", + "modId": "c2me", + "version": "0.3.0+alpha.0.320+1.21.1" + }, + "capes-1.5.4+1.21-fabric.jar": { + "jarName": "capes-1.5.4+1.21-fabric.jar", + "modId": "capes", + "version": "1.5.4+1.21" + }, + "chat_heads-0.13.20-fabric-1.21.jar": { + "jarName": "chat_heads-0.13.20-fabric-1.21.jar", + "modId": "chat_heads", + "version": "0.13.20" + }, + "cloth-config-15.0.140-fabric.jar": { + "jarName": "cloth-config-15.0.140-fabric.jar", + "modId": "cloth-config", + "version": "15.0.140" + }, + "ConfiguredDefaults-v21.1.3-1.21.1-Fabric.jar": { + "jarName": "ConfiguredDefaults-v21.1.3-1.21.1-Fabric.jar", + "modId": "configureddefaults", + "version": "21.1.3" + }, + "continuity-3.0.0+1.21.jar": { + "jarName": "continuity-3.0.0+1.21.jar", + "modId": "continuity", + "version": "3.0.0+1.21" + }, + "CraftPresence-2.6.2+1.21.1-fabric.jar": { + "jarName": "CraftPresence-2.6.2+1.21.1-fabric.jar", + "modId": "craftpresence", + "version": "2.6.2" + }, + "CrashAssistant-fabric-1.19-1.21.4-1.9.15.jar": { + "jarName": "CrashAssistant-fabric-1.19-1.21.4-1.9.15.jar", + "modId": "crash_assistant", + "version": "1.9.15" + }, + "CustomPlayerModels-Fabric-1.21-0.6.24a.jar": { + "jarName": "CustomPlayerModels-Fabric-1.21-0.6.24a.jar", + "modId": "cpm", + "version": "0.6.24a" + }, + "cwb-fabric-3.0.0+mc1.21.jar": { + "jarName": "cwb-fabric-3.0.0+mc1.21.jar", + "modId": "cubes-without-borders", + "version": "3.0.0+mc1.21" + }, + "Debugify-1.21.1+1.0.jar": { + "jarName": "Debugify-1.21.1+1.0.jar", + "modId": "debugify", + "version": "1.21.1+1.0" + }, + "dynamic-fps-3.9.5+minecraft-1.21.0-fabric.jar": { + "jarName": "dynamic-fps-3.9.5+minecraft-1.21.0-fabric.jar", + "modId": "dynamic_fps", + "version": "3.9.5" + }, + "enhancedblockentities-0.10.2+1.21.jar": { + "jarName": "enhancedblockentities-0.10.2+1.21.jar", + "modId": "enhancedblockentities", + "version": "0.10.2+1.21" + }, + "entity_model_features_1.21-fabric-3.0.1.jar": { + "jarName": "entity_model_features_1.21-fabric-3.0.1.jar", + "modId": "entity_model_features", + "version": "3.0.1" + }, + "entity_texture_features_1.21-fabric-7.0.0.jar": { + "jarName": "entity_texture_features_1.21-fabric-7.0.0.jar", + "modId": "entity_texture_features", + "version": "7.0.0" + }, + "fabric-api-0.116.5+1.21.1.jar": { + "jarName": "fabric-api-0.116.5+1.21.1.jar", + "modId": "fabric-api", + "version": "0.116.5+1.21.1" + }, + "fabric-language-kotlin-1.13.5+kotlin.2.2.10.jar": { + "jarName": "fabric-language-kotlin-1.13.5+kotlin.2.2.10.jar", + "modId": "fabric-language-kotlin", + "version": "1.13.5+kotlin.2.2.10" + }, + "fabricskyboxes-0.7.4+mc1.21.jar": { + "jarName": "fabricskyboxes-0.7.4+mc1.21.jar", + "modId": "fabricskyboxes", + "version": "0.7.4+mc1.21" + }, + "fabrishot-1.14.1.jar": { + "jarName": "fabrishot-1.14.1.jar", + "modId": "fabrishot", + "version": "1.14.1" + }, + "FactoryAPI-1.21.1-2.2.6-fabric.jar": { + "jarName": "FactoryAPI-1.21.1-2.2.6-fabric.jar", + "modId": "factory_api", + "version": "2.2.6" + }, + "fastquit-3.0.0+1.20.6.jar": { + "jarName": "fastquit-3.0.0+1.20.6.jar", + "modId": "fastquit", + "version": "3.0.0+1.20.6" + }, + "ferritecore-7.0.2-hotfix-fabric.jar": { + "jarName": "ferritecore-7.0.2-hotfix-fabric.jar", + "modId": "ferritecore", + "version": "7.0.2-hotfix" + }, + "figura-0.1.5+1.21.1-fabric-mc.jar": { + "jarName": "figura-0.1.5+1.21.1-fabric-mc.jar", + "modId": "figura", + "version": "0.1.5+1.21.1" + }, + "ImmediatelyFast-Fabric-1.6.6+1.21.1.jar": { + "jarName": "ImmediatelyFast-Fabric-1.6.6+1.21.1.jar", + "modId": "immediatelyfast", + "version": "1.6.6+1.21.1" + }, + "iris-fabric-1.8.8+mc1.21.1.jar": { + "jarName": "iris-fabric-1.8.8+mc1.21.1.jar", + "modId": "iris", + "version": "1.8.8+mc1.21.1" + }, + "lambdynamiclights-4.1.5+1.21.1.jar": { + "jarName": "lambdynamiclights-4.1.5+1.21.1.jar", + "modId": "lambdynlights", + "version": "4.1.5+1.21.1" + }, + "lazy-language-loader-0.3.7.jar": { + "jarName": "lazy-language-loader-0.3.7.jar", + "modId": "lazy-language-loader", + "version": "0.3.7" + }, + "Legacy4J-1.21.1-1.8.5-lts-fabric.jar": { + "jarName": "Legacy4J-1.21.1-1.8.5-lts-fabric.jar", + "modId": "legacy", + "version": "1.8.5-lts" + }, + "legacyskins-1.5.0+fabric+1.21.1.jar": { + "jarName": "legacyskins-1.5.0+fabric+1.21.1.jar", + "modId": "legacyskins", + "version": "1.5.0+fabric+1.21.1" + }, + "lithium-fabric-0.15.0+mc1.21.1.jar": { + "jarName": "lithium-fabric-0.15.0+mc1.21.1.jar", + "modId": "lithium", + "version": "0.15.0+mc1.21.1" + }, + "macos-input-fixes-1.9.jar": { + "jarName": "macos-input-fixes-1.9.jar", + "modId": "macos_input_fixes", + "version": "1.9" + }, + "modelfix-1.21-1.6-fabric.jar": { + "jarName": "modelfix-1.21-1.6-fabric.jar", + "modId": "modelfix", + "version": "1.21-1.6" + }, + "moderner-beta-fabric-3.1.4+1.21.1.jar": { + "jarName": "moderner-beta-fabric-3.1.4+1.21.1.jar", + "modId": "moderner_beta", + "version": "3.1.4+1.21.1" + }, + "modernfix-fabric-5.24.3+mc1.21.1.jar": { + "jarName": "modernfix-fabric-5.24.3+mc1.21.1.jar", + "modId": "modernfix", + "version": "5.24.3+mc1.21.1" + }, + "modmenu-11.0.3.jar": { + "jarName": "modmenu-11.0.3.jar", + "modId": "modmenu", + "version": "11.0.3" + }, + "moreculling-fabric-1.21.1-1.0.6.jar": { + "jarName": "moreculling-fabric-1.21.1-1.0.6.jar", + "modId": "moreculling", + "version": "1.0.6" + }, + "moremcmeta-1.21.1-4.5.2-fabric.jar": { + "jarName": "moremcmeta-1.21.1-4.5.2-fabric.jar", + "modId": "moremcmeta", + "version": "1.21.1-4.5.2" + }, + "noisium-fabric-2.3.0+mc1.21-1.21.1.jar": { + "jarName": "noisium-fabric-2.3.0+mc1.21-1.21.1.jar", + "modId": "noisium", + "version": "2.3.0+mc1.21-1.21.1" + }, + "NostalgicTweaks-mc1.21.1-Fabric-2.0.0-beta.922.jar": { + "jarName": "NostalgicTweaks-mc1.21.1-Fabric-2.0.0-beta.922.jar", + "modId": "nostalgic_tweaks", + "version": "2.0.0-beta.922" + }, + "ok_zoomer-fabric-10.0.0-beta.10.jar": { + "jarName": "ok_zoomer-fabric-10.0.0-beta.10.jar", + "modId": "ok_zoomer", + "version": "10.0.0-beta.10" + }, + "placeholder-api-2.4.2+1.21.jar": { + "jarName": "placeholder-api-2.4.2+1.21.jar", + "modId": "placeholder-api", + "version": "2.4.2+1.21" + }, + "polytone-1.21-3.5.5-fabric.jar": { + "jarName": "polytone-1.21-3.5.5-fabric.jar", + "modId": "polytone", + "version": "1.21-3.5.5" + }, + "ScalableLux-0.1.0+fabric.26c6e72-all.jar": { + "jarName": "ScalableLux-0.1.0+fabric.26c6e72-all.jar", + "modId": "scalablelux", + "version": "0.1.0+fabric.26c6e72" + }, + "sodium-fabric-0.6.13+mc1.21.1.jar": { + "jarName": "sodium-fabric-0.6.13+mc1.21.1.jar", + "modId": "sodium", + "version": "0.6.13+mc1.21.1" + }, + "threadtweak-fabric-0.1.5+mc1.21.1.jar": { + "jarName": "threadtweak-fabric-0.1.5+mc1.21.1.jar", + "modId": "threadtweak", + "version": "0.1.5+mc1.21.1" + }, + "UniLib-1.1.1+1.21.1-fabric.jar": { + "jarName": "UniLib-1.1.1+1.21.1-fabric.jar", + "modId": "unilib", + "version": "1.1.1" + }, + "voicechat-fabric-1.21.1-2.5.36.jar": { + "jarName": "voicechat-fabric-1.21.1-2.5.36.jar", + "modId": "voicechat", + "version": "1.21.1-2.5.36" + }, + "world-host-0.5.2+1.21.1-fabric.jar": { + "jarName": "world-host-0.5.2+1.21.1-fabric.jar", + "modId": "world-host", + "version": "0.5.2+1.21.1-fabric" + }, + "yet_another_config_lib_v3-3.7.1+1.21.1-fabric.jar": { + "jarName": "yet_another_config_lib_v3-3.7.1+1.21.1-fabric.jar", + "modId": "yet_another_config_lib_v3", + "version": "3.7.1+1.21.1-fabric" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/problematic_mods_config.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/problematic_mods_config.json new file mode 100644 index 000000000..680dd9548 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/config/crash_assistant/problematic_mods_config.json @@ -0,0 +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 + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/bettergrass.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/bettergrass.json5 new file mode 100644 index 000000000..064abfa38 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/bettergrass.json5 @@ -0,0 +1,3 @@ +{ + "betterGrassMode": "OFF" +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/capes.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/capes.json5 new file mode 100644 index 000000000..ca3b6ab16 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/capes.json5 @@ -0,0 +1,10 @@ +{ + clientCapeType: "MINECRAFTCAPES", + enableOptifine: true, + enableLabyMod: false, + enableWynntils: true, + enableMinecraftCapesMod: true, + enableCosmetica: true, + enableCloaksPlus: true, + enableElytraTexture: true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/citresewn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/citresewn.json new file mode 100644 index 000000000..63f9cac28 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/citresewn.json @@ -0,0 +1,3 @@ +{ + "broken_paths": true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/cpm.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/cpm.json new file mode 100644 index 000000000..e7bf688eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/cpm.json @@ -0,0 +1,15 @@ +{ + "editorLastVersion": "0.6.21a", + "editorSelectMouseButton": 0, + "titleScreenButton": false, + "playerSettings": {}, + "globalSettings": {}, + "friendSettings": {}, + "keybinds": {}, + "editorDragMouseButton": -1, + "editorMenuMouseButton": 1, + "editorRotateMouseButton": 2, + "safetyProfiles": {}, + "editorRecentProjects": [], + "serverSettings": {} +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/craftpresence.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/craftpresence.json new file mode 100644 index 000000000..2e050b5e5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/craftpresence.json @@ -0,0 +1,154 @@ +{ + "_schemaVersion": 6, + "_lastMCVersionId": 769, + "generalSettings": { + "detectATLauncherInstance": false, + "detectCurseManifest": false, + "detectMultiMCManifest": true, + "detectMCUpdaterInstance": false, + "detectTechnicPack": true, + "detectModrinthPack": false, + "detectBiomeData": false, + "detectDimensionData": false, + "detectWorldData": true, + "clientId": "1278509112128442443", + "defaultIcon": "othericon", + "enableJoinRequests": true, + "preferredClientLevel": 3, + "resetTimeOnInit": false, + "autoRegister": false + }, + "biomeSettings": { + "fallbackBiomeIcon": "unknown", + "biomeData": { + "default": { + "textOverride": "Playing in {biome.name}" + } + } + }, + "dimensionSettings": { + "fallbackDimensionIcon": "unknown", + "dimensionData": { + "default": { + "textOverride": "In the {dimension.name}" + } + } + }, + "serverSettings": { + "fallbackServerIcon": "default", + "fallbackServerName": "Minecraft Server", + "fallbackServerMotd": "A Minecraft Server", + "serverData": { + "default": { + "textOverride": "Playing on {server.name}" + } + }, + "pingRateInterval": 5, + "pingRateUnit": "minutes" + }, + "statusMessages": { + "mainMenuData": { + "textOverride": "In the Main Menu" + }, + "loadingData": { + "textOverride": "Loading..." + }, + "lanData": { + "textOverride": "Playing on a LAN Server" + }, + "singleplayerData": { + "textOverride": "Playing Singleplayer - \"{world.name}\"" + }, + "realmData": { + "textOverride": "Playing on {server.name} - Realm" + } + }, + "advancedSettings": { + "enablePerGui": false, + "enablePerItem": false, + "enablePerEntity": false, + "formatWords": true, + "debugMode": false, + "verboseMode": false, + "refreshRate": 2, + "allowPlaceholderPreviews": false, + "guiSettings": { + "fallbackGuiIcon": "unknown", + "guiData": { + "default": { + "textOverride": "In {screen.name}" + } + } + }, + "itemMessages": { + "default": "Holding {item.message.holding}" + }, + "entitySettings": { + "fallbackEntityIcon": "unknown", + "targetData": { + "default": { + "textOverride": "Targeting {entity.target.name}" + } + }, + "ridingData": { + "default": { + "textOverride": "Riding {entity.riding.name}" + } + } + }, + "allowEndpointIcons": true, + "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", + "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", + "allowDuplicatePackets": false, + "maxConnectionAttempts": 10, + "enableClassGraph": false, + "useClassLoader": false + }, + "accessibilitySettings": { + "languageId": "en_us", + "stripTranslationColors": false, + "stripTranslationFormatting": false, + "stripExtraGuiElements": false, + "configKeyCode": 96 + }, + "displaySettings": { + "presenceData": { + "enabled": true, + "useAsMain": false, + "isInstance": false, + "activityType": 0, + "partyPrivacy": 1, + "details": "{getFirst(menu.message, dimension.message)}", + "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "largeImageKey": "othericon", + "largeImageText": "Re-Console", + "smallImageKey": "{player.icon}", + "smallImageText": "{player.name}", + "startTimestamp": "{data.general.time}", + "endTimestamp": "", + "buttons": { + "default": { + "label": "Example Text", + "url": "https://google.com" + } + } + }, + "dynamicIcons": { + "anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad", + "juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed", + "default": "https://via.placeholder.com/256.png" + }, + "dynamicVariables": { + "default": "Example Text", + "mods": "{general.mods} Mod(s)", + "player_info_coordinate": "At {player.position.x}, {player.position.z}", + "players": "{server.players.current} / {server.players.max} Players", + "player_info_in": "({custom.player_info.health})", + "player_info_items": "Items: {item.main_hand.message}", + "player_info_out": "As {player.name}", + "player_info_health": "Health: {player.health.current}/{player.health.max}", + "world_info": "On {world.name}", + "pack": "{pack.name}" + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/enhanced_bes.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/fastquit.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/fastquit.toml new file mode 100644 index 000000000..6e30c51e3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/fastquit.toml @@ -0,0 +1 @@ +showToasts = false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/immediatelyfast.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/immediatelyfast.json new file mode 100644 index 000000000..3823c4474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/immediatelyfast.json @@ -0,0 +1,20 @@ +{ + "REGULAR_INFO": "----- Regular config values below -----", + "font_atlas_resizing": true, + "map_atlas_generation": true, + "fast_text_lookup": true, + "avoid_redundant_framebuffer_switching": true, + "fix_slow_buffer_upload_on_apple_gpu": true, + "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", + "dont_add_info_into_debug_hud": false, + "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", + "experimental_disable_error_checking": true, + "experimental_disable_resource_pack_conflict_handling": true, + "experimental_sign_text_buffering": false, + "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", + "debug_only_and_not_recommended_disable_universal_batching": false, + "debug_only_and_not_recommended_disable_mod_conflict_handling": false, + "debug_only_and_not_recommended_disable_hardware_conflict_handling": false, + "debug_only_print_additional_error_information": false, + "debug_only_use_last_usage_for_batch_ordering": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/iris.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/iris.properties new file mode 100644 index 000000000..890fd1467 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/iris.properties @@ -0,0 +1,2 @@ +disableUpdateMessage=true +enableShaders=false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/lambdynlights.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/lambdynlights.toml new file mode 100644 index 000000000..362af0547 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/lambdynlights.toml @@ -0,0 +1,148 @@ +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "off" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + # Enable first-person player light source. + self = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "off" + # Enable entities light source. + entities = true + # Creeper lighting mode. May be off, simple or fancy. + creeper = "simple" + + [light_sources.settings.entities.minecraft] + zombie_horse = true + axolotl = true + egg = true + zoglin = true + spawner_minecart = true + allay = true + llama = true + mule = true + bat = true + husk = true + camel = true + experience_bottle = true + rabbit = true + firework_rocket = true + silverfish = true + giant = true + drowned = true + item = true + goat = true + horse = true + vindicator = true + minecart = true + spectral_arrow = true + llama_spit = true + mooshroom = true + glow_item_frame = false + snowball = true + tnt = true + parrot = true + creeper = true + lightning_bolt = true + tadpole = true + ravager = true + evoker_fangs = true + chest_minecart = true + tropical_fish = true + slime = true + pillager = true + area_effect_cloud = true + blaze = true + piglin = true + end_crystal = true + endermite = true + ender_pearl = true + zombie = true + item_display = true + breeze_wind_charge = true + guardian = true + fireball = true + illusioner = true + eye_of_ender = true + wither_skull = true + wolf = true + block_display = true + tnt_minecart = true + zombie_villager = true + elder_guardian = true + chest_boat = true + boat = true + small_fireball = true + strider = true + cave_spider = true + cod = true + snow_golem = true + witch = true + spider = true + command_block_minecart = true + panda = true + bee = true + arrow = true + cow = true + magma_cube = true + pig = true + skeleton = true + frog = true + hoglin = true + armadillo = true + armor_stand = true + experience_orb = true + dolphin = true + stray = true + shulker = true + turtle = true + salmon = true + vex = true + wandering_trader = true + wither_skeleton = true + piglin_brute = true + breeze = true + ocelot = true + furnace_minecart = true + item_frame = true + phantom = true + ender_dragon = true + leash_knot = true + evoker = true + marker = true + glow_squid = true + warden = true + shulker_bullet = true + squid = true + enderman = true + dragon_fireball = true + chicken = true + sniffer = true + trader_llama = true + donkey = true + bogged = true + fox = true + iron_golem = true + zombified_piglin = true + cat = true + wind_charge = true + ghast = true + sheep = true + player = true + pufferfish = true + potion = true + trident = true + villager = true + ominous_item_spawner = true + skeleton_horse = true + fishing_bobber = true + text_display = true + polar_bear = true + hopper_minecart = true + falling_block = true + painting = true + interaction = true + wither = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/client_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/client_mixin.json new file mode 100644 index 000000000..5a4aa9549 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/client_mixin.json @@ -0,0 +1,25 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/client_options.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/client_options.json new file mode 100644 index 000000000..4cf126968 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/client_options.json @@ -0,0 +1,205 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 1, + "animatedCharacter": true, + "autoResolution": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "backSound": true, + "bubblesOutsideWater": true, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.disable_voice_chat": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.entityculling.toggleBoxes": "none", + "component_key.fabrishot.screenshot": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hide_icons": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.mute_microphone": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.optigui.inspect": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.push_to_talk": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_key.voice_chat": "none", + "component_key.voice_chat_adjust_volumes": "none", + "component_key.voice_chat_group": "none", + "component_key.voice_chat_settings": "none", + "component_key.voice_chat_toggle_recording": "none", + "component_key.whisper": "none", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlTooltipDisplay": 0, + "controlType": "auto", + "controllerCursorAtFirstInventorySlot": true, + "controllerDoubleClick": false, + "controllerSensitivity": 0.5, + "controllerToasts": true, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorAtFirstInventorySlot": false, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": false, + "fastLeavesWhenBlocked": false, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hoverFocusSound": false, + "hudDelay": 100, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceResolution": 0.5, + "interfaceSensitivity": 0.5, + "inventoryHoverFocusSound": false, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.21.1", + "lastLoadedVersion": "1.8.4-lts", + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyBabyVillagerHead": true, + "legacyCreativeBlockPlacing": true, + "legacyCursor": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyHearts": true, + "legacyIntroAndReloading": true, + "legacyItemPickup": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyLoadingAndConnecting": true, + "legacyOverstackedItems": true, + "legacyPanorama": true, + "legacySkyShape": true, + "limitCursor": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "mapsWithCoords": true, + "menusWithBackground": false, + "merchantTradingIndicator": true, + "minecartSounds": true, + "modCraftingTabs": false, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": false, + "searchCreativeTab": true, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemCursor": false, + "systemMessagesAsOverlay": false, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "titleScreenVersionText": false, + "tooltipBoxes": true, + "unbindConflictingButtons": true, + "unbindConflictingKeys": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/common.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/common.json new file mode 100644 index 000000000..fb201bd22 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/common_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/global_packs.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/global_packs.json new file mode 100644 index 000000000..796dc9a58 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/legacy/global_packs.json @@ -0,0 +1,15 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "file/Legacy Worlds.zip", + "file/Modern-Skin-Packs-2.2.0.zip", + "file/Legacy-Skin-Packs-2.2.0.zip", + "file/The_Garden_Awakens_v1.0.zip", + "file/Legacy Skins Pack Ordering v3.zip", + "file/TutorialWorldAddon.zip", + "file/rcr2.zip", + "legacy:legacy_resources" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/modernfix-mixins.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/modernfix-mixins.properties new file mode 100644 index 000000000..8596383b7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/modernfix-mixins.properties @@ -0,0 +1,80 @@ +# This is the configuration file for ModernFix. +# In general, prefer using the config screen to editing this file. It can be accessed +# via the standard mod menu on your respective mod loader. Changes will, however, +# require restarting the game to take effect. +# +# The following options can be enabled or disabled if there is a compatibility issue. +# Add a line with your option name and =true or =false at the bottom of the file to enable +# or disable a rule. For example: +# mixin.perf.dynamic_resources=true +# Do not include the #. You may reset to defaults by deleting this file. +# +# Available options: +# mixin.bugfix.chunk_deadlock=false # (overridden for mod compat) +# mixin.bugfix.concurrency=true # (default) +# mixin.bugfix.missing_block_entities=false # (default) +# mixin.bugfix.packet_leak=false # (default) +# mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat) +# mixin.bugfix.restore_old_dragon_movement=false # (default) +# mixin.bugfix.world_leaks=true # (default) +# mixin.bugfix.world_screen_skipped=true # (default) +# mixin.devenv=false # (default) +# mixin.feature.blockentity_incorrect_thread=false # (default) +# mixin.feature.branding=true # (default) +# mixin.feature.cause_lag_by_disabling_threads=false # (default) +# mixin.feature.direct_stack_trace=false # (default) +# mixin.feature.disable_unihex_font=false # (default) +# mixin.feature.integrated_server_watchdog=true # (default) +# mixin.feature.log_stdout_in_log_files=true # (default) +# mixin.feature.mcfunction_profiling=true # (default) +# mixin.feature.measure_time=true # (default) +# mixin.feature.remove_chat_signing=false # (default) +# mixin.feature.remove_telemetry=true # (default) +# mixin.feature.snapshot_easter_egg=true # (default) +# mixin.feature.spam_thread_dump=false # (default) +# mixin.feature.spark_profile_launch=false # (default) +# mixin.feature.spark_profile_world_join=false # (default) +# mixin.feature.stalled_chunk_load_detection=false # (default) +# mixin.feature.warn_missing_perf_mods=true # (default) +# mixin.launch.class_search_cache=true # (default) +# mixin.perf.cache_blockstate_cache_arrays=true # (default) +# mixin.perf.cache_profile_texture_url=true # (default) +# mixin.perf.cache_strongholds=false # (overridden for mod compat) +# mixin.perf.chunk_meshing=true # (default) +# mixin.perf.clear_fabric_mapping_tables=false # (default) +# mixin.perf.clear_mixin_classinfo=false # (default) +# mixin.perf.compact_bit_storage=true # (default) +# mixin.perf.compress_unihex_font=true # (default) +# mixin.perf.dedicated_reload_executor=true # (default) +# mixin.perf.deduplicate_climate_parameters=false # (default) +# mixin.perf.deduplicate_location=false # (default) +# mixin.perf.deduplicate_wall_shapes=true # (default) +# mixin.perf.dynamic_dfu=true # (default) +# mixin.perf.dynamic_entity_renderers=false # (default) +# mixin.perf.dynamic_resources=false # (default) +# mixin.perf.dynamic_sounds=true # (default) +# mixin.perf.dynamic_structure_manager=true # (default) +# mixin.perf.faster_command_suggestions=true # (default) +# mixin.perf.faster_item_rendering=false # (default) +# mixin.perf.faster_texture_stitching=true # (default) +# mixin.perf.fix_loop_spin_waiting=true # (default) +# mixin.perf.lazy_search_tree_registry=true # (default) +# mixin.perf.memoize_creative_tab_build=true # (default) +# mixin.perf.model_optimizations=true # (default) +# mixin.perf.mojang_registry_size=true # (default) +# mixin.perf.remove_biome_temperature_cache=true # (default) +# mixin.perf.state_definition_construct=true # (default) +# mixin.perf.thread_priorities=false # (overridden for mod compat) +# mixin.perf.ticking_chunk_alloc=true # (default) +# mixin.perf.worldgen_allocation=false # (default) +# mixin.safety=true # (default) +# +# User overrides go here. +mixin.bugfix.missing_block_entities=true +mixin.bugfix.restore_old_dragon_movement=true +mixin.perf.clear_fabric_mapping_tables=true +mixin.perf.clear_mixin_classinfo=true +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true +mixin.perf.worldgen_allocation=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/modmenu.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/modmenu.json new file mode 100644 index 000000000..0496cf2bf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/modmenu.json @@ -0,0 +1,7 @@ +{ + "mods_button_style": "icon", + "game_menu_button_style": "icon", + "update_checker": false, + "count_libraries": false, + "count_children": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/puzzle.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/puzzle.json new file mode 100644 index 000000000..8ab73f8a4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/puzzle.json @@ -0,0 +1,20 @@ +{ + "disabledIntegrations": [ + "borderlessmining", + "cem", + "citresewn", + "continuity", + "colormatic", + "cullleaves", + "dynamicfps", + "entity_texture_features", + "entity_model_features", + "iris", + "lambdabettergrass", + "lambdynlights" + ], + "enablePuzzleButton": false, + "debugMessages": false, + "checkUpdates": false, + "showPuzzleInfo": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/servercore/config.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/servercore/optimizations.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/vmp.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/world-host.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/world-host.json5 new file mode 100644 index 000000000..385cba855 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/config/world-host.json5 @@ -0,0 +1,4 @@ +{ + showOnlineStatus: false, + enableFriends: false, +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/options.txt b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/options.txt new file mode 100644 index 000000000..9ede84d71 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/options.txt @@ -0,0 +1,13 @@ +version:3839 +biomeBlendRadius:1 +enableVsync:false +fullscreen:true +gamma:0.0 +fov:-0.05 +maxFps:240 +renderDistance:18 +simulationDistance:8 +toggleCrouch:true +notificationDisplayTime:1.2 +attackIndicator:0 +joinedFirstServer:true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/resource_albums.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/resource_albums.json new file mode 100644 index 000000000..f3304ca07 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/resource_albums.json @@ -0,0 +1,7 @@ +{ + "default": "minecraft", + "order": [ + "minecraft", + "minecraft_classic" + ] +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/resource_albums/minecraft.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/resource_albums/minecraft.json new file mode 100644 index 000000000..b2f74ec2e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/resource_albums/minecraft.json @@ -0,0 +1,18 @@ +{ + "background": "legacy:icon/background", + "packs": [ + "vanilla", + "fabric", + "legacy:legacy_waters", + "file/rcr3.zip" + ], + "displayPack": "vanilla", + "id": "minecraft", + "version": 2, + "name": { + "translate": "legacy.menu.albums.resource.minecraft" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/resource_albums/minecraft_classic.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/resource_albums/minecraft_classic.json new file mode 100644 index 000000000..054fb2c4d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/configureddefaults/resource_albums/minecraft_classic.json @@ -0,0 +1,18 @@ +{ + "icon": "legacy:icon/minecraft_classic", + "background": "legacy:icon/minecraft_classic_background", + "packs": [ + "vanilla", + "fabric", + "programmer_art", + "legacy:legacy_waters" + ], + "id": "minecraft_classic", + "version": 1, + "name": { + "translate": "legacy.menu.albums.resource.minecraft_classic" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft_classic.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/index.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/index.toml new file mode 100644 index 000000000..e3cceb27b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/index.toml @@ -0,0 +1,420 @@ +hash-format = "sha256" + +[[files]] +file = "config/crash_assistant/config.toml" +hash = "d63ef06db7855e70531e63cfa0367f5193a270527425e9d5cd0e5f73ec34a2b0" + +[[files]] +file = "config/crash_assistant/lang/README.md" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" + +[[files]] +file = "config/crash_assistant/lang/en_us.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/ru_ru.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/zh_cn.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/modlist.json" +hash = "41cbb56fc90401ffe969d6c1f8bbd1fbc3724e6d5e39dcdde04995ea40c73fee" + +[[files]] +file = "config/crash_assistant/problematic_mods_config.json" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" + +[[files]] +file = "configureddefaults/config/bettergrass.json5" +hash = "5ba4ad8c50ca8715fe648e7e68e8b5df0fe05acac0f9b152cedd93a6250ae386" + +[[files]] +file = "configureddefaults/config/capes.json5" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" + +[[files]] +file = "configureddefaults/config/citresewn.json" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" + +[[files]] +file = "configureddefaults/config/cpm.json" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" + +[[files]] +file = "configureddefaults/config/craftpresence.json" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" + +[[files]] +file = "configureddefaults/config/enhanced_bes.properties" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" + +[[files]] +file = "configureddefaults/config/fastquit.toml" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" + +[[files]] +file = "configureddefaults/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "configureddefaults/config/immediatelyfast.json" +hash = "2718bb7c2762955bb9080c5cf992d3fd2dc46dee2e8167141eca76d8ee9849fd" + +[[files]] +file = "configureddefaults/config/iris.properties" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" + +[[files]] +file = "configureddefaults/config/lambdynlights.toml" +hash = "40413b8a4f6d5495dc689ab7d812f867f7d07f3696a5a985432e93e7cda9a3db" + +[[files]] +file = "configureddefaults/config/legacy/client_mixin.json" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" + +[[files]] +file = "configureddefaults/config/legacy/client_options.json" +hash = "9bb09814196ac2d1218b8fbc035bf88f96cdd71cf668b2934fc6bb960b601bab" + +[[files]] +file = "configureddefaults/config/legacy/common.json" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" + +[[files]] +file = "configureddefaults/config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "configureddefaults/config/legacy/global_packs.json" +hash = "ddd9316b8053dc121ef511d953e2b6a9fa158e296bc80fb663cc4256d790dd20" + +[[files]] +file = "configureddefaults/config/modernfix-mixins.properties" +hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" + +[[files]] +file = "configureddefaults/config/modmenu.json" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" + +[[files]] +file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "configureddefaults/config/puzzle.json" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" + +[[files]] +file = "configureddefaults/config/servercore/config.yml" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" + +[[files]] +file = "configureddefaults/config/servercore/optimizations.yml" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" + +[[files]] +file = "configureddefaults/config/vmp.properties" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" + +[[files]] +file = "configureddefaults/config/world-host.json5" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" + +[[files]] +file = "configureddefaults/options.txt" +hash = "74dd4f49660613476a80e9137349f512346b6bec5298e793ece0225c1d2d00ad" + +[[files]] +file = "configureddefaults/resource_albums.json" +hash = "ecd81924a3b2ad635ddbeef550da86d325300a88ecd133daa70de8c3ed6c9242" + +[[files]] +file = "configureddefaults/resource_albums/minecraft.json" +hash = "6ffe86ea7cb0eb66f6f19797140d1bbb7d7ff39d8ab57006f06c2df97e83e362" + +[[files]] +file = "configureddefaults/resource_albums/minecraft_classic.json" +hash = "56b2d1a673da56a2a874284efb869eda80f4cbccf3012292797df0736762ed54" + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "39792a11da59cebc770f3918dd0ad53637bcbd206dc19bfa6709392bfd2d1830" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "a0f1109d5eb2247833ca9df71db0da802b36709f8431fecaf7b40bf0a98d2fdf" +metafile = true + +[[files]] +file = "mods/better-ping-display-fabric.pw.toml" +hash = "d4fb15b2ea7237db7d6886f82e4f00301a10d8cc1f7bbc57cbc1374de44d0a36" +metafile = true + +[[files]] +file = "mods/bettergrassify.pw.toml" +hash = "b6f2973ef062652a6824b87312fac19b5095b9c646b1380b5971004f0b404592" +metafile = true + +[[files]] +file = "mods/bobby.pw.toml" +hash = "a763f7a66cbd7362b39ead2982640fecb2aa3f9e87ffe7eca9c86d73050f3400" +metafile = true + +[[files]] +file = "mods/c2me.pw.toml" +hash = "ec813e6ade7e4f375d23908224581c1424d6bccaf3a54d9c59761c447c2707f9" +metafile = true + +[[files]] +file = "mods/capes.pw.toml" +hash = "5711358de644e8fbbb3fd0ccde6ea736abc0a2fe2a681a91ceee2ee759c546d8" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "5dab75b830ed8d32a82bba7c344f308e6ad34922a69088c460b0b40d98ccaec4" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "9e21cc4fae5ed88e306b4601c5e1533f883aa8b60c6e36dedeec82718be87059" +metafile = true + +[[files]] +file = "mods/configured-defaults.pw.toml" +hash = "1db93acc646471246314391b4c8250c833635017eec151b97cb44eb26f6206c1" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "b50378ddd8de5877ce51ded7616ebbf3ad0a5e18af8125a473411fbabc6c37cd" +metafile = true + +[[files]] +file = "mods/craftpresence.pw.toml" +hash = "a83e1b9c474835c7ff8475d140a1e1efa93b1e3a84db6118ee93ac039be4c323" +metafile = true + +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "c233a0df87ba63d1f7a161737ede08d28eec8b79ea1557603036d7b925879f5b" +metafile = true + +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "23bdbf17e1fd8aeed7efeeea72741662734199dbef0b2adfac2ba795acf5ca40" +metafile = true + +[[files]] +file = "mods/custom-player-models-fabric.pw.toml" +hash = "dceea66eaf78a5f91aada4d31456777d8412dfba06446fc420099c59dad6b74b" +metafile = true + +[[files]] +file = "mods/debugify.pw.toml" +hash = "8f89f3db3ee1ee8d91f28ad870dadb0a66ac3792f2bef83b0f29f413000bdc1d" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "c76a6e9192ddb2a582e78d15b589188022a8fa3db09bf061d33d5f64baae81c8" +metafile = true + +[[files]] +file = "mods/enhanced-block-entities.pw.toml" +hash = "2c1d05da2179691fc1c27b53eaf942c32ff1528739a9be5e3a34dd2a92105696" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "5d52bd89d8d865461ce5ba7c615905e7a0b4968db8f33bb87a656e1890e8c585" +metafile = true + +[[files]] +file = "mods/entity-texture-features-fabric.pw.toml" +hash = "ff1dca00cfe5599989886deb914866de5f332f0e81f62df2c258f0eb0b7c6760" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "8ab145d5746ea395c37aeb7c48d3da6c60664c9c3a172e433892978c809a6ec3" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "373c9e22de4d4df2997c0316cb244d3b61b1cc6a6c748c1593af757653b4f957" +metafile = true + +[[files]] +file = "mods/fabrishot.pw.toml" +hash = "2f7af5a78203cdef9cff4d980091afbf5ded95a9ccf24dc9cfc2989c482cfe81" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "98a268cc0907365cb6ad879917a06150492f451e6f4f22abbf3b03f1c492c042" +metafile = true + +[[files]] +file = "mods/fastquit.pw.toml" +hash = "9a53d0956a5f25c6c5de1d34a6497c2d323486bf340935db6b364815aae596be" +metafile = true + +[[files]] +file = "mods/ferritecore-fabric.pw.toml" +hash = "1bcebf42f650151bf068b968e2b27b05c4b278bb9a31f2c0b64c4a462d3ff787" +metafile = true + +[[files]] +file = "mods/figura.pw.toml" +hash = "15037f6ad0f6ada296ca3eb9c0ac79f549ccfbe48077d1fdbf7f60bdcc8cb1bc" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "7cd0e909ee98d8387a1173356ca000fe958d15a3ebb58984def87dec663184f7" +metafile = true + +[[files]] +file = "mods/irisshaders.pw.toml" +hash = "b31e45972ba08291e168f9d93ed14d679a8799983b7bce7ca38faa795a85bf3a" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "0d884bc793bf8971bc23c9d6711aa22094cc543dd55596a3049ba95efe1a9b69" +metafile = true + +[[files]] +file = "mods/lazy-language-loader.pw.toml" +hash = "7db57435912f377c1d5a8e63e227629a5d8d3a0b0bbfe3b9f52710ee7c34e120" +metafile = true + +[[files]] +file = "mods/legacy-minecraft.pw.toml" +hash = "bd84f059f9faa99806745b764dbd6af7ceea0afd602784721e6803f94a009e91" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "92986eade04470e860a0fb85f8ba935a22e510f385615fb7fb6888ba16b11bef" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "3fdc92ff58a76637e11877ce3855dfee8448390e471a7597b842e744574b1c95" +metafile = true + +[[files]] +file = "mods/macos-input-fixes.pw.toml" +hash = "a3e8ab5b65ff403b1e578f50465a67743ff2d6943bd47458be482e44f5642754" +metafile = true + +[[files]] +file = "mods/model-gap-fix.pw.toml" +hash = "1c96dae7535482219f75babe4e6e9b1ff834cf4318ecf6018fd0d5dbdd820456" +metafile = true + +[[files]] +file = "mods/moderner-beta.pw.toml" +hash = "38715371c582261860267636a98fac7ccb373a5cd59aa677ae11ca1065a5c0a0" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "7c702d1eb46d5c70af78a3414e1a29e610b73975d5ba3826e1bfdb89c3857b39" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "c2fe9a1900ceb3a6014ccb83344aa4ab5ddf65c8bf660044469c3c90c7ed9010" +metafile = true + +[[files]] +file = "mods/moreculling.pw.toml" +hash = "0a294ec59f287931a4748716730aa3a5509a778bb5c39eab881f21bdfef273e5" +metafile = true + +[[files]] +file = "mods/moremcmeta-fabric.pw.toml" +hash = "cb4f0e9a89a712b30978168d76cd3571e9887c4c77d2c74d829e0db059f75cb8" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "b7c16c4d4f6df115037e9446a7f55dab37b12e1a31a88955ea4dd0d9928a5aae" +metafile = true + +[[files]] +file = "mods/nostalgic-tweaks.pw.toml" +hash = "cf781a302b919e3827002265f409da24780fbe1af349363a56b71a70f2c1981f" +metafile = true + +[[files]] +file = "mods/nuit.pw.toml" +hash = "1b10025a4c4a6fee3e7bc43d8429fe3618e2f921b347cb8b0a2eb884fb83b217" +metafile = true + +[[files]] +file = "mods/ok-zoomer.pw.toml" +hash = "02f0a9c17ee1b3a16df84cd54a8cf73636fad9ea5d8cd065a8ce5bfef6c02eb4" +metafile = true + +[[files]] +file = "mods/polytone.pw.toml" +hash = "ab84ddc5167f37c022b5c6492e1a2387576515194ebee6c6fe438c36706fdd69" +metafile = true + +[[files]] +file = "mods/scalablelux.pw.toml" +hash = "44a680557c1ab773a1121984e6ddb67c56eb043a1716a2ca1cdfa6cd3e855372" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "fa6d8c15d6ab8dd9a613c967c57a94d10ca62c50208e1ec99468f1c6d130959f" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "f73a48751e13380b87296e5b9627c9f6669efda386bd646fd5c499b344570f46" +metafile = true + +[[files]] +file = "mods/text-placeholder-api.pw.toml" +hash = "605e24df28c2facc0e22397656ff507548b86badc0a8fbc278c72f6ccd3da242" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "e77fe4473df0685a27bdc27f9a50c0dced4d298a2765301c2b1f0b11e078a887" +metafile = true + +[[files]] +file = "mods/unilib.pw.toml" +hash = "93134c436c1d0a27e57fe13bd481b37b285b18021d810ad7e514cca82835acb0" +metafile = true + +[[files]] +file = "mods/world-host.pw.toml" +hash = "a60a3daa425e1d278d5a51abc60d3818979278970559ee1d392757c0b3e4f50b" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "ed0e142a87ebbae7caa0c8311002a2d4e33766bcccf7ee6637ec5308a42eeb5c" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "1fa2c4e4a06b1d972ad6374da4b0f295e70940f51aae0d48d54819f4f1deb3f8" +metafile = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/architectury-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/architectury-api.pw.toml new file mode 100644 index 000000000..aecfb4ee4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-13.0.8-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e71346a43c563e5784580dd096338acfb45f49d4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5786326 +project-id = 419699 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..f25fb0f5e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.1-1.21.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7b76eab8c537b8a365099b174861c6c1ea2ee48f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055818 +project-id = 949555 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/better-ping-display-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/better-ping-display-fabric.pw.toml new file mode 100644 index 000000000..ca6f4e879 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/better-ping-display-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Better Ping Display [Fabric]" +filename = "BetterPingDisplay-Fabric-1.21.1-1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "534ba30ec8a7ea23048a507d02a651b6ddcaf523" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5639104 +project-id = 406343 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/bettergrassify.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/bettergrassify.pw.toml new file mode 100644 index 000000000..0f8419359 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/bettergrassify.pw.toml @@ -0,0 +1,13 @@ +name = "BetterGrassify" +filename = "BetterGrassify-1.7.0+fabric.1.21.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bdd1c1035af9e0777e9443a5d23e7fe6934c455e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6664105 +project-id = 1026394 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/bobby.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/bobby.pw.toml new file mode 100644 index 000000000..2ed6a4421 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +name = "Bobby" +filename = "bobby-5.2.4+mc1.21.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dfa517fdb6e3fd2893f5d40f2c06cf01fb2a5db1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5661558 +project-id = 409301 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/c2me.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/c2me.pw.toml new file mode 100644 index 000000000..bafbe9c17 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/c2me.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine" +filename = "c2me-fabric-mc1.21.1-0.3.0+alpha.0.358.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "93a847bd7e469c6dcafea4fd4ee59926ca8f65f4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7028917 +project-id = 533097 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/capes.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/capes.pw.toml new file mode 100644 index 000000000..ffc3b8f3d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/capes.pw.toml @@ -0,0 +1,13 @@ +name = "Capes [Fabric/Forge]" +filename = "capes-1.5.4+1.21-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "11655909a800fd70e2e0ca940cddc2bdbcbe2003" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5431212 +project-id = 408481 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/chat-heads.pw.toml new file mode 100644 index 000000000..ac51708cb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.14.0-fabric-1.21.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "14de45860f1f7d28d8522d60959e8b80e54c2689" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7057838 +project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/cloth-config.pw.toml new file mode 100644 index 000000000..29ccb01a8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge/NeoForge)" +filename = "cloth-config-15.0.140-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5d82342a2df53fd6df712bfdd583a811572918a4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5729125 +project-id = 348521 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/configured-defaults.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/configured-defaults.pw.toml new file mode 100644 index 000000000..2ffc89e0f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/configured-defaults.pw.toml @@ -0,0 +1,13 @@ +name = "Configured Defaults" +filename = "ConfiguredDefaults-v21.1.3-1.21.1-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bb1e6e25ceceab632d73170111c3c205df0558fa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6060027 +project-id = 930131 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/continuity.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/continuity.pw.toml new file mode 100644 index 000000000..29a675363 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.0+1.21.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c7f09b53512604c2ba6803b1247bc70e4d0f8f8c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5962881 +project-id = 531351 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/craftpresence.pw.toml new file mode 100644 index 000000000..4f08b94ae --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/craftpresence.pw.toml @@ -0,0 +1,13 @@ +name = "CraftPresence" +filename = "CraftPresence-2.6.2+1.21.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "566709b803660bf58aa099fd48210aeac1d91648" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6860523 +project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/crash-assistant.pw.toml new file mode 100644 index 000000000..a2717ddab --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/crash-assistant.pw.toml @@ -0,0 +1,13 @@ +name = "Crash Assistant" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bbf65d906e51448f018574a86ca76a3402dfe08c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055250 +project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/cubes-without-borders.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/cubes-without-borders.pw.toml new file mode 100644 index 000000000..abb2dcc37 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/cubes-without-borders.pw.toml @@ -0,0 +1,13 @@ +name = "Cubes Without Borders" +filename = "cwb-fabric-3.0.0+mc1.21.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0979201d1d131a3bf0594060c58da7dcb55aded6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5855528 +project-id = 975120 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/custom-player-models-fabric.pw.toml new file mode 100644 index 000000000..81a062c3e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/custom-player-models-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models (Fabric)" +filename = "CustomPlayerModels-Fabric-1.21-0.6.24a.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "873cd620b2197b10b33ce67a5ac67c79becf04c7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6843782 +project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/debugify.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/debugify.pw.toml new file mode 100644 index 000000000..9130b832f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/debugify.pw.toml @@ -0,0 +1,13 @@ +name = "Debugify" +filename = "Debugify-1.21.1+1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6fb7d4ec9c2d2dc5b58577324b47671d3e28d7a4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5691544 +project-id = 596224 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..b6aa53988 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.21.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b80091afaf1a7b1657a2ab18cf6caba00c240f45" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662064 +project-id = 335493 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/enhanced-block-entities.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/enhanced-block-entities.pw.toml new file mode 100644 index 000000000..de3e8bef1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/enhanced-block-entities.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.10.2+1.21.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d81359d77fc7c5437f3e83e519dc2f869300f0cd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5738288 +project-id = 452046 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/entity-model-features.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/entity-model-features.pw.toml new file mode 100644 index 000000000..228e78e44 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features [Fabric & Forge]" +filename = "entity_model_features_1.21-fabric-3.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ebbb0bbfd426906c426b6c896c70d18644e2a5e9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6922726 +project-id = 844662 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/entity-texture-features-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/entity-texture-features-fabric.pw.toml new file mode 100644 index 000000000..2b66c52f8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/entity-texture-features-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features - [Fabric & Forge]" +filename = "entity_texture_features_1.21-fabric-7.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7c595765bd95f9bc4edbbef5070637f568e68924" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6954773 +project-id = 568563 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/fabric-api.pw.toml new file mode 100644 index 000000000..09a27c44c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.116.6+1.21.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "10d5c7cf5fb309513b4f68b85b1e0d9dccbec9ac" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6941910 +project-id = 306612 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 000000000..8fbaf7424 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "05e9cc4108da5b50735fa6d8a79a18fcd5310d82" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6985480 +project-id = 308769 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/fabrishot.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/fabrishot.pw.toml new file mode 100644 index 000000000..f6abb0cd2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/fabrishot.pw.toml @@ -0,0 +1,13 @@ +name = "Fabrishot" +filename = "fabrishot-1.14.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c8afc690bb3508df7db793f37e1fe5407dba2f22" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5642852 +project-id = 404870 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/factory-api.pw.toml new file mode 100644 index 000000000..24a6c082d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.21.1-2.2.6-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "28e2b282562f1b3294b49cbe3d4a640233d577ce" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6857419 +project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/fastquit.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/fastquit.pw.toml new file mode 100644 index 000000000..49644c8c7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.0.0+1.20.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9c4bf4fc3292d627fe0eff85a96672a15f27338c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5310199 +project-id = 708967 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/ferritecore-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/ferritecore-fabric.pw.toml new file mode 100644 index 000000000..33029b5ff --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/ferritecore-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore (Fabric)" +filename = "ferritecore-7.0.2-hotfix-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "48ee764932d0c8ec81a2223dbe333886938e512c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5850342 +project-id = 459857 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/figura.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/figura.pw.toml new file mode 100644 index 000000000..058b4c764 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/figura.pw.toml @@ -0,0 +1,13 @@ +name = "Figura" +filename = "figura-0.1.5+1.21.1-fabric-mc.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8bb5be4809618da3fb3464add3e56582af0ef925" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6204456 +project-id = 901503 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..909beea42 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.6.7+1.21.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "20e7d5fb3043872896fb7ef745d22847e4111919" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7032372 +project-id = 686911 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/irisshaders.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/irisshaders.pw.toml new file mode 100644 index 000000000..19b66b01b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/irisshaders.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-fabric-1.8.8+mc1.21.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4e0df4011503b4b36ba69877ea7247c1a47fea00" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6213635 +project-id = 455508 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/lambdynamiclights.pw.toml new file mode 100644 index 000000000..96c4ee17d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-4.7.2+1.21.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "45cf542074cfad5f0de40a34f8a0a05a87bc451b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055268 +project-id = 393442 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/lazy-language-loader.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/lazy-language-loader.pw.toml new file mode 100644 index 000000000..5a7e981b7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/lazy-language-loader.pw.toml @@ -0,0 +1,13 @@ +name = "lazy-language-loader (Fabric)" +filename = "lazy-language-loader-0.3.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ea6349ba680dc616df1dc9b0d348b9d416bf2025" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5424333 +project-id = 526391 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/legacy-minecraft.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/legacy-minecraft.pw.toml new file mode 100644 index 000000000..0a5a09b83 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/legacy-minecraft.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.21.1-1.8.5-lts-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "34602cd030c0a4d65b4447ca5f3d93dda19b402b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6887997 +project-id = 955526 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..2cdfc6920 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.5.0+fabric+1.21.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "375d68b0679db668dfee3cfcfceeb16404ae279b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6859125 +project-id = 1090749 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/lithium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/lithium.pw.toml new file mode 100644 index 000000000..7294253ec --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium (Fabric/NeoForge)" +filename = "lithium-fabric-0.15.0+mc1.21.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b7d77602807f2c7cd7132741244bf8c0b8dec6c1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6290412 +project-id = 360438 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/macos-input-fixes.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/macos-input-fixes.pw.toml new file mode 100644 index 000000000..b9d298b24 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/macos-input-fixes.pw.toml @@ -0,0 +1,13 @@ +name = "MacOS Input Fixes" +filename = "macos-input-fixes-1.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3903ec0e5c339fa24201147007cce9805bad7d60" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7064707 +project-id = 678691 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/model-gap-fix.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/model-gap-fix.pw.toml new file mode 100644 index 000000000..1baed7bbc --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/model-gap-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Model Gap Fix" +filename = "modelfix-1.21-1.6-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b8069f2a672abdea1112daa6d716a0e482cf61ea" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5446920 +project-id = 676136 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/moderner-beta.pw.toml new file mode 100644 index 000000000..817242feb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/moderner-beta.pw.toml @@ -0,0 +1,13 @@ +name = "Moderner Beta" +filename = "moderner-beta-fabric-3.2.0+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/qmSX8GrZ/moderner-beta-fabric-3.2.0%2B1.21.1.jar" +hash-format = "sha512" +hash = "fef0461a5765512392ee11eeb4fff41d7e2a1fc693b92cb07514239330a5a0f96c0a95d0bb54656bebbb3be1709f40bb0afc05e905eaa7f58d6475f0f5172a89" + +[update] +[update.modrinth] +mod-id = "xkrdwmh2" +version = "qmSX8GrZ" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/modernfix.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/modernfix.pw.toml new file mode 100644 index 000000000..085653442 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.24.3+mc1.21.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fd5bd05c9380243b3fa86e42b3649d8cdb235a60" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6766123 +project-id = 790626 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/modmenu.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/modmenu.pw.toml new file mode 100644 index 000000000..722a10e46 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-11.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6213120772192040a0aeb5c7cfe330c068605b1f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5810603 +project-id = 308702 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/moreculling.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/moreculling.pw.toml new file mode 100644 index 000000000..8c8c2e367 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/moreculling.pw.toml @@ -0,0 +1,13 @@ +name = "MoreCulling" +filename = "moreculling-fabric-1.21.1-1.0.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e14150baf443abc24ee6236b837c287dd5950e95" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6292914 +project-id = 630104 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/moremcmeta-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/moremcmeta-fabric.pw.toml new file mode 100644 index 000000000..35531bab1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/moremcmeta-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "MoreMcmeta (Fabric)" +filename = "moremcmeta-1.21.1-4.5.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dbbd4b25ccaaa2ed5b7dc000952d51880abc00b2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6082470 +project-id = 506079 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/noisium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/noisium.pw.toml new file mode 100644 index 000000000..8666f6861 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.3.0+mc1.21-1.21.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "642a672cfc60ff1e1262a39d7e160b1381c5120c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5650499 +project-id = 930207 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/nostalgic-tweaks.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/nostalgic-tweaks.pw.toml new file mode 100644 index 000000000..f584f7814 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/nostalgic-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Nostalgic Tweaks (Fabric/NeoForge)" +filename = "NostalgicTweaks-mc1.21.1-Fabric-2.0.0-beta.922.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "42a13b7225d7e1fe5083d5033ab163a68a8e45b7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6800431 +project-id = 592465 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/nuit.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/nuit.pw.toml new file mode 100644 index 000000000..bafe433f5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/nuit.pw.toml @@ -0,0 +1,13 @@ +name = "Nuit (formerly FabricSkyboxes)" +filename = "fabricskyboxes-0.7.4+mc1.21.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d7c80f23792afc6018da2477d46804114529afca" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5424365 +project-id = 408209 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/ok-zoomer.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/ok-zoomer.pw.toml new file mode 100644 index 000000000..42c5a1777 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/ok-zoomer.pw.toml @@ -0,0 +1,13 @@ +name = "Ok Zoomer - It's Zoom!" +filename = "ok_zoomer-fabric-10.0.0-beta.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f7a282be2460217562639c10bbeeaefa66bfff34" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6404031 +project-id = 354047 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/polytone.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/polytone.pw.toml new file mode 100644 index 000000000..53a59d8a8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/polytone.pw.toml @@ -0,0 +1,13 @@ +name = "Polytone" +filename = "polytone-1.21-3.5.9-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "daa0e95bc09a0ce308e69bbe3236c73eaea5fa60" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7035115 +project-id = 958094 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/scalablelux.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/scalablelux.pw.toml new file mode 100644 index 000000000..b954930a0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/scalablelux.pw.toml @@ -0,0 +1,13 @@ +name = "ScalableLux" +filename = "ScalableLux-0.1.0.1+fabric.d0d58ab-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2ce889d9b1b210eef005ea03c3bbb39289c26e3f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6952368 +project-id = 1055925 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/simple-voice-chat.pw.toml new file mode 100644 index 000000000..940a915eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.21.1-2.6.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "99cea46763b500525308ab7bd98ba4bab4a5cdb3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7011591 +project-id = 416089 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/sodium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/sodium.pw.toml new file mode 100644 index 000000000..642179458 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.6.13+mc1.21.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "928a2598178c3a58b0638bab842f467d2e49251a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6382649 +project-id = 394468 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/text-placeholder-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/text-placeholder-api.pw.toml new file mode 100644 index 000000000..aae0fc61a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/text-placeholder-api.pw.toml @@ -0,0 +1,13 @@ +name = "Text Placeholder API" +filename = "placeholder-api-2.4.2+1.21.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "aa1b9a49f9f190dfe4825c502b150817dd2998c3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6131327 +project-id = 1037459 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/threadtweak.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/threadtweak.pw.toml new file mode 100644 index 000000000..98a12cff3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/threadtweak.pw.toml @@ -0,0 +1,13 @@ +name = "ThreadTweak" +filename = "threadtweak-fabric-0.1.5+mc1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/F4sjmsi3/threadtweak-fabric-0.1.5%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "b0221075239b9998d08e9a42d7bb3205c22482dc39f4b62a1c57c1f7444c9ec9cdee4a245b6b9c6b23f61f3cec82056c40cfc09e6c1bc0690cd936dfed6393a1" + +[update] +[update.modrinth] +mod-id = "vSEH1ERy" +version = "F4sjmsi3" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/unilib.pw.toml new file mode 100644 index 000000000..512769ea2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/unilib.pw.toml @@ -0,0 +1,13 @@ +name = "UniLib" +filename = "UniLib-1.1.1+1.21.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bcd8a6a7bcb543b67b110bd179549b2af34d526e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6860496 +project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/world-host.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/world-host.pw.toml new file mode 100644 index 000000000..ea0dc7c9c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/world-host.pw.toml @@ -0,0 +1,13 @@ +name = "World Host" +filename = "world-host-0.5.2+1.21.1-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2AIZDfYo/versions/blBlWzm7/world-host-0.5.2%2B1.21.1-fabric.jar" +hash-format = "sha512" +hash = "6feb4506e32c5332d762d5a7256dbfcad07d9dee054c6c3d2c8b81b3dfc900029e1e45fd15be880dcc622ff957c1fa25aa45f4f522431fd79e9db09d6080b8ec" + +[update] +[update.modrinth] +mod-id = "2AIZDfYo" +version = "blBlWzm7" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/yacl.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/yacl.pw.toml new file mode 100644 index 000000000..db45f1624 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.7.1+1.21.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "13f8da46450274ab84db003ef4c37754ceeb690d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662859 +project-id = 667299 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/pack.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/pack.toml new file mode 100644 index 000000000..1b9de931e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/pack.toml @@ -0,0 +1,13 @@ +name = "Re-Console" +author = "omo50, Technocality, Cjnator38" +version = "2.8.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "78dcc8597bd91d2cb9e3e372a63854cde1d63a0bdb0303e460eca816c2804f02" + +[versions] +quilt = "0.29.2" +minecraft = "1.21.1" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..60d440ee3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.1/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "4f7262a5300700a2dad5a621d6dba9c0874261ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6786321 +project-id = 1068239 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/config.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/config.toml new file mode 100644 index 000000000..d8e53322a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/config.toml @@ -0,0 +1,99 @@ + +#General settings of Crash Assistant mod. +[general] + #Link which will be opened in browser on request_help_button pressed. + #If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link. + #Must start with 'https://' or 'www.' + help_link = "https://discord.com/invite/M9bQdm25Pk" + #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" + #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. + kill_old_app = true + #If options.txt doesn't exist, the default language will be used. + default_lang = "en_us" + #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. + show_dont_send_screenshot_of_gui_notice = true + #List of blacklisted log files. This files won't show in GUI logs list. + blacklisted_logs = [] + +#Here you can change text of lang placeHolders. +#Also you can change any text in lang files. +#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where. +[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 = "Nostalgica Reverie Discord" + #$CONFIG.text.support_place$ in lang files will be replaced with this value. + support_place = "#legacy-console-modpacks" + #$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 = "Re-Console" + +#Settings of message generated by Upload all button +[generated_message] + #Add ### prefix before filename. + #This can prevent too small, hard to hit on mobile links. + h3_prefix = true + #Replaces "\n" separator between logs to " | " to make message vertically smaller. + one_line_logs = true + #Adds line in log list about this Intel processor can be corrupted. + intel_corrupted_notification = true + #If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for. + #This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities. + generated_msg_lang = "en_us" + #This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button. + #You can include: + # * some form, which users should fill out. + # * additional information like Minecraft version, etc. + text_under_crashed = "" + #With this option you can notify user about something related with posting generated message. + #For example if they need to fill some option from "text_under_crashed", etc. + #Supports html formatting, placeholders. + #Leave empty to prevent showing this warning message. + warning_after_upload_all_button_press = "" + +#Settings of modlist feature. +#Adds in generated msg block about which mods modpack user added/removed/updated. +#Also you can see diff by running '/crash_assistant modlist diff' command. +[modpack_modlist] + #Enable feature. + enabled = true + #nicknames of players, who considered as modpack creator. + #Only this players can overwrite modlist.json + #If this feature is enabled and this array is empty, will be appended with nickname of current player. + modpack_creators = ["omoso_","Technocality","Cjnator38"] + #If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen), + #then game is launched by modpack creator. + #So you won't forget to save it before publishing. + #If you want to save manually: disable this and use '/crash_assistant modlist save' command. + auto_update = true + #If enabled, will add resourcepacks to modlist.json + #After filename where will be ' (resourcepack)' suffix. + add_resourcepacks = false + +#Settings of '/crash_assistant crash' command feature. +[crash_command] + #Enable feature. + enabled = true + #To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds. + #Set to <= 0 to disable the confirmation. + seconds = 10 + +#Settings of notifying about intel corrupted processors. +[intel_corrupted] + #Enable feature. + enabled = true + #Show funny related gif in warning message. + show_gif = false + +[greeting] + #You don't need to touch this option. + #On first world join of modpack creator if set to false shows greeting, then self enables. + shown_greeting = true + + diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/lang/README.md b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/lang/README.md new file mode 100644 index 000000000..ad24a4fa0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/lang/README.md @@ -0,0 +1,18 @@ +Hi Localizer! + +## Contributing + +If you want to add new language to the mod, please create a pull request with a new or modified file: +https://github.com/KostromDan/Crash-Assistant/ + +lang files locate here in source code:`common_config/src/main/resources/lang` + +## Changing text for the modpack + +If you want to change some text, don't edit the jar directly. Instead, you can modify the files in config/crash_assistant/lang. + +You can also add an entirely new language file in this directory, and it will work. + +"$DEFAULT" value means value will be taken from jar lang(if exists), else from en_us. + +Warning: don't try to use any utils of changing lang like KubeJs, resourcepacks, etc. It won't work. diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/lang/en_us.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/lang/en_us.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/lang/en_us.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/lang/ru_ru.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/lang/ru_ru.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/lang/ru_ru.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/lang/zh_cn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/lang/zh_cn.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/lang/zh_cn.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/modlist.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/modlist.json new file mode 100644 index 000000000..64b3cee0d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/modlist.json @@ -0,0 +1,217 @@ +{ + "fabric-loader-0.18.0.jar (modloader)": { + "jarName": "fabric-loader-0.18.0.jar (modloader)", + "modId": "fabric", + "version": "fabric-loader-0.18.0.jar" + }, + "animatica-0.6.1+1.21.5.jar": { + "jarName": "animatica-0.6.1+1.21.5.jar", + "modId": "animatica", + "version": "0.6.1+1.21.5" + }, + "BadOptimizations-2.3.4-1.21.10.jar": { + "jarName": "BadOptimizations-2.3.4-1.21.10.jar", + "modId": "badoptimizations", + "version": "2.3.4" + }, + "cape-provider-4.1.3.jar": { + "jarName": "cape-provider-4.1.3.jar", + "modId": "cape-provider", + "version": "4.1.3" + }, + "chat_heads-1.1.3-fabric-1.21.9.jar": { + "jarName": "chat_heads-1.1.3-fabric-1.21.9.jar", + "modId": "chat_heads", + "version": "1.1.3" + }, + "collective-1.21.10-8.13.jar": { + "jarName": "collective-1.21.10-8.13.jar", + "modId": "collective", + "version": "8.13" + }, + "ConfiguredDefaults-v21.10.0+mc1.21.10-Fabric.jar": { + "jarName": "ConfiguredDefaults-v21.10.0+mc1.21.10-Fabric.jar", + "modId": "configureddefaults", + "version": "21.10.0" + }, + "console-adv-sounds-1.0.17.jar": { + "jarName": "console-adv-sounds-1.0.17.jar", + "modId": "console_advancement_sounds", + "version": "1.0.17" + }, + "CraftPresence-2.7.0+1.21.10-fabric.jar": { + "jarName": "CraftPresence-2.7.0+1.21.10-fabric.jar", + "modId": "craftpresence", + "version": "2.7.0" + }, + "CrashAssistant-fabric-1.21.5-1.21.10-1.10.19.jar": { + "jarName": "CrashAssistant-fabric-1.21.5-1.21.10-1.10.19.jar", + "modId": "crash_assistant", + "version": "1.10.19" + }, + "cwb-fabric-3.0.0+mc1.21.5.jar": { + "jarName": "cwb-fabric-3.0.0+mc1.21.5.jar", + "modId": "cubes-without-borders", + "version": "3.0.0+mc1.21.5" + }, + "dynamic-fps-3.10.1+minecraft-1.21.9-fabric.jar": { + "jarName": "dynamic-fps-3.10.1+minecraft-1.21.9-fabric.jar", + "modId": "dynamic_fps", + "version": "3.10.1" + }, + "entity_model_features_1.21.9-fabric-3.0.5.jar": { + "jarName": "entity_model_features_1.21.9-fabric-3.0.5.jar", + "modId": "entity_model_features", + "version": "3.0.5" + }, + "entity_texture_features-7.0.4-1.21.9-fabric.jar": { + "jarName": "entity_texture_features-7.0.4-1.21.9-fabric.jar", + "modId": "entity_texture_features", + "version": "7.0.4" + }, + "entityculling-fabric-1.9.3-mc1.21.10.jar": { + "jarName": "entityculling-fabric-1.9.3-mc1.21.10.jar", + "modId": "entityculling", + "version": "1.9.3" + }, + "fabric-api-0.138.3+1.21.10.jar": { + "jarName": "fabric-api-0.138.3+1.21.10.jar", + "modId": "fabric-api", + "version": "0.138.3+1.21.10" + }, + "FactoryAPI-1.21.10-2.2.6.2545.1-fabric.jar": { + "jarName": "FactoryAPI-1.21.10-2.2.6.2545.1-fabric.jar", + "modId": "factory_api", + "version": "2.2.6.2545.1" + }, + "ferritecore-8.0.2-fabric.jar": { + "jarName": "ferritecore-8.0.2-fabric.jar", + "modId": "ferritecore", + "version": "8.0.2" + }, + "fix-keyboard-on-linux-1.0.2.jar": { + "jarName": "fix-keyboard-on-linux-1.0.2.jar", + "modId": "fix-keyboard-on-linux", + "version": "1.0.2" + }, + "ImmediatelyFast-Fabric-1.13.2+1.21.10.jar": { + "jarName": "ImmediatelyFast-Fabric-1.13.2+1.21.10.jar", + "modId": "immediatelyfast", + "version": "1.13.2+1.21.10" + }, + "iris-fabric-1.9.6+mc1.21.9.jar": { + "jarName": "iris-fabric-1.9.6+mc1.21.9.jar", + "modId": "iris", + "version": "1.9.6+mc1.21.9" + }, + "lambdabettergrass-2.5.0+1.21.9.jar": { + "jarName": "lambdabettergrass-2.5.0+1.21.9.jar", + "modId": "lambdabettergrass", + "version": "2.5.0+1.21.9" + }, + "lambdynamiclights-4.8.6+1.21.10.jar": { + "jarName": "lambdynamiclights-4.8.6+1.21.10.jar", + "modId": "lambdynlights", + "version": "4.8.6+1.21.10" + }, + "lazy-language-loader-0.3.9.jar": { + "jarName": "lazy-language-loader-0.3.9.jar", + "modId": "lazy-language-loader", + "version": "0.3.9" + }, + "legacy-mechanics-1.1.0.jar": { + "jarName": "legacy-mechanics-1.1.0.jar", + "modId": "mr_legacy_mechanics", + "version": "1.1.0" + }, + "legacy-nether-extended-2.0.0.jar": { + "jarName": "legacy-nether-extended-2.0.0.jar", + "modId": "mr_legacy_netherextended", + "version": "2.0.0" + }, + "Legacy4J-1.21.10-1.8.5.2545.5-fabric.jar": { + "jarName": "Legacy4J-1.21.10-1.8.5.2545.5-fabric.jar", + "modId": "legacy", + "version": "1.8.5.2545.5" + }, + "lithium-fabric-0.20.0+mc1.21.10.jar": { + "jarName": "lithium-fabric-0.20.0+mc1.21.10.jar", + "modId": "lithium", + "version": "0.20.0+mc1.21.10" + }, + "macos-input-fixes-1.10.jar": { + "jarName": "macos-input-fixes-1.10.jar", + "modId": "macos_input_fixes", + "version": "1.10" + }, + "moderner-beta-fabric-3.2.1+1.21.9.jar": { + "jarName": "moderner-beta-fabric-3.2.1+1.21.9.jar", + "modId": "moderner_beta", + "version": "3.2.1+1.21.9" + }, + "modernfix-fabric-5.20.6-1.21.10.jar": { + "jarName": "modernfix-fabric-5.20.6-1.21.10.jar", + "modId": "modernfix", + "version": "5.20.6" + }, + "modmenu-16.0.0-rc.1.jar": { + "jarName": "modmenu-16.0.0-rc.1.jar", + "modId": "modmenu", + "version": "16.0.0-rc.1" + }, + "Moonrise-Fabric-0.8.0-beta.3+cc4ca1a.jar": { + "jarName": "Moonrise-Fabric-0.8.0-beta.3+cc4ca1a.jar", + "modId": "moonrise", + "version": "0.8.0-beta.3+cc4ca1a" + }, + "moreculling-fabric-1.21.9-1.5.0-beta.2.jar": { + "jarName": "moreculling-fabric-1.21.9-1.5.0-beta.2.jar", + "modId": "moreculling", + "version": "1.5.0-beta.2" + }, + "numeralping-1.2.7.jar": { + "jarName": "numeralping-1.2.7.jar", + "modId": "numeralping", + "version": "1.2.7" + }, + "ok_zoomer-fabric-15.0.0-beta.2.jar": { + "jarName": "ok_zoomer-fabric-15.0.0-beta.2.jar", + "modId": "ok_zoomer", + "version": "15.0.0-beta.2" + }, + "optiboxes-1.7+1.21.10-fabric.jar": { + "jarName": "optiboxes-1.7+1.21.10-fabric.jar", + "modId": "optiboxes", + "version": "1.7" + }, + "raknetify-fabric-0.1.0+alpha.5.193-all.jar": { + "jarName": "raknetify-fabric-0.1.0+alpha.5.193-all.jar", + "modId": "raknetify", + "version": "0.1.0+alpha.5.193" + }, + "renderscale-fabric-1.21.10-1.3.4.jar": { + "jarName": "renderscale-fabric-1.21.10-1.3.4.jar", + "modId": "renderscale", + "version": "1.3.4" + }, + "sodium-fabric-0.7.2+mc1.21.10.jar": { + "jarName": "sodium-fabric-0.7.2+mc1.21.10.jar", + "modId": "sodium", + "version": "0.7.2+mc1.21.10" + }, + "UniLib-1.2.0+1.21.10-fabric.jar": { + "jarName": "UniLib-1.2.0+1.21.10-fabric.jar", + "modId": "unilib", + "version": "1.2.0" + }, + "voicechat-fabric-1.21.10-2.6.6.jar": { + "jarName": "voicechat-fabric-1.21.10-2.6.6.jar", + "modId": "voicechat", + "version": "1.21.10-2.6.6" + }, + "yet_another_config_lib_v3-3.8.0+1.21.9-fabric.jar": { + "jarName": "yet_another_config_lib_v3-3.8.0+1.21.9-fabric.jar", + "modId": "yet_another_config_lib_v3", + "version": "3.8.0+1.21.9-fabric" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/problematic_mods_config.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/problematic_mods_config.json new file mode 100644 index 000000000..680dd9548 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/config/crash_assistant/problematic_mods_config.json @@ -0,0 +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 + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/advancementscreenshot.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/advancementscreenshot.json5 new file mode 100644 index 000000000..a257e10c7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/advancementscreenshot.json5 @@ -0,0 +1,7 @@ +{ + // If enabled, shows the normal screenshot taken (same as F2) message when a screenshot is taken after an advancement. + "showScreenshotTakenMessage": false, + // How many ticks the mod should wait until it takes a screenshot. By default 1 second. 20 ticks = 1 second + // min: 0, max: 100 + "takeScreenshotTickDelay": 20 +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/beautifiedchatclient.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/beautifiedchatclient.json5 new file mode 100644 index 000000000..3d578c8fb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/beautifiedchatclient.json5 @@ -0,0 +1,18 @@ +{ + // Variables: %timestamp% = timestamp set in timestampFormat. %username% = the username of the player who sent the message. %username% = the username of who sent the message. + "chatMessageFormat": "%timestamp% | %username%: %chatmessage%", + // Example time in formats: 5 seconds past 9 o' clock in the evening. *=Default. *(HH:mm) = 21:00, (HH:mm:ss) = 21:00:05, (hh:mm a) = 9:00 PM + "timestampFormat": "HH:mm", + // The colour of the timestamp in the chat message. The possible values are; 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white. + // min: 0, max: 15 + "chatTimestampColour": 8, + // The colour of the username in the chat messsage. The possible values are; 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white. + // min: 0, max: 15 + "chatUsernameColour": 2, + // The colour of the chat message. The possible values are; 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white. + // min: 0, max: 15 + "chatMessageColour": 15, + // The colour of the other symbols from chatMessageFormat. So everything except the variables. The possible values are; 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white. + // min: 0, max: 15 + "chatOtherSymbolsColour": 7 +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/bettergrass.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/bettergrass.json new file mode 100644 index 000000000..71c384053 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/bettergrass.json @@ -0,0 +1,38 @@ +{ + "general": { + "betterGrassMode": "FANCY", + "resourcePackCompatibilityMode": true, + "blocks": { + "grassBlocks": true, + "snowy": true, + "dirtPaths": true, + "farmLands": true, + "podzol": true, + "mycelium": true, + "crimsonNylium": true, + "warpedNylium": true, + "moreBlocks": [] + } + }, + "betterSnow": { + "betterSnowMode": "OFF", + "snowLayers": [ + "snow", + "moss_carpet", + "pale_moss_carpet", + "leaf_litter", + "pink_petals", + "wildflowers" + ], + "whitelistedTags": [], + "whitelistedBlocks": [], + "excludedTags": [], + "excludedBlocks": [ + "lantern[hanging]", + "redstone_wall_torch", + "soul_lantern[hanging]", + "soul_wall_torch", + "wall_torch" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/capes.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/capes.json5 new file mode 100644 index 000000000..ca3b6ab16 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/capes.json5 @@ -0,0 +1,10 @@ +{ + clientCapeType: "MINECRAFTCAPES", + enableOptifine: true, + enableLabyMod: false, + enableWynntils: true, + enableMinecraftCapesMod: true, + enableCosmetica: true, + enableCloaksPlus: true, + enableElytraTexture: true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/citresewn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/citresewn.json new file mode 100644 index 000000000..63f9cac28 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/citresewn.json @@ -0,0 +1,3 @@ +{ + "broken_paths": true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/cpm.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/cpm.json new file mode 100644 index 000000000..e7bf688eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/cpm.json @@ -0,0 +1,15 @@ +{ + "editorLastVersion": "0.6.21a", + "editorSelectMouseButton": 0, + "titleScreenButton": false, + "playerSettings": {}, + "globalSettings": {}, + "friendSettings": {}, + "keybinds": {}, + "editorDragMouseButton": -1, + "editorMenuMouseButton": 1, + "editorRotateMouseButton": 2, + "safetyProfiles": {}, + "editorRecentProjects": [], + "serverSettings": {} +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/craftpresence.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/craftpresence.json new file mode 100644 index 000000000..2e050b5e5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/craftpresence.json @@ -0,0 +1,154 @@ +{ + "_schemaVersion": 6, + "_lastMCVersionId": 769, + "generalSettings": { + "detectATLauncherInstance": false, + "detectCurseManifest": false, + "detectMultiMCManifest": true, + "detectMCUpdaterInstance": false, + "detectTechnicPack": true, + "detectModrinthPack": false, + "detectBiomeData": false, + "detectDimensionData": false, + "detectWorldData": true, + "clientId": "1278509112128442443", + "defaultIcon": "othericon", + "enableJoinRequests": true, + "preferredClientLevel": 3, + "resetTimeOnInit": false, + "autoRegister": false + }, + "biomeSettings": { + "fallbackBiomeIcon": "unknown", + "biomeData": { + "default": { + "textOverride": "Playing in {biome.name}" + } + } + }, + "dimensionSettings": { + "fallbackDimensionIcon": "unknown", + "dimensionData": { + "default": { + "textOverride": "In the {dimension.name}" + } + } + }, + "serverSettings": { + "fallbackServerIcon": "default", + "fallbackServerName": "Minecraft Server", + "fallbackServerMotd": "A Minecraft Server", + "serverData": { + "default": { + "textOverride": "Playing on {server.name}" + } + }, + "pingRateInterval": 5, + "pingRateUnit": "minutes" + }, + "statusMessages": { + "mainMenuData": { + "textOverride": "In the Main Menu" + }, + "loadingData": { + "textOverride": "Loading..." + }, + "lanData": { + "textOverride": "Playing on a LAN Server" + }, + "singleplayerData": { + "textOverride": "Playing Singleplayer - \"{world.name}\"" + }, + "realmData": { + "textOverride": "Playing on {server.name} - Realm" + } + }, + "advancedSettings": { + "enablePerGui": false, + "enablePerItem": false, + "enablePerEntity": false, + "formatWords": true, + "debugMode": false, + "verboseMode": false, + "refreshRate": 2, + "allowPlaceholderPreviews": false, + "guiSettings": { + "fallbackGuiIcon": "unknown", + "guiData": { + "default": { + "textOverride": "In {screen.name}" + } + } + }, + "itemMessages": { + "default": "Holding {item.message.holding}" + }, + "entitySettings": { + "fallbackEntityIcon": "unknown", + "targetData": { + "default": { + "textOverride": "Targeting {entity.target.name}" + } + }, + "ridingData": { + "default": { + "textOverride": "Riding {entity.riding.name}" + } + } + }, + "allowEndpointIcons": true, + "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", + "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", + "allowDuplicatePackets": false, + "maxConnectionAttempts": 10, + "enableClassGraph": false, + "useClassLoader": false + }, + "accessibilitySettings": { + "languageId": "en_us", + "stripTranslationColors": false, + "stripTranslationFormatting": false, + "stripExtraGuiElements": false, + "configKeyCode": 96 + }, + "displaySettings": { + "presenceData": { + "enabled": true, + "useAsMain": false, + "isInstance": false, + "activityType": 0, + "partyPrivacy": 1, + "details": "{getFirst(menu.message, dimension.message)}", + "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "largeImageKey": "othericon", + "largeImageText": "Re-Console", + "smallImageKey": "{player.icon}", + "smallImageText": "{player.name}", + "startTimestamp": "{data.general.time}", + "endTimestamp": "", + "buttons": { + "default": { + "label": "Example Text", + "url": "https://google.com" + } + } + }, + "dynamicIcons": { + "anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad", + "juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed", + "default": "https://via.placeholder.com/256.png" + }, + "dynamicVariables": { + "default": "Example Text", + "mods": "{general.mods} Mod(s)", + "player_info_coordinate": "At {player.position.x}, {player.position.z}", + "players": "{server.players.current} / {server.players.max} Players", + "player_info_in": "({custom.player_info.health})", + "player_info_items": "Items: {item.main_hand.message}", + "player_info_out": "As {player.name}", + "player_info_health": "Health: {player.health.current}/{player.health.max}", + "world_info": "On {world.name}", + "pack": "{pack.name}" + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/currentgamemusictrack.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/currentgamemusictrack.json5 new file mode 100644 index 000000000..a5869efd6 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/currentgamemusictrack.json5 @@ -0,0 +1,32 @@ +{ + // How long the music track title should be visible on the screen. 20 ticks = 1 second. + // min: 0, max: 1200 + "durationTitleShownInTicks": 80, + // Whether the music track title should fade in. + "titleShouldFadeIn": true, + // Whether the music track title should fade out. + "titleShouldFadeOut": true, + // Places the GUI music GUI on the left. + "musicGUIPositionIsLeft": false, + // Places the GUI music GUI in the middle. + "musicGUIPositionIsCenter": false, + // Places the GUI music GUI on the right. + "musicGUIPositionIsRight": true, + // The vertical offset (y coord) for the music GUI. This determines how far up the text should be on the screen. Can be changed to prevent GUIs from overlapping. + // min: 0, max: 3000 + "musicGUIBottomHeightOffset": 600, + // The horizontal offset (x coord) for the music GUI. + // min: -3000, max: 3000 + "musicGUIWidthOffset": 0, + // If the text displayed should have a shadow drawn below it. + "drawTextShadow": true, + // The red RGB value for the music GUI text. + // min: 0, max: 255 + "RGB_R": 13, + // The green RGB value for the music GUI text. + // min: 0, max: 255 + "RGB_G": 120, + // The blue RGB value for the music GUI text. + // min: 0, max: 255 + "RGB_B": 26 +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/enhanced_bes.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/fastquit.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/fastquit.toml new file mode 100644 index 000000000..6e30c51e3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/fastquit.toml @@ -0,0 +1 @@ +showToasts = false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/hidehands.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/hidehands.json5 new file mode 100644 index 000000000..8c80d87eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/hidehands.json5 @@ -0,0 +1,12 @@ +{ + // If enabled, always hides the main hand. If disabled, hides the main hand when holding the items defined in hideMainHandWithItems. + "alwaysHideMainHand": false, + // If enabled, always hides the main hand if it's empty. Will still be visible when swung empty. + "alwaysHideEmptyMainHand": false, + // The items which when held will hide the main hand if alwaysHideMainHand is disabled. + "hideMainHandWithItems": "", + // If enabled, always hides the offhand. If disabled, hides the offhand when holding the items defined in hideOffhandWithItems. + "alwaysHideOffhand": false, + // The items which when held will hide the offhand if alwaysHideOffhand is disabled. + "hideOffhandWithItems": "minecraft:totem_of_undying,minecraft:torch" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/immediatelyfast.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/immediatelyfast.json new file mode 100644 index 000000000..3823c4474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/immediatelyfast.json @@ -0,0 +1,20 @@ +{ + "REGULAR_INFO": "----- Regular config values below -----", + "font_atlas_resizing": true, + "map_atlas_generation": true, + "fast_text_lookup": true, + "avoid_redundant_framebuffer_switching": true, + "fix_slow_buffer_upload_on_apple_gpu": true, + "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", + "dont_add_info_into_debug_hud": false, + "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", + "experimental_disable_error_checking": true, + "experimental_disable_resource_pack_conflict_handling": true, + "experimental_sign_text_buffering": false, + "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", + "debug_only_and_not_recommended_disable_universal_batching": false, + "debug_only_and_not_recommended_disable_mod_conflict_handling": false, + "debug_only_and_not_recommended_disable_hardware_conflict_handling": false, + "debug_only_print_additional_error_information": false, + "debug_only_use_last_usage_for_batch_ordering": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/improvedsignediting.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/improvedsignediting.json5 new file mode 100644 index 000000000..8a95ab883 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/improvedsignediting.json5 @@ -0,0 +1,6 @@ +{ + // A global toggle whether the improved edtiting functionality should be enabled. + "enableImprovedEditing": true, + // Whether the Improved/Normal Editing button should be visible on the sign edit screen. + "showImprovedEditingButton": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/iris.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/iris.properties new file mode 100644 index 000000000..890fd1467 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/iris.properties @@ -0,0 +1,2 @@ +disableUpdateMessage=true +enableShaders=false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/lambdynlights.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/lambdynlights.toml new file mode 100644 index 000000000..2f9d11b74 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/lambdynlights.toml @@ -0,0 +1,180 @@ +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "fancy" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + beam = true + firefly = true + # Enable entities light source. + entities = true + # Enable first-person player light source. + self = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "fancy" + # Creeper lighting mode. May be off, simple or fancy. + creeper = "fancy" + guardian_laser = true + + [light_sources.settings.entities.minecraft] + zombie_horse = true + pale_oak_boat = true + axolotl = true + egg = true + zoglin = true + spawner_minecart = true + allay = true + llama = true + jungle_chest_boat = true + mule = true + bat = true + husk = true + camel = true + experience_bottle = true + rabbit = true + firework_rocket = true + silverfish = true + giant = true + happy_ghast = true + drowned = true + creaking = true + item = true + oak_chest_boat = true + goat = true + horse = true + vindicator = true + birch_boat = true + minecart = true + spectral_arrow = true + llama_spit = true + mooshroom = true + oak_boat = true + glow_item_frame = false + snowball = true + tnt = true + parrot = true + creeper = true + lightning_bolt = true + tadpole = true + ravager = true + evoker_fangs = true + chest_minecart = true + tropical_fish = true + slime = true + pillager = true + dark_oak_chest_boat = true + area_effect_cloud = true + blaze = true + piglin = true + end_crystal = true + endermite = true + ender_pearl = true + zombie = true + item_display = true + breeze_wind_charge = true + guardian = true + fireball = true + illusioner = true + eye_of_ender = true + wither_skull = true + wolf = true + block_display = true + tnt_minecart = true + zombie_villager = true + elder_guardian = true + chest_boat = true + cherry_chest_boat = true + acacia_chest_boat = true + boat = true + small_fireball = true + strider = true + cave_spider = true + cod = true + snow_golem = true + witch = true + spider = true + command_block_minecart = true + panda = true + bee = true + arrow = true + lingering_potion = true + cow = true + birch_chest_boat = true + magma_cube = true + pig = true + skeleton = true + spruce_boat = true + frog = true + hoglin = true + armadillo = true + splash_potion = true + armor_stand = true + experience_orb = true + dolphin = true + stray = true + shulker = true + turtle = true + jungle_boat = true + salmon = true + vex = true + wandering_trader = true + wither_skeleton = true + piglin_brute = true + breeze = true + ocelot = true + furnace_minecart = true + acacia_boat = true + pale_oak_chest_boat = true + mangrove_boat = true + item_frame = true + phantom = true + ender_dragon = true + leash_knot = true + evoker = true + marker = true + glow_squid = true + warden = true + shulker_bullet = true + squid = true + enderman = true + dragon_fireball = true + chicken = true + sniffer = true + dark_oak_boat = true + trader_llama = true + donkey = true + bogged = true + bamboo_chest_raft = true + bamboo_raft = true + fox = true + mangrove_chest_boat = true + cherry_boat = true + iron_golem = true + zombified_piglin = true + cat = true + wind_charge = true + ghast = true + sheep = true + player = true + pufferfish = true + potion = true + trident = true + villager = true + ominous_item_spawner = true + skeleton_horse = true + fishing_bobber = true + text_display = true + polar_bear = true + hopper_minecart = true + falling_block = true + painting = true + interaction = true + wither = true + spruce_chest_boat = true + +[debug] + active_dynamic_lighting_cells = false + display_dynamic_lighting_chunk_rebuild = false + display_behavior_bounding_box = false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/client_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/client_mixin.json new file mode 100644 index 000000000..f7c43ad6a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/client_mixin.json @@ -0,0 +1,27 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.pause": true, + "legacy.mixin.base.client.sign": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/client_options.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/client_options.json new file mode 100644 index 000000000..6b7e68f8c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/client_options.json @@ -0,0 +1,207 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 0, + "advancements": true, + "animatedCharacter": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "backSound": true, + "bubblesOutsideWater": true, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.disable_voice_chat": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.entityculling.toggleBoxes": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hide_icons": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.mute_microphone": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.push_to_talk": "none", + "component_key.quickActions": "none", + "component_key.renderscale.options": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_key.voice_chat": "none", + "component_key.voice_chat_adjust_volumes": "none", + "component_key.voice_chat_group": "none", + "component_key.voice_chat_settings": "none", + "component_key.voice_chat_toggle_recording": "none", + "component_key.whisper": "none", + "component_lambdynlights.key.toggle_fps_dynamic_lighting": "none", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlTooltipDisplay": 0, + "controlType": "auto", + "controllerCursorAtFirstInventorySlot": true, + "controllerDoubleClick": false, + "controllerSensitivity": 0.5, + "controllerToasts": true, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorAtFirstInventorySlot": false, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedItemTranslucency": false, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": true, + "fastLeavesWhenBlocked": true, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hoverFocusSound": false, + "hudDelay": 100, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceSensitivity": 0.5, + "inventoryHoverFocusSound": false, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.21.8", + "lastLoadedVersion": "1.8.5", + "leaderboards": true, + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyBabyVillagerHead": true, + "legacyCreativeBlockPlacing": true, + "legacyCursor": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyHearts": true, + "legacyIntroAndReloading": true, + "legacyItemPickup": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyLoadingAndConnecting": true, + "legacyOverstackedItems": true, + "legacyPanorama": true, + "legacySkyShape": true, + "limitCursor": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "mapsWithCoords": true, + "menusWithBackground": false, + "merchantTradingIndicator": true, + "minecartSounds": true, + "modCraftingTabs": false, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": true, + "searchCreativeTab": false, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemCursor": false, + "systemMessagesAsOverlay": true, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "titleScreenVersionText": false, + "tooltipBoxes": true, + "unbindConflictingButtons": true, + "unbindConflictingKeys": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/common.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/common.json new file mode 100644 index 000000000..fb201bd22 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/common_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/global_packs.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/global_packs.json new file mode 100644 index 000000000..25f822563 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/legacy/global_packs.json @@ -0,0 +1,12 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "legacy:legacy_resources", + "continuity:default", + "continuity:glass_pane_culling_fix", + "file/rcr3.zip", + "file/TutorialWorldAddon.zip" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/lithium.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/lithium.properties new file mode 100644 index 000000000..67c14f305 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/lithium.properties @@ -0,0 +1,2 @@ +mixin.minimal_nonvanilla=false +mixin.experimental=true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/modernfix-mixins.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/modernfix-mixins.properties new file mode 100644 index 000000000..8596383b7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/modernfix-mixins.properties @@ -0,0 +1,80 @@ +# This is the configuration file for ModernFix. +# In general, prefer using the config screen to editing this file. It can be accessed +# via the standard mod menu on your respective mod loader. Changes will, however, +# require restarting the game to take effect. +# +# The following options can be enabled or disabled if there is a compatibility issue. +# Add a line with your option name and =true or =false at the bottom of the file to enable +# or disable a rule. For example: +# mixin.perf.dynamic_resources=true +# Do not include the #. You may reset to defaults by deleting this file. +# +# Available options: +# mixin.bugfix.chunk_deadlock=false # (overridden for mod compat) +# mixin.bugfix.concurrency=true # (default) +# mixin.bugfix.missing_block_entities=false # (default) +# mixin.bugfix.packet_leak=false # (default) +# mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat) +# mixin.bugfix.restore_old_dragon_movement=false # (default) +# mixin.bugfix.world_leaks=true # (default) +# mixin.bugfix.world_screen_skipped=true # (default) +# mixin.devenv=false # (default) +# mixin.feature.blockentity_incorrect_thread=false # (default) +# mixin.feature.branding=true # (default) +# mixin.feature.cause_lag_by_disabling_threads=false # (default) +# mixin.feature.direct_stack_trace=false # (default) +# mixin.feature.disable_unihex_font=false # (default) +# mixin.feature.integrated_server_watchdog=true # (default) +# mixin.feature.log_stdout_in_log_files=true # (default) +# mixin.feature.mcfunction_profiling=true # (default) +# mixin.feature.measure_time=true # (default) +# mixin.feature.remove_chat_signing=false # (default) +# mixin.feature.remove_telemetry=true # (default) +# mixin.feature.snapshot_easter_egg=true # (default) +# mixin.feature.spam_thread_dump=false # (default) +# mixin.feature.spark_profile_launch=false # (default) +# mixin.feature.spark_profile_world_join=false # (default) +# mixin.feature.stalled_chunk_load_detection=false # (default) +# mixin.feature.warn_missing_perf_mods=true # (default) +# mixin.launch.class_search_cache=true # (default) +# mixin.perf.cache_blockstate_cache_arrays=true # (default) +# mixin.perf.cache_profile_texture_url=true # (default) +# mixin.perf.cache_strongholds=false # (overridden for mod compat) +# mixin.perf.chunk_meshing=true # (default) +# mixin.perf.clear_fabric_mapping_tables=false # (default) +# mixin.perf.clear_mixin_classinfo=false # (default) +# mixin.perf.compact_bit_storage=true # (default) +# mixin.perf.compress_unihex_font=true # (default) +# mixin.perf.dedicated_reload_executor=true # (default) +# mixin.perf.deduplicate_climate_parameters=false # (default) +# mixin.perf.deduplicate_location=false # (default) +# mixin.perf.deduplicate_wall_shapes=true # (default) +# mixin.perf.dynamic_dfu=true # (default) +# mixin.perf.dynamic_entity_renderers=false # (default) +# mixin.perf.dynamic_resources=false # (default) +# mixin.perf.dynamic_sounds=true # (default) +# mixin.perf.dynamic_structure_manager=true # (default) +# mixin.perf.faster_command_suggestions=true # (default) +# mixin.perf.faster_item_rendering=false # (default) +# mixin.perf.faster_texture_stitching=true # (default) +# mixin.perf.fix_loop_spin_waiting=true # (default) +# mixin.perf.lazy_search_tree_registry=true # (default) +# mixin.perf.memoize_creative_tab_build=true # (default) +# mixin.perf.model_optimizations=true # (default) +# mixin.perf.mojang_registry_size=true # (default) +# mixin.perf.remove_biome_temperature_cache=true # (default) +# mixin.perf.state_definition_construct=true # (default) +# mixin.perf.thread_priorities=false # (overridden for mod compat) +# mixin.perf.ticking_chunk_alloc=true # (default) +# mixin.perf.worldgen_allocation=false # (default) +# mixin.safety=true # (default) +# +# User overrides go here. +mixin.bugfix.missing_block_entities=true +mixin.bugfix.restore_old_dragon_movement=true +mixin.perf.clear_fabric_mapping_tables=true +mixin.perf.clear_mixin_classinfo=true +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true +mixin.perf.worldgen_allocation=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/modmenu.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/modmenu.json new file mode 100644 index 000000000..0496cf2bf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/modmenu.json @@ -0,0 +1,7 @@ +{ + "mods_button_style": "icon", + "game_menu_button_style": "icon", + "update_checker": false, + "count_libraries": false, + "count_children": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/moonrise.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/moonrise.yml new file mode 100644 index 000000000..af3168a4f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/moonrise.yml @@ -0,0 +1,91 @@ +# This is the configuration file for Moonrise. +# +# Each configuration option is prefixed with a comment to explain what it does. Additional changes to this file +# other than modifying the options, such as adding comments, will be overwritten when Moonrise loads the config. +# +# Below are the Moonrise startup flags. Note that startup flags must be placed in the JVM arguments, not +# program arguments. +# -DMoonrise.ConfigFile= - Override the config file location. Might be useful for multiple game versions. +# -DMoonrise.WorkerThreadCount= - Override the auto configured worker thread counts (worker-threads). +# -DMoonrise.MaxViewDistance= - Overrides the maximum view distance, should only use for debugging purposes. + +bug-fixes: + # Fixes https://bugs.mojang.com/browse/MC-159283. This fixes a bug resulting in the end islands + # not properly generating at far enough distances in the end. Note that toggling this config option + # will not affect already generated areas. + # This configuration has two options: + # true -> Fixes the end islands generation. This is different from Vanilla behavior. + # false -> Does not fix the end islands generation. This is the same behavior as Vanilla. + fix-MC-159283: false + # Fixes https://bugs.mojang.com/browse/MC-224294. By avoiding double ticking lava blocks during + # chunk random ticking, the cost of world random ticking is significantly reduced. + # This configuration has two options: + # true -> Does not double tick lava. This is different from Vanilla behavior. + # false -> Does double tick lava. This is the same behavior as Vanilla. + fix-MC-224294: true +chunk-loading: + # Advanced configuration options for player chunk loading. You shouldn't be touching these + # unless you have a reason. + advanced: + # Whether to avoid sending chunks to players who have a view distance + # configured lower than the server's. + auto-config-send-distance: true + # The maximum amount of pending chunk generations per player. If + # this value is 0, then the player chunk loader will automatically determine a value. If + # this value is less-than 0, then there is no limit. + # + # This value should be used to tune the saturation of the chunk system. + player-max-concurrent-chunk-generates: 0 + # The maximum amount of pending chunk loads per player. If + # this value is 0, then the player chunk loader will automatically determine a value. If + # this value is less-than 0, then there is no limit. + # + # This value should be used to tune the saturation of the chunk system. + player-max-concurrent-chunk-loads: 0 + # Chunk loading/generation/sending rate targets for the chunk system. These values are the + # maximum rates at which the player chunk loader will attempt to load/generate/send chunks to + # players. Actual resulting rates will depend on hardware. + basic: + # The delay before chunks are unloaded around players once they leave their view distance. + # The Vanilla value is 0 ticks. Setting this value higher (i.e 5s) will allow pets to teleport + # to their owners when they teleport. + player-chunk-unload-delay: 0t + # The maximum rate of chunks to generate for given player, per second. If this value is <= 0, + # then there is no rate limit. + player-max-gen-rate: -1.0 + # The maximum rate of chunks to load from disk for any given player, per second. If this value is <= 0, + # then there is no rate limit. + player-max-load-rate: -1.0 + # The maximum rate of chunks to send to any given player, per second. If this value is <= 0, + # then there is no rate limit. + player-max-send-rate: -1.0 +chunk-saving: + # The interval at which chunks should be incrementally autosaved. + auto-save-interval: 5m + # The maximum number of chunks to incrementally autosave each tick. If + # the value is <= 0, then no chunks will be incrementally saved. + max-auto-save-chunks-per-tick: 12 +chunk-system: + # Whether to run generation population in parallel. By default this is set to false, + # as mods affecting world gen are not safe to run in parallel. If you have no mods affecting + # gen and are saturating the population generation (~10 threads of the worker pool generating + # chunks), you may set this to true to possibly increase generation speed. + population-gen-parallelism: true +misc: + # Whether the loading screen should be closed immediately when joining servers/SP worlds. + # This will let you in game faster, but may result in getting in game before enough chunks are + # loaded for rendering. + immediately-close-loading-screen: true +# Do not change, used internally. +version: 1 +# Configuration options which control the behavior of the common threadpool workers. +worker-pool: + # Set the number of threads dedicated to RegionFile I/O operations. + # If the value is <= 0, then the number of threads used is 1. Configuring + # a higher value than 1 is only recommended on SSDs (HDDs scale negatively) + # and when you have determined that I/O is the bottleneck for chunk loading/saving. + io-threads: -1 + # Set the number of shared worker threads to be used by chunk rendering, + # chunk loading, chunk generation. If the value is <= 0, then the number + # of threads will automatically be determined. + worker-threads: -1 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/moreculling.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/moreculling.toml new file mode 100644 index 000000000..abfc51cf0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/moreculling.toml @@ -0,0 +1,25 @@ +version = 1 +enableSodiumMenu = true +dontCull = [] +cloudCulling = true +signTextCulling = true +rainCulling = true +useBlockStateCulling = true +useCustomItemFrameRenderer = true +itemFrameMapCulling = true +useItemFrameLOD = true +itemFrameLODRange = 16 +useItemFrame3FaceCulling = true +itemFrame3FaceCullingRange = 2.0 +paintingCulling = true +leavesCullingMode = "DEFAULT" +leavesCullingAmount = 2 +includeMangroveRoots = true +endGatewayCulling = true +beaconBeamCulling = true +useOnModdedBlocksByDefault = true + +[modCompatibility] +minimega = true +legacy = true +minecraft = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/passiveshield.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/passiveshield.json5 new file mode 100644 index 000000000..7e4ebc5dd --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/passiveshield.json5 @@ -0,0 +1,7 @@ +{ + // When enabled, the shield will be hidden unless a player presses right-click. + "hideShieldWhenNotInUse": true, + // The percentage of damage that will be negated when a player is hit while holding a shield that's not held high. + // min: 0.0, max: 1.0 + "passiveShieldPercentageDamageNegated": 0.3333 +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/puzzle.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/puzzle.json new file mode 100644 index 000000000..8ab73f8a4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/puzzle.json @@ -0,0 +1,20 @@ +{ + "disabledIntegrations": [ + "borderlessmining", + "cem", + "citresewn", + "continuity", + "colormatic", + "cullleaves", + "dynamicfps", + "entity_texture_features", + "entity_model_features", + "iris", + "lambdabettergrass", + "lambdynlights" + ], + "enablePuzzleButton": false, + "debugMessages": false, + "checkUpdates": false, + "showPuzzleInfo": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/serilumsclientbundle.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/serilumsclientbundle.json5 new file mode 100644 index 000000000..d0176e91a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/serilumsclientbundle.json5 @@ -0,0 +1,30 @@ +{ + // If the bundled Advancement Screenshot mod should be enabled. + "enableAdvancementScreenshot": true, + // If the bundled Beautified Chat Client mod should be enabled. + "enableBeautifiedChatClient": true, + // If the bundled Current Game Music Track mod should be enabled. + "enableCurrentGameMusicTrack": true, + // If the bundled Full Brightness Toggle mod should be enabled. + "enableFullBrightnessToggle": false, + // If the bundled Global Narration Toggle mod should be enabled. + "enableGlobalNarrationToggle": false, + // If the bundled GUI Clock mod should be enabled. + "enableGUIClock": false, + // If the bundled GUI Compass mod should be enabled. + "enableGUICompass": false, + // If the bundled GUI Followers mod should be enabled. + "enableGUIFollowers": false, + // If the bundled Hide Hands mod should be enabled. + "enableHideHands": true, + // If the bundled Improved Sign Editing mod should be enabled. + "enableImprovedSignEditing": true, + // If the bundled Omega Mute mod should be enabled. + "enableOmegaMute": true, + // If the bundled Passive Shield mod should be enabled. + "enablePassiveShield": true, + // If the bundled Persistent Inventory Search mod should be enabled. + "enablePersistentInventorySearch": false, + // If the bundled Vanilla Zoom mod should be enabled. + "enableVanillaZoom": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/servercore/config.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/servercore/optimizations.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/threadtweak.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/threadtweak.json new file mode 100644 index 000000000..3686c5208 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/threadtweak.json @@ -0,0 +1,8 @@ +{ + "threadPriority": { + "game": 8, + "main": 4, + "io": 7, + "integratedServer": 7 + } +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/vmp.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/world-host.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/world-host.json5 new file mode 100644 index 000000000..385cba855 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/config/world-host.json5 @@ -0,0 +1,4 @@ +{ + showOnlineStatus: false, + enableFriends: false, +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/options.txt b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/options.txt new file mode 100644 index 000000000..7e6fce6e9 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/options.txt @@ -0,0 +1,14 @@ +version:3839 +biomeBlendRadius:1 +enableVsync:false +fullscreen:true +gamma:0.0 +fov:-0.05 +maxFps:240 +renderDistance:10 +simulationDistance:8 +notificationDisplayTime:1.2 +attackIndicator:0 +joinedFirstServer:true +key_key.hide_icons:key.keyboard.z +key_key.voice_chat_group:key.keyboard.b diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/resource_albums.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/resource_albums.json new file mode 100644 index 000000000..f3304ca07 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/resource_albums.json @@ -0,0 +1,7 @@ +{ + "default": "minecraft", + "order": [ + "minecraft", + "minecraft_classic" + ] +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/resource_albums/minecraft.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/resource_albums/minecraft.json new file mode 100644 index 000000000..67289726a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/resource_albums/minecraft.json @@ -0,0 +1,21 @@ +{ + "background": "legacy:icon/background", + "packs": [ + "vanilla", + "fabric", + "legacy:legacy_waters", + "file/TutorialWorldAddon.zip", + "file/rcr3.zip", + "continuity:glass_pane_culling_fix", + "continuity:default" + ], + "displayPack": "vanilla", + "id": "minecraft", + "version": 2, + "name": { + "translate": "legacy.menu.albums.resource.minecraft" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/resource_albums/minecraft_classic.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/resource_albums/minecraft_classic.json new file mode 100644 index 000000000..bbd26721f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/configureddefaults/resource_albums/minecraft_classic.json @@ -0,0 +1,22 @@ +{ + "icon": "legacy:icon/minecraft_classic", + "background": "legacy:icon/minecraft_classic_background", + "packs": [ + "vanilla", + "fabric", + "programmer_art", + "legacy:legacy_waters", + "file/TutorialWorldAddon.zip", + "file/rcr3.zip", + "continuity:default", + "continuity:glass_pane_culling_fix" + ], + "id": "minecraft_classic", + "version": 1, + "name": { + "translate": "legacy.menu.albums.resource.minecraft_classic" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft_classic.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/index.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/index.toml new file mode 100644 index 000000000..69ca9dc45 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/index.toml @@ -0,0 +1,374 @@ +hash-format = "sha256" + +[[files]] +file = "config/crash_assistant/config.toml" +hash = "3800c00a252879fb83bdab36311b951c3cce1943b4afe844cc0f2f4e86224950" + +[[files]] +file = "config/crash_assistant/lang/README.md" +hash = "92deb5c02f7625e07c4e477c1d8cf3b1fb920e27aea38b45ed0c06c4c0e420fc" + +[[files]] +file = "config/crash_assistant/lang/en_us.json" +hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" + +[[files]] +file = "config/crash_assistant/lang/ru_ru.json" +hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" + +[[files]] +file = "config/crash_assistant/lang/zh_cn.json" +hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" + +[[files]] +file = "config/crash_assistant/modlist.json" +hash = "db59a58e83101b70b8b6ba5d5cc1087f90f98e0edc410e776aee290511e65bd9" + +[[files]] +file = "config/crash_assistant/problematic_mods_config.json" +hash = "989fb8f797a5a894f0cbf8bf529ac20c88cceee72384bdbeedd6a22d455199a3" + +[[files]] +file = "configureddefaults/config/advancementscreenshot.json5" +hash = "bafdc53b21f11eadd6c1a932a9dcb7f7ec9e503be98cbd81ce92c17228be7439" + +[[files]] +file = "configureddefaults/config/beautifiedchatclient.json5" +hash = "fd20f923db33eadb5b98950d754d2dfa58d75ec0f9f23590978d699c41739745" + +[[files]] +file = "configureddefaults/config/bettergrass.json" +hash = "876580a5ebe7e34ca51b871828234e5f949968392cbbbb3e6da2a32c67efe674" + +[[files]] +file = "configureddefaults/config/capes.json5" +hash = "3c5f5e2ce32a31415ea9667f667eecc074cf9de46421afc348e1d17e8fd6957c" + +[[files]] +file = "configureddefaults/config/citresewn.json" +hash = "2a4e3e29038837de5cd1004738a73243d7870b4f9dddadef6653ae5158920f01" + +[[files]] +file = "configureddefaults/config/cpm.json" +hash = "20537ee105d0cfdd6b4c7bdff851dd1a1a8adbf0d73d08219f97af5734854f75" + +[[files]] +file = "configureddefaults/config/craftpresence.json" +hash = "1d855833cc00eb0aa2e7ee1aa6e84b3ae84264cd3a276d862cf0a4e499e27955" + +[[files]] +file = "configureddefaults/config/currentgamemusictrack.json5" +hash = "ff54b6483e46419b1d8cee3152e7d6d1dda4bfdf277ae4cd607ffa1e86f7534c" + +[[files]] +file = "configureddefaults/config/enhanced_bes.properties" +hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" + +[[files]] +file = "configureddefaults/config/fastquit.toml" +hash = "2b41a15e0094436d471abe27f4439a41636a8baf0d057574289c19c0844201a4" + +[[files]] +file = "configureddefaults/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "configureddefaults/config/hidehands.json5" +hash = "3074931fda9af006879400bddc0d8ac2806d5cd53b8bff881679cec60386e62f" + +[[files]] +file = "configureddefaults/config/immediatelyfast.json" +hash = "892f8cd94a9de2a17b2a938d8b33b5b411a20b0f14a5857963333cbd8ce2f36c" + +[[files]] +file = "configureddefaults/config/improvedsignediting.json5" +hash = "734a1f076312ffa5a6222f7fd0abb1f9ec40033730653ca7c1c4ff479cc2d82a" + +[[files]] +file = "configureddefaults/config/iris.properties" +hash = "bc5fc249179fa926c9395c63626120f52f55e5c25638712a3e4008a3737e9013" + +[[files]] +file = "configureddefaults/config/lambdynlights.toml" +hash = "0fbd6c5f78625f0240300838e7ff89836df8612cca07091a644819341624138f" + +[[files]] +file = "configureddefaults/config/legacy/client_mixin.json" +hash = "b87f97b466cd28a298998cd36ef501d2c466131d7fc2e92727eea33a903eb3de" + +[[files]] +file = "configureddefaults/config/legacy/client_options.json" +hash = "f0c95608d0e4be8e759d42218a55cfc13101cd0e7ef834446635f2cf51a39157" + +[[files]] +file = "configureddefaults/config/legacy/common.json" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" + +[[files]] +file = "configureddefaults/config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "configureddefaults/config/legacy/global_packs.json" +hash = "005514c5431cabadd17cfda440d6d765332549f835eede842b6f8aec596a0a9d" + +[[files]] +file = "configureddefaults/config/lithium.properties" +hash = "cddd1a067b1702014533549650079daf13df9cf5eccb5aff54da0aabf6570f7b" + +[[files]] +file = "configureddefaults/config/modernfix-mixins.properties" +hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" + +[[files]] +file = "configureddefaults/config/modmenu.json" +hash = "4dc7d729a2b83401f4a39dff457680f6f5872df1a5b2a93d9eb27b0b5df42d0e" + +[[files]] +file = "configureddefaults/config/moonrise.yml" +hash = "8366e8d4fa7952e0abcf0a0871c06f0b562725b912e0d3537fc37906392a2329" + +[[files]] +file = "configureddefaults/config/moreculling.toml" +hash = "20a7c9a9d1ec3c730f37af63357d6847afbb28fd37cd13657928c3d22feb055c" + +[[files]] +file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" +hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" + +[[files]] +file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" +hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" + +[[files]] +file = "configureddefaults/config/passiveshield.json5" +hash = "71e75f88c2bd7f82563a26de633c0d37c8b0e3d67258a82082f09c201fd40a19" + +[[files]] +file = "configureddefaults/config/puzzle.json" +hash = "dd04f1ceea37a64e0867a55b3bb6e559f4f2358113717abe76a8e250e3718b03" + +[[files]] +file = "configureddefaults/config/serilumsclientbundle.json5" +hash = "cefddb1867d1af187f8208c1cd619c7c9f3f5907fe41e7938083adc80508dd11" + +[[files]] +file = "configureddefaults/config/servercore/config.yml" +hash = "a6fbf706590f394558edc5996f07a9575739fb9f056eed59cffe17fa57ec4e55" + +[[files]] +file = "configureddefaults/config/servercore/optimizations.yml" +hash = "8d528c4cad1cca659e5582d0ac35bb1ab971d4a98df009e3fc224d03f2304eff" + +[[files]] +file = "configureddefaults/config/threadtweak.json" +hash = "b4c1cc5fc213225d64e685a3b632092e909386ab41bd9925f9cf7efd53d1ad46" + +[[files]] +file = "configureddefaults/config/vmp.properties" +hash = "0d0549563aca08c87a22a9fd862cc6e7a9906f2d6fca84dcbfa7cbec14dff7e6" + +[[files]] +file = "configureddefaults/config/world-host.json5" +hash = "beb51783002c46da1c609c40f31cd3a79773a1a0c2b63f7d6442c61b0bf9ae43" + +[[files]] +file = "configureddefaults/options.txt" +hash = "7460845c9b5066bc36a7fbf2358f5fdba57a3104c8052e93a76de1b06aae938e" + +[[files]] +file = "configureddefaults/resource_albums.json" +hash = "d5943ab71fbeb94cf874507a4920e4cbfe8be65bb4a4f794da181741de1ba73b" + +[[files]] +file = "configureddefaults/resource_albums/minecraft.json" +hash = "654a8b5cb80ef695e4d3908e0944a589c2faa6d13523eafdbbd74d7535b38f6b" + +[[files]] +file = "configureddefaults/resource_albums/minecraft_classic.json" +hash = "fa3f7017ee455620b5edff4bb1ab22f69fada0e21cde3e79d726ad006a4248b3" + +[[files]] +file = "mods/animatica.pw.toml" +hash = "e4871feb4abc954731ceb980476dd7500357f689daf5d9e4065c0f70aad18d03" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "63963e365505f6639234033b1c19061ae28577140969f8de475a2d384ed55e3a" +metafile = true + +[[files]] +file = "mods/cape-provider.pw.toml" +hash = "a1bebd606f12f4e71f1ba5359fc156bba085904e538283ad7dba77336ed9c741" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "6ff8f5276a8ea24c75c06bb13d0128f07a5e4676c9fb643bc58e09de867a16bb" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "a109e37c0b9ed06a1202018f6c8e2ba6eed73008f9ad1ffee5b59d32f0798c20" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "14b881c91dc7415317b76c884b558f9294ae99dfe57218e821e566e8236e3c80" +metafile = true + +[[files]] +file = "mods/craftpresence.pw.toml" +hash = "28ef05bc94daec92474dadc7b7324a2f1aa132e428ad87b2d602e1a2b54c6216" +metafile = true + +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "efbaf93eb8358f5cf8f188b10ce6305a5d697dfc82ec03dbae64a4784b904a23" +metafile = true + +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "a826fbce1a20169613e387719b40a05e95a0ca8ede805b82fa686533a0550713" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "90c543fe1969d5fb4947d0f36e9b87ac1c12fb7182f188fc7c97153020e86b77" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "08a90ada153511fdf06c0edb0970c5a6e27a8c0466713bf9142c47b79ca55b1e" +metafile = true + +[[files]] +file = "mods/entity-texture-features-fabric.pw.toml" +hash = "c1275abed053512d821985a3f881f6cba8c8d1095976d1da2cb5de5a2b89ed2f" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "3142adfbceeffb97dcb9531b8254d7caa51b1697a8011f3e8fb72e5d0a565e62" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "318c930c2053c562d960363b5179a58f43555f7e34ae4ee462b1222f84ffc5f0" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "d3bab339ac3c9b1e159eb2c4fc42e38d0686f30caac49398fcbee18acfc7bfbd" +metafile = true + +[[files]] +file = "mods/ferritecore-fabric.pw.toml" +hash = "c1f3777b2a45efd0acda68726e52ac029665979a4aba9daa2e522cfdc27096f6" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "a1a04022f20dce3c4a629cc1306c8dc9b4df0997784520684c1a0d7de2dae967" +metafile = true + +[[files]] +file = "mods/irisshaders.pw.toml" +hash = "427b4d017b83401708e96e36f11f11c7474365011b108b255f69e000ecc6422c" +metafile = true + +[[files]] +file = "mods/lambdabettergrass.pw.toml" +hash = "9e21bcd415764de0a675366171ecda38ac34cdb31342913a500fc4b36c44b0ac" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "dab2ab22d4516b54631f8e223200d68d70b1897cadfbed58c9bc38b2842ef271" +metafile = true + +[[files]] +file = "mods/lazy-language-loader.pw.toml" +hash = "bbced773f856c59cd3b19689f179bffd44a2d0fc37b2dfb315e9a6f182b6139d" +metafile = true + +[[files]] +file = "mods/legacy4j.pw.toml" +hash = "5d2e24173ea6c0ff5ac5f8e281d97bf242daf84e30b289af73585e0ba5e927f1" +metafile = true + +[[files]] +file = "mods/macos-input-fixes.pw.toml" +hash = "e0ac208397967696ea75330a16f22ecf560c232ca22d329cae0793a99fe279b8" +metafile = true + +[[files]] +file = "mods/moderner-beta.pw.toml" +hash = "1a008347bf976dd026177e22b4c063fc2640fbfe65e678eb290ed0ca9296f577" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "0284b6075a13ea5e3e818d81183911e8e15235b0d38bbe5d21c7bb11e08724e3" +metafile = true + +[[files]] +file = "mods/moonrise.pw.toml" +hash = "47336524cb3749381b6df06f4b460815e14d7827a44adda14d71f2babd4bec7d" +metafile = true + +[[files]] +file = "mods/moreculling.pw.toml" +hash = "eb23a8bbd09621c14ce02a935573a6903125f9d8d92806152ebca8c16a5a9fd0" +metafile = true + +[[files]] +file = "mods/numeral-ping.pw.toml" +hash = "73e305ad3cf7b576ecd9a8ad8b71a8855666524c50114ef54feff2b78173f2e9" +metafile = true + +[[files]] +file = "mods/ok-zoomer.pw.toml" +hash = "ed57d6513a55d36c9f56115e1b3782b3c490f4e3f525fede7a03797162b421c9" +metafile = true + +[[files]] +file = "mods/optiboxes.pw.toml" +hash = "0cae91827d3380394aa66a7f163556e7423653b6b0bbf76d6c944a5cee917447" +metafile = true + +[[files]] +file = "mods/renderscale.pw.toml" +hash = "1bfd36cfd629e67f852e86ca441aeb15fea732a0e6751866ede5c54814f796d4" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "0dddfa777706acc5ed3175738f377e95c07bf2e88d549138d5b0d2518c2f88a2" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "9b19f4f77149b0ea333315f2f39c25f011b43c92036d806fef5d66133cb29ee4" +metafile = true + +[[files]] +file = "mods/unilib.pw.toml" +hash = "5814ee4565c62e27ff72df4889643124cc8435145bfe85a5f91282438c62421b" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "cf17280fdc8471828dd8a83ffb61d188bde71fe5fb4c27f1821e86d00df0ce13" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "9d710bdf29b16c3120467a6975c183defa3ee528ad5ac9b9363e21992eac5ed2" +metafile = true + +[[files]] +file = "resourcepacks/tutorial-world-addon.pw.toml" +hash = "0eda03a0fd7704f0d4171291d059694d23874e04d91a37afdc57187cbacc6a12" +metafile = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/animatica.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/animatica.pw.toml new file mode 100644 index 000000000..e6c0ea6ad --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/animatica.pw.toml @@ -0,0 +1,13 @@ +name = "Animatica" +filename = "animatica-0.6.1+1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "48746e8fbf005ffd4b7018cf37339a312865c57b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6680910 +project-id = 533006 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..9d982396e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.3-1.21.9-21.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "20e1b894d40fea2cd13abcf32f224609445621ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7121362 +project-id = 949555 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/cape-provider.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/cape-provider.pw.toml new file mode 100644 index 000000000..f3c60f233 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/cape-provider.pw.toml @@ -0,0 +1,13 @@ +name = "Cape Provider" +filename = "cape-provider-4.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4aa5a7d763f0e4ab38007f23895d50e9ec1a2197" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7104124 +project-id = 1291862 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/chat-heads.pw.toml new file mode 100644 index 000000000..e1af4c278 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-1.1.2-fabric-1.21.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "daaf0227fac9caf4c565b8b5b1b41a7f8cebafd4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7124837 +project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/cloth-config.pw.toml new file mode 100644 index 000000000..bad2b115b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge/NeoForge)" +filename = "cloth-config-20.0.148-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ad95aeea20f5ea134261317e2306c202a188434e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7060803 +project-id = 348521 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/continuity.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/continuity.pw.toml new file mode 100644 index 000000000..407c8cea1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.1-beta.1+1.21.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4bc922092c48b211e1981ef3403148f24313590a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6741584 +project-id = 531351 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/craftpresence.pw.toml new file mode 100644 index 000000000..bfda86d2a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/craftpresence.pw.toml @@ -0,0 +1,13 @@ +name = "CraftPresence" +filename = "CraftPresence-2.7.0+1.21.10-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "95310fd81be5e71d1b62f7e2cd066a932fb39783" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7146064 +project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/crash-assistant.pw.toml new file mode 100644 index 000000000..f30a62208 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/crash-assistant.pw.toml @@ -0,0 +1,13 @@ +name = "Crash Assistant" +filename = "CrashAssistant-fabric-1.21.5-1.21.10-1.10.15.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7e61a0d8d06083ad6e96044c910d3b3b4eeb836e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7139399 +project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/cubes-without-borders.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/cubes-without-borders.pw.toml new file mode 100644 index 000000000..8d01a88b7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/cubes-without-borders.pw.toml @@ -0,0 +1,13 @@ +name = "Cubes Without Borders" +filename = "cwb-fabric-3.0.0+mc1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b663eb9a8238be3cd71173e39b6f9d01d0948c1d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6381090 +project-id = 975120 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..2688a8e99 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.10.0+minecraft-1.21.9-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c9ed172c9197be77d91239656bd9ac233aee77e9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7144257 +project-id = 335493 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/entity-model-features.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/entity-model-features.pw.toml new file mode 100644 index 000000000..81ee33f7a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features [Fabric & Forge]" +filename = "entity_model_features_1.21.9-fabric-3.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "565a7cb666a2fa2835868fa39f393c75182fab26" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7136604 +project-id = 844662 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/entity-texture-features-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/entity-texture-features-fabric.pw.toml new file mode 100644 index 000000000..7a7d9feab --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/entity-texture-features-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features - [Fabric & Forge]" +filename = "entity_texture_features-7.0.4-1.21.9-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "07c402a7f6db6d6cfcddec3d765319813b8544ca" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7086276 +project-id = 568563 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/entityculling.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/entityculling.pw.toml new file mode 100644 index 000000000..65599b831 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Culling Fabric/Forge" +filename = "entityculling-fabric-1.9.2-mc1.21.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "15551ca2baa8d5079bc5055f1f13242fe0fd5606" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7125354 +project-id = 448233 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/fabric-api.pw.toml new file mode 100644 index 000000000..e925cd844 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.136.0+1.21.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2eadebc564b8becce26215c17c6965371a2719d7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7120309 +project-id = 306612 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/factory-api.pw.toml new file mode 100644 index 000000000..e8d3ab89c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/factory-api.pw.toml @@ -0,0 +1,9 @@ +name = "Factory API" +filename = "FactoryAPI-1.21.10-port-2.2.6.2541.3.jar" +side = "both" + +[download] +url = "https://github.com/omo50/aw/releases/download/1/factory_api-fabric-1.21.10-2.2.6.2541.3.jar" +hash-format = "sha256" +hash = "ced06ffd87807902eaf026f4a7cea6c1ec23b253b874e5574116472422cbb618" + diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/ferritecore-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/ferritecore-fabric.pw.toml new file mode 100644 index 000000000..289b814c5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/ferritecore-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore (Fabric)" +filename = "ferritecore-8.0.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "53d76354587cd1965b842fdce7cff965b5c52fe5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6365997 +project-id = 459857 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..e9b187583 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.13.1+1.21.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2ec40ae5c20f03e426cefcb360fb74acbf75cc52" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7078186 +project-id = 686911 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/irisshaders.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/irisshaders.pw.toml new file mode 100644 index 000000000..6c442c39a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/irisshaders.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-fabric-1.9.6+mc1.21.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "365d6619b1526abf8475ff1fc1a537b033d9fafa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7088028 +project-id = 455508 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/lambdabettergrass.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/lambdabettergrass.pw.toml new file mode 100644 index 000000000..1ba0adef7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/lambdabettergrass.pw.toml @@ -0,0 +1,13 @@ +name = "LambdaBetterGrass" +filename = "lambdabettergrass-2.5.0+1.21.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b6769714a871301ccb11791eca903dadceb9ee1e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7067326 +project-id = 400322 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/lambdynamiclights.pw.toml new file mode 100644 index 000000000..5387fe869 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-4.8.5+1.21.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "98e6eea9a15f07347ccc2f84c42883d684810163" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7117980 +project-id = 393442 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/lazy-language-loader.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/lazy-language-loader.pw.toml new file mode 100644 index 000000000..c4fd49a71 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/lazy-language-loader.pw.toml @@ -0,0 +1,13 @@ +name = "lazy-language-loader (Fabric)" +filename = "lazy-language-loader-0.3.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6c253c3b2c35339f6c3bd0c5b16d3f4cc05bdff8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7052613 +project-id = 526391 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/legacy4j.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/legacy4j.pw.toml new file mode 100644 index 000000000..a1b376542 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/legacy4j.pw.toml @@ -0,0 +1,9 @@ +name = "Legacy4J" +filename = "legacy4j-fabric-1.21.10-port-1.8.5.2541.2.jar" +side = "both" + +[download] +url = "https://github.com/omo50/i-hope-this-will-work-for-gods-sake/releases/download/2.0/legacy-fabric-1.21.10-1.8.5.2541.2.jar" +hash-format = "sha256" +hash = "c4bb6942f2d32d87e7885b5a5326921c7cbe331503a820a217a716c37c4e8ab4" + diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/macos-input-fixes.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/macos-input-fixes.pw.toml new file mode 100644 index 000000000..b9d298b24 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/macos-input-fixes.pw.toml @@ -0,0 +1,13 @@ +name = "MacOS Input Fixes" +filename = "macos-input-fixes-1.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3903ec0e5c339fa24201147007cce9805bad7d60" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7064707 +project-id = 678691 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/moderner-beta.pw.toml new file mode 100644 index 000000000..8305e07ec --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/moderner-beta.pw.toml @@ -0,0 +1,13 @@ +name = "Moderner Beta" +filename = "moderner-beta-fabric-3.2.1+1.21.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/lP0zITpq/moderner-beta-fabric-3.2.1%2B1.21.9.jar" +hash-format = "sha512" +hash = "4412776cd518f173fce3b0c23ed800b0a6fc2af8b0db493f86638c5a975645990fe3f0a6af8a51ed21e96aff66b88d2d1d8c32c424022f0383c51b6fd3d93238" + +[update] +[update.modrinth] +mod-id = "xkrdwmh2" +version = "lP0zITpq" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/modmenu.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/modmenu.pw.toml new file mode 100644 index 000000000..28519d930 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-15.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b22a1a02a13642ec707d01bb8b14a21188d6d6fa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6946098 +project-id = 308702 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/moonrise.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/moonrise.pw.toml new file mode 100644 index 000000000..e7bed9cce --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/moonrise.pw.toml @@ -0,0 +1,13 @@ +name = "Moonrise" +filename = "Moonrise-Fabric-0.8.0-beta.2+283fcc3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "304847a6fcae6909ff1cb345f2f099d8290e2423" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7150180 +project-id = 1096335 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/moreculling.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/moreculling.pw.toml new file mode 100644 index 000000000..f13c109ef --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/moreculling.pw.toml @@ -0,0 +1,13 @@ +name = "MoreCulling" +filename = "moreculling-fabric-1.21.9-1.5.0-beta.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3ab31aec861c6bcade87f7e9317d1ca2ac7a19f3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7054590 +project-id = 630104 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/numeral-ping.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/numeral-ping.pw.toml new file mode 100644 index 000000000..b318ea2b0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/numeral-ping.pw.toml @@ -0,0 +1,13 @@ +name = "Numeral Ping" +filename = "numeralping-1.2.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5a578f8b591b845ba795b4b3029f44a7124acb9c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6682172 +project-id = 559653 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/ok-zoomer.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/ok-zoomer.pw.toml new file mode 100644 index 000000000..f9665aeb2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/ok-zoomer.pw.toml @@ -0,0 +1,13 @@ +name = "Ok Zoomer - It's Zoom!" +filename = "ok_zoomer-fabric-15.0.0-beta.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0dba71d06a69c76277fff626bd6fd90744c26130" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7071555 +project-id = 354047 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/optiboxes.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/optiboxes.pw.toml new file mode 100644 index 000000000..3fc0e98be --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/optiboxes.pw.toml @@ -0,0 +1,13 @@ +name = "Optiboxes" +filename = "optiboxes-1.6+1.21.9-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bf9294ee897feebbfe9724c9b00ff01f25b26412" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7103118 +project-id = 1301799 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/renderscale.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/renderscale.pw.toml new file mode 100644 index 000000000..6d22b8d64 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/renderscale.pw.toml @@ -0,0 +1,13 @@ +name = "RenderScale" +filename = "renderscale-fabric-1.21.10-1.3.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e9bb925e632dabe709a8558cdcb04c85efe24c61" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7083422 +project-id = 1172416 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/simple-voice-chat.pw.toml new file mode 100644 index 000000000..c32514024 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.21.10-2.6.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f30622ce48b9c288d0af818b179a140c4ef8ae82" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7117189 +project-id = 416089 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/sodium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/sodium.pw.toml new file mode 100644 index 000000000..82bb8c085 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.7.2+mc1.21.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3ade491ca5fc3074d332ff8eba2dbf0e294cc04e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7088176 +project-id = 394468 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/unilib.pw.toml new file mode 100644 index 000000000..a7b63be10 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/unilib.pw.toml @@ -0,0 +1,13 @@ +name = "UniLib" +filename = "UniLib-1.2.0+1.21.10-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2f9cf22540efcf07bb384a94a504dcc2e68acd11" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7145302 +project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/yacl.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/yacl.pw.toml new file mode 100644 index 000000000..b31c472ce --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.7.1+1.21.6-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "932e1011a9ddef31fb4f4d7934f16a091aa5004b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662860 +project-id = 667299 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/pack.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/pack.toml new file mode 100644 index 000000000..d70ac06c2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/pack.toml @@ -0,0 +1,13 @@ +name = "Re-Console" +author = "omo50, Technocality, Cjnator38" +version = "2.8.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "893d05b4741b50d3ec413e1bdeeca1d55281bfe2f362bc1635ef80d4e2f6cf16" + +[versions] +fabric = "0.17.3" +minecraft = "1.21.10" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..60d440ee3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "4f7262a5300700a2dad5a621d6dba9c0874261ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6786321 +project-id = 1068239 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/resourcepacks/tutorial-world-addon.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/resourcepacks/tutorial-world-addon.pw.toml new file mode 100644 index 000000000..c969f979c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.10/resourcepacks/tutorial-world-addon.pw.toml @@ -0,0 +1,13 @@ +name = "Tutorial World Addon" +filename = "TutorialWorldAddon.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "f111a9b3c425fc8adb025b24ebf7732f11419049" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5840505 +project-id = 1127183 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/config.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/config.toml new file mode 100644 index 000000000..d8e53322a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/config.toml @@ -0,0 +1,99 @@ + +#General settings of Crash Assistant mod. +[general] + #Link which will be opened in browser on request_help_button pressed. + #If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link. + #Must start with 'https://' or 'www.' + help_link = "https://discord.com/invite/M9bQdm25Pk" + #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" + #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. + kill_old_app = true + #If options.txt doesn't exist, the default language will be used. + default_lang = "en_us" + #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. + show_dont_send_screenshot_of_gui_notice = true + #List of blacklisted log files. This files won't show in GUI logs list. + blacklisted_logs = [] + +#Here you can change text of lang placeHolders. +#Also you can change any text in lang files. +#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where. +[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 = "Nostalgica Reverie Discord" + #$CONFIG.text.support_place$ in lang files will be replaced with this value. + support_place = "#legacy-console-modpacks" + #$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 = "Re-Console" + +#Settings of message generated by Upload all button +[generated_message] + #Add ### prefix before filename. + #This can prevent too small, hard to hit on mobile links. + h3_prefix = true + #Replaces "\n" separator between logs to " | " to make message vertically smaller. + one_line_logs = true + #Adds line in log list about this Intel processor can be corrupted. + intel_corrupted_notification = true + #If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for. + #This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities. + generated_msg_lang = "en_us" + #This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button. + #You can include: + # * some form, which users should fill out. + # * additional information like Minecraft version, etc. + text_under_crashed = "" + #With this option you can notify user about something related with posting generated message. + #For example if they need to fill some option from "text_under_crashed", etc. + #Supports html formatting, placeholders. + #Leave empty to prevent showing this warning message. + warning_after_upload_all_button_press = "" + +#Settings of modlist feature. +#Adds in generated msg block about which mods modpack user added/removed/updated. +#Also you can see diff by running '/crash_assistant modlist diff' command. +[modpack_modlist] + #Enable feature. + enabled = true + #nicknames of players, who considered as modpack creator. + #Only this players can overwrite modlist.json + #If this feature is enabled and this array is empty, will be appended with nickname of current player. + modpack_creators = ["omoso_","Technocality","Cjnator38"] + #If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen), + #then game is launched by modpack creator. + #So you won't forget to save it before publishing. + #If you want to save manually: disable this and use '/crash_assistant modlist save' command. + auto_update = true + #If enabled, will add resourcepacks to modlist.json + #After filename where will be ' (resourcepack)' suffix. + add_resourcepacks = false + +#Settings of '/crash_assistant crash' command feature. +[crash_command] + #Enable feature. + enabled = true + #To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds. + #Set to <= 0 to disable the confirmation. + seconds = 10 + +#Settings of notifying about intel corrupted processors. +[intel_corrupted] + #Enable feature. + enabled = true + #Show funny related gif in warning message. + show_gif = false + +[greeting] + #You don't need to touch this option. + #On first world join of modpack creator if set to false shows greeting, then self enables. + shown_greeting = true + + diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/lang/README.md b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/lang/README.md new file mode 100644 index 000000000..ad24a4fa0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/lang/README.md @@ -0,0 +1,18 @@ +Hi Localizer! + +## Contributing + +If you want to add new language to the mod, please create a pull request with a new or modified file: +https://github.com/KostromDan/Crash-Assistant/ + +lang files locate here in source code:`common_config/src/main/resources/lang` + +## Changing text for the modpack + +If you want to change some text, don't edit the jar directly. Instead, you can modify the files in config/crash_assistant/lang. + +You can also add an entirely new language file in this directory, and it will work. + +"$DEFAULT" value means value will be taken from jar lang(if exists), else from en_us. + +Warning: don't try to use any utils of changing lang like KubeJs, resourcepacks, etc. It won't work. diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/lang/en_us.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/lang/en_us.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/lang/en_us.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/lang/ru_ru.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/lang/ru_ru.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/lang/ru_ru.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/lang/zh_cn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/lang/zh_cn.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/lang/zh_cn.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/modlist.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/modlist.json new file mode 100644 index 000000000..ef134fed7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/modlist.json @@ -0,0 +1,247 @@ +{ + "fabric-loader-0.17.2.jar (modloader)": { + "jarName": "fabric-loader-0.17.2.jar (modloader)", + "modId": "fabric", + "version": "fabric-loader-0.17.2.jar" + }, + "architectury-14.0.4-fabric.jar": { + "jarName": "architectury-14.0.4-fabric.jar", + "modId": "architectury", + "version": "14.0.4" + }, + "BadOptimizations-2.3.0-1.21.2-21.5.jar": { + "jarName": "BadOptimizations-2.3.0-1.21.2-21.5.jar", + "modId": "badoptimizations", + "version": "2.3.0" + }, + "BetterGrassify-1.7.0+fabric.1.21.3.jar": { + "jarName": "BetterGrassify-1.7.0+fabric.1.21.3.jar", + "modId": "bettergrass", + "version": "1.7.0+fabric.1.21.3" + }, + "BetterPingDisplay-Fabric-1.21.3-1.1.1.jar": { + "jarName": "BetterPingDisplay-Fabric-1.21.3-1.1.1.jar", + "modId": "betterpingdisplay", + "version": "1.1.1" + }, + "bobby-5.2.5+mc1.21.2.jar": { + "jarName": "bobby-5.2.5+mc1.21.2.jar", + "modId": "bobby", + "version": "5.2.5+mc1.21.2" + }, + "c2me-fabric-mc1.21.3-0.3.1+alpha.0.44.jar": { + "jarName": "c2me-fabric-mc1.21.3-0.3.1+alpha.0.44.jar", + "modId": "c2me", + "version": "0.3.1+alpha.0.44+1.21.3" + }, + "capes-1.5.4+1.21.2-fabric.jar": { + "jarName": "capes-1.5.4+1.21.2-fabric.jar", + "modId": "capes", + "version": "1.5.4+1.21.2" + }, + "chat_heads-0.13.18-fabric-1.21.3.jar": { + "jarName": "chat_heads-0.13.18-fabric-1.21.3.jar", + "modId": "chat_heads", + "version": "0.13.18" + }, + "cloth-config-16.0.143-fabric.jar": { + "jarName": "cloth-config-16.0.143-fabric.jar", + "modId": "cloth-config", + "version": "16.0.143" + }, + "ConfiguredDefaults-v21.3.3-1.21.3-Fabric.jar": { + "jarName": "ConfiguredDefaults-v21.3.3-1.21.3-Fabric.jar", + "modId": "configureddefaults", + "version": "21.3.3" + }, + "continuity-3.0.0+1.21.3.jar": { + "jarName": "continuity-3.0.0+1.21.3.jar", + "modId": "continuity", + "version": "3.0.0+1.21.3" + }, + "CraftPresence-2.6.2+1.21.3-fabric.jar": { + "jarName": "CraftPresence-2.6.2+1.21.3-fabric.jar", + "modId": "craftpresence", + "version": "2.6.2" + }, + "CrashAssistant-fabric-1.19-1.21.4-1.9.15.jar": { + "jarName": "CrashAssistant-fabric-1.19-1.21.4-1.9.15.jar", + "modId": "crash_assistant", + "version": "1.9.15" + }, + "CustomPlayerModels-Fabric-1.21.3-0.6.24a.jar": { + "jarName": "CustomPlayerModels-Fabric-1.21.3-0.6.24a.jar", + "modId": "cpm", + "version": "0.6.24a" + }, + "cwb-fabric-3.0.0+mc1.21.3.jar": { + "jarName": "cwb-fabric-3.0.0+mc1.21.3.jar", + "modId": "cubes-without-borders", + "version": "3.0.0+mc1.21.3" + }, + "Debugify-1.21.3+1.0.jar": { + "jarName": "Debugify-1.21.3+1.0.jar", + "modId": "debugify", + "version": "1.21.3+1.0" + }, + "dynamic-fps-3.9.5+minecraft-1.21.2-fabric.jar": { + "jarName": "dynamic-fps-3.9.5+minecraft-1.21.2-fabric.jar", + "modId": "dynamic_fps", + "version": "3.9.5" + }, + "entity_model_features_1.21.3-fabric-3.0.1.jar": { + "jarName": "entity_model_features_1.21.3-fabric-3.0.1.jar", + "modId": "entity_model_features", + "version": "3.0.1" + }, + "entity_texture_features_1.21.3-fabric-7.0.0.jar": { + "jarName": "entity_texture_features_1.21.3-fabric-7.0.0.jar", + "modId": "entity_texture_features", + "version": "7.0.0" + }, + "fabric-api-0.114.1+1.21.3.jar": { + "jarName": "fabric-api-0.114.1+1.21.3.jar", + "modId": "fabric-api", + "version": "0.114.1+1.21.3" + }, + "fabric-language-kotlin-1.13.5+kotlin.2.2.10.jar": { + "jarName": "fabric-language-kotlin-1.13.5+kotlin.2.2.10.jar", + "modId": "fabric-language-kotlin", + "version": "1.13.5+kotlin.2.2.10" + }, + "fabrishot-1.14.2.jar": { + "jarName": "fabrishot-1.14.2.jar", + "modId": "fabrishot", + "version": "1.14.2" + }, + "FactoryAPI-1.21.3-2.2.6-fabric.jar": { + "jarName": "FactoryAPI-1.21.3-2.2.6-fabric.jar", + "modId": "factory_api", + "version": "2.2.6" + }, + "fastquit-3.0.0+1.21.3.jar": { + "jarName": "fastquit-3.0.0+1.21.3.jar", + "modId": "fastquit", + "version": "3.0.0+1.21.3" + }, + "ferritecore-7.1.0-hotfix-fabric.jar": { + "jarName": "ferritecore-7.1.0-hotfix-fabric.jar", + "modId": "ferritecore", + "version": "7.1.0-hotfix" + }, + "figura-0.1.5+1.21.3-fabric-mc.jar": { + "jarName": "figura-0.1.5+1.21.3-fabric-mc.jar", + "modId": "figura", + "version": "0.1.5+1.21.3" + }, + "ImmediatelyFast-Fabric-1.7.1+1.21.3.jar": { + "jarName": "ImmediatelyFast-Fabric-1.7.1+1.21.3.jar", + "modId": "immediatelyfast", + "version": "1.7.1+1.21.3" + }, + "lambdynamiclights-4.1.0+1.21.3.jar": { + "jarName": "lambdynamiclights-4.1.0+1.21.3.jar", + "modId": "lambdynlights", + "version": "4.1.0+1.21.3" + }, + "lazy-language-loader-0.3.7.jar": { + "jarName": "lazy-language-loader-0.3.7.jar", + "modId": "lazy-language-loader", + "version": "0.3.7" + }, + "Legacy4J-1.21.3-1.8.5-lts-fabric.jar": { + "jarName": "Legacy4J-1.21.3-1.8.5-lts-fabric.jar", + "modId": "legacy", + "version": "1.8.5-lts" + }, + "legacyskins-1.4.0+fabric+1.21.3.jar": { + "jarName": "legacyskins-1.4.0+fabric+1.21.3.jar", + "modId": "legacyskins", + "version": "1.4.0+fabric+1.21.3" + }, + "lithium-fabric-0.14.6+mc1.21.3.jar": { + "jarName": "lithium-fabric-0.14.6+mc1.21.3.jar", + "modId": "lithium", + "version": "0.14.6+mc1.21.3" + }, + "macos-input-fixes-1.9.jar": { + "jarName": "macos-input-fixes-1.9.jar", + "modId": "macos_input_fixes", + "version": "1.9" + }, + "modelfix-1.21.3-1.10-fabric.jar": { + "jarName": "modelfix-1.21.3-1.10-fabric.jar", + "modId": "modelfix", + "version": "1.21.3-1.10" + }, + "moderner-beta-2.1.4+1.21.2-fabric.jar": { + "jarName": "moderner-beta-2.1.4+1.21.2-fabric.jar", + "modId": "moderner_beta", + "version": "2.1.4+1.21.2" + }, + "modmenu-12.0.0.jar": { + "jarName": "modmenu-12.0.0.jar", + "modId": "modmenu", + "version": "12.0.0" + }, + "moreculling-fabric-1.21.3-1.1.1.jar": { + "jarName": "moreculling-fabric-1.21.3-1.1.1.jar", + "modId": "moreculling", + "version": "1.1.1" + }, + "noisium-fabric-2.4.0+mc1.21.2-1.21.3.jar": { + "jarName": "noisium-fabric-2.4.0+mc1.21.2-1.21.3.jar", + "modId": "noisium", + "version": "2.4.0+mc1.21.2-1.21.3" + }, + "ok_zoomer-fabric-11.0.0-beta.4.jar": { + "jarName": "ok_zoomer-fabric-11.0.0-beta.4.jar", + "modId": "ok_zoomer", + "version": "11.0.0-beta.4" + }, + "placeholder-api-2.5.2+1.21.3.jar": { + "jarName": "placeholder-api-2.5.2+1.21.3.jar", + "modId": "placeholder-api", + "version": "2.5.2+1.21.3" + }, + "polytone-1.21.3-2.5.10-fabric.jar": { + "jarName": "polytone-1.21.3-2.5.10-fabric.jar", + "modId": "polytone", + "version": "1.21.3-2.5.10" + }, + "ScalableLux-0.1.2+beta.1+fabric.6d46f24-all.jar": { + "jarName": "ScalableLux-0.1.2+beta.1+fabric.6d46f24-all.jar", + "modId": "scalablelux", + "version": "0.1.2+beta.1+fabric.6d46f24" + }, + "sodium-fabric-0.6.13+mc1.21.3.jar": { + "jarName": "sodium-fabric-0.6.13+mc1.21.3.jar", + "modId": "sodium", + "version": "0.6.13+mc1.21.3" + }, + "threadtweak-fabric-0.1.7+mc1.21.5.jar": { + "jarName": "threadtweak-fabric-0.1.7+mc1.21.5.jar", + "modId": "threadtweak", + "version": "0.1.7+mc1.21.5" + }, + "UniLib-1.1.1+1.21.3-fabric.jar": { + "jarName": "UniLib-1.1.1+1.21.3-fabric.jar", + "modId": "unilib", + "version": "1.1.1" + }, + "voicechat-fabric-1.21.3-2.5.31.jar": { + "jarName": "voicechat-fabric-1.21.3-2.5.31.jar", + "modId": "voicechat", + "version": "1.21.3-2.5.31" + }, + "world-host-0.5.2+1.21.3-fabric.jar": { + "jarName": "world-host-0.5.2+1.21.3-fabric.jar", + "modId": "world-host", + "version": "0.5.2+1.21.3-fabric" + }, + "yet_another_config_lib_v3-3.7.1+1.21.3-fabric.jar": { + "jarName": "yet_another_config_lib_v3-3.7.1+1.21.3-fabric.jar", + "modId": "yet_another_config_lib_v3", + "version": "3.7.1+1.21.3-fabric" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/problematic_mods_config.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/problematic_mods_config.json new file mode 100644 index 000000000..680dd9548 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/config/crash_assistant/problematic_mods_config.json @@ -0,0 +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 + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/bettergrass.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/bettergrass.json5 new file mode 100644 index 000000000..064abfa38 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/bettergrass.json5 @@ -0,0 +1,3 @@ +{ + "betterGrassMode": "OFF" +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/capes.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/capes.json5 new file mode 100644 index 000000000..ca3b6ab16 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/capes.json5 @@ -0,0 +1,10 @@ +{ + clientCapeType: "MINECRAFTCAPES", + enableOptifine: true, + enableLabyMod: false, + enableWynntils: true, + enableMinecraftCapesMod: true, + enableCosmetica: true, + enableCloaksPlus: true, + enableElytraTexture: true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/citresewn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/citresewn.json new file mode 100644 index 000000000..63f9cac28 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/citresewn.json @@ -0,0 +1,3 @@ +{ + "broken_paths": true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/cpm.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/cpm.json new file mode 100644 index 000000000..e7bf688eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/cpm.json @@ -0,0 +1,15 @@ +{ + "editorLastVersion": "0.6.21a", + "editorSelectMouseButton": 0, + "titleScreenButton": false, + "playerSettings": {}, + "globalSettings": {}, + "friendSettings": {}, + "keybinds": {}, + "editorDragMouseButton": -1, + "editorMenuMouseButton": 1, + "editorRotateMouseButton": 2, + "safetyProfiles": {}, + "editorRecentProjects": [], + "serverSettings": {} +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/craftpresence.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/craftpresence.json new file mode 100644 index 000000000..2e050b5e5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/craftpresence.json @@ -0,0 +1,154 @@ +{ + "_schemaVersion": 6, + "_lastMCVersionId": 769, + "generalSettings": { + "detectATLauncherInstance": false, + "detectCurseManifest": false, + "detectMultiMCManifest": true, + "detectMCUpdaterInstance": false, + "detectTechnicPack": true, + "detectModrinthPack": false, + "detectBiomeData": false, + "detectDimensionData": false, + "detectWorldData": true, + "clientId": "1278509112128442443", + "defaultIcon": "othericon", + "enableJoinRequests": true, + "preferredClientLevel": 3, + "resetTimeOnInit": false, + "autoRegister": false + }, + "biomeSettings": { + "fallbackBiomeIcon": "unknown", + "biomeData": { + "default": { + "textOverride": "Playing in {biome.name}" + } + } + }, + "dimensionSettings": { + "fallbackDimensionIcon": "unknown", + "dimensionData": { + "default": { + "textOverride": "In the {dimension.name}" + } + } + }, + "serverSettings": { + "fallbackServerIcon": "default", + "fallbackServerName": "Minecraft Server", + "fallbackServerMotd": "A Minecraft Server", + "serverData": { + "default": { + "textOverride": "Playing on {server.name}" + } + }, + "pingRateInterval": 5, + "pingRateUnit": "minutes" + }, + "statusMessages": { + "mainMenuData": { + "textOverride": "In the Main Menu" + }, + "loadingData": { + "textOverride": "Loading..." + }, + "lanData": { + "textOverride": "Playing on a LAN Server" + }, + "singleplayerData": { + "textOverride": "Playing Singleplayer - \"{world.name}\"" + }, + "realmData": { + "textOverride": "Playing on {server.name} - Realm" + } + }, + "advancedSettings": { + "enablePerGui": false, + "enablePerItem": false, + "enablePerEntity": false, + "formatWords": true, + "debugMode": false, + "verboseMode": false, + "refreshRate": 2, + "allowPlaceholderPreviews": false, + "guiSettings": { + "fallbackGuiIcon": "unknown", + "guiData": { + "default": { + "textOverride": "In {screen.name}" + } + } + }, + "itemMessages": { + "default": "Holding {item.message.holding}" + }, + "entitySettings": { + "fallbackEntityIcon": "unknown", + "targetData": { + "default": { + "textOverride": "Targeting {entity.target.name}" + } + }, + "ridingData": { + "default": { + "textOverride": "Riding {entity.riding.name}" + } + } + }, + "allowEndpointIcons": true, + "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", + "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", + "allowDuplicatePackets": false, + "maxConnectionAttempts": 10, + "enableClassGraph": false, + "useClassLoader": false + }, + "accessibilitySettings": { + "languageId": "en_us", + "stripTranslationColors": false, + "stripTranslationFormatting": false, + "stripExtraGuiElements": false, + "configKeyCode": 96 + }, + "displaySettings": { + "presenceData": { + "enabled": true, + "useAsMain": false, + "isInstance": false, + "activityType": 0, + "partyPrivacy": 1, + "details": "{getFirst(menu.message, dimension.message)}", + "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "largeImageKey": "othericon", + "largeImageText": "Re-Console", + "smallImageKey": "{player.icon}", + "smallImageText": "{player.name}", + "startTimestamp": "{data.general.time}", + "endTimestamp": "", + "buttons": { + "default": { + "label": "Example Text", + "url": "https://google.com" + } + } + }, + "dynamicIcons": { + "anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad", + "juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed", + "default": "https://via.placeholder.com/256.png" + }, + "dynamicVariables": { + "default": "Example Text", + "mods": "{general.mods} Mod(s)", + "player_info_coordinate": "At {player.position.x}, {player.position.z}", + "players": "{server.players.current} / {server.players.max} Players", + "player_info_in": "({custom.player_info.health})", + "player_info_items": "Items: {item.main_hand.message}", + "player_info_out": "As {player.name}", + "player_info_health": "Health: {player.health.current}/{player.health.max}", + "world_info": "On {world.name}", + "pack": "{pack.name}" + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/enhanced_bes.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/fastquit.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/fastquit.toml new file mode 100644 index 000000000..6e30c51e3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/fastquit.toml @@ -0,0 +1 @@ +showToasts = false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/immediatelyfast.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/immediatelyfast.json new file mode 100644 index 000000000..3823c4474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/immediatelyfast.json @@ -0,0 +1,20 @@ +{ + "REGULAR_INFO": "----- Regular config values below -----", + "font_atlas_resizing": true, + "map_atlas_generation": true, + "fast_text_lookup": true, + "avoid_redundant_framebuffer_switching": true, + "fix_slow_buffer_upload_on_apple_gpu": true, + "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", + "dont_add_info_into_debug_hud": false, + "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", + "experimental_disable_error_checking": true, + "experimental_disable_resource_pack_conflict_handling": true, + "experimental_sign_text_buffering": false, + "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", + "debug_only_and_not_recommended_disable_universal_batching": false, + "debug_only_and_not_recommended_disable_mod_conflict_handling": false, + "debug_only_and_not_recommended_disable_hardware_conflict_handling": false, + "debug_only_print_additional_error_information": false, + "debug_only_use_last_usage_for_batch_ordering": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/iris.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/iris.properties new file mode 100644 index 000000000..890fd1467 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/iris.properties @@ -0,0 +1,2 @@ +disableUpdateMessage=true +enableShaders=false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/lambdynlights.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/lambdynlights.toml new file mode 100644 index 000000000..362af0547 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/lambdynlights.toml @@ -0,0 +1,148 @@ +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "off" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + # Enable first-person player light source. + self = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "off" + # Enable entities light source. + entities = true + # Creeper lighting mode. May be off, simple or fancy. + creeper = "simple" + + [light_sources.settings.entities.minecraft] + zombie_horse = true + axolotl = true + egg = true + zoglin = true + spawner_minecart = true + allay = true + llama = true + mule = true + bat = true + husk = true + camel = true + experience_bottle = true + rabbit = true + firework_rocket = true + silverfish = true + giant = true + drowned = true + item = true + goat = true + horse = true + vindicator = true + minecart = true + spectral_arrow = true + llama_spit = true + mooshroom = true + glow_item_frame = false + snowball = true + tnt = true + parrot = true + creeper = true + lightning_bolt = true + tadpole = true + ravager = true + evoker_fangs = true + chest_minecart = true + tropical_fish = true + slime = true + pillager = true + area_effect_cloud = true + blaze = true + piglin = true + end_crystal = true + endermite = true + ender_pearl = true + zombie = true + item_display = true + breeze_wind_charge = true + guardian = true + fireball = true + illusioner = true + eye_of_ender = true + wither_skull = true + wolf = true + block_display = true + tnt_minecart = true + zombie_villager = true + elder_guardian = true + chest_boat = true + boat = true + small_fireball = true + strider = true + cave_spider = true + cod = true + snow_golem = true + witch = true + spider = true + command_block_minecart = true + panda = true + bee = true + arrow = true + cow = true + magma_cube = true + pig = true + skeleton = true + frog = true + hoglin = true + armadillo = true + armor_stand = true + experience_orb = true + dolphin = true + stray = true + shulker = true + turtle = true + salmon = true + vex = true + wandering_trader = true + wither_skeleton = true + piglin_brute = true + breeze = true + ocelot = true + furnace_minecart = true + item_frame = true + phantom = true + ender_dragon = true + leash_knot = true + evoker = true + marker = true + glow_squid = true + warden = true + shulker_bullet = true + squid = true + enderman = true + dragon_fireball = true + chicken = true + sniffer = true + trader_llama = true + donkey = true + bogged = true + fox = true + iron_golem = true + zombified_piglin = true + cat = true + wind_charge = true + ghast = true + sheep = true + player = true + pufferfish = true + potion = true + trident = true + villager = true + ominous_item_spawner = true + skeleton_horse = true + fishing_bobber = true + text_display = true + polar_bear = true + hopper_minecart = true + falling_block = true + painting = true + interaction = true + wither = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/client_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/client_mixin.json new file mode 100644 index 000000000..5a4aa9549 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/client_mixin.json @@ -0,0 +1,25 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/client_options.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/client_options.json new file mode 100644 index 000000000..8bd1d4f4a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/client_options.json @@ -0,0 +1,205 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 1, + "animatedCharacter": true, + "autoResolution": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "backSound": true, + "bubblesOutsideWater": true, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.disable_voice_chat": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.entityculling.toggleBoxes": "none", + "component_key.fabrishot.screenshot": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hide_icons": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.mute_microphone": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.optigui.inspect": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.push_to_talk": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_key.voice_chat": "none", + "component_key.voice_chat_adjust_volumes": "none", + "component_key.voice_chat_group": "none", + "component_key.voice_chat_settings": "none", + "component_key.voice_chat_toggle_recording": "none", + "component_key.whisper": "none", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlTooltipDisplay": 0, + "controlType": "auto", + "controllerCursorAtFirstInventorySlot": true, + "controllerDoubleClick": false, + "controllerSensitivity": 0.5, + "controllerToasts": true, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorAtFirstInventorySlot": false, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": false, + "fastLeavesWhenBlocked": false, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hoverFocusSound": false, + "hudDelay": 100, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceResolution": 0.5, + "interfaceSensitivity": 0.5, + "inventoryHoverFocusSound": false, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.21.3", + "lastLoadedVersion": "1.8.4-lts", + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyBabyVillagerHead": true, + "legacyCreativeBlockPlacing": true, + "legacyCursor": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyHearts": true, + "legacyIntroAndReloading": true, + "legacyItemPickup": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyLoadingAndConnecting": true, + "legacyOverstackedItems": true, + "legacyPanorama": true, + "legacySkyShape": true, + "limitCursor": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "mapsWithCoords": true, + "menusWithBackground": false, + "merchantTradingIndicator": true, + "minecartSounds": true, + "modCraftingTabs": false, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": false, + "searchCreativeTab": true, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemCursor": false, + "systemMessagesAsOverlay": false, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "titleScreenVersionText": false, + "tooltipBoxes": true, + "unbindConflictingButtons": true, + "unbindConflictingKeys": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/common.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/common.json new file mode 100644 index 000000000..fb201bd22 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/common_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/global_packs.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/global_packs.json new file mode 100644 index 000000000..796dc9a58 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/legacy/global_packs.json @@ -0,0 +1,15 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "file/Legacy Worlds.zip", + "file/Modern-Skin-Packs-2.2.0.zip", + "file/Legacy-Skin-Packs-2.2.0.zip", + "file/The_Garden_Awakens_v1.0.zip", + "file/Legacy Skins Pack Ordering v3.zip", + "file/TutorialWorldAddon.zip", + "file/rcr2.zip", + "legacy:legacy_resources" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/modernfix-mixins.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/modernfix-mixins.properties new file mode 100644 index 000000000..8596383b7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/modernfix-mixins.properties @@ -0,0 +1,80 @@ +# This is the configuration file for ModernFix. +# In general, prefer using the config screen to editing this file. It can be accessed +# via the standard mod menu on your respective mod loader. Changes will, however, +# require restarting the game to take effect. +# +# The following options can be enabled or disabled if there is a compatibility issue. +# Add a line with your option name and =true or =false at the bottom of the file to enable +# or disable a rule. For example: +# mixin.perf.dynamic_resources=true +# Do not include the #. You may reset to defaults by deleting this file. +# +# Available options: +# mixin.bugfix.chunk_deadlock=false # (overridden for mod compat) +# mixin.bugfix.concurrency=true # (default) +# mixin.bugfix.missing_block_entities=false # (default) +# mixin.bugfix.packet_leak=false # (default) +# mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat) +# mixin.bugfix.restore_old_dragon_movement=false # (default) +# mixin.bugfix.world_leaks=true # (default) +# mixin.bugfix.world_screen_skipped=true # (default) +# mixin.devenv=false # (default) +# mixin.feature.blockentity_incorrect_thread=false # (default) +# mixin.feature.branding=true # (default) +# mixin.feature.cause_lag_by_disabling_threads=false # (default) +# mixin.feature.direct_stack_trace=false # (default) +# mixin.feature.disable_unihex_font=false # (default) +# mixin.feature.integrated_server_watchdog=true # (default) +# mixin.feature.log_stdout_in_log_files=true # (default) +# mixin.feature.mcfunction_profiling=true # (default) +# mixin.feature.measure_time=true # (default) +# mixin.feature.remove_chat_signing=false # (default) +# mixin.feature.remove_telemetry=true # (default) +# mixin.feature.snapshot_easter_egg=true # (default) +# mixin.feature.spam_thread_dump=false # (default) +# mixin.feature.spark_profile_launch=false # (default) +# mixin.feature.spark_profile_world_join=false # (default) +# mixin.feature.stalled_chunk_load_detection=false # (default) +# mixin.feature.warn_missing_perf_mods=true # (default) +# mixin.launch.class_search_cache=true # (default) +# mixin.perf.cache_blockstate_cache_arrays=true # (default) +# mixin.perf.cache_profile_texture_url=true # (default) +# mixin.perf.cache_strongholds=false # (overridden for mod compat) +# mixin.perf.chunk_meshing=true # (default) +# mixin.perf.clear_fabric_mapping_tables=false # (default) +# mixin.perf.clear_mixin_classinfo=false # (default) +# mixin.perf.compact_bit_storage=true # (default) +# mixin.perf.compress_unihex_font=true # (default) +# mixin.perf.dedicated_reload_executor=true # (default) +# mixin.perf.deduplicate_climate_parameters=false # (default) +# mixin.perf.deduplicate_location=false # (default) +# mixin.perf.deduplicate_wall_shapes=true # (default) +# mixin.perf.dynamic_dfu=true # (default) +# mixin.perf.dynamic_entity_renderers=false # (default) +# mixin.perf.dynamic_resources=false # (default) +# mixin.perf.dynamic_sounds=true # (default) +# mixin.perf.dynamic_structure_manager=true # (default) +# mixin.perf.faster_command_suggestions=true # (default) +# mixin.perf.faster_item_rendering=false # (default) +# mixin.perf.faster_texture_stitching=true # (default) +# mixin.perf.fix_loop_spin_waiting=true # (default) +# mixin.perf.lazy_search_tree_registry=true # (default) +# mixin.perf.memoize_creative_tab_build=true # (default) +# mixin.perf.model_optimizations=true # (default) +# mixin.perf.mojang_registry_size=true # (default) +# mixin.perf.remove_biome_temperature_cache=true # (default) +# mixin.perf.state_definition_construct=true # (default) +# mixin.perf.thread_priorities=false # (overridden for mod compat) +# mixin.perf.ticking_chunk_alloc=true # (default) +# mixin.perf.worldgen_allocation=false # (default) +# mixin.safety=true # (default) +# +# User overrides go here. +mixin.bugfix.missing_block_entities=true +mixin.bugfix.restore_old_dragon_movement=true +mixin.perf.clear_fabric_mapping_tables=true +mixin.perf.clear_mixin_classinfo=true +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true +mixin.perf.worldgen_allocation=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/modmenu.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/modmenu.json new file mode 100644 index 000000000..0496cf2bf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/modmenu.json @@ -0,0 +1,7 @@ +{ + "mods_button_style": "icon", + "game_menu_button_style": "icon", + "update_checker": false, + "count_libraries": false, + "count_children": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/puzzle.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/puzzle.json new file mode 100644 index 000000000..8ab73f8a4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/puzzle.json @@ -0,0 +1,20 @@ +{ + "disabledIntegrations": [ + "borderlessmining", + "cem", + "citresewn", + "continuity", + "colormatic", + "cullleaves", + "dynamicfps", + "entity_texture_features", + "entity_model_features", + "iris", + "lambdabettergrass", + "lambdynlights" + ], + "enablePuzzleButton": false, + "debugMessages": false, + "checkUpdates": false, + "showPuzzleInfo": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/servercore/config.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/servercore/optimizations.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/vmp.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/world-host.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/world-host.json5 new file mode 100644 index 000000000..385cba855 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/config/world-host.json5 @@ -0,0 +1,4 @@ +{ + showOnlineStatus: false, + enableFriends: false, +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/options.txt b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/options.txt new file mode 100644 index 000000000..9ede84d71 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/options.txt @@ -0,0 +1,13 @@ +version:3839 +biomeBlendRadius:1 +enableVsync:false +fullscreen:true +gamma:0.0 +fov:-0.05 +maxFps:240 +renderDistance:18 +simulationDistance:8 +toggleCrouch:true +notificationDisplayTime:1.2 +attackIndicator:0 +joinedFirstServer:true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/resource_albums.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/resource_albums.json new file mode 100644 index 000000000..f3304ca07 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/resource_albums.json @@ -0,0 +1,7 @@ +{ + "default": "minecraft", + "order": [ + "minecraft", + "minecraft_classic" + ] +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/resource_albums/minecraft.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/resource_albums/minecraft.json new file mode 100644 index 000000000..b2f74ec2e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/resource_albums/minecraft.json @@ -0,0 +1,18 @@ +{ + "background": "legacy:icon/background", + "packs": [ + "vanilla", + "fabric", + "legacy:legacy_waters", + "file/rcr3.zip" + ], + "displayPack": "vanilla", + "id": "minecraft", + "version": 2, + "name": { + "translate": "legacy.menu.albums.resource.minecraft" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/resource_albums/minecraft_classic.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/resource_albums/minecraft_classic.json new file mode 100644 index 000000000..054fb2c4d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/configureddefaults/resource_albums/minecraft_classic.json @@ -0,0 +1,18 @@ +{ + "icon": "legacy:icon/minecraft_classic", + "background": "legacy:icon/minecraft_classic_background", + "packs": [ + "vanilla", + "fabric", + "programmer_art", + "legacy:legacy_waters" + ], + "id": "minecraft_classic", + "version": 1, + "name": { + "translate": "legacy.menu.albums.resource.minecraft_classic" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft_classic.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/index.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/index.toml new file mode 100644 index 000000000..df395410a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/index.toml @@ -0,0 +1,390 @@ +hash-format = "sha256" + +[[files]] +file = "config/crash_assistant/config.toml" +hash = "d63ef06db7855e70531e63cfa0367f5193a270527425e9d5cd0e5f73ec34a2b0" + +[[files]] +file = "config/crash_assistant/lang/README.md" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" + +[[files]] +file = "config/crash_assistant/lang/en_us.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/ru_ru.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/zh_cn.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/modlist.json" +hash = "8429c9e48a0ec2f5a5519e845d93dcee215625654d41fc5ea5355fed9b70fe8d" + +[[files]] +file = "config/crash_assistant/problematic_mods_config.json" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" + +[[files]] +file = "configureddefaults/config/bettergrass.json5" +hash = "5ba4ad8c50ca8715fe648e7e68e8b5df0fe05acac0f9b152cedd93a6250ae386" + +[[files]] +file = "configureddefaults/config/capes.json5" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" + +[[files]] +file = "configureddefaults/config/citresewn.json" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" + +[[files]] +file = "configureddefaults/config/cpm.json" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" + +[[files]] +file = "configureddefaults/config/craftpresence.json" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" + +[[files]] +file = "configureddefaults/config/enhanced_bes.properties" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" + +[[files]] +file = "configureddefaults/config/fastquit.toml" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" + +[[files]] +file = "configureddefaults/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "configureddefaults/config/immediatelyfast.json" +hash = "2718bb7c2762955bb9080c5cf992d3fd2dc46dee2e8167141eca76d8ee9849fd" + +[[files]] +file = "configureddefaults/config/iris.properties" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" + +[[files]] +file = "configureddefaults/config/lambdynlights.toml" +hash = "40413b8a4f6d5495dc689ab7d812f867f7d07f3696a5a985432e93e7cda9a3db" + +[[files]] +file = "configureddefaults/config/legacy/client_mixin.json" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" + +[[files]] +file = "configureddefaults/config/legacy/client_options.json" +hash = "2e587e5e7f56dfbc37f08cfd963866ddc29f0325462dc8a316f577e78b1218b9" + +[[files]] +file = "configureddefaults/config/legacy/common.json" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" + +[[files]] +file = "configureddefaults/config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "configureddefaults/config/legacy/global_packs.json" +hash = "ddd9316b8053dc121ef511d953e2b6a9fa158e296bc80fb663cc4256d790dd20" + +[[files]] +file = "configureddefaults/config/modernfix-mixins.properties" +hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" + +[[files]] +file = "configureddefaults/config/modmenu.json" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" + +[[files]] +file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "configureddefaults/config/puzzle.json" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" + +[[files]] +file = "configureddefaults/config/servercore/config.yml" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" + +[[files]] +file = "configureddefaults/config/servercore/optimizations.yml" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" + +[[files]] +file = "configureddefaults/config/vmp.properties" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" + +[[files]] +file = "configureddefaults/config/world-host.json5" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" + +[[files]] +file = "configureddefaults/options.txt" +hash = "74dd4f49660613476a80e9137349f512346b6bec5298e793ece0225c1d2d00ad" + +[[files]] +file = "configureddefaults/resource_albums.json" +hash = "ecd81924a3b2ad635ddbeef550da86d325300a88ecd133daa70de8c3ed6c9242" + +[[files]] +file = "configureddefaults/resource_albums/minecraft.json" +hash = "6ffe86ea7cb0eb66f6f19797140d1bbb7d7ff39d8ab57006f06c2df97e83e362" + +[[files]] +file = "configureddefaults/resource_albums/minecraft_classic.json" +hash = "56b2d1a673da56a2a874284efb869eda80f4cbccf3012292797df0736762ed54" + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "34e84fe06c202a2f3a9c19e8a21d394532d8f7ecf6b91c4a2074fbebefb359da" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "ef848281e0d332086295afc0107a00e9e5f9fde02c0f223507c1c46ab1fbf2e9" +metafile = true + +[[files]] +file = "mods/better-ping-display-fabric.pw.toml" +hash = "f4356610a736152fa67bae5ad4cc59e2824af7630964ea251fca6a235fd7bd14" +metafile = true + +[[files]] +file = "mods/bettergrassify.pw.toml" +hash = "32c999c51a6c62ab3a688322c738ee248a97632c632c9f089727f2e85a6ffcfe" +metafile = true + +[[files]] +file = "mods/bobby.pw.toml" +hash = "978ccf8361f439a74434caaff42cec6ef350df7ba55804f146f50dea28f19ce3" +metafile = true + +[[files]] +file = "mods/c2me.pw.toml" +hash = "4e97cb63fbd59182e4bc1908b3003c95996c7eab48b5528364650e8b42889c49" +metafile = true + +[[files]] +file = "mods/capes.pw.toml" +hash = "99e7a43ab11d542f3f26b22e34a3784abaa5b0ac15e732aa067f13ff9240226b" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "2e50f3715f1995d10c9a52781aecabf3428e74571d3fb319912dda2558673a56" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "ca43068362e583f873dd90bb182d50b14ed9a9ebf8ece3260a90b0e429a3530e" +metafile = true + +[[files]] +file = "mods/configured-defaults.pw.toml" +hash = "7004054147440c716288f519f9c1725ba9766a2acaa8734833b4d65d29b353b3" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "5db358ca1282b0c27e5a66821fde84f890568db69b2a4e7f6e5a36fe7f7834ba" +metafile = true + +[[files]] +file = "mods/craftpresence.pw.toml" +hash = "6e7a08638f835a358e1822699e67d62d5ad7ea3de603487eea2c7fcd50d264f8" +metafile = true + +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "c233a0df87ba63d1f7a161737ede08d28eec8b79ea1557603036d7b925879f5b" +metafile = true + +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "a65c7114e3d56277e74f4426ca5b9a76e0d910daa3abd1a093d72893ad2ddf6d" +metafile = true + +[[files]] +file = "mods/custom-player-models-fabric.pw.toml" +hash = "c99c0c9292338016b9ec22d83267f7b65773312b5e096468cc8ae6e98e4e86c3" +metafile = true + +[[files]] +file = "mods/debugify.pw.toml" +hash = "186b978c2527fa3b349e97b67b9a3192304e5ded6a1267859a4e6d3266e73127" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "e16c26ac10ff25c1f5c2ac142a50b226f36ca74d755ffa324777b5eae62ef785" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "49df43119f10f7b0209523e8769b9015c704e26b927c8c62628374e92906ce45" +metafile = true + +[[files]] +file = "mods/entity-texture-features-fabric.pw.toml" +hash = "a6d888239ba54393b6984a6438697785ff0b049ef05bc7c51e11949d1a15aeec" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "9ed5b17fc03b16f2399a5c6d636aa8c4d9d151d690b307a0cb27f108d8c1404b" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "373c9e22de4d4df2997c0316cb244d3b61b1cc6a6c748c1593af757653b4f957" +metafile = true + +[[files]] +file = "mods/fabrishot.pw.toml" +hash = "440a8c60841d91069a1e7e73f2d59080156728bb4f149b3e40cbd0aa3cb768ec" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "c75dcfc888383e9391ae027f1a3647b2ec51e74b78ac2ad271bf759badd79699" +metafile = true + +[[files]] +file = "mods/fastquit.pw.toml" +hash = "cafd1dc3ef24a06de108c3306a02530c22aa5aa3e68ee70824a55fcdbb78d744" +metafile = true + +[[files]] +file = "mods/ferritecore-fabric.pw.toml" +hash = "e355f5d23c8b7c0ece9f3097c589888f26219b29ddacd00212e750ee381497de" +metafile = true + +[[files]] +file = "mods/figura.pw.toml" +hash = "3427f31156b3028dd7a17b8dc6759ceba6af0dcd91bbb36bea585bbabe5bbcae" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "3a84aa3ba0377c19370c959b18a445c495e8b1742bb7983c20e43058f5995be1" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "2f37d22ac381690f907bd6c94a4507cd79ca61aed92a19072a1fc2dcc61a3bdd" +metafile = true + +[[files]] +file = "mods/lazy-language-loader.pw.toml" +hash = "7db57435912f377c1d5a8e63e227629a5d8d3a0b0bbfe3b9f52710ee7c34e120" +metafile = true + +[[files]] +file = "mods/legacy-minecraft.pw.toml" +hash = "7a792ab493a514d99145e33f816c4d7b4234994a47d8ba987c2066a60ef33741" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "f3e8ebe6c2c2182f04bf132c8b7739ac2deaddd7d35bb085c487bc5d20852f29" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "f6510e9df610fbb46d6f93592dc3caaed282355d905574a28eaf5174cdd84a93" +metafile = true + +[[files]] +file = "mods/macos-input-fixes.pw.toml" +hash = "a3e8ab5b65ff403b1e578f50465a67743ff2d6943bd47458be482e44f5642754" +metafile = true + +[[files]] +file = "mods/model-gap-fix.pw.toml" +hash = "f177093f7b7b0c705ff62449fd353fce870e20ebf0eedf401cf30a0e08f669bb" +metafile = true + +[[files]] +file = "mods/moderner-beta.pw.toml" +hash = "5499f2e6b2ede074cd3710acbbff300dad4923673775b1a7e1b834aa7d33be37" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "dca710c8d665fd10d2564a22f365c47a5df04f71836a69128bdf999621f7ae33" +metafile = true + +[[files]] +file = "mods/moreculling.pw.toml" +hash = "fe2654e426491161ddcf765a4cf7fe342ef8a351687ddea953648d23471a43a7" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "a5c950f53416fd0d794b554cec32de277af5be6826a48808ac7359b713baabd1" +metafile = true + +[[files]] +file = "mods/ok-zoomer.pw.toml" +hash = "d621c5623bc711e13098f885b01987017056e092ce4f2e9886fa4ea7764de5a7" +metafile = true + +[[files]] +file = "mods/polytone.pw.toml" +hash = "fb3451b130641f0fb927aed54086f61334b51870a185a361cd88839580a9eb3c" +metafile = true + +[[files]] +file = "mods/scalablelux.pw.toml" +hash = "969732bbb48ae48f3940a2c0b2676d9dbe1e8fd16b7439e165b90eb3f0cdd4e6" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "3710d2e54ae58c17c2d9649db779298a70ad7d65877f403dfd378e34b11f2c79" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "1fc7358526b1e34a526b74faca47c9546eb376ee59efb77271bb8ff44b273029" +metafile = true + +[[files]] +file = "mods/text-placeholder-api.pw.toml" +hash = "e10a0a31239bc6ff1346726780db6bf0b8d3832249e0926d11241a0f376cde7d" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "ff0d87064f466d6dfa5151178cb805cea4169a6e85f47913b462758262a78024" +metafile = true + +[[files]] +file = "mods/unilib.pw.toml" +hash = "6cda00187f9384dcc1ddca0b14993ba08e14c473ba262cecf3ce3f4d0a7d572e" +metafile = true + +[[files]] +file = "mods/world-host.pw.toml" +hash = "b0a2c0ffde1b31bd72600f5adb61026062158f6531d40e210d71bdef69a78299" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "f7cd88edb841aec5e4040918078eba21585a7fc18bb23f0fc9bfd72c9f798263" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "1fa2c4e4a06b1d972ad6374da4b0f295e70940f51aae0d48d54819f4f1deb3f8" +metafile = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/architectury-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/architectury-api.pw.toml new file mode 100644 index 000000000..a187fdd8e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-14.0.4-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6f8664e55b37c1be7c415c0811215747329a5898" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5850077 +project-id = 419699 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..b7998256b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.1-1.21.2-21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "967ab6d98586e63c5d62e7ee9775339173f115d8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055830 +project-id = 949555 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/better-ping-display-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/better-ping-display-fabric.pw.toml new file mode 100644 index 000000000..3bda0a382 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/better-ping-display-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Better Ping Display [Fabric]" +filename = "BetterPingDisplay-Fabric-1.21.3-1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "963372a3dd80eaabd9e6077a578a4e529904b21b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5932632 +project-id = 406343 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/bettergrassify.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/bettergrassify.pw.toml new file mode 100644 index 000000000..72acf85a9 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/bettergrassify.pw.toml @@ -0,0 +1,13 @@ +name = "BetterGrassify" +filename = "BetterGrassify-1.7.0+fabric.1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "acb75d8acbfd178c26f3bfd1632287ea636753ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6664106 +project-id = 1026394 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/bobby.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/bobby.pw.toml new file mode 100644 index 000000000..939f465d3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +name = "Bobby" +filename = "bobby-5.2.5+mc1.21.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "928ac7503313bc92e9cf9e7b1ddb5f682e7b25c5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5834492 +project-id = 409301 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/c2me.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/c2me.pw.toml new file mode 100644 index 000000000..1920267f3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/c2me.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine" +filename = "c2me-fabric-mc1.21.3-0.3.1+alpha.0.44.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6e11d6ae445f93124f385388ad0d8b60c184ff4a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6217008 +project-id = 533097 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/capes.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/capes.pw.toml new file mode 100644 index 000000000..03695f2d3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/capes.pw.toml @@ -0,0 +1,13 @@ +name = "Capes [Fabric/Forge]" +filename = "capes-1.5.4+1.21.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6f6931387989429dce7dee795c87db8ca2350fa2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5834775 +project-id = 408481 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/chat-heads.pw.toml new file mode 100644 index 000000000..67d1978ea --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.14.0-fabric-1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1b1a05536e41cff4644dac520ce23fc3c8691d87" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7057841 +project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/cloth-config.pw.toml new file mode 100644 index 000000000..60c1f7f7b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge/NeoForge)" +filename = "cloth-config-16.0.143-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "59bae445dc49e10b5717a3ae253b12b983ed1f49" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5986997 +project-id = 348521 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/configured-defaults.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/configured-defaults.pw.toml new file mode 100644 index 000000000..d288da885 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/configured-defaults.pw.toml @@ -0,0 +1,13 @@ +name = "Configured Defaults" +filename = "ConfiguredDefaults-v21.3.3-1.21.3-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "10d7450262d466349e3a7af5d5b6886c7f7cba99" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6060033 +project-id = 930131 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/continuity.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/continuity.pw.toml new file mode 100644 index 000000000..24c7ddfc1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.0+1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e2a280b9abed4a2e2d95b34266695d1107ddd344" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5962886 +project-id = 531351 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/craftpresence.pw.toml new file mode 100644 index 000000000..b4c2ff3b7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/craftpresence.pw.toml @@ -0,0 +1,13 @@ +name = "CraftPresence" +filename = "CraftPresence-2.6.2+1.21.3-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f6c53a047d8739840c39c9d13747a1b726496fff" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6860557 +project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/crash-assistant.pw.toml new file mode 100644 index 000000000..a2717ddab --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/crash-assistant.pw.toml @@ -0,0 +1,13 @@ +name = "Crash Assistant" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bbf65d906e51448f018574a86ca76a3402dfe08c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055250 +project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/cubes-without-borders.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/cubes-without-borders.pw.toml new file mode 100644 index 000000000..889241e05 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/cubes-without-borders.pw.toml @@ -0,0 +1,13 @@ +name = "Cubes Without Borders" +filename = "cwb-fabric-3.0.0+mc1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "101dffee2666b23e51c1b7e810e9455a5c41a0de" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5855570 +project-id = 975120 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/custom-player-models-fabric.pw.toml new file mode 100644 index 000000000..3dbcf9f27 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/custom-player-models-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models (Fabric)" +filename = "CustomPlayerModels-Fabric-1.21.3-0.6.24a.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b4499370e49964b50b87851b280ac3589fb00d74" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6843784 +project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/debugify.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/debugify.pw.toml new file mode 100644 index 000000000..992461237 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/debugify.pw.toml @@ -0,0 +1,13 @@ +name = "Debugify" +filename = "Debugify-1.21.3+1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "77b00217c50234c6d14d85243738d08ae0ae8b6b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5920347 +project-id = 596224 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..24f491bef --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.21.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b1066147431e57e2becee09016d776652ef04ca7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662076 +project-id = 335493 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/entity-model-features.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/entity-model-features.pw.toml new file mode 100644 index 000000000..7fb5c53c1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features [Fabric & Forge]" +filename = "entity_model_features_1.21.3-fabric-3.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fd5190454069bf5ddbe09d8dc53c9932ae5548bb" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6922729 +project-id = 844662 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/entity-texture-features-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/entity-texture-features-fabric.pw.toml new file mode 100644 index 000000000..46e1450fb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/entity-texture-features-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features - [Fabric & Forge]" +filename = "entity_texture_features_1.21.3-fabric-7.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6717f9df4f38c2dcfe5c163877c0cacb0eb03b8f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6954777 +project-id = 568563 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/fabric-api.pw.toml new file mode 100644 index 000000000..5719edba1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.114.1+1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d1ffd05bd3bea0949ada538fa3b1aead57053330" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6601214 +project-id = 306612 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 000000000..8fbaf7424 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "05e9cc4108da5b50735fa6d8a79a18fcd5310d82" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6985480 +project-id = 308769 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/fabrishot.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/fabrishot.pw.toml new file mode 100644 index 000000000..db5879d61 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/fabrishot.pw.toml @@ -0,0 +1,13 @@ +name = "Fabrishot" +filename = "fabrishot-1.14.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "eb35673eebf241322463cd5de8fe5dd74c816d0d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5955328 +project-id = 404870 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/factory-api.pw.toml new file mode 100644 index 000000000..93c56711b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.21.3-2.2.6-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "74ca438531646c86be92e2f1aa875b7014dbd3d9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6857422 +project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/fastquit.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/fastquit.pw.toml new file mode 100644 index 000000000..79c34dd80 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.0.0+1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ed899a5ac62effb86b3658838fe60c28c9476854" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6178916 +project-id = 708967 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/ferritecore-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/ferritecore-fabric.pw.toml new file mode 100644 index 000000000..306b15a1f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/ferritecore-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore (Fabric)" +filename = "ferritecore-7.1.0-hotfix-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "065410c520d858893c8f130d32f63a11317d6119" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5850347 +project-id = 459857 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/figura.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/figura.pw.toml new file mode 100644 index 000000000..ba93f4ffd --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/figura.pw.toml @@ -0,0 +1,13 @@ +name = "Figura" +filename = "figura-0.1.5+1.21.3-fabric-mc.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cefd723956fd2a812ee5b6e9c8a66533468676e0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6204457 +project-id = 901503 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..5ab17c7a8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.7.2+1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "83376c91cc4c48ea7fb6f18d80c7033ad345afc2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7032374 +project-id = 686911 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/lambdynamiclights.pw.toml new file mode 100644 index 000000000..d66902aec --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-4.1.0+1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "60940daec1cf895cd207e3ee4f2ce73ee3f92917" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6320356 +project-id = 393442 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/lazy-language-loader.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/lazy-language-loader.pw.toml new file mode 100644 index 000000000..5a7e981b7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/lazy-language-loader.pw.toml @@ -0,0 +1,13 @@ +name = "lazy-language-loader (Fabric)" +filename = "lazy-language-loader-0.3.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ea6349ba680dc616df1dc9b0d348b9d416bf2025" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5424333 +project-id = 526391 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/legacy-minecraft.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/legacy-minecraft.pw.toml new file mode 100644 index 000000000..3f2294ec7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/legacy-minecraft.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.21.3-1.8.5-lts-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c0c6f2c8200a9d58bf9cda665d5a487225d93c6d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6887999 +project-id = 955526 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..dd4a16e48 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.4.0+fabric+1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "87a7975c3d926c5836f7728636737a6cbc8c2da3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6263059 +project-id = 1090749 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/lithium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/lithium.pw.toml new file mode 100644 index 000000000..6514d2944 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium (Fabric/NeoForge)" +filename = "lithium-fabric-0.14.6+mc1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "60bcb667e8cce63b564837eb7ae6d88ae80bd2bc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6099717 +project-id = 360438 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/macos-input-fixes.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/macos-input-fixes.pw.toml new file mode 100644 index 000000000..b9d298b24 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/macos-input-fixes.pw.toml @@ -0,0 +1,13 @@ +name = "MacOS Input Fixes" +filename = "macos-input-fixes-1.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3903ec0e5c339fa24201147007cce9805bad7d60" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7064707 +project-id = 678691 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/model-gap-fix.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/model-gap-fix.pw.toml new file mode 100644 index 000000000..9fd93020f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/model-gap-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Model Gap Fix" +filename = "modelfix-1.21.3-1.10-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3f4d67c87d0a6e8c323f443635013bfd58b8872d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5972532 +project-id = 676136 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/moderner-beta.pw.toml new file mode 100644 index 000000000..9e8c42aee --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/moderner-beta.pw.toml @@ -0,0 +1,13 @@ +name = "Moderner Beta" +filename = "moderner-beta-2.1.4+1.21.2-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/857BvBs9/moderner-beta-2.1.4%2B1.21.2-fabric.jar" +hash-format = "sha512" +hash = "e5d13b9a5440671e8c8950f94278df181cc21792ea4f710bd3102d83a142da74a859521e2af09165735c96445d4bdbec80f67de80b29dcf4d1225fc24ecfe6b4" + +[update] +[update.modrinth] +mod-id = "xkrdwmh2" +version = "857BvBs9" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/modmenu.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/modmenu.pw.toml new file mode 100644 index 000000000..a2b41e8d2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-12.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7175dbf35737848ab9ea1b8d16798cff22f2ba9e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5960778 +project-id = 308702 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/moreculling.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/moreculling.pw.toml new file mode 100644 index 000000000..106380c94 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/moreculling.pw.toml @@ -0,0 +1,13 @@ +name = "MoreCulling" +filename = "moreculling-fabric-1.21.3-1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ce5d397a26e63bf4beb966cbda25cbca9b64afa2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6175439 +project-id = 630104 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/noisium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/noisium.pw.toml new file mode 100644 index 000000000..b788e77f4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.4.0+mc1.21.2-1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3d2a8356a632e1884c5e7b8fa7151032a2c36afe" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5874931 +project-id = 930207 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/ok-zoomer.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/ok-zoomer.pw.toml new file mode 100644 index 000000000..87dd967d6 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/ok-zoomer.pw.toml @@ -0,0 +1,13 @@ +name = "Ok Zoomer - It's Zoom!" +filename = "ok_zoomer-fabric-11.0.0-beta.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7bd216229aacf98a56f6cb77e2500e7d6677c3a5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5940766 +project-id = 354047 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/polytone.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/polytone.pw.toml new file mode 100644 index 000000000..4000bb6bb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/polytone.pw.toml @@ -0,0 +1,13 @@ +name = "Polytone" +filename = "polytone-1.21.3-2.5.10-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7d28f801f54b7299bf353e85f6dd886e2c81585d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5991873 +project-id = 958094 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/scalablelux.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/scalablelux.pw.toml new file mode 100644 index 000000000..7a75bad87 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/scalablelux.pw.toml @@ -0,0 +1,13 @@ +name = "ScalableLux" +filename = "ScalableLux-0.1.2+beta.1+fabric.6d46f24-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "eb8c871d57e786b65ba4c462cd34940700e4d3a9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6013481 +project-id = 1055925 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/simple-voice-chat.pw.toml new file mode 100644 index 000000000..dae2f4436 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.21.3-2.5.31.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "22707a218db99271a58a4c9661803fe34189fac8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6687302 +project-id = 416089 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/sodium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/sodium.pw.toml new file mode 100644 index 000000000..ff59e4c68 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.6.13+mc1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d7550b5a7e04b4ee76f006b5c32f6513f0ab9ea6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6382655 +project-id = 394468 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/text-placeholder-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/text-placeholder-api.pw.toml new file mode 100644 index 000000000..eaff60918 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/text-placeholder-api.pw.toml @@ -0,0 +1,13 @@ +name = "Text Placeholder API" +filename = "placeholder-api-2.5.2+1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "841b1ef57880fc0f94a22ab268b737c3830b5595" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6131322 +project-id = 1037459 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/threadtweak.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/threadtweak.pw.toml new file mode 100644 index 000000000..789b71c52 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/threadtweak.pw.toml @@ -0,0 +1,13 @@ +name = "ThreadTweak" +filename = "threadtweak-fabric-0.1.7+mc1.21.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/IvtlnXcT/threadtweak-fabric-0.1.7%2Bmc1.21.5.jar" +hash-format = "sha512" +hash = "aec7e39b478d47dc96ba12291fd048ed9253c39d27a0c25b8565b3cef08eb5117b4f6bf2453c3377d2de739de8ba0501c77b291b6f0fc82559f0f30514a9125a" + +[update] +[update.modrinth] +mod-id = "vSEH1ERy" +version = "IvtlnXcT" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/unilib.pw.toml new file mode 100644 index 000000000..9d2a8c733 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/unilib.pw.toml @@ -0,0 +1,13 @@ +name = "UniLib" +filename = "UniLib-1.1.1+1.21.3-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e6e779e516d241fc9c3be1a786b45082e3d1b98f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6860520 +project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/world-host.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/world-host.pw.toml new file mode 100644 index 000000000..4dea9906f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/world-host.pw.toml @@ -0,0 +1,13 @@ +name = "World Host" +filename = "world-host-0.5.2+1.21.3-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2AIZDfYo/versions/zhvOCzYj/world-host-0.5.2%2B1.21.3-fabric.jar" +hash-format = "sha512" +hash = "08156da6e7edf9c4e731c368bad9dd153b6f11534c115cb6e9ee701413079336ee4a12c1ed0f42fb56a38404eb1381babd878bc55abfe4982a0332abc9025a67" + +[update] +[update.modrinth] +mod-id = "2AIZDfYo" +version = "zhvOCzYj" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/yacl.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/yacl.pw.toml new file mode 100644 index 000000000..888d2da63 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.7.1+1.21.3-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b100278188ffcf6acbf445d0eea457d28d666a07" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662861 +project-id = 667299 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/pack.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/pack.toml new file mode 100644 index 000000000..be8926d13 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/pack.toml @@ -0,0 +1,13 @@ +name = "Re-Console" +author = "omo50, Technocality, Cjnator38" +version = "2.8.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "f46045c1916dc33e0e398f77c6d23edcce5fcc2fc214cda5079e85f50d5adc64" + +[versions] +quilt = "0.29.2" +minecraft = "1.21.3" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..60d440ee3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.3/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "4f7262a5300700a2dad5a621d6dba9c0874261ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6786321 +project-id = 1068239 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/config.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/config.toml new file mode 100644 index 000000000..d8e53322a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/config.toml @@ -0,0 +1,99 @@ + +#General settings of Crash Assistant mod. +[general] + #Link which will be opened in browser on request_help_button pressed. + #If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link. + #Must start with 'https://' or 'www.' + help_link = "https://discord.com/invite/M9bQdm25Pk" + #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" + #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. + kill_old_app = true + #If options.txt doesn't exist, the default language will be used. + default_lang = "en_us" + #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. + show_dont_send_screenshot_of_gui_notice = true + #List of blacklisted log files. This files won't show in GUI logs list. + blacklisted_logs = [] + +#Here you can change text of lang placeHolders. +#Also you can change any text in lang files. +#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where. +[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 = "Nostalgica Reverie Discord" + #$CONFIG.text.support_place$ in lang files will be replaced with this value. + support_place = "#legacy-console-modpacks" + #$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 = "Re-Console" + +#Settings of message generated by Upload all button +[generated_message] + #Add ### prefix before filename. + #This can prevent too small, hard to hit on mobile links. + h3_prefix = true + #Replaces "\n" separator between logs to " | " to make message vertically smaller. + one_line_logs = true + #Adds line in log list about this Intel processor can be corrupted. + intel_corrupted_notification = true + #If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for. + #This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities. + generated_msg_lang = "en_us" + #This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button. + #You can include: + # * some form, which users should fill out. + # * additional information like Minecraft version, etc. + text_under_crashed = "" + #With this option you can notify user about something related with posting generated message. + #For example if they need to fill some option from "text_under_crashed", etc. + #Supports html formatting, placeholders. + #Leave empty to prevent showing this warning message. + warning_after_upload_all_button_press = "" + +#Settings of modlist feature. +#Adds in generated msg block about which mods modpack user added/removed/updated. +#Also you can see diff by running '/crash_assistant modlist diff' command. +[modpack_modlist] + #Enable feature. + enabled = true + #nicknames of players, who considered as modpack creator. + #Only this players can overwrite modlist.json + #If this feature is enabled and this array is empty, will be appended with nickname of current player. + modpack_creators = ["omoso_","Technocality","Cjnator38"] + #If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen), + #then game is launched by modpack creator. + #So you won't forget to save it before publishing. + #If you want to save manually: disable this and use '/crash_assistant modlist save' command. + auto_update = true + #If enabled, will add resourcepacks to modlist.json + #After filename where will be ' (resourcepack)' suffix. + add_resourcepacks = false + +#Settings of '/crash_assistant crash' command feature. +[crash_command] + #Enable feature. + enabled = true + #To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds. + #Set to <= 0 to disable the confirmation. + seconds = 10 + +#Settings of notifying about intel corrupted processors. +[intel_corrupted] + #Enable feature. + enabled = true + #Show funny related gif in warning message. + show_gif = false + +[greeting] + #You don't need to touch this option. + #On first world join of modpack creator if set to false shows greeting, then self enables. + shown_greeting = true + + diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/lang/README.md b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/lang/README.md new file mode 100644 index 000000000..ad24a4fa0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/lang/README.md @@ -0,0 +1,18 @@ +Hi Localizer! + +## Contributing + +If you want to add new language to the mod, please create a pull request with a new or modified file: +https://github.com/KostromDan/Crash-Assistant/ + +lang files locate here in source code:`common_config/src/main/resources/lang` + +## Changing text for the modpack + +If you want to change some text, don't edit the jar directly. Instead, you can modify the files in config/crash_assistant/lang. + +You can also add an entirely new language file in this directory, and it will work. + +"$DEFAULT" value means value will be taken from jar lang(if exists), else from en_us. + +Warning: don't try to use any utils of changing lang like KubeJs, resourcepacks, etc. It won't work. diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/lang/en_us.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/lang/en_us.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/lang/en_us.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/lang/ru_ru.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/lang/ru_ru.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/lang/ru_ru.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/lang/zh_cn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/lang/zh_cn.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/lang/zh_cn.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/modlist.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/modlist.json new file mode 100644 index 000000000..c01a2ac93 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/modlist.json @@ -0,0 +1,267 @@ +{ + "fabric-loader-0.17.2.jar (modloader)": { + "jarName": "fabric-loader-0.17.2.jar (modloader)", + "modId": "fabric", + "version": "fabric-loader-0.17.2.jar" + }, + "architectury-15.0.3-fabric.jar": { + "jarName": "architectury-15.0.3-fabric.jar", + "modId": "architectury", + "version": "15.0.3" + }, + "BadOptimizations-2.3.0-1.21.2-21.5.jar": { + "jarName": "BadOptimizations-2.3.0-1.21.2-21.5.jar", + "modId": "badoptimizations", + "version": "2.3.0" + }, + "BetterGrassify-1.7.0+fabric.1.21.4.jar": { + "jarName": "BetterGrassify-1.7.0+fabric.1.21.4.jar", + "modId": "bettergrass", + "version": "1.7.0+fabric.1.21.4" + }, + "BetterPingDisplay-Fabric-1.21.4-1.1.1.jar": { + "jarName": "BetterPingDisplay-Fabric-1.21.4-1.1.1.jar", + "modId": "betterpingdisplay", + "version": "1.1.1" + }, + "bobby-5.2.6+mc1.21.4.jar": { + "jarName": "bobby-5.2.6+mc1.21.4.jar", + "modId": "bobby", + "version": "5.2.6+mc1.21.4" + }, + "c2me-fabric-mc1.21.4-0.3.2+alpha.0.44.jar": { + "jarName": "c2me-fabric-mc1.21.4-0.3.2+alpha.0.44.jar", + "modId": "c2me", + "version": "0.3.2+alpha.0.44+1.21.4" + }, + "chat_heads-0.13.18-fabric-1.21.4.jar": { + "jarName": "chat_heads-0.13.18-fabric-1.21.4.jar", + "modId": "chat_heads", + "version": "0.13.18" + }, + "cloth-config-17.0.144-fabric.jar": { + "jarName": "cloth-config-17.0.144-fabric.jar", + "modId": "cloth-config", + "version": "17.0.144" + }, + "ConfiguredDefaults-v21.4.0-1.21.4-Fabric.jar": { + "jarName": "ConfiguredDefaults-v21.4.0-1.21.4-Fabric.jar", + "modId": "configureddefaults", + "version": "21.4.0" + }, + "continuity-3.0.0+1.21.4.jar": { + "jarName": "continuity-3.0.0+1.21.4.jar", + "modId": "continuity", + "version": "3.0.0+1.21.4" + }, + "CraftPresence-2.6.2+1.21.4-fabric.jar": { + "jarName": "CraftPresence-2.6.2+1.21.4-fabric.jar", + "modId": "craftpresence", + "version": "2.6.2" + }, + "CrashAssistant-fabric-1.19-1.21.4-1.9.15.jar": { + "jarName": "CrashAssistant-fabric-1.19-1.21.4-1.9.15.jar", + "modId": "crash_assistant", + "version": "1.9.15" + }, + "CustomPlayerModels-Fabric-1.21.4-0.6.24a.jar": { + "jarName": "CustomPlayerModels-Fabric-1.21.4-0.6.24a.jar", + "modId": "cpm", + "version": "0.6.24a" + }, + "cwb-fabric-3.0.0+mc1.21.3.jar": { + "jarName": "cwb-fabric-3.0.0+mc1.21.3.jar", + "modId": "cubes-without-borders", + "version": "3.0.0+mc1.21.3" + }, + "Debugify-1.21.4+1.1.jar": { + "jarName": "Debugify-1.21.4+1.1.jar", + "modId": "debugify", + "version": "1.21.4+1.1" + }, + "dynamic-fps-3.9.5+minecraft-1.21.2-fabric.jar": { + "jarName": "dynamic-fps-3.9.5+minecraft-1.21.2-fabric.jar", + "modId": "dynamic_fps", + "version": "3.9.5" + }, + "enhancedblockentities-0.11.3+1.21.4.jar": { + "jarName": "enhancedblockentities-0.11.3+1.21.4.jar", + "modId": "enhancedblockentities", + "version": "0.11.3+1.21.4" + }, + "entity_model_features_1.21.4-fabric-3.0.1.jar": { + "jarName": "entity_model_features_1.21.4-fabric-3.0.1.jar", + "modId": "entity_model_features", + "version": "3.0.1" + }, + "entity_texture_features_1.21.4-fabric-7.0.0.jar": { + "jarName": "entity_texture_features_1.21.4-fabric-7.0.0.jar", + "modId": "entity_texture_features", + "version": "7.0.0" + }, + "fabric-api-0.119.4+1.21.4.jar": { + "jarName": "fabric-api-0.119.4+1.21.4.jar", + "modId": "fabric-api", + "version": "0.119.4+1.21.4" + }, + "fabric-language-kotlin-1.13.5+kotlin.2.2.10.jar": { + "jarName": "fabric-language-kotlin-1.13.5+kotlin.2.2.10.jar", + "modId": "fabric-language-kotlin", + "version": "1.13.5+kotlin.2.2.10" + }, + "fabrishot-1.14.4.jar": { + "jarName": "fabrishot-1.14.4.jar", + "modId": "fabrishot", + "version": "1.14.4" + }, + "FactoryAPI-1.21.4-2.2.6-fabric.jar": { + "jarName": "FactoryAPI-1.21.4-2.2.6-fabric.jar", + "modId": "factory_api", + "version": "2.2.6" + }, + "fastquit-3.0.0+1.21.4.jar": { + "jarName": "fastquit-3.0.0+1.21.4.jar", + "modId": "fastquit", + "version": "3.0.0+1.21.4" + }, + "ferritecore-7.1.1-fabric.jar": { + "jarName": "ferritecore-7.1.1-fabric.jar", + "modId": "ferritecore", + "version": "7.1.1" + }, + "figura-0.1.5b+1.21.4-fabric-mc.jar": { + "jarName": "figura-0.1.5b+1.21.4-fabric-mc.jar", + "modId": "figura", + "version": "0.1.5b+1.21.4" + }, + "ImmediatelyFast-Fabric-1.8.1+1.21.4.jar": { + "jarName": "ImmediatelyFast-Fabric-1.8.1+1.21.4.jar", + "modId": "immediatelyfast", + "version": "1.8.1+1.21.4" + }, + "iris-fabric-1.8.8+mc1.21.4.jar": { + "jarName": "iris-fabric-1.8.8+mc1.21.4.jar", + "modId": "iris", + "version": "1.8.8+mc1.21.4" + }, + "lambdynamiclights-4.1.3+1.21.4.jar": { + "jarName": "lambdynamiclights-4.1.3+1.21.4.jar", + "modId": "lambdynlights", + "version": "4.1.3+1.21.4" + }, + "lazy-language-loader-0.3.8.jar": { + "jarName": "lazy-language-loader-0.3.8.jar", + "modId": "lazy-language-loader", + "version": "0.3.8" + }, + "Legacy4J-1.21.4-1.8.5-lts-fabric.jar": { + "jarName": "Legacy4J-1.21.4-1.8.5-lts-fabric.jar", + "modId": "legacy", + "version": "1.8.5-lts" + }, + "legacyskins-1.5.0+fabric+1.21.4.jar": { + "jarName": "legacyskins-1.5.0+fabric+1.21.4.jar", + "modId": "legacyskins", + "version": "1.5.0+fabric+1.21.4" + }, + "lithium-fabric-0.15.3+mc1.21.4.jar": { + "jarName": "lithium-fabric-0.15.3+mc1.21.4.jar", + "modId": "lithium", + "version": "0.15.3+mc1.21.4" + }, + "macos-input-fixes-1.9.jar": { + "jarName": "macos-input-fixes-1.9.jar", + "modId": "macos_input_fixes", + "version": "1.9" + }, + "modelfix-1.21.3-1.10-fabric.jar": { + "jarName": "modelfix-1.21.3-1.10-fabric.jar", + "modId": "modelfix", + "version": "1.21.3-1.10" + }, + "moderner-beta-fabric-3.1.4+1.21.4.jar": { + "jarName": "moderner-beta-fabric-3.1.4+1.21.4.jar", + "modId": "moderner_beta", + "version": "3.1.4+1.21.4" + }, + "modernfix-fabric-5.20.3+mc1.21.4.jar": { + "jarName": "modernfix-fabric-5.20.3+mc1.21.4.jar", + "modId": "modernfix", + "version": "5.20.3+mc1.21.4" + }, + "modmenu-13.0.3.jar": { + "jarName": "modmenu-13.0.3.jar", + "modId": "modmenu", + "version": "13.0.3" + }, + "moreculling-fabric-1.21.4-1.2.10.jar": { + "jarName": "moreculling-fabric-1.21.4-1.2.10.jar", + "modId": "moreculling", + "version": "1.2.10" + }, + "moremcmeta-1.21.4-4.5.2-fabric.jar": { + "jarName": "moremcmeta-1.21.4-4.5.2-fabric.jar", + "modId": "moremcmeta", + "version": "1.21.4-4.5.2" + }, + "noisium-fabric-2.5.0+mc1.21.4.jar": { + "jarName": "noisium-fabric-2.5.0+mc1.21.4.jar", + "modId": "noisium", + "version": "2.5.0+mc1.21.4" + }, + "nuit-fabric-1.0.0-beta.1+mc1.21.4.jar": { + "jarName": "nuit-fabric-1.0.0-beta.1+mc1.21.4.jar", + "modId": "nuit", + "version": "1.0.0-beta.1+mc1.21.4" + }, + "ok_zoomer-fabric-12.0.0-beta.5.jar": { + "jarName": "ok_zoomer-fabric-12.0.0-beta.5.jar", + "modId": "ok_zoomer", + "version": "12.0.0-beta.5" + }, + "placeholder-api-2.5.1+1.21.3.jar": { + "jarName": "placeholder-api-2.5.1+1.21.3.jar", + "modId": "placeholder-api", + "version": "2.5.1+1.21.3" + }, + "polytone-1.21.4-3.3.23-fabric.jar": { + "jarName": "polytone-1.21.4-3.3.23-fabric.jar", + "modId": "polytone", + "version": "1.21.4-3.3.23" + }, + "ScalableLux-0.1.2+beta.1+fabric.6d46f24-all.jar": { + "jarName": "ScalableLux-0.1.2+beta.1+fabric.6d46f24-all.jar", + "modId": "scalablelux", + "version": "0.1.2+beta.1+fabric.6d46f24" + }, + "sodium-fabric-0.6.13+mc1.21.4.jar": { + "jarName": "sodium-fabric-0.6.13+mc1.21.4.jar", + "modId": "sodium", + "version": "0.6.13+mc1.21.4" + }, + "threadtweak-fabric-0.1.7+mc1.21.5.jar": { + "jarName": "threadtweak-fabric-0.1.7+mc1.21.5.jar", + "modId": "threadtweak", + "version": "0.1.7+mc1.21.5" + }, + "UniLib-1.1.1+1.21.4-fabric.jar": { + "jarName": "UniLib-1.1.1+1.21.4-fabric.jar", + "modId": "unilib", + "version": "1.1.1" + }, + "voicechat-fabric-1.21.4-2.5.36.jar": { + "jarName": "voicechat-fabric-1.21.4-2.5.36.jar", + "modId": "voicechat", + "version": "1.21.4-2.5.36" + }, + "world-host-0.5.2+1.21.4-fabric.jar": { + "jarName": "world-host-0.5.2+1.21.4-fabric.jar", + "modId": "world-host", + "version": "0.5.2+1.21.4-fabric" + }, + "yet_another_config_lib_v3-3.7.1+1.21.4-fabric.jar": { + "jarName": "yet_another_config_lib_v3-3.7.1+1.21.4-fabric.jar", + "modId": "yet_another_config_lib_v3", + "version": "3.7.1+1.21.4-fabric" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/problematic_mods_config.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/problematic_mods_config.json new file mode 100644 index 000000000..680dd9548 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/config/crash_assistant/problematic_mods_config.json @@ -0,0 +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 + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/bettergrass.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/bettergrass.json5 new file mode 100644 index 000000000..064abfa38 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/bettergrass.json5 @@ -0,0 +1,3 @@ +{ + "betterGrassMode": "OFF" +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/capes.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/capes.json5 new file mode 100644 index 000000000..ca3b6ab16 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/capes.json5 @@ -0,0 +1,10 @@ +{ + clientCapeType: "MINECRAFTCAPES", + enableOptifine: true, + enableLabyMod: false, + enableWynntils: true, + enableMinecraftCapesMod: true, + enableCosmetica: true, + enableCloaksPlus: true, + enableElytraTexture: true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/citresewn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/citresewn.json new file mode 100644 index 000000000..63f9cac28 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/citresewn.json @@ -0,0 +1,3 @@ +{ + "broken_paths": true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/cpm.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/cpm.json new file mode 100644 index 000000000..e7bf688eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/cpm.json @@ -0,0 +1,15 @@ +{ + "editorLastVersion": "0.6.21a", + "editorSelectMouseButton": 0, + "titleScreenButton": false, + "playerSettings": {}, + "globalSettings": {}, + "friendSettings": {}, + "keybinds": {}, + "editorDragMouseButton": -1, + "editorMenuMouseButton": 1, + "editorRotateMouseButton": 2, + "safetyProfiles": {}, + "editorRecentProjects": [], + "serverSettings": {} +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/craftpresence.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/craftpresence.json new file mode 100644 index 000000000..2e050b5e5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/craftpresence.json @@ -0,0 +1,154 @@ +{ + "_schemaVersion": 6, + "_lastMCVersionId": 769, + "generalSettings": { + "detectATLauncherInstance": false, + "detectCurseManifest": false, + "detectMultiMCManifest": true, + "detectMCUpdaterInstance": false, + "detectTechnicPack": true, + "detectModrinthPack": false, + "detectBiomeData": false, + "detectDimensionData": false, + "detectWorldData": true, + "clientId": "1278509112128442443", + "defaultIcon": "othericon", + "enableJoinRequests": true, + "preferredClientLevel": 3, + "resetTimeOnInit": false, + "autoRegister": false + }, + "biomeSettings": { + "fallbackBiomeIcon": "unknown", + "biomeData": { + "default": { + "textOverride": "Playing in {biome.name}" + } + } + }, + "dimensionSettings": { + "fallbackDimensionIcon": "unknown", + "dimensionData": { + "default": { + "textOverride": "In the {dimension.name}" + } + } + }, + "serverSettings": { + "fallbackServerIcon": "default", + "fallbackServerName": "Minecraft Server", + "fallbackServerMotd": "A Minecraft Server", + "serverData": { + "default": { + "textOverride": "Playing on {server.name}" + } + }, + "pingRateInterval": 5, + "pingRateUnit": "minutes" + }, + "statusMessages": { + "mainMenuData": { + "textOverride": "In the Main Menu" + }, + "loadingData": { + "textOverride": "Loading..." + }, + "lanData": { + "textOverride": "Playing on a LAN Server" + }, + "singleplayerData": { + "textOverride": "Playing Singleplayer - \"{world.name}\"" + }, + "realmData": { + "textOverride": "Playing on {server.name} - Realm" + } + }, + "advancedSettings": { + "enablePerGui": false, + "enablePerItem": false, + "enablePerEntity": false, + "formatWords": true, + "debugMode": false, + "verboseMode": false, + "refreshRate": 2, + "allowPlaceholderPreviews": false, + "guiSettings": { + "fallbackGuiIcon": "unknown", + "guiData": { + "default": { + "textOverride": "In {screen.name}" + } + } + }, + "itemMessages": { + "default": "Holding {item.message.holding}" + }, + "entitySettings": { + "fallbackEntityIcon": "unknown", + "targetData": { + "default": { + "textOverride": "Targeting {entity.target.name}" + } + }, + "ridingData": { + "default": { + "textOverride": "Riding {entity.riding.name}" + } + } + }, + "allowEndpointIcons": true, + "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", + "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", + "allowDuplicatePackets": false, + "maxConnectionAttempts": 10, + "enableClassGraph": false, + "useClassLoader": false + }, + "accessibilitySettings": { + "languageId": "en_us", + "stripTranslationColors": false, + "stripTranslationFormatting": false, + "stripExtraGuiElements": false, + "configKeyCode": 96 + }, + "displaySettings": { + "presenceData": { + "enabled": true, + "useAsMain": false, + "isInstance": false, + "activityType": 0, + "partyPrivacy": 1, + "details": "{getFirst(menu.message, dimension.message)}", + "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "largeImageKey": "othericon", + "largeImageText": "Re-Console", + "smallImageKey": "{player.icon}", + "smallImageText": "{player.name}", + "startTimestamp": "{data.general.time}", + "endTimestamp": "", + "buttons": { + "default": { + "label": "Example Text", + "url": "https://google.com" + } + } + }, + "dynamicIcons": { + "anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad", + "juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed", + "default": "https://via.placeholder.com/256.png" + }, + "dynamicVariables": { + "default": "Example Text", + "mods": "{general.mods} Mod(s)", + "player_info_coordinate": "At {player.position.x}, {player.position.z}", + "players": "{server.players.current} / {server.players.max} Players", + "player_info_in": "({custom.player_info.health})", + "player_info_items": "Items: {item.main_hand.message}", + "player_info_out": "As {player.name}", + "player_info_health": "Health: {player.health.current}/{player.health.max}", + "world_info": "On {world.name}", + "pack": "{pack.name}" + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/enhanced_bes.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/fastquit.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/fastquit.toml new file mode 100644 index 000000000..6e30c51e3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/fastquit.toml @@ -0,0 +1 @@ +showToasts = false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/immediatelyfast.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/immediatelyfast.json new file mode 100644 index 000000000..3823c4474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/immediatelyfast.json @@ -0,0 +1,20 @@ +{ + "REGULAR_INFO": "----- Regular config values below -----", + "font_atlas_resizing": true, + "map_atlas_generation": true, + "fast_text_lookup": true, + "avoid_redundant_framebuffer_switching": true, + "fix_slow_buffer_upload_on_apple_gpu": true, + "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", + "dont_add_info_into_debug_hud": false, + "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", + "experimental_disable_error_checking": true, + "experimental_disable_resource_pack_conflict_handling": true, + "experimental_sign_text_buffering": false, + "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", + "debug_only_and_not_recommended_disable_universal_batching": false, + "debug_only_and_not_recommended_disable_mod_conflict_handling": false, + "debug_only_and_not_recommended_disable_hardware_conflict_handling": false, + "debug_only_print_additional_error_information": false, + "debug_only_use_last_usage_for_batch_ordering": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/iris.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/iris.properties new file mode 100644 index 000000000..890fd1467 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/iris.properties @@ -0,0 +1,2 @@ +disableUpdateMessage=true +enableShaders=false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/lambdynlights.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/lambdynlights.toml new file mode 100644 index 000000000..362af0547 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/lambdynlights.toml @@ -0,0 +1,148 @@ +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "off" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + # Enable first-person player light source. + self = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "off" + # Enable entities light source. + entities = true + # Creeper lighting mode. May be off, simple or fancy. + creeper = "simple" + + [light_sources.settings.entities.minecraft] + zombie_horse = true + axolotl = true + egg = true + zoglin = true + spawner_minecart = true + allay = true + llama = true + mule = true + bat = true + husk = true + camel = true + experience_bottle = true + rabbit = true + firework_rocket = true + silverfish = true + giant = true + drowned = true + item = true + goat = true + horse = true + vindicator = true + minecart = true + spectral_arrow = true + llama_spit = true + mooshroom = true + glow_item_frame = false + snowball = true + tnt = true + parrot = true + creeper = true + lightning_bolt = true + tadpole = true + ravager = true + evoker_fangs = true + chest_minecart = true + tropical_fish = true + slime = true + pillager = true + area_effect_cloud = true + blaze = true + piglin = true + end_crystal = true + endermite = true + ender_pearl = true + zombie = true + item_display = true + breeze_wind_charge = true + guardian = true + fireball = true + illusioner = true + eye_of_ender = true + wither_skull = true + wolf = true + block_display = true + tnt_minecart = true + zombie_villager = true + elder_guardian = true + chest_boat = true + boat = true + small_fireball = true + strider = true + cave_spider = true + cod = true + snow_golem = true + witch = true + spider = true + command_block_minecart = true + panda = true + bee = true + arrow = true + cow = true + magma_cube = true + pig = true + skeleton = true + frog = true + hoglin = true + armadillo = true + armor_stand = true + experience_orb = true + dolphin = true + stray = true + shulker = true + turtle = true + salmon = true + vex = true + wandering_trader = true + wither_skeleton = true + piglin_brute = true + breeze = true + ocelot = true + furnace_minecart = true + item_frame = true + phantom = true + ender_dragon = true + leash_knot = true + evoker = true + marker = true + glow_squid = true + warden = true + shulker_bullet = true + squid = true + enderman = true + dragon_fireball = true + chicken = true + sniffer = true + trader_llama = true + donkey = true + bogged = true + fox = true + iron_golem = true + zombified_piglin = true + cat = true + wind_charge = true + ghast = true + sheep = true + player = true + pufferfish = true + potion = true + trident = true + villager = true + ominous_item_spawner = true + skeleton_horse = true + fishing_bobber = true + text_display = true + polar_bear = true + hopper_minecart = true + falling_block = true + painting = true + interaction = true + wither = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/client_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/client_mixin.json new file mode 100644 index 000000000..5a4aa9549 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/client_mixin.json @@ -0,0 +1,25 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/client_options.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/client_options.json new file mode 100644 index 000000000..67459d74b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/client_options.json @@ -0,0 +1,205 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 1, + "animatedCharacter": true, + "autoResolution": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "backSound": true, + "bubblesOutsideWater": true, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.disable_voice_chat": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.entityculling.toggleBoxes": "none", + "component_key.fabrishot.screenshot": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hide_icons": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.mute_microphone": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.optigui.inspect": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.push_to_talk": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_key.voice_chat": "none", + "component_key.voice_chat_adjust_volumes": "none", + "component_key.voice_chat_group": "none", + "component_key.voice_chat_settings": "none", + "component_key.voice_chat_toggle_recording": "none", + "component_key.whisper": "none", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlTooltipDisplay": 0, + "controlType": "auto", + "controllerCursorAtFirstInventorySlot": true, + "controllerDoubleClick": false, + "controllerSensitivity": 0.5, + "controllerToasts": true, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorAtFirstInventorySlot": false, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": false, + "fastLeavesWhenBlocked": false, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hoverFocusSound": false, + "hudDelay": 100, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceResolution": 0.5, + "interfaceSensitivity": 0.5, + "inventoryHoverFocusSound": false, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.21.4", + "lastLoadedVersion": "1.8.4-lts", + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyBabyVillagerHead": true, + "legacyCreativeBlockPlacing": true, + "legacyCursor": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyHearts": true, + "legacyIntroAndReloading": true, + "legacyItemPickup": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyLoadingAndConnecting": true, + "legacyOverstackedItems": true, + "legacyPanorama": true, + "legacySkyShape": true, + "limitCursor": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "mapsWithCoords": true, + "menusWithBackground": false, + "merchantTradingIndicator": true, + "minecartSounds": true, + "modCraftingTabs": false, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": false, + "searchCreativeTab": true, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemCursor": false, + "systemMessagesAsOverlay": false, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "titleScreenVersionText": false, + "tooltipBoxes": true, + "unbindConflictingButtons": true, + "unbindConflictingKeys": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/common.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/common.json new file mode 100644 index 000000000..fb201bd22 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/common_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/global_packs.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/global_packs.json new file mode 100644 index 000000000..796dc9a58 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/legacy/global_packs.json @@ -0,0 +1,15 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "file/Legacy Worlds.zip", + "file/Modern-Skin-Packs-2.2.0.zip", + "file/Legacy-Skin-Packs-2.2.0.zip", + "file/The_Garden_Awakens_v1.0.zip", + "file/Legacy Skins Pack Ordering v3.zip", + "file/TutorialWorldAddon.zip", + "file/rcr2.zip", + "legacy:legacy_resources" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/modernfix-mixins.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/modernfix-mixins.properties new file mode 100644 index 000000000..8596383b7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/modernfix-mixins.properties @@ -0,0 +1,80 @@ +# This is the configuration file for ModernFix. +# In general, prefer using the config screen to editing this file. It can be accessed +# via the standard mod menu on your respective mod loader. Changes will, however, +# require restarting the game to take effect. +# +# The following options can be enabled or disabled if there is a compatibility issue. +# Add a line with your option name and =true or =false at the bottom of the file to enable +# or disable a rule. For example: +# mixin.perf.dynamic_resources=true +# Do not include the #. You may reset to defaults by deleting this file. +# +# Available options: +# mixin.bugfix.chunk_deadlock=false # (overridden for mod compat) +# mixin.bugfix.concurrency=true # (default) +# mixin.bugfix.missing_block_entities=false # (default) +# mixin.bugfix.packet_leak=false # (default) +# mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat) +# mixin.bugfix.restore_old_dragon_movement=false # (default) +# mixin.bugfix.world_leaks=true # (default) +# mixin.bugfix.world_screen_skipped=true # (default) +# mixin.devenv=false # (default) +# mixin.feature.blockentity_incorrect_thread=false # (default) +# mixin.feature.branding=true # (default) +# mixin.feature.cause_lag_by_disabling_threads=false # (default) +# mixin.feature.direct_stack_trace=false # (default) +# mixin.feature.disable_unihex_font=false # (default) +# mixin.feature.integrated_server_watchdog=true # (default) +# mixin.feature.log_stdout_in_log_files=true # (default) +# mixin.feature.mcfunction_profiling=true # (default) +# mixin.feature.measure_time=true # (default) +# mixin.feature.remove_chat_signing=false # (default) +# mixin.feature.remove_telemetry=true # (default) +# mixin.feature.snapshot_easter_egg=true # (default) +# mixin.feature.spam_thread_dump=false # (default) +# mixin.feature.spark_profile_launch=false # (default) +# mixin.feature.spark_profile_world_join=false # (default) +# mixin.feature.stalled_chunk_load_detection=false # (default) +# mixin.feature.warn_missing_perf_mods=true # (default) +# mixin.launch.class_search_cache=true # (default) +# mixin.perf.cache_blockstate_cache_arrays=true # (default) +# mixin.perf.cache_profile_texture_url=true # (default) +# mixin.perf.cache_strongholds=false # (overridden for mod compat) +# mixin.perf.chunk_meshing=true # (default) +# mixin.perf.clear_fabric_mapping_tables=false # (default) +# mixin.perf.clear_mixin_classinfo=false # (default) +# mixin.perf.compact_bit_storage=true # (default) +# mixin.perf.compress_unihex_font=true # (default) +# mixin.perf.dedicated_reload_executor=true # (default) +# mixin.perf.deduplicate_climate_parameters=false # (default) +# mixin.perf.deduplicate_location=false # (default) +# mixin.perf.deduplicate_wall_shapes=true # (default) +# mixin.perf.dynamic_dfu=true # (default) +# mixin.perf.dynamic_entity_renderers=false # (default) +# mixin.perf.dynamic_resources=false # (default) +# mixin.perf.dynamic_sounds=true # (default) +# mixin.perf.dynamic_structure_manager=true # (default) +# mixin.perf.faster_command_suggestions=true # (default) +# mixin.perf.faster_item_rendering=false # (default) +# mixin.perf.faster_texture_stitching=true # (default) +# mixin.perf.fix_loop_spin_waiting=true # (default) +# mixin.perf.lazy_search_tree_registry=true # (default) +# mixin.perf.memoize_creative_tab_build=true # (default) +# mixin.perf.model_optimizations=true # (default) +# mixin.perf.mojang_registry_size=true # (default) +# mixin.perf.remove_biome_temperature_cache=true # (default) +# mixin.perf.state_definition_construct=true # (default) +# mixin.perf.thread_priorities=false # (overridden for mod compat) +# mixin.perf.ticking_chunk_alloc=true # (default) +# mixin.perf.worldgen_allocation=false # (default) +# mixin.safety=true # (default) +# +# User overrides go here. +mixin.bugfix.missing_block_entities=true +mixin.bugfix.restore_old_dragon_movement=true +mixin.perf.clear_fabric_mapping_tables=true +mixin.perf.clear_mixin_classinfo=true +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true +mixin.perf.worldgen_allocation=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/modmenu.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/modmenu.json new file mode 100644 index 000000000..0496cf2bf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/modmenu.json @@ -0,0 +1,7 @@ +{ + "mods_button_style": "icon", + "game_menu_button_style": "icon", + "update_checker": false, + "count_libraries": false, + "count_children": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/moreculling.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/moreculling.toml new file mode 100644 index 000000000..abfc51cf0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/moreculling.toml @@ -0,0 +1,25 @@ +version = 1 +enableSodiumMenu = true +dontCull = [] +cloudCulling = true +signTextCulling = true +rainCulling = true +useBlockStateCulling = true +useCustomItemFrameRenderer = true +itemFrameMapCulling = true +useItemFrameLOD = true +itemFrameLODRange = 16 +useItemFrame3FaceCulling = true +itemFrame3FaceCullingRange = 2.0 +paintingCulling = true +leavesCullingMode = "DEFAULT" +leavesCullingAmount = 2 +includeMangroveRoots = true +endGatewayCulling = true +beaconBeamCulling = true +useOnModdedBlocksByDefault = true + +[modCompatibility] +minimega = true +legacy = true +minecraft = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/puzzle.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/puzzle.json new file mode 100644 index 000000000..8ab73f8a4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/puzzle.json @@ -0,0 +1,20 @@ +{ + "disabledIntegrations": [ + "borderlessmining", + "cem", + "citresewn", + "continuity", + "colormatic", + "cullleaves", + "dynamicfps", + "entity_texture_features", + "entity_model_features", + "iris", + "lambdabettergrass", + "lambdynlights" + ], + "enablePuzzleButton": false, + "debugMessages": false, + "checkUpdates": false, + "showPuzzleInfo": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/servercore/config.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/servercore/optimizations.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/vmp.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/world-host.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/world-host.json5 new file mode 100644 index 000000000..385cba855 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/config/world-host.json5 @@ -0,0 +1,4 @@ +{ + showOnlineStatus: false, + enableFriends: false, +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/options.txt b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/options.txt new file mode 100644 index 000000000..9ede84d71 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/options.txt @@ -0,0 +1,13 @@ +version:3839 +biomeBlendRadius:1 +enableVsync:false +fullscreen:true +gamma:0.0 +fov:-0.05 +maxFps:240 +renderDistance:18 +simulationDistance:8 +toggleCrouch:true +notificationDisplayTime:1.2 +attackIndicator:0 +joinedFirstServer:true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/resource_albums.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/resource_albums.json new file mode 100644 index 000000000..f3304ca07 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/resource_albums.json @@ -0,0 +1,7 @@ +{ + "default": "minecraft", + "order": [ + "minecraft", + "minecraft_classic" + ] +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/resource_albums/minecraft.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/resource_albums/minecraft.json new file mode 100644 index 000000000..b2f74ec2e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/resource_albums/minecraft.json @@ -0,0 +1,18 @@ +{ + "background": "legacy:icon/background", + "packs": [ + "vanilla", + "fabric", + "legacy:legacy_waters", + "file/rcr3.zip" + ], + "displayPack": "vanilla", + "id": "minecraft", + "version": 2, + "name": { + "translate": "legacy.menu.albums.resource.minecraft" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/resource_albums/minecraft_classic.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/resource_albums/minecraft_classic.json new file mode 100644 index 000000000..054fb2c4d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/configureddefaults/resource_albums/minecraft_classic.json @@ -0,0 +1,18 @@ +{ + "icon": "legacy:icon/minecraft_classic", + "background": "legacy:icon/minecraft_classic_background", + "packs": [ + "vanilla", + "fabric", + "programmer_art", + "legacy:legacy_waters" + ], + "id": "minecraft_classic", + "version": 1, + "name": { + "translate": "legacy.menu.albums.resource.minecraft_classic" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft_classic.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/index.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/index.toml new file mode 100644 index 000000000..cdf01babb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/index.toml @@ -0,0 +1,414 @@ +hash-format = "sha256" + +[[files]] +file = "config/crash_assistant/config.toml" +hash = "d63ef06db7855e70531e63cfa0367f5193a270527425e9d5cd0e5f73ec34a2b0" + +[[files]] +file = "config/crash_assistant/lang/README.md" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" + +[[files]] +file = "config/crash_assistant/lang/en_us.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/ru_ru.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/zh_cn.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/modlist.json" +hash = "78289ab15c730a40884dd65ddc90c6ed22e61813a1ba574aa2d782d77e3a82f9" + +[[files]] +file = "config/crash_assistant/problematic_mods_config.json" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" + +[[files]] +file = "configureddefaults/config/bettergrass.json5" +hash = "5ba4ad8c50ca8715fe648e7e68e8b5df0fe05acac0f9b152cedd93a6250ae386" + +[[files]] +file = "configureddefaults/config/capes.json5" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" + +[[files]] +file = "configureddefaults/config/citresewn.json" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" + +[[files]] +file = "configureddefaults/config/cpm.json" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" + +[[files]] +file = "configureddefaults/config/craftpresence.json" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" + +[[files]] +file = "configureddefaults/config/enhanced_bes.properties" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" + +[[files]] +file = "configureddefaults/config/fastquit.toml" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" + +[[files]] +file = "configureddefaults/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "configureddefaults/config/immediatelyfast.json" +hash = "2718bb7c2762955bb9080c5cf992d3fd2dc46dee2e8167141eca76d8ee9849fd" + +[[files]] +file = "configureddefaults/config/iris.properties" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" + +[[files]] +file = "configureddefaults/config/lambdynlights.toml" +hash = "40413b8a4f6d5495dc689ab7d812f867f7d07f3696a5a985432e93e7cda9a3db" + +[[files]] +file = "configureddefaults/config/legacy/client_mixin.json" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" + +[[files]] +file = "configureddefaults/config/legacy/client_options.json" +hash = "0dc562cab11e23b0f50ef168b2a2ca516418d78f2c0fb016e864f1db8431c6a1" + +[[files]] +file = "configureddefaults/config/legacy/common.json" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" + +[[files]] +file = "configureddefaults/config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "configureddefaults/config/legacy/global_packs.json" +hash = "ddd9316b8053dc121ef511d953e2b6a9fa158e296bc80fb663cc4256d790dd20" + +[[files]] +file = "configureddefaults/config/modernfix-mixins.properties" +hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" + +[[files]] +file = "configureddefaults/config/modmenu.json" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" + +[[files]] +file = "configureddefaults/config/moreculling.toml" +hash = "20a7c9a9d1ec3c730f37af63357d6847afbb28fd37cd13657928c3d22feb055c" + +[[files]] +file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "configureddefaults/config/puzzle.json" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" + +[[files]] +file = "configureddefaults/config/servercore/config.yml" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" + +[[files]] +file = "configureddefaults/config/servercore/optimizations.yml" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" + +[[files]] +file = "configureddefaults/config/vmp.properties" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" + +[[files]] +file = "configureddefaults/config/world-host.json5" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" + +[[files]] +file = "configureddefaults/options.txt" +hash = "74dd4f49660613476a80e9137349f512346b6bec5298e793ece0225c1d2d00ad" + +[[files]] +file = "configureddefaults/resource_albums.json" +hash = "ecd81924a3b2ad635ddbeef550da86d325300a88ecd133daa70de8c3ed6c9242" + +[[files]] +file = "configureddefaults/resource_albums/minecraft.json" +hash = "6ffe86ea7cb0eb66f6f19797140d1bbb7d7ff39d8ab57006f06c2df97e83e362" + +[[files]] +file = "configureddefaults/resource_albums/minecraft_classic.json" +hash = "56b2d1a673da56a2a874284efb869eda80f4cbccf3012292797df0736762ed54" + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "017ef5c4a67c0e11de2fbadf1aa91a9147f2c39a91ad52f09e5fdde9d8cfcfcc" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "ef848281e0d332086295afc0107a00e9e5f9fde02c0f223507c1c46ab1fbf2e9" +metafile = true + +[[files]] +file = "mods/better-ping-display-fabric.pw.toml" +hash = "c0bf94f86fc9157883e138c17ef008f8c6f295470e6f742f47992d0126fbaf01" +metafile = true + +[[files]] +file = "mods/bettergrassify.pw.toml" +hash = "3236fb347d882de90763a0bcd89822bb59b09eda1a7298d270a8c27bda9c9d48" +metafile = true + +[[files]] +file = "mods/bobby.pw.toml" +hash = "7323e0d23be8f07409d86e28fbbb2b1868cb40d11324874795519ab1ef85f58d" +metafile = true + +[[files]] +file = "mods/c2me.pw.toml" +hash = "815b66ade7c057967211ca0a54df3352387c4e3188063e7e670a3f422b85bf12" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "9c853fbbb8d85de0822ff46db558a8a9a1c313e04c4896f50203e129f05f4ab2" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "759225faa85e3112ff935bba420bdde12ff766c848735e27a87920ae6ba61b4e" +metafile = true + +[[files]] +file = "mods/configured-defaults.pw.toml" +hash = "8325f30950d9c814f06d58e20f7becedb7b8e15afac657bfd1d792cb24911949" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "41ce2ceb6374c5db27705af6a8dae1fa82b9c522e6ba75dc1a0ebb8cc23f44d4" +metafile = true + +[[files]] +file = "mods/craftpresence.pw.toml" +hash = "0fe5113dccb3955a9516d6a52365588e8909395902ca1dff292bb317d1cc0e72" +metafile = true + +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "c233a0df87ba63d1f7a161737ede08d28eec8b79ea1557603036d7b925879f5b" +metafile = true + +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "a65c7114e3d56277e74f4426ca5b9a76e0d910daa3abd1a093d72893ad2ddf6d" +metafile = true + +[[files]] +file = "mods/custom-player-models-fabric.pw.toml" +hash = "592d88209b7810c11ee8d90816e62c2801869f93b25e7cd3c26ffa14b151e1a5" +metafile = true + +[[files]] +file = "mods/debugify.pw.toml" +hash = "dbdf07684c81762c884b2350e0b925acfa44c8b531392d2cc1b8d492d2c90db4" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "e16c26ac10ff25c1f5c2ac142a50b226f36ca74d755ffa324777b5eae62ef785" +metafile = true + +[[files]] +file = "mods/enhanced-block-entities.pw.toml" +hash = "faf2b5f96b2388c18aacab52b618baedb43c8b5b79a8d29b3469634ff11a13c2" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "a036258c9684968b59b087f4fd4c37a1cf796fe58e80f7d9fd05458b84fc008f" +metafile = true + +[[files]] +file = "mods/entity-texture-features-fabric.pw.toml" +hash = "4e4a8392b17f15306e64500ee78ec19f03a8639bedec8f68727adc00a754f1bf" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "794ea065ee10e98aa4260f84b13bf214f3be822bd90d93452b8b1a0ad52e1d63" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "373c9e22de4d4df2997c0316cb244d3b61b1cc6a6c748c1593af757653b4f957" +metafile = true + +[[files]] +file = "mods/fabrishot.pw.toml" +hash = "f03f35181b728a6e19fe59754b52b50ef5c07e9389930516bfc7b870ed9f9317" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "4add877787f1f75d963f5718fc4e8a5de93d30dadeba8440bea122f0a15f8700" +metafile = true + +[[files]] +file = "mods/fastquit.pw.toml" +hash = "e29500e5ffeea591240da132d5aaefa426e3554d9f45589fef58a1706c87e3b1" +metafile = true + +[[files]] +file = "mods/ferritecore-fabric.pw.toml" +hash = "cbcee3ba79c50de55d65927e3e3454f359f36c4366ba9c62e6d2dd20304ff096" +metafile = true + +[[files]] +file = "mods/figura.pw.toml" +hash = "b131bddda0bc2973ea2ba18db2c9cbbcc0aaba7a007262bb604ef97984dcedfd" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "25fd5ccccfec5ba31de4f816e5cd652a06a6e4fe2b2de4671c2c9004e18ed874" +metafile = true + +[[files]] +file = "mods/irisshaders.pw.toml" +hash = "4b18eb3f964a34971bb1e695f3c9440a943913db4b72dca51730e2754b2f1866" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "e5f7ed7b315b542e264dd863f3c1d3a5bfe7f8c52e9c838a513ccc7bc28449f1" +metafile = true + +[[files]] +file = "mods/lazy-language-loader.pw.toml" +hash = "42658bc0dfd6e2f3573dd4446c8f43160251cdacabf23a79bc1c7622aa524edb" +metafile = true + +[[files]] +file = "mods/legacy-minecraft.pw.toml" +hash = "9a1f8dc15f5bf7ae5ed4556e50a9a683d75cc4b5c3b0fc7ad41581428403b04a" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "fc0c6d66e5036604278aae99ff1b2119ddf64a93210555c24f0a9cdc19acbb9c" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "fb55b275ecab408b658436048daab0550afe169e60105dca70d1648026e385fa" +metafile = true + +[[files]] +file = "mods/macos-input-fixes.pw.toml" +hash = "a3e8ab5b65ff403b1e578f50465a67743ff2d6943bd47458be482e44f5642754" +metafile = true + +[[files]] +file = "mods/model-gap-fix.pw.toml" +hash = "f177093f7b7b0c705ff62449fd353fce870e20ebf0eedf401cf30a0e08f669bb" +metafile = true + +[[files]] +file = "mods/moderner-beta.pw.toml" +hash = "d5be489328be95fffa63996522bacbfa726ab450bc2990e0c0306f305643a6f6" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "7b476b269a9332a4351b86ee0041c44ec80ced0cd2bc7a24ea0a774fbe39076f" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "cb86fb402262d14ea3d037c6ff1fe5b27a19420da13070ff724062a17ac62dc5" +metafile = true + +[[files]] +file = "mods/moreculling.pw.toml" +hash = "e9ebd6568d2680107f47d4bb2269131a4871d5242c9c9f2101022d4ae1cb6ddf" +metafile = true + +[[files]] +file = "mods/moremcmeta-fabric.pw.toml" +hash = "6641c6240c695938707f7d02afff2eaf6298dc3fc7c8b6e6ec79d531e6cf6e20" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "9e7861f54a7de6b065ffd247fc72aa67f98359d90e33c44cffdc2b6dee765c4a" +metafile = true + +[[files]] +file = "mods/nuit.pw.toml" +hash = "35a8a212e2047368591250a76831334e835203a0b1dda276f12630e01d4f403e" +metafile = true + +[[files]] +file = "mods/ok-zoomer.pw.toml" +hash = "1494bb9bc579f76b1e44d42eabd00bae3f17d83373eedb8e7dd79e8171d574ac" +metafile = true + +[[files]] +file = "mods/polytone.pw.toml" +hash = "a290c26057cd07e45629d5fcdc9ea62cd6f4ae36ce657684d9bb3ccbb7eae76b" +metafile = true + +[[files]] +file = "mods/scalablelux.pw.toml" +hash = "b69c687cc25b195ef5abb5fe7c46eb8ca636ff50da735ad09d58b6188c865cb5" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "d341824e962e3ac3b8f14150a4866c058791a2cf2ba4f060a3bd2359797cc077" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "16ef040dd183e6fa03733b38694fbcf59211e50096bd34a760559f8d06a0c63a" +metafile = true + +[[files]] +file = "mods/text-placeholder-api.pw.toml" +hash = "c757c1e3d5d1a887143e727f7bf7603a8c653bb0d58a4e0aaa3d3b24cce99680" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "ff0d87064f466d6dfa5151178cb805cea4169a6e85f47913b462758262a78024" +metafile = true + +[[files]] +file = "mods/unilib.pw.toml" +hash = "a3d48aef42ce1eb72a46604bff339ef5e42b8aa2bd1a6596332a4d1730309b26" +metafile = true + +[[files]] +file = "mods/world-host.pw.toml" +hash = "4b34d0b0a337960b15a16b5cb57081f0eb76bf408c0670b8238d0bf713226dbe" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "88240d57ca019813faac30dcda17d2acbf8af558eec9baeb50dbbf17e8047446" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "1fa2c4e4a06b1d972ad6374da4b0f295e70940f51aae0d48d54819f4f1deb3f8" +metafile = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/architectury-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/architectury-api.pw.toml new file mode 100644 index 000000000..832ff115d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-15.0.3-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "caa5462498018160de9397dd2558f27922b85751" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6206630 +project-id = 419699 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..b7998256b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.1-1.21.2-21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "967ab6d98586e63c5d62e7ee9775339173f115d8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055830 +project-id = 949555 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/better-ping-display-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/better-ping-display-fabric.pw.toml new file mode 100644 index 000000000..5158e2660 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/better-ping-display-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Better Ping Display [Fabric]" +filename = "BetterPingDisplay-Fabric-1.21.4-1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7ffd6268b82f61938792a1bb4b09b6a4110376ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6038858 +project-id = 406343 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/bettergrassify.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/bettergrassify.pw.toml new file mode 100644 index 000000000..a0095c894 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/bettergrassify.pw.toml @@ -0,0 +1,13 @@ +name = "BetterGrassify" +filename = "BetterGrassify-1.7.0+fabric.1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8bada432a857ce7af3772f60a19901ca85f3dfb3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6664107 +project-id = 1026394 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/bobby.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/bobby.pw.toml new file mode 100644 index 000000000..623c22855 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +name = "Bobby" +filename = "bobby-5.2.6+mc1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "792099d24ea5cf615d1efa16efa9ac50da7e6ec1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5971383 +project-id = 409301 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/c2me.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/c2me.pw.toml new file mode 100644 index 000000000..02b22bd82 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/c2me.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine" +filename = "c2me-fabric-mc1.21.4-0.3.2+alpha.0.44.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "efefa714fbced46bf201dae8d6f93801fa24a70f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6724094 +project-id = 533097 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/chat-heads.pw.toml new file mode 100644 index 000000000..41df3c1ae --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.14.0-fabric-1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bb87d04c9daaf3427af5313c0c678afee37931b6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7057845 +project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/cloth-config.pw.toml new file mode 100644 index 000000000..d9e86ec93 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge/NeoForge)" +filename = "cloth-config-17.0.144-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "63a1a3b25c642f5a745dfcc9bdc0841660f560af" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5987042 +project-id = 348521 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/configured-defaults.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/configured-defaults.pw.toml new file mode 100644 index 000000000..958b512fa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/configured-defaults.pw.toml @@ -0,0 +1,13 @@ +name = "Configured Defaults" +filename = "ConfiguredDefaults-v21.4.0-1.21.4-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1faaaa9b41307d25f2e98d0d1a0bc1759c297b5a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6178539 +project-id = 930131 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/continuity.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/continuity.pw.toml new file mode 100644 index 000000000..1bda07a31 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.0+1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7b22feac8ca586a8c371324cb83abe5546b22d45" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6027976 +project-id = 531351 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/craftpresence.pw.toml new file mode 100644 index 000000000..38d5cf017 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/craftpresence.pw.toml @@ -0,0 +1,13 @@ +name = "CraftPresence" +filename = "CraftPresence-2.6.2+1.21.4-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "41f738b0a13885ed872c71b2a121e2370a572862" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6860591 +project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/crash-assistant.pw.toml new file mode 100644 index 000000000..a2717ddab --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/crash-assistant.pw.toml @@ -0,0 +1,13 @@ +name = "Crash Assistant" +filename = "CrashAssistant-fabric-1.19-1.21.4-1.10.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bbf65d906e51448f018574a86ca76a3402dfe08c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055250 +project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/cubes-without-borders.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/cubes-without-borders.pw.toml new file mode 100644 index 000000000..889241e05 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/cubes-without-borders.pw.toml @@ -0,0 +1,13 @@ +name = "Cubes Without Borders" +filename = "cwb-fabric-3.0.0+mc1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "101dffee2666b23e51c1b7e810e9455a5c41a0de" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5855570 +project-id = 975120 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/custom-player-models-fabric.pw.toml new file mode 100644 index 000000000..39ef9eaaf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/custom-player-models-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models (Fabric)" +filename = "CustomPlayerModels-Fabric-1.21.4-0.6.24a.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "00a9acf75f126df60afb6268229a1c42954c69e9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6843785 +project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/debugify.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/debugify.pw.toml new file mode 100644 index 000000000..e3ca6015d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/debugify.pw.toml @@ -0,0 +1,13 @@ +name = "Debugify" +filename = "Debugify-1.21.4+1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ca7bf4d2bf863953c0265024619b536638827e8e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6091341 +project-id = 596224 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..24f491bef --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.21.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b1066147431e57e2becee09016d776652ef04ca7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662076 +project-id = 335493 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/enhanced-block-entities.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/enhanced-block-entities.pw.toml new file mode 100644 index 000000000..e18f3e8ab --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/enhanced-block-entities.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.11.3+1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "261b0e79ffbb79f9b708827333bd745620ebbec0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6105228 +project-id = 452046 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/entity-model-features.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/entity-model-features.pw.toml new file mode 100644 index 000000000..40e6dd035 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features [Fabric & Forge]" +filename = "entity_model_features_1.21.4-fabric-3.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ec60f11bd53068d91977be8993fd6860e43babd4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6922732 +project-id = 844662 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/entity-texture-features-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/entity-texture-features-fabric.pw.toml new file mode 100644 index 000000000..f874b282e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/entity-texture-features-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features - [Fabric & Forge]" +filename = "entity_texture_features_1.21.4-fabric-7.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d5d1560de23a9466fa9fabeb0464345be0f36e56" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6954780 +project-id = 568563 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/fabric-api.pw.toml new file mode 100644 index 000000000..2804b425f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.119.4+1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1c7871b6af04edc8b8f0dbad12606d67f6118a11" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6863303 +project-id = 306612 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 000000000..8fbaf7424 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "05e9cc4108da5b50735fa6d8a79a18fcd5310d82" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6985480 +project-id = 308769 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/fabrishot.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/fabrishot.pw.toml new file mode 100644 index 000000000..9054c4341 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/fabrishot.pw.toml @@ -0,0 +1,13 @@ +name = "Fabrishot" +filename = "fabrishot-1.14.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f341ec6b2af0b397354fa80937f8e47d11ef8f4a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6504106 +project-id = 404870 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/factory-api.pw.toml new file mode 100644 index 000000000..559e8f6e9 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.21.4-2.2.6-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "78c21d6e210baa7b9605c47d6f8e9837a68c18d0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6857424 +project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/fastquit.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/fastquit.pw.toml new file mode 100644 index 000000000..5dd211e64 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.0.0+1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "44e32d51d5ee75d9aaf5947394714af0640d798d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6178917 +project-id = 708967 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/ferritecore-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/ferritecore-fabric.pw.toml new file mode 100644 index 000000000..6fd9a4d8a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/ferritecore-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore (Fabric)" +filename = "ferritecore-7.1.1-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ee08ca5fd2a7a02dbade048745533b5570a826f0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5973419 +project-id = 459857 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/figura.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/figura.pw.toml new file mode 100644 index 000000000..4ca6885db --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/figura.pw.toml @@ -0,0 +1,13 @@ +name = "Figura" +filename = "figura-0.1.5b+1.21.4-fabric-mc.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "61009f8b2ccb5324eef8bdeeb755f2aa061ee1f7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6213020 +project-id = 901503 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..a995a1d5d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.8.2+1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e31b53e2bbfe2f15d0376933df6abecc0cd9123c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7032380 +project-id = 686911 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/irisshaders.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/irisshaders.pw.toml new file mode 100644 index 000000000..7bbc8fe24 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/irisshaders.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-fabric-1.8.8+mc1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "54f7ab6450530bdca2ba44887b53458f78a256ef" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6213644 +project-id = 455508 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/lambdynamiclights.pw.toml new file mode 100644 index 000000000..9ead2802b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-4.1.3+1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "184d228d5244d7a305358a6893d1928a37954cd6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6639732 +project-id = 393442 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/lazy-language-loader.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/lazy-language-loader.pw.toml new file mode 100644 index 000000000..a5bdf8309 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/lazy-language-loader.pw.toml @@ -0,0 +1,13 @@ +name = "lazy-language-loader (Fabric)" +filename = "lazy-language-loader-0.3.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "59b42ca37534b61207f4be8137ed336046a93545" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5994091 +project-id = 526391 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/legacy-minecraft.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/legacy-minecraft.pw.toml new file mode 100644 index 000000000..cb6a01feb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/legacy-minecraft.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.21.4-1.8.5-lts-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0e729c448339dd9be8796862a4686dbbcda0c1f0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6887993 +project-id = 955526 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..143900301 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.5.0+fabric+1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "40d2bb65ce9955abd0955e91927a40e7412fcc6d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6859123 +project-id = 1090749 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/lithium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/lithium.pw.toml new file mode 100644 index 000000000..bf1055ef8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium (Fabric/NeoForge)" +filename = "lithium-fabric-0.15.3+mc1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b7100505d1178b0f9a1dac4a24472ad1293b890c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6401281 +project-id = 360438 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/macos-input-fixes.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/macos-input-fixes.pw.toml new file mode 100644 index 000000000..b9d298b24 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/macos-input-fixes.pw.toml @@ -0,0 +1,13 @@ +name = "MacOS Input Fixes" +filename = "macos-input-fixes-1.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3903ec0e5c339fa24201147007cce9805bad7d60" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7064707 +project-id = 678691 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/model-gap-fix.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/model-gap-fix.pw.toml new file mode 100644 index 000000000..9fd93020f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/model-gap-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Model Gap Fix" +filename = "modelfix-1.21.3-1.10-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3f4d67c87d0a6e8c323f443635013bfd58b8872d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5972532 +project-id = 676136 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/moderner-beta.pw.toml new file mode 100644 index 000000000..92d0eb4dc --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/moderner-beta.pw.toml @@ -0,0 +1,13 @@ +name = "Moderner Beta" +filename = "moderner-beta-fabric-3.2.0+1.21.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/Z4A1zobY/moderner-beta-fabric-3.2.0%2B1.21.4.jar" +hash-format = "sha512" +hash = "34feed485e694562e3e2288e52b5a9dc4eb3501c69cfbcd88de4d79368a5d1410d50aad865c7d7d0c105471e131fbe67f70c6097ef454a51887bb5bca8559c1b" + +[update] +[update.modrinth] +mod-id = "xkrdwmh2" +version = "Z4A1zobY" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/modernfix.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/modernfix.pw.toml new file mode 100644 index 000000000..79fb3038f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.20.3+mc1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "46dabb966c9772daf5d3af20fbadc8f2fbcbeb18" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6171685 +project-id = 790626 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/modmenu.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/modmenu.pw.toml new file mode 100644 index 000000000..c9cb5dd6c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-13.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4cab0014a7223c6988fde70064579dc66ef8f000" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6293895 +project-id = 308702 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/moreculling.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/moreculling.pw.toml new file mode 100644 index 000000000..76bdaf52b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/moreculling.pw.toml @@ -0,0 +1,13 @@ +name = "MoreCulling" +filename = "moreculling-fabric-1.21.4-1.2.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9caa2f4d72cf2f5a80ebafab54ae4ee73f1b6bb5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6328957 +project-id = 630104 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/moremcmeta-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/moremcmeta-fabric.pw.toml new file mode 100644 index 000000000..a54b94405 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/moremcmeta-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "MoreMcmeta (Fabric)" +filename = "moremcmeta-1.21.4-4.5.2-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c2ae82b361149d7d10f457d5efdfdd904c54a992" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6472716 +project-id = 506079 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/noisium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/noisium.pw.toml new file mode 100644 index 000000000..ec3c75894 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.5.0+mc1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4adbf542d5dd586fe8a458202bfeebd757dfd2f6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5988358 +project-id = 930207 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/nuit.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/nuit.pw.toml new file mode 100644 index 000000000..0d804db21 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/nuit.pw.toml @@ -0,0 +1,13 @@ +name = "Nuit (formerly FabricSkyboxes)" +filename = "nuit-fabric-1.0.0-beta.1+mc1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "edfdff652269655ed0dc025da7071b796c1628d2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6655925 +project-id = 408209 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/ok-zoomer.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/ok-zoomer.pw.toml new file mode 100644 index 000000000..65be72f6e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/ok-zoomer.pw.toml @@ -0,0 +1,13 @@ +name = "Ok Zoomer - It's Zoom!" +filename = "ok_zoomer-fabric-12.0.0-beta.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "09a11538c158d2dfe33b3f849a5b799a44a01459" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6230548 +project-id = 354047 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/polytone.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/polytone.pw.toml new file mode 100644 index 000000000..cbb1c248c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/polytone.pw.toml @@ -0,0 +1,13 @@ +name = "Polytone" +filename = "polytone-1.21.4-3.3.23-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7b20ad5c09e9c638f77b6a61d8db452d84496ac5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6711023 +project-id = 958094 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/scalablelux.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/scalablelux.pw.toml new file mode 100644 index 000000000..9ffb08819 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/scalablelux.pw.toml @@ -0,0 +1,13 @@ +name = "ScalableLux" +filename = "ScalableLux-0.1.2+fabric.87468e8-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "202eacf9d7cce3f8ae09c8235a346610d6a973b7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6952360 +project-id = 1055925 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/simple-voice-chat.pw.toml new file mode 100644 index 000000000..903fc55d9 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.21.4-2.6.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "59daf3c61a8af9bc30fb47ec12c52a0f265470d5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7011602 +project-id = 416089 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/sodium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/sodium.pw.toml new file mode 100644 index 000000000..72f09f89f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.6.13+mc1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c881d2db971207c396b5629632437f1520c0c478" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6382661 +project-id = 394468 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/text-placeholder-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/text-placeholder-api.pw.toml new file mode 100644 index 000000000..fca7ed3b2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/text-placeholder-api.pw.toml @@ -0,0 +1,13 @@ +name = "Text Placeholder API" +filename = "placeholder-api-2.5.1+1.21.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a4d87827d31f51db009fdf4cf98e16c6a94312f3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5926558 +project-id = 1037459 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/threadtweak.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/threadtweak.pw.toml new file mode 100644 index 000000000..789b71c52 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/threadtweak.pw.toml @@ -0,0 +1,13 @@ +name = "ThreadTweak" +filename = "threadtweak-fabric-0.1.7+mc1.21.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/IvtlnXcT/threadtweak-fabric-0.1.7%2Bmc1.21.5.jar" +hash-format = "sha512" +hash = "aec7e39b478d47dc96ba12291fd048ed9253c39d27a0c25b8565b3cef08eb5117b4f6bf2453c3377d2de739de8ba0501c77b291b6f0fc82559f0f30514a9125a" + +[update] +[update.modrinth] +mod-id = "vSEH1ERy" +version = "IvtlnXcT" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/unilib.pw.toml new file mode 100644 index 000000000..f7521b3a4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/unilib.pw.toml @@ -0,0 +1,13 @@ +name = "UniLib" +filename = "UniLib-1.1.1+1.21.4-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7a424662bccb48d4643aee7534154f3966fc45f5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6860551 +project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/world-host.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/world-host.pw.toml new file mode 100644 index 000000000..ba530ceaa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/world-host.pw.toml @@ -0,0 +1,13 @@ +name = "World Host" +filename = "world-host-0.5.2+1.21.4-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2AIZDfYo/versions/Ot6s04sx/world-host-0.5.2%2B1.21.4-fabric.jar" +hash-format = "sha512" +hash = "d55bda39659ad3af574275c2d89f6351f6fbb93ea0534653bda2db77f3f8a184522ad6950c279e35ceb5e40248cfef8f5b019dd990a772eab21ac0817d183918" + +[update] +[update.modrinth] +mod-id = "2AIZDfYo" +version = "Ot6s04sx" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/yacl.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/yacl.pw.toml new file mode 100644 index 000000000..dcbb5e7f9 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.7.1+1.21.4-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ff01b18b0716e22acc2d3de5f431e290de057860" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662854 +project-id = 667299 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/pack.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/pack.toml new file mode 100644 index 000000000..3878a47d3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/pack.toml @@ -0,0 +1,16 @@ +name = "Re-Console" +author = "omo50, Technocality, Cjnator38" +version = "2.8.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "bc43cbd7c61b35ecec8943416a00d22d5a8ba4caa6355d9da354ab8650b9517f" + +[versions] +quilt = "0.29.2" +minecraft = "1.21.4" + +[options] +acceptable-game-versions = [] diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..60d440ee3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.4/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "4f7262a5300700a2dad5a621d6dba9c0874261ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6786321 +project-id = 1068239 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/config.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/config.toml new file mode 100644 index 000000000..d8e53322a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/config.toml @@ -0,0 +1,99 @@ + +#General settings of Crash Assistant mod. +[general] + #Link which will be opened in browser on request_help_button pressed. + #If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link. + #Must start with 'https://' or 'www.' + help_link = "https://discord.com/invite/M9bQdm25Pk" + #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" + #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. + kill_old_app = true + #If options.txt doesn't exist, the default language will be used. + default_lang = "en_us" + #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. + show_dont_send_screenshot_of_gui_notice = true + #List of blacklisted log files. This files won't show in GUI logs list. + blacklisted_logs = [] + +#Here you can change text of lang placeHolders. +#Also you can change any text in lang files. +#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where. +[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 = "Nostalgica Reverie Discord" + #$CONFIG.text.support_place$ in lang files will be replaced with this value. + support_place = "#legacy-console-modpacks" + #$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 = "Re-Console" + +#Settings of message generated by Upload all button +[generated_message] + #Add ### prefix before filename. + #This can prevent too small, hard to hit on mobile links. + h3_prefix = true + #Replaces "\n" separator between logs to " | " to make message vertically smaller. + one_line_logs = true + #Adds line in log list about this Intel processor can be corrupted. + intel_corrupted_notification = true + #If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for. + #This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities. + generated_msg_lang = "en_us" + #This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button. + #You can include: + # * some form, which users should fill out. + # * additional information like Minecraft version, etc. + text_under_crashed = "" + #With this option you can notify user about something related with posting generated message. + #For example if they need to fill some option from "text_under_crashed", etc. + #Supports html formatting, placeholders. + #Leave empty to prevent showing this warning message. + warning_after_upload_all_button_press = "" + +#Settings of modlist feature. +#Adds in generated msg block about which mods modpack user added/removed/updated. +#Also you can see diff by running '/crash_assistant modlist diff' command. +[modpack_modlist] + #Enable feature. + enabled = true + #nicknames of players, who considered as modpack creator. + #Only this players can overwrite modlist.json + #If this feature is enabled and this array is empty, will be appended with nickname of current player. + modpack_creators = ["omoso_","Technocality","Cjnator38"] + #If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen), + #then game is launched by modpack creator. + #So you won't forget to save it before publishing. + #If you want to save manually: disable this and use '/crash_assistant modlist save' command. + auto_update = true + #If enabled, will add resourcepacks to modlist.json + #After filename where will be ' (resourcepack)' suffix. + add_resourcepacks = false + +#Settings of '/crash_assistant crash' command feature. +[crash_command] + #Enable feature. + enabled = true + #To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds. + #Set to <= 0 to disable the confirmation. + seconds = 10 + +#Settings of notifying about intel corrupted processors. +[intel_corrupted] + #Enable feature. + enabled = true + #Show funny related gif in warning message. + show_gif = false + +[greeting] + #You don't need to touch this option. + #On first world join of modpack creator if set to false shows greeting, then self enables. + shown_greeting = true + + diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/lang/README.md b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/lang/README.md new file mode 100644 index 000000000..ad24a4fa0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/lang/README.md @@ -0,0 +1,18 @@ +Hi Localizer! + +## Contributing + +If you want to add new language to the mod, please create a pull request with a new or modified file: +https://github.com/KostromDan/Crash-Assistant/ + +lang files locate here in source code:`common_config/src/main/resources/lang` + +## Changing text for the modpack + +If you want to change some text, don't edit the jar directly. Instead, you can modify the files in config/crash_assistant/lang. + +You can also add an entirely new language file in this directory, and it will work. + +"$DEFAULT" value means value will be taken from jar lang(if exists), else from en_us. + +Warning: don't try to use any utils of changing lang like KubeJs, resourcepacks, etc. It won't work. diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/lang/en_us.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/lang/en_us.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/lang/en_us.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/lang/ru_ru.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/lang/ru_ru.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/lang/ru_ru.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/lang/zh_cn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/lang/zh_cn.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/lang/zh_cn.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/modlist.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/modlist.json new file mode 100644 index 000000000..386aaf91e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/modlist.json @@ -0,0 +1,242 @@ +{ + "fabric-loader-0.17.2.jar (modloader)": { + "jarName": "fabric-loader-0.17.2.jar (modloader)", + "modId": "fabric", + "version": "fabric-loader-0.17.2.jar" + }, + "architectury-16.1.4-fabric.jar": { + "jarName": "architectury-16.1.4-fabric.jar", + "modId": "architectury", + "version": "16.1.4" + }, + "BadOptimizations-2.3.0-1.21.2-21.5.jar": { + "jarName": "BadOptimizations-2.3.0-1.21.2-21.5.jar", + "modId": "badoptimizations", + "version": "2.3.0" + }, + "BetterGrassify-1.7.0+fabric.1.21.5.jar": { + "jarName": "BetterGrassify-1.7.0+fabric.1.21.5.jar", + "modId": "bettergrass", + "version": "1.7.0+fabric.1.21.5" + }, + "BetterPingDisplay-Fabric-1.21.5-1.1.1.jar": { + "jarName": "BetterPingDisplay-Fabric-1.21.5-1.1.1.jar", + "modId": "betterpingdisplay", + "version": "1.1.1" + }, + "bobby-5.2.7+mc1.21.5.jar": { + "jarName": "bobby-5.2.7+mc1.21.5.jar", + "modId": "bobby", + "version": "5.2.7+mc1.21.5" + }, + "c2me-fabric-mc1.21.5-0.3.4+alpha.0.20.jar": { + "jarName": "c2me-fabric-mc1.21.5-0.3.4+alpha.0.20.jar", + "modId": "c2me", + "version": "0.3.4+alpha.0.20+1.21.5" + }, + "cape-provider-1.1.1.jar": { + "jarName": "cape-provider-1.1.1.jar", + "modId": "cape-provider", + "version": "1.1.1" + }, + "chat_heads-0.13.18-fabric-1.21.5.jar": { + "jarName": "chat_heads-0.13.18-fabric-1.21.5.jar", + "modId": "chat_heads", + "version": "0.13.18" + }, + "cloth-config-18.0.145-fabric.jar": { + "jarName": "cloth-config-18.0.145-fabric.jar", + "modId": "cloth-config", + "version": "18.0.145" + }, + "ConfiguredDefaults-v21.5.0-1.21.5-Fabric.jar": { + "jarName": "ConfiguredDefaults-v21.5.0-1.21.5-Fabric.jar", + "modId": "configureddefaults", + "version": "21.5.0" + }, + "continuity-3.0.1-test.4+1.21.5.jar": { + "jarName": "continuity-3.0.1-test.4+1.21.5.jar", + "modId": "continuity", + "version": "3.0.1-test.4+1.21.5" + }, + "CraftPresence-2.6.2+1.21.5-fabric.jar": { + "jarName": "CraftPresence-2.6.2+1.21.5-fabric.jar", + "modId": "craftpresence", + "version": "2.6.2" + }, + "CrashAssistant-fabric-1.21.5-1.21.8-1.9.15.jar": { + "jarName": "CrashAssistant-fabric-1.21.5-1.21.8-1.9.15.jar", + "modId": "crash_assistant", + "version": "1.9.15" + }, + "CustomPlayerModels-Fabric-1.21.5-0.6.24a.jar": { + "jarName": "CustomPlayerModels-Fabric-1.21.5-0.6.24a.jar", + "modId": "cpm", + "version": "0.6.24a" + }, + "Debugify-1.21.5+1.0.jar": { + "jarName": "Debugify-1.21.5+1.0.jar", + "modId": "debugify", + "version": "1.21.5+1.0" + }, + "dynamic-fps-3.9.5+minecraft-1.21.5-fabric.jar": { + "jarName": "dynamic-fps-3.9.5+minecraft-1.21.5-fabric.jar", + "modId": "dynamic_fps", + "version": "3.9.5" + }, + "entity_model_features_1.21.5-fabric-3.0.1.jar": { + "jarName": "entity_model_features_1.21.5-fabric-3.0.1.jar", + "modId": "entity_model_features", + "version": "3.0.1" + }, + "entity_texture_features_1.21.5-fabric-7.0.0.jar": { + "jarName": "entity_texture_features_1.21.5-fabric-7.0.0.jar", + "modId": "entity_texture_features", + "version": "7.0.0" + }, + "fabric-api-0.128.2+1.21.5.jar": { + "jarName": "fabric-api-0.128.2+1.21.5.jar", + "modId": "fabric-api", + "version": "0.128.2+1.21.5" + }, + "fabric-language-kotlin-1.13.5+kotlin.2.2.10.jar": { + "jarName": "fabric-language-kotlin-1.13.5+kotlin.2.2.10.jar", + "modId": "fabric-language-kotlin", + "version": "1.13.5+kotlin.2.2.10" + }, + "fabrishot-1.15.1.jar": { + "jarName": "fabrishot-1.15.1.jar", + "modId": "fabrishot", + "version": "1.15.1" + }, + "FactoryAPI-1.21.5-2.2.6-fabric.jar": { + "jarName": "FactoryAPI-1.21.5-2.2.6-fabric.jar", + "modId": "factory_api", + "version": "2.2.6" + }, + "fastquit-3.0.0+1.21.4.jar": { + "jarName": "fastquit-3.0.0+1.21.4.jar", + "modId": "fastquit", + "version": "3.0.0+1.21.4" + }, + "ferritecore-8.0.0-fabric.jar": { + "jarName": "ferritecore-8.0.0-fabric.jar", + "modId": "ferritecore", + "version": "8.0.0" + }, + "ImmediatelyFast-Fabric-1.9.6+1.21.5.jar": { + "jarName": "ImmediatelyFast-Fabric-1.9.6+1.21.5.jar", + "modId": "immediatelyfast", + "version": "1.9.6+1.21.5" + }, + "iris-fabric-1.8.11+mc1.21.5.jar": { + "jarName": "iris-fabric-1.8.11+mc1.21.5.jar", + "modId": "iris", + "version": "1.8.11+mc1.21.5" + }, + "lambdynamiclights-4.2.9+1.21.5.jar": { + "jarName": "lambdynamiclights-4.2.9+1.21.5.jar", + "modId": "lambdynlights", + "version": "4.2.9+1.21.5" + }, + "lazy-language-loader-0.3.8.jar": { + "jarName": "lazy-language-loader-0.3.8.jar", + "modId": "lazy-language-loader", + "version": "0.3.8" + }, + "Legacy4J-1.21.5-1.8.5-lts-fabric.jar": { + "jarName": "Legacy4J-1.21.5-1.8.5-lts-fabric.jar", + "modId": "legacy", + "version": "1.8.5-lts" + }, + "legacyskins-1.5.0+fabric+1.21.5.jar": { + "jarName": "legacyskins-1.5.0+fabric+1.21.5.jar", + "modId": "legacyskins", + "version": "1.5.0+fabric+1.21.5" + }, + "lithium-fabric-0.16.3+mc1.21.5.jar": { + "jarName": "lithium-fabric-0.16.3+mc1.21.5.jar", + "modId": "lithium", + "version": "0.16.3+mc1.21.5" + }, + "macos-input-fixes-1.9.jar": { + "jarName": "macos-input-fixes-1.9.jar", + "modId": "macos_input_fixes", + "version": "1.9" + }, + "modelfix-1.21.5-1.12-fabric.jar": { + "jarName": "modelfix-1.21.5-1.12-fabric.jar", + "modId": "modelfix", + "version": "1.21.5-1.12" + }, + "moderner-beta-fabric-3.1.4+1.21.5.jar": { + "jarName": "moderner-beta-fabric-3.1.4+1.21.5.jar", + "modId": "moderner_beta", + "version": "3.1.4+1.21.5" + }, + "modmenu-14.0.0-rc.2.jar": { + "jarName": "modmenu-14.0.0-rc.2.jar", + "modId": "modmenu", + "version": "14.0.0-rc.2" + }, + "moreculling-fabric-1.21.5-1.3.1.jar": { + "jarName": "moreculling-fabric-1.21.5-1.3.1.jar", + "modId": "moreculling", + "version": "1.3.1" + }, + "noisium-fabric-2.6.0+mc1.21.5.jar": { + "jarName": "noisium-fabric-2.6.0+mc1.21.5.jar", + "modId": "noisium", + "version": "2.6.0+mc1.21.5" + }, + "ok_zoomer-fabric-13.0.0-beta.3.jar": { + "jarName": "ok_zoomer-fabric-13.0.0-beta.3.jar", + "modId": "ok_zoomer", + "version": "13.0.0-beta.3" + }, + "placeholder-api-2.6.4+1.21.5.jar": { + "jarName": "placeholder-api-2.6.4+1.21.5.jar", + "modId": "placeholder-api", + "version": "2.6.4+1.21.5" + }, + "polytone-1.21.5-3.5.11-fabric.jar": { + "jarName": "polytone-1.21.5-3.5.11-fabric.jar", + "modId": "polytone", + "version": "1.21.5-3.5.11" + }, + "ScalableLux-0.1.3+beta.1+fabric.4039a8d-all.jar": { + "jarName": "ScalableLux-0.1.3+beta.1+fabric.4039a8d-all.jar", + "modId": "scalablelux", + "version": "0.1.3+beta.1+fabric.4039a8d" + }, + "sodium-fabric-0.6.13+mc1.21.5.jar": { + "jarName": "sodium-fabric-0.6.13+mc1.21.5.jar", + "modId": "sodium", + "version": "0.6.13+mc1.21.5" + }, + "threadtweak-fabric-0.1.7+mc1.21.5.jar": { + "jarName": "threadtweak-fabric-0.1.7+mc1.21.5.jar", + "modId": "threadtweak", + "version": "0.1.7+mc1.21.5" + }, + "UniLib-1.1.1+1.21.5-fabric.jar": { + "jarName": "UniLib-1.1.1+1.21.5-fabric.jar", + "modId": "unilib", + "version": "1.1.1" + }, + "voicechat-fabric-1.21.5-2.5.36.jar": { + "jarName": "voicechat-fabric-1.21.5-2.5.36.jar", + "modId": "voicechat", + "version": "1.21.5-2.5.36" + }, + "world-host-0.5.2+1.21.5-fabric.jar": { + "jarName": "world-host-0.5.2+1.21.5-fabric.jar", + "modId": "world-host", + "version": "0.5.2+1.21.5-fabric" + }, + "yet_another_config_lib_v3-3.7.1+1.21.5-fabric.jar": { + "jarName": "yet_another_config_lib_v3-3.7.1+1.21.5-fabric.jar", + "modId": "yet_another_config_lib_v3", + "version": "3.7.1+1.21.5-fabric" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/problematic_mods_config.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/problematic_mods_config.json new file mode 100644 index 000000000..680dd9548 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/config/crash_assistant/problematic_mods_config.json @@ -0,0 +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 + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/bettergrass.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/bettergrass.json5 new file mode 100644 index 000000000..064abfa38 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/bettergrass.json5 @@ -0,0 +1,3 @@ +{ + "betterGrassMode": "OFF" +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/capes.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/capes.json5 new file mode 100644 index 000000000..ca3b6ab16 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/capes.json5 @@ -0,0 +1,10 @@ +{ + clientCapeType: "MINECRAFTCAPES", + enableOptifine: true, + enableLabyMod: false, + enableWynntils: true, + enableMinecraftCapesMod: true, + enableCosmetica: true, + enableCloaksPlus: true, + enableElytraTexture: true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/citresewn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/citresewn.json new file mode 100644 index 000000000..63f9cac28 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/citresewn.json @@ -0,0 +1,3 @@ +{ + "broken_paths": true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/cpm.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/cpm.json new file mode 100644 index 000000000..e7bf688eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/cpm.json @@ -0,0 +1,15 @@ +{ + "editorLastVersion": "0.6.21a", + "editorSelectMouseButton": 0, + "titleScreenButton": false, + "playerSettings": {}, + "globalSettings": {}, + "friendSettings": {}, + "keybinds": {}, + "editorDragMouseButton": -1, + "editorMenuMouseButton": 1, + "editorRotateMouseButton": 2, + "safetyProfiles": {}, + "editorRecentProjects": [], + "serverSettings": {} +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/craftpresence.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/craftpresence.json new file mode 100644 index 000000000..2e050b5e5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/craftpresence.json @@ -0,0 +1,154 @@ +{ + "_schemaVersion": 6, + "_lastMCVersionId": 769, + "generalSettings": { + "detectATLauncherInstance": false, + "detectCurseManifest": false, + "detectMultiMCManifest": true, + "detectMCUpdaterInstance": false, + "detectTechnicPack": true, + "detectModrinthPack": false, + "detectBiomeData": false, + "detectDimensionData": false, + "detectWorldData": true, + "clientId": "1278509112128442443", + "defaultIcon": "othericon", + "enableJoinRequests": true, + "preferredClientLevel": 3, + "resetTimeOnInit": false, + "autoRegister": false + }, + "biomeSettings": { + "fallbackBiomeIcon": "unknown", + "biomeData": { + "default": { + "textOverride": "Playing in {biome.name}" + } + } + }, + "dimensionSettings": { + "fallbackDimensionIcon": "unknown", + "dimensionData": { + "default": { + "textOverride": "In the {dimension.name}" + } + } + }, + "serverSettings": { + "fallbackServerIcon": "default", + "fallbackServerName": "Minecraft Server", + "fallbackServerMotd": "A Minecraft Server", + "serverData": { + "default": { + "textOverride": "Playing on {server.name}" + } + }, + "pingRateInterval": 5, + "pingRateUnit": "minutes" + }, + "statusMessages": { + "mainMenuData": { + "textOverride": "In the Main Menu" + }, + "loadingData": { + "textOverride": "Loading..." + }, + "lanData": { + "textOverride": "Playing on a LAN Server" + }, + "singleplayerData": { + "textOverride": "Playing Singleplayer - \"{world.name}\"" + }, + "realmData": { + "textOverride": "Playing on {server.name} - Realm" + } + }, + "advancedSettings": { + "enablePerGui": false, + "enablePerItem": false, + "enablePerEntity": false, + "formatWords": true, + "debugMode": false, + "verboseMode": false, + "refreshRate": 2, + "allowPlaceholderPreviews": false, + "guiSettings": { + "fallbackGuiIcon": "unknown", + "guiData": { + "default": { + "textOverride": "In {screen.name}" + } + } + }, + "itemMessages": { + "default": "Holding {item.message.holding}" + }, + "entitySettings": { + "fallbackEntityIcon": "unknown", + "targetData": { + "default": { + "textOverride": "Targeting {entity.target.name}" + } + }, + "ridingData": { + "default": { + "textOverride": "Riding {entity.riding.name}" + } + } + }, + "allowEndpointIcons": true, + "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", + "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", + "allowDuplicatePackets": false, + "maxConnectionAttempts": 10, + "enableClassGraph": false, + "useClassLoader": false + }, + "accessibilitySettings": { + "languageId": "en_us", + "stripTranslationColors": false, + "stripTranslationFormatting": false, + "stripExtraGuiElements": false, + "configKeyCode": 96 + }, + "displaySettings": { + "presenceData": { + "enabled": true, + "useAsMain": false, + "isInstance": false, + "activityType": 0, + "partyPrivacy": 1, + "details": "{getFirst(menu.message, dimension.message)}", + "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "largeImageKey": "othericon", + "largeImageText": "Re-Console", + "smallImageKey": "{player.icon}", + "smallImageText": "{player.name}", + "startTimestamp": "{data.general.time}", + "endTimestamp": "", + "buttons": { + "default": { + "label": "Example Text", + "url": "https://google.com" + } + } + }, + "dynamicIcons": { + "anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad", + "juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed", + "default": "https://via.placeholder.com/256.png" + }, + "dynamicVariables": { + "default": "Example Text", + "mods": "{general.mods} Mod(s)", + "player_info_coordinate": "At {player.position.x}, {player.position.z}", + "players": "{server.players.current} / {server.players.max} Players", + "player_info_in": "({custom.player_info.health})", + "player_info_items": "Items: {item.main_hand.message}", + "player_info_out": "As {player.name}", + "player_info_health": "Health: {player.health.current}/{player.health.max}", + "world_info": "On {world.name}", + "pack": "{pack.name}" + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/enhanced_bes.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/fastquit.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/fastquit.toml new file mode 100644 index 000000000..6e30c51e3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/fastquit.toml @@ -0,0 +1 @@ +showToasts = false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/immediatelyfast.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/immediatelyfast.json new file mode 100644 index 000000000..3823c4474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/immediatelyfast.json @@ -0,0 +1,20 @@ +{ + "REGULAR_INFO": "----- Regular config values below -----", + "font_atlas_resizing": true, + "map_atlas_generation": true, + "fast_text_lookup": true, + "avoid_redundant_framebuffer_switching": true, + "fix_slow_buffer_upload_on_apple_gpu": true, + "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", + "dont_add_info_into_debug_hud": false, + "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", + "experimental_disable_error_checking": true, + "experimental_disable_resource_pack_conflict_handling": true, + "experimental_sign_text_buffering": false, + "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", + "debug_only_and_not_recommended_disable_universal_batching": false, + "debug_only_and_not_recommended_disable_mod_conflict_handling": false, + "debug_only_and_not_recommended_disable_hardware_conflict_handling": false, + "debug_only_print_additional_error_information": false, + "debug_only_use_last_usage_for_batch_ordering": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/iris.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/iris.properties new file mode 100644 index 000000000..890fd1467 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/iris.properties @@ -0,0 +1,2 @@ +disableUpdateMessage=true +enableShaders=false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/lambdynlights.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/lambdynlights.toml new file mode 100644 index 000000000..362af0547 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/lambdynlights.toml @@ -0,0 +1,148 @@ +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "off" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + # Enable first-person player light source. + self = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "off" + # Enable entities light source. + entities = true + # Creeper lighting mode. May be off, simple or fancy. + creeper = "simple" + + [light_sources.settings.entities.minecraft] + zombie_horse = true + axolotl = true + egg = true + zoglin = true + spawner_minecart = true + allay = true + llama = true + mule = true + bat = true + husk = true + camel = true + experience_bottle = true + rabbit = true + firework_rocket = true + silverfish = true + giant = true + drowned = true + item = true + goat = true + horse = true + vindicator = true + minecart = true + spectral_arrow = true + llama_spit = true + mooshroom = true + glow_item_frame = false + snowball = true + tnt = true + parrot = true + creeper = true + lightning_bolt = true + tadpole = true + ravager = true + evoker_fangs = true + chest_minecart = true + tropical_fish = true + slime = true + pillager = true + area_effect_cloud = true + blaze = true + piglin = true + end_crystal = true + endermite = true + ender_pearl = true + zombie = true + item_display = true + breeze_wind_charge = true + guardian = true + fireball = true + illusioner = true + eye_of_ender = true + wither_skull = true + wolf = true + block_display = true + tnt_minecart = true + zombie_villager = true + elder_guardian = true + chest_boat = true + boat = true + small_fireball = true + strider = true + cave_spider = true + cod = true + snow_golem = true + witch = true + spider = true + command_block_minecart = true + panda = true + bee = true + arrow = true + cow = true + magma_cube = true + pig = true + skeleton = true + frog = true + hoglin = true + armadillo = true + armor_stand = true + experience_orb = true + dolphin = true + stray = true + shulker = true + turtle = true + salmon = true + vex = true + wandering_trader = true + wither_skeleton = true + piglin_brute = true + breeze = true + ocelot = true + furnace_minecart = true + item_frame = true + phantom = true + ender_dragon = true + leash_knot = true + evoker = true + marker = true + glow_squid = true + warden = true + shulker_bullet = true + squid = true + enderman = true + dragon_fireball = true + chicken = true + sniffer = true + trader_llama = true + donkey = true + bogged = true + fox = true + iron_golem = true + zombified_piglin = true + cat = true + wind_charge = true + ghast = true + sheep = true + player = true + pufferfish = true + potion = true + trident = true + villager = true + ominous_item_spawner = true + skeleton_horse = true + fishing_bobber = true + text_display = true + polar_bear = true + hopper_minecart = true + falling_block = true + painting = true + interaction = true + wither = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/client_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/client_mixin.json new file mode 100644 index 000000000..5a4aa9549 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/client_mixin.json @@ -0,0 +1,25 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/client_options.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/client_options.json new file mode 100644 index 000000000..afb9e89c4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/client_options.json @@ -0,0 +1,205 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 1, + "animatedCharacter": true, + "autoResolution": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "backSound": true, + "bubblesOutsideWater": true, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.disable_voice_chat": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.entityculling.toggleBoxes": "none", + "component_key.fabrishot.screenshot": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hide_icons": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.mute_microphone": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.optigui.inspect": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.push_to_talk": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_key.voice_chat": "none", + "component_key.voice_chat_adjust_volumes": "none", + "component_key.voice_chat_group": "none", + "component_key.voice_chat_settings": "none", + "component_key.voice_chat_toggle_recording": "none", + "component_key.whisper": "none", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlTooltipDisplay": 0, + "controlType": "auto", + "controllerCursorAtFirstInventorySlot": true, + "controllerDoubleClick": false, + "controllerSensitivity": 0.5, + "controllerToasts": true, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorAtFirstInventorySlot": false, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": false, + "fastLeavesWhenBlocked": false, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hoverFocusSound": false, + "hudDelay": 100, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceResolution": 0.5, + "interfaceSensitivity": 0.5, + "inventoryHoverFocusSound": false, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.21.5", + "lastLoadedVersion": "1.8.4-lts", + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyBabyVillagerHead": true, + "legacyCreativeBlockPlacing": true, + "legacyCursor": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyHearts": true, + "legacyIntroAndReloading": true, + "legacyItemPickup": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyLoadingAndConnecting": true, + "legacyOverstackedItems": true, + "legacyPanorama": true, + "legacySkyShape": true, + "limitCursor": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "mapsWithCoords": true, + "menusWithBackground": false, + "merchantTradingIndicator": true, + "minecartSounds": true, + "modCraftingTabs": false, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": false, + "searchCreativeTab": true, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemCursor": false, + "systemMessagesAsOverlay": false, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "titleScreenVersionText": false, + "tooltipBoxes": true, + "unbindConflictingButtons": true, + "unbindConflictingKeys": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/common.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/common.json new file mode 100644 index 000000000..fb201bd22 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/common_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/global_packs.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/global_packs.json new file mode 100644 index 000000000..796dc9a58 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/legacy/global_packs.json @@ -0,0 +1,15 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "file/Legacy Worlds.zip", + "file/Modern-Skin-Packs-2.2.0.zip", + "file/Legacy-Skin-Packs-2.2.0.zip", + "file/The_Garden_Awakens_v1.0.zip", + "file/Legacy Skins Pack Ordering v3.zip", + "file/TutorialWorldAddon.zip", + "file/rcr2.zip", + "legacy:legacy_resources" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/modernfix-mixins.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/modernfix-mixins.properties new file mode 100644 index 000000000..8596383b7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/modernfix-mixins.properties @@ -0,0 +1,80 @@ +# This is the configuration file for ModernFix. +# In general, prefer using the config screen to editing this file. It can be accessed +# via the standard mod menu on your respective mod loader. Changes will, however, +# require restarting the game to take effect. +# +# The following options can be enabled or disabled if there is a compatibility issue. +# Add a line with your option name and =true or =false at the bottom of the file to enable +# or disable a rule. For example: +# mixin.perf.dynamic_resources=true +# Do not include the #. You may reset to defaults by deleting this file. +# +# Available options: +# mixin.bugfix.chunk_deadlock=false # (overridden for mod compat) +# mixin.bugfix.concurrency=true # (default) +# mixin.bugfix.missing_block_entities=false # (default) +# mixin.bugfix.packet_leak=false # (default) +# mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat) +# mixin.bugfix.restore_old_dragon_movement=false # (default) +# mixin.bugfix.world_leaks=true # (default) +# mixin.bugfix.world_screen_skipped=true # (default) +# mixin.devenv=false # (default) +# mixin.feature.blockentity_incorrect_thread=false # (default) +# mixin.feature.branding=true # (default) +# mixin.feature.cause_lag_by_disabling_threads=false # (default) +# mixin.feature.direct_stack_trace=false # (default) +# mixin.feature.disable_unihex_font=false # (default) +# mixin.feature.integrated_server_watchdog=true # (default) +# mixin.feature.log_stdout_in_log_files=true # (default) +# mixin.feature.mcfunction_profiling=true # (default) +# mixin.feature.measure_time=true # (default) +# mixin.feature.remove_chat_signing=false # (default) +# mixin.feature.remove_telemetry=true # (default) +# mixin.feature.snapshot_easter_egg=true # (default) +# mixin.feature.spam_thread_dump=false # (default) +# mixin.feature.spark_profile_launch=false # (default) +# mixin.feature.spark_profile_world_join=false # (default) +# mixin.feature.stalled_chunk_load_detection=false # (default) +# mixin.feature.warn_missing_perf_mods=true # (default) +# mixin.launch.class_search_cache=true # (default) +# mixin.perf.cache_blockstate_cache_arrays=true # (default) +# mixin.perf.cache_profile_texture_url=true # (default) +# mixin.perf.cache_strongholds=false # (overridden for mod compat) +# mixin.perf.chunk_meshing=true # (default) +# mixin.perf.clear_fabric_mapping_tables=false # (default) +# mixin.perf.clear_mixin_classinfo=false # (default) +# mixin.perf.compact_bit_storage=true # (default) +# mixin.perf.compress_unihex_font=true # (default) +# mixin.perf.dedicated_reload_executor=true # (default) +# mixin.perf.deduplicate_climate_parameters=false # (default) +# mixin.perf.deduplicate_location=false # (default) +# mixin.perf.deduplicate_wall_shapes=true # (default) +# mixin.perf.dynamic_dfu=true # (default) +# mixin.perf.dynamic_entity_renderers=false # (default) +# mixin.perf.dynamic_resources=false # (default) +# mixin.perf.dynamic_sounds=true # (default) +# mixin.perf.dynamic_structure_manager=true # (default) +# mixin.perf.faster_command_suggestions=true # (default) +# mixin.perf.faster_item_rendering=false # (default) +# mixin.perf.faster_texture_stitching=true # (default) +# mixin.perf.fix_loop_spin_waiting=true # (default) +# mixin.perf.lazy_search_tree_registry=true # (default) +# mixin.perf.memoize_creative_tab_build=true # (default) +# mixin.perf.model_optimizations=true # (default) +# mixin.perf.mojang_registry_size=true # (default) +# mixin.perf.remove_biome_temperature_cache=true # (default) +# mixin.perf.state_definition_construct=true # (default) +# mixin.perf.thread_priorities=false # (overridden for mod compat) +# mixin.perf.ticking_chunk_alloc=true # (default) +# mixin.perf.worldgen_allocation=false # (default) +# mixin.safety=true # (default) +# +# User overrides go here. +mixin.bugfix.missing_block_entities=true +mixin.bugfix.restore_old_dragon_movement=true +mixin.perf.clear_fabric_mapping_tables=true +mixin.perf.clear_mixin_classinfo=true +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true +mixin.perf.worldgen_allocation=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/modmenu.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/modmenu.json new file mode 100644 index 000000000..0496cf2bf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/modmenu.json @@ -0,0 +1,7 @@ +{ + "mods_button_style": "icon", + "game_menu_button_style": "icon", + "update_checker": false, + "count_libraries": false, + "count_children": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/moreculling.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/moreculling.toml new file mode 100644 index 000000000..abfc51cf0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/moreculling.toml @@ -0,0 +1,25 @@ +version = 1 +enableSodiumMenu = true +dontCull = [] +cloudCulling = true +signTextCulling = true +rainCulling = true +useBlockStateCulling = true +useCustomItemFrameRenderer = true +itemFrameMapCulling = true +useItemFrameLOD = true +itemFrameLODRange = 16 +useItemFrame3FaceCulling = true +itemFrame3FaceCullingRange = 2.0 +paintingCulling = true +leavesCullingMode = "DEFAULT" +leavesCullingAmount = 2 +includeMangroveRoots = true +endGatewayCulling = true +beaconBeamCulling = true +useOnModdedBlocksByDefault = true + +[modCompatibility] +minimega = true +legacy = true +minecraft = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/puzzle.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/puzzle.json new file mode 100644 index 000000000..8ab73f8a4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/puzzle.json @@ -0,0 +1,20 @@ +{ + "disabledIntegrations": [ + "borderlessmining", + "cem", + "citresewn", + "continuity", + "colormatic", + "cullleaves", + "dynamicfps", + "entity_texture_features", + "entity_model_features", + "iris", + "lambdabettergrass", + "lambdynlights" + ], + "enablePuzzleButton": false, + "debugMessages": false, + "checkUpdates": false, + "showPuzzleInfo": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/servercore/config.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/servercore/optimizations.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/vmp.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/world-host.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/world-host.json5 new file mode 100644 index 000000000..385cba855 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/config/world-host.json5 @@ -0,0 +1,4 @@ +{ + showOnlineStatus: false, + enableFriends: false, +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/options.txt b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/options.txt new file mode 100644 index 000000000..9ede84d71 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/options.txt @@ -0,0 +1,13 @@ +version:3839 +biomeBlendRadius:1 +enableVsync:false +fullscreen:true +gamma:0.0 +fov:-0.05 +maxFps:240 +renderDistance:18 +simulationDistance:8 +toggleCrouch:true +notificationDisplayTime:1.2 +attackIndicator:0 +joinedFirstServer:true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/resource_albums.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/resource_albums.json new file mode 100644 index 000000000..f3304ca07 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/resource_albums.json @@ -0,0 +1,7 @@ +{ + "default": "minecraft", + "order": [ + "minecraft", + "minecraft_classic" + ] +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/resource_albums/minecraft.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/resource_albums/minecraft.json new file mode 100644 index 000000000..b2f74ec2e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/resource_albums/minecraft.json @@ -0,0 +1,18 @@ +{ + "background": "legacy:icon/background", + "packs": [ + "vanilla", + "fabric", + "legacy:legacy_waters", + "file/rcr3.zip" + ], + "displayPack": "vanilla", + "id": "minecraft", + "version": 2, + "name": { + "translate": "legacy.menu.albums.resource.minecraft" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/resource_albums/minecraft_classic.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/resource_albums/minecraft_classic.json new file mode 100644 index 000000000..054fb2c4d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/configureddefaults/resource_albums/minecraft_classic.json @@ -0,0 +1,18 @@ +{ + "icon": "legacy:icon/minecraft_classic", + "background": "legacy:icon/minecraft_classic_background", + "packs": [ + "vanilla", + "fabric", + "programmer_art", + "legacy:legacy_waters" + ], + "id": "minecraft_classic", + "version": 1, + "name": { + "translate": "legacy.menu.albums.resource.minecraft_classic" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft_classic.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/index.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/index.toml new file mode 100644 index 000000000..956d47d29 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/index.toml @@ -0,0 +1,389 @@ +hash-format = "sha256" + +[[files]] +file = "config/crash_assistant/config.toml" +hash = "d63ef06db7855e70531e63cfa0367f5193a270527425e9d5cd0e5f73ec34a2b0" + +[[files]] +file = "config/crash_assistant/lang/README.md" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" + +[[files]] +file = "config/crash_assistant/lang/en_us.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/ru_ru.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/lang/zh_cn.json" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" + +[[files]] +file = "config/crash_assistant/modlist.json" +hash = "14e3848eec76f433f9ee4e3b2a1be42ec02c1f33efdf6ecb189b1f85635a4fed" + +[[files]] +file = "config/crash_assistant/problematic_mods_config.json" +hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693" + +[[files]] +file = "configureddefaults/config/bettergrass.json5" +hash = "5ba4ad8c50ca8715fe648e7e68e8b5df0fe05acac0f9b152cedd93a6250ae386" + +[[files]] +file = "configureddefaults/config/capes.json5" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" + +[[files]] +file = "configureddefaults/config/citresewn.json" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" + +[[files]] +file = "configureddefaults/config/cpm.json" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" + +[[files]] +file = "configureddefaults/config/craftpresence.json" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" + +[[files]] +file = "configureddefaults/config/enhanced_bes.properties" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" + +[[files]] +file = "configureddefaults/config/fastquit.toml" +hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c" + +[[files]] +file = "configureddefaults/config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "configureddefaults/config/immediatelyfast.json" +hash = "2718bb7c2762955bb9080c5cf992d3fd2dc46dee2e8167141eca76d8ee9849fd" + +[[files]] +file = "configureddefaults/config/iris.properties" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" + +[[files]] +file = "configureddefaults/config/lambdynlights.toml" +hash = "40413b8a4f6d5495dc689ab7d812f867f7d07f3696a5a985432e93e7cda9a3db" + +[[files]] +file = "configureddefaults/config/legacy/client_mixin.json" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" + +[[files]] +file = "configureddefaults/config/legacy/client_options.json" +hash = "f3f6da92d2bf415934b4588846cf7de39a31b14e89a9255a1924da411750f8df" + +[[files]] +file = "configureddefaults/config/legacy/common.json" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" + +[[files]] +file = "configureddefaults/config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "configureddefaults/config/legacy/global_packs.json" +hash = "ddd9316b8053dc121ef511d953e2b6a9fa158e296bc80fb663cc4256d790dd20" + +[[files]] +file = "configureddefaults/config/modernfix-mixins.properties" +hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" + +[[files]] +file = "configureddefaults/config/modmenu.json" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" + +[[files]] +file = "configureddefaults/config/moreculling.toml" +hash = "20a7c9a9d1ec3c730f37af63357d6847afbb28fd37cd13657928c3d22feb055c" + +[[files]] +file = "configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" + +[[files]] +file = "configureddefaults/config/puzzle.json" +hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22" + +[[files]] +file = "configureddefaults/config/servercore/config.yml" +hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434" + +[[files]] +file = "configureddefaults/config/servercore/optimizations.yml" +hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262" + +[[files]] +file = "configureddefaults/config/vmp.properties" +hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49" + +[[files]] +file = "configureddefaults/config/world-host.json5" +hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d" + +[[files]] +file = "configureddefaults/options.txt" +hash = "74dd4f49660613476a80e9137349f512346b6bec5298e793ece0225c1d2d00ad" + +[[files]] +file = "configureddefaults/resource_albums.json" +hash = "ecd81924a3b2ad635ddbeef550da86d325300a88ecd133daa70de8c3ed6c9242" + +[[files]] +file = "configureddefaults/resource_albums/minecraft.json" +hash = "6ffe86ea7cb0eb66f6f19797140d1bbb7d7ff39d8ab57006f06c2df97e83e362" + +[[files]] +file = "configureddefaults/resource_albums/minecraft_classic.json" +hash = "56b2d1a673da56a2a874284efb869eda80f4cbccf3012292797df0736762ed54" + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "f6d959f9e7d1589110a995fe01655183ad9ccae0998ef2f93f8ea40fd814d863" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "ef848281e0d332086295afc0107a00e9e5f9fde02c0f223507c1c46ab1fbf2e9" +metafile = true + +[[files]] +file = "mods/better-ping-display-fabric.pw.toml" +hash = "24760ba6ebb2662f152661f7dc8401f58c85b3818f8163be39e81d5e47440513" +metafile = true + +[[files]] +file = "mods/bettergrassify.pw.toml" +hash = "947dd90671f639410d865b0d9d17e5a91f2960f02c5f61caaf30b9d8674c81ae" +metafile = true + +[[files]] +file = "mods/bobby.pw.toml" +hash = "28f48d4cd03f3963d3b01e18773ef1aeee9b5651093e6e92e6c29268845969a7" +metafile = true + +[[files]] +file = "mods/c2me.pw.toml" +hash = "fbe6c7118922a86bb401c72b721d69c60cc0af09c74061d957b99c58821f9693" +metafile = true + +[[files]] +file = "mods/cape-provider.pw.toml" +hash = "f29cc3ad8d1d1250f7a9e174c7a3a0b4a9c32948691dd4706d6325e49ce523e9" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "fbb1677975b4743ce83ebee31c6477afcc0ca5d7d39cb6812e4642cc4398673a" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "287209b1b1b7c27f11f59ef3eda5fb5f4431aa6b51701870a426c0b39da74fce" +metafile = true + +[[files]] +file = "mods/configured-defaults.pw.toml" +hash = "07c016ed70aa998609dc5ac1bae1ea53f03d20aea9eec9655c8b64c457f7f7a7" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "1165355580ac183fb3c6ac0b34f8600a34312d2e64118c83602b7b85b95f93ba" +metafile = true + +[[files]] +file = "mods/craftpresence.pw.toml" +hash = "cecabaa35e4d75bbb0c0a522db9da58fec8fefdf3f22342a357d67ccad15ee63" +metafile = true + +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "bdc6a1bf44cf81f2392b74ddf46397d8a1b0d6148834c79b9e946eae426479b6" +metafile = true + +[[files]] +file = "mods/custom-player-models-fabric.pw.toml" +hash = "0ea041c41782c6e428befd7029d8d4a5a3cccb78189cef3a8648f960ba964904" +metafile = true + +[[files]] +file = "mods/debugify.pw.toml" +hash = "a4f8c0dcad7e8b544b9da4e333880a4bae1701a3a06a7bdc8d85d12cae3276de" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "532f682da1652b2918b742b01fab0ee5980b87f181c641dcccfecc0ba044ecc7" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "3c2817c7cf90233055aeb41eab0596f26e59e63b6c2b258c64b47b95675db46f" +metafile = true + +[[files]] +file = "mods/entity-texture-features-fabric.pw.toml" +hash = "ae8cb9f71125fe4c1497184bc45e3e413956af9f9124c008600b4e2ba9c9dc54" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "89fd86742345d5731eb8cdb74094169d291b737e4f3847a2109f18672a484ab1" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "373c9e22de4d4df2997c0316cb244d3b61b1cc6a6c748c1593af757653b4f957" +metafile = true + +[[files]] +file = "mods/fabrishot.pw.toml" +hash = "b9c882267705b800350e667686a6846f4fef7221c80557fd9fa9c245431e4e2d" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "14134f8942121398052f9c79d0a9bad24767b4bf667d33d1649570279bfb3c65" +metafile = true + +[[files]] +file = "mods/fastquit.pw.toml" +hash = "e29500e5ffeea591240da132d5aaefa426e3554d9f45589fef58a1706c87e3b1" +metafile = true + +[[files]] +file = "mods/ferritecore-fabric.pw.toml" +hash = "3dcc43cbc807ec49377efe574b4670ee91e62474aee1bcd068495adea8bc1f6a" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "13b60b2a79f560b24444c898f3dd1329e98e908deb5e1ee2a22ca17ded7b1925" +metafile = true + +[[files]] +file = "mods/irisshaders.pw.toml" +hash = "b15c3312a4cca50bf37dee2c669b8c52027b1264e4bd0800520471462596db24" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "83c8df1156c93fe25562ab063aaf606ad81a80b4614e1e697ff1160731a2b6ad" +metafile = true + +[[files]] +file = "mods/lazy-language-loader.pw.toml" +hash = "42658bc0dfd6e2f3573dd4446c8f43160251cdacabf23a79bc1c7622aa524edb" +metafile = true + +[[files]] +file = "mods/legacy-minecraft.pw.toml" +hash = "73419fc2b19b6ac7a547ab47ad2931c6c423f9329f4dd29e7c2c49dc2f056d98" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "c7c8001204b8722ccf822119cab711fa6ba09d55e6db74926e2617e6ec312c4d" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "29d81a30d4acfc46fda4cfa4c40e57b49ce9823796b3b173daf059f679c2b675" +metafile = true + +[[files]] +file = "mods/macos-input-fixes.pw.toml" +hash = "a3e8ab5b65ff403b1e578f50465a67743ff2d6943bd47458be482e44f5642754" +metafile = true + +[[files]] +file = "mods/model-gap-fix.pw.toml" +hash = "b5b49063d244d499e27094f99e482bbedf139203c9cd065b84667f136ffea428" +metafile = true + +[[files]] +file = "mods/moderner-beta.pw.toml" +hash = "8fbc187d9d3b97aefd24d81468aeccc5a7aed19d789ce837773a5434efd3fd55" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "e42e9478d889222075b8fc20a9d934520fe153471d388fe5291d29d7ceef0c81" +metafile = true + +[[files]] +file = "mods/moreculling.pw.toml" +hash = "229d1eabf82bea64acb5421ff045294b895340fd4e44b80817b143a54d76126a" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "580db1cc3b78cbafc48cf9be4bd5d478fdddb454b12b519593240f68f896dd89" +metafile = true + +[[files]] +file = "mods/ok-zoomer.pw.toml" +hash = "b595b34355748b36d0768b11dd28a152377f2abce7f8623f0a009dcf4433cbf0" +metafile = true + +[[files]] +file = "mods/polytone.pw.toml" +hash = "3fca66a4fc819750527480500f3a61d876e43e038802f410989d45334f584e4e" +metafile = true + +[[files]] +file = "mods/scalablelux.pw.toml" +hash = "e5bc7b2ff992a7c511a5444c0aa55a7ab28e8f22ab7c06df81dac1c6d3b37c14" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "113e8639bf203c4cd8fa36cf5556f001ab7f6b43f2869ecf271704456d6878e9" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "2bbbe84ce305111cb5cd483ddb75497da9fac5e29074ba527fcbb719c8f5e8f8" +metafile = true + +[[files]] +file = "mods/text-placeholder-api.pw.toml" +hash = "c5a294ef234b8a198822c9ec440f518fc07b403d0b9d43322bb1374010392ee5" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "ff0d87064f466d6dfa5151178cb805cea4169a6e85f47913b462758262a78024" +metafile = true + +[[files]] +file = "mods/unilib.pw.toml" +hash = "c5aa516cb08669cb552792c15a8dbc25541dba05098a53bf3d8468d568a68cd7" +metafile = true + +[[files]] +file = "mods/world-host.pw.toml" +hash = "0af1ab53ce68a6850cdd1071d3291462ea816dede99cc34e92b8a430a359b900" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "44884083814b7aac7697630e19a182f8b1a48c1479dc645b0876b6e62fc2cc0a" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "1fa2c4e4a06b1d972ad6374da4b0f295e70940f51aae0d48d54819f4f1deb3f8" +metafile = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/architectury-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/architectury-api.pw.toml new file mode 100644 index 000000000..e981dc8f1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-16.1.4-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7d26d978a4f64800f15363cebea7b26c79a33fa3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6406227 +project-id = 419699 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..b7998256b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.1-1.21.2-21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "967ab6d98586e63c5d62e7ee9775339173f115d8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055830 +project-id = 949555 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/better-ping-display-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/better-ping-display-fabric.pw.toml new file mode 100644 index 000000000..85dc2c7ff --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/better-ping-display-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Better Ping Display [Fabric]" +filename = "BetterPingDisplay-Fabric-1.21.5-1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "12a5c27cfb3529f6a4899c72194c3afab020a760" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6507455 +project-id = 406343 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/bettergrassify.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/bettergrassify.pw.toml new file mode 100644 index 000000000..a397b3460 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/bettergrassify.pw.toml @@ -0,0 +1,13 @@ +name = "BetterGrassify" +filename = "BetterGrassify-1.7.0+fabric.1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "39811c2242f86da94cd7d78634c18138dfd18e72" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6664108 +project-id = 1026394 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/bobby.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/bobby.pw.toml new file mode 100644 index 000000000..d35d68e1c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +name = "Bobby" +filename = "bobby-5.2.7+mc1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c6eac354451ac7af741a1dae1b805dd313958321" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6366786 +project-id = 409301 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/c2me.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/c2me.pw.toml new file mode 100644 index 000000000..b3cb947f0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/c2me.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine" +filename = "c2me-fabric-mc1.21.5-0.3.4+alpha.0.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5b0e9a09eff627335bd9cff88d97052565a88ae0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6597911 +project-id = 533097 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/cape-provider.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/cape-provider.pw.toml new file mode 100644 index 000000000..da60b5297 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/cape-provider.pw.toml @@ -0,0 +1,13 @@ +name = "Cape Provider" +filename = "cape-provider-1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2d73ca92f396136054209a4ec4c248966f6a7335" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6682445 +project-id = 1291862 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/chat-heads.pw.toml new file mode 100644 index 000000000..502dc5a55 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.14.0-fabric-1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "934198dc3f36ac9a244ace8efeeb3aad7ac165f3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7057848 +project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/cloth-config.pw.toml new file mode 100644 index 000000000..809e6beef --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge/NeoForge)" +filename = "cloth-config-18.0.145-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "db73460f84cede7b5fc67dce7c38bbeb5444c63e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6351756 +project-id = 348521 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/configured-defaults.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/configured-defaults.pw.toml new file mode 100644 index 000000000..d10d4b1a5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/configured-defaults.pw.toml @@ -0,0 +1,13 @@ +name = "Configured Defaults" +filename = "ConfiguredDefaults-v21.5.0-1.21.5-Fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "938253ef8c94de0cde578b4a91d4effffdb55b18" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6432226 +project-id = 930131 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/continuity.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/continuity.pw.toml new file mode 100644 index 000000000..317257f4f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.1-test.4+1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9965153e0acabbe3582aabe2ddb6a503508b6787" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6489459 +project-id = 531351 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/craftpresence.pw.toml new file mode 100644 index 000000000..2bb14ca44 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/craftpresence.pw.toml @@ -0,0 +1,13 @@ +name = "CraftPresence" +filename = "CraftPresence-2.6.2+1.21.5-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3eec41c297dbab368a0d448a0c626e7af8de6d51" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6860643 +project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/crash-assistant.pw.toml new file mode 100644 index 000000000..455fded8a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/crash-assistant.pw.toml @@ -0,0 +1,13 @@ +name = "Crash Assistant" +filename = "CrashAssistant-fabric-1.21.5-1.21.9-1.10.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1d99a68f5ab3b167e684e36afd23bd274b3f014c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055326 +project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/custom-player-models-fabric.pw.toml new file mode 100644 index 000000000..7df5d08a3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/custom-player-models-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models (Fabric)" +filename = "CustomPlayerModels-Fabric-1.21.5-0.6.24a.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "09c06623d7430eadb1f0cabf423874d90633f4bf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6843786 +project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/debugify.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/debugify.pw.toml new file mode 100644 index 000000000..5577bc73e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/debugify.pw.toml @@ -0,0 +1,13 @@ +name = "Debugify" +filename = "Debugify-1.21.5+1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "205de09c66981b3172eb5df8ddf6c96335422e9c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6394894 +project-id = 596224 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..8c96e3f22 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.21.5-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8ada2e32e4121d927e4d5c835a5bd3d33aeaf4da" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662091 +project-id = 335493 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/entity-model-features.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/entity-model-features.pw.toml new file mode 100644 index 000000000..04e5446f0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features [Fabric & Forge]" +filename = "entity_model_features_1.21.5-fabric-3.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "76d9375f5f49f2a29dea2121ef9863c22a0c5555" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6922735 +project-id = 844662 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/entity-texture-features-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/entity-texture-features-fabric.pw.toml new file mode 100644 index 000000000..6effc8a4f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/entity-texture-features-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features - [Fabric & Forge]" +filename = "entity_texture_features_1.21.5-fabric-7.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a67254b6de4baa4b6e34a367ec7d04a044813954" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6954783 +project-id = 568563 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/fabric-api.pw.toml new file mode 100644 index 000000000..0571a35fb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.128.2+1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "920dea0ac4ff08f539099215eace9fda3e3fb2e3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6863346 +project-id = 306612 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/fabric-language-kotlin.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 000000000..8fbaf7424 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.6+kotlin.2.2.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "05e9cc4108da5b50735fa6d8a79a18fcd5310d82" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6985480 +project-id = 308769 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/fabrishot.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/fabrishot.pw.toml new file mode 100644 index 000000000..c56e6cd14 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/fabrishot.pw.toml @@ -0,0 +1,13 @@ +name = "Fabrishot" +filename = "fabrishot-1.15.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "83afbc409cb6a749394f8b437e66db1ca7bc8b52" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6704001 +project-id = 404870 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/factory-api.pw.toml new file mode 100644 index 000000000..34a6c4ba0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.21.5-2.2.6-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f164daba0f9ab5a406f7dffed282a9b5070b637d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6857430 +project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/fastquit.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/fastquit.pw.toml new file mode 100644 index 000000000..5dd211e64 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.0.0+1.21.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "44e32d51d5ee75d9aaf5947394714af0640d798d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6178917 +project-id = 708967 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/ferritecore-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/ferritecore-fabric.pw.toml new file mode 100644 index 000000000..289b814c5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/ferritecore-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore (Fabric)" +filename = "ferritecore-8.0.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "53d76354587cd1965b842fdce7cff965b5c52fe5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6365997 +project-id = 459857 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..d94a2d1f8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.9.7+1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7bc7380cbae85467d3f264d6a88dee77473bcdf5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7032385 +project-id = 686911 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/irisshaders.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/irisshaders.pw.toml new file mode 100644 index 000000000..0319c59f6 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/irisshaders.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-fabric-1.8.11+mc1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3806a7c76347bcfd9f02b1317a5ddd1541bd24a7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6369436 +project-id = 455508 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/lambdynamiclights.pw.toml new file mode 100644 index 000000000..8f2aec427 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-4.7.2+1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c41fb664ba2226288e4a1f5d86be808f375a8b60" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055294 +project-id = 393442 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/lazy-language-loader.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/lazy-language-loader.pw.toml new file mode 100644 index 000000000..a5bdf8309 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/lazy-language-loader.pw.toml @@ -0,0 +1,13 @@ +name = "lazy-language-loader (Fabric)" +filename = "lazy-language-loader-0.3.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "59b42ca37534b61207f4be8137ed336046a93545" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5994091 +project-id = 526391 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/legacy-minecraft.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/legacy-minecraft.pw.toml new file mode 100644 index 000000000..5b59cb812 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/legacy-minecraft.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.21.5-1.8.5-lts-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "10eecb485d50dbdb8b99857eb40ab379263fea92" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6888002 +project-id = 955526 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..a8c4c965f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.5.0+fabric+1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "82548d5a2211770232f4bdb3c52ec961fdb39fd3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6859119 +project-id = 1090749 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/lithium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/lithium.pw.toml new file mode 100644 index 000000000..3db7c4a22 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium (Fabric/NeoForge)" +filename = "lithium-fabric-0.16.3+mc1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "eaa7ef4e1dba9006dd216bb310eb8ec3dccd84bc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6658792 +project-id = 360438 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/macos-input-fixes.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/macos-input-fixes.pw.toml new file mode 100644 index 000000000..b9d298b24 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/macos-input-fixes.pw.toml @@ -0,0 +1,13 @@ +name = "MacOS Input Fixes" +filename = "macos-input-fixes-1.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3903ec0e5c339fa24201147007cce9805bad7d60" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7064707 +project-id = 678691 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/model-gap-fix.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/model-gap-fix.pw.toml new file mode 100644 index 000000000..3962d3524 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/model-gap-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Model Gap Fix" +filename = "modelfix-1.21.5-1.12-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "aa85f1d826593001c56ca13d5c064bca21cfc900" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6393702 +project-id = 676136 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/moderner-beta.pw.toml new file mode 100644 index 000000000..56c933b34 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/moderner-beta.pw.toml @@ -0,0 +1,13 @@ +name = "Moderner Beta" +filename = "moderner-beta-fabric-3.2.0+1.21.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/rMAkl9GK/moderner-beta-fabric-3.2.0%2B1.21.5.jar" +hash-format = "sha512" +hash = "eada15ba73fffe9c64a18ba9f190e8cf50c8e6fb04d4922c667b90b1fd791663a10941ed4e1f020901a68b3b5a0fb6be38c21c09c72212822ab2147580666bcd" + +[update] +[update.modrinth] +mod-id = "xkrdwmh2" +version = "rMAkl9GK" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/modmenu.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/modmenu.pw.toml new file mode 100644 index 000000000..b70064bb4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-14.0.0-rc.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cdcbe5d129ca9939c3c95a09b3d6fd1ed5513edd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6347337 +project-id = 308702 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/moreculling.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/moreculling.pw.toml new file mode 100644 index 000000000..02082738b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/moreculling.pw.toml @@ -0,0 +1,13 @@ +name = "MoreCulling" +filename = "moreculling-fabric-1.21.5-1.3.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "244855a197a7b27422fc435f5ef8ab6306a24f53" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6493337 +project-id = 630104 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/noisium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/noisium.pw.toml new file mode 100644 index 000000000..357c1c754 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.6.0+mc1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "78423de1f91ee9f594f447038484c91a83629431" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6502913 +project-id = 930207 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/ok-zoomer.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/ok-zoomer.pw.toml new file mode 100644 index 000000000..92c8a133e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/ok-zoomer.pw.toml @@ -0,0 +1,13 @@ +name = "Ok Zoomer - It's Zoom!" +filename = "ok_zoomer-fabric-13.0.0-beta.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d2bd88b1b4a89edcd0f80c9a5ccfe57a614162b7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6876248 +project-id = 354047 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/polytone.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/polytone.pw.toml new file mode 100644 index 000000000..41ae72152 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/polytone.pw.toml @@ -0,0 +1,13 @@ +name = "Polytone" +filename = "polytone-1.21.5-3.5.14-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1759246a7323ec39b551ec55e59b4e9a55ad0751" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6986340 +project-id = 958094 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/scalablelux.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/scalablelux.pw.toml new file mode 100644 index 000000000..76a3fda9b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/scalablelux.pw.toml @@ -0,0 +1,13 @@ +name = "ScalableLux" +filename = "ScalableLux-0.1.3.1+fabric.ce1e005-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7a63b2f1585200b10b32e6fe3dcdc34f2f418103" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6952353 +project-id = 1055925 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/simple-voice-chat.pw.toml new file mode 100644 index 000000000..aa072c3b9 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.21.5-2.6.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c12fbeb7e915a82a2b87655db1d0ba645d4e49ee" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7011616 +project-id = 416089 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/sodium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/sodium.pw.toml new file mode 100644 index 000000000..fd4d00758 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.6.13+mc1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6a7132ea86653541fa53ef88c764c8ac0cde81cc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6382664 +project-id = 394468 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/text-placeholder-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/text-placeholder-api.pw.toml new file mode 100644 index 000000000..d6df4a834 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/text-placeholder-api.pw.toml @@ -0,0 +1,13 @@ +name = "Text Placeholder API" +filename = "placeholder-api-2.6.4+1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "db8f916f040cb21efc395ca9e4d988f8a75f42d4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6609126 +project-id = 1037459 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/threadtweak.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/threadtweak.pw.toml new file mode 100644 index 000000000..789b71c52 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/threadtweak.pw.toml @@ -0,0 +1,13 @@ +name = "ThreadTweak" +filename = "threadtweak-fabric-0.1.7+mc1.21.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/IvtlnXcT/threadtweak-fabric-0.1.7%2Bmc1.21.5.jar" +hash-format = "sha512" +hash = "aec7e39b478d47dc96ba12291fd048ed9253c39d27a0c25b8565b3cef08eb5117b4f6bf2453c3377d2de739de8ba0501c77b291b6f0fc82559f0f30514a9125a" + +[update] +[update.modrinth] +mod-id = "vSEH1ERy" +version = "IvtlnXcT" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/unilib.pw.toml new file mode 100644 index 000000000..c1dcbb881 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/unilib.pw.toml @@ -0,0 +1,13 @@ +name = "UniLib" +filename = "UniLib-1.1.1+1.21.5-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e7081d9ccdecb8c46c8b295ecae330cbb03c94fd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6860577 +project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/world-host.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/world-host.pw.toml new file mode 100644 index 000000000..b105a91f4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/world-host.pw.toml @@ -0,0 +1,13 @@ +name = "World Host" +filename = "world-host-0.5.2+1.21.5-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2AIZDfYo/versions/sPXJkxsS/world-host-0.5.2%2B1.21.5-fabric.jar" +hash-format = "sha512" +hash = "230f17c0dba7ec306f3c1fef699219639c080161f53e76d109ffc0b7f4038b537de4eb4487ec4d59baadfdcabb22b0a5d59346b4a786e0a607f380158d1c7a7f" + +[update] +[update.modrinth] +mod-id = "2AIZDfYo" +version = "sPXJkxsS" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/yacl.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/yacl.pw.toml new file mode 100644 index 000000000..3cb8b019c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.7.1+1.21.5-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "81e251d019f5c56147a0ab2ca49c3837c72d6da1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662862 +project-id = 667299 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/pack.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/pack.toml new file mode 100644 index 000000000..96a681b0d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/pack.toml @@ -0,0 +1,13 @@ +name = "Re-Console" +author = "omo50, Technocality, Cjnator38" +version = "2.8.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "c0e05a5e420bfca7a499908e6c6cd39fb744acae2567a099c1e02f6b97452afc" + +[versions] +quilt = "0.29.2" +minecraft = "1.21.5" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..60d440ee3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.5/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "4f7262a5300700a2dad5a621d6dba9c0874261ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6786321 +project-id = 1068239 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/config.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/config.toml new file mode 100644 index 000000000..d8e53322a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/config.toml @@ -0,0 +1,99 @@ + +#General settings of Crash Assistant mod. +[general] + #Link which will be opened in browser on request_help_button pressed. + #If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link. + #Must start with 'https://' or 'www.' + help_link = "https://discord.com/invite/M9bQdm25Pk" + #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" + #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. + kill_old_app = true + #If options.txt doesn't exist, the default language will be used. + default_lang = "en_us" + #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. + show_dont_send_screenshot_of_gui_notice = true + #List of blacklisted log files. This files won't show in GUI logs list. + blacklisted_logs = [] + +#Here you can change text of lang placeHolders. +#Also you can change any text in lang files. +#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where. +[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 = "Nostalgica Reverie Discord" + #$CONFIG.text.support_place$ in lang files will be replaced with this value. + support_place = "#legacy-console-modpacks" + #$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 = "Re-Console" + +#Settings of message generated by Upload all button +[generated_message] + #Add ### prefix before filename. + #This can prevent too small, hard to hit on mobile links. + h3_prefix = true + #Replaces "\n" separator between logs to " | " to make message vertically smaller. + one_line_logs = true + #Adds line in log list about this Intel processor can be corrupted. + intel_corrupted_notification = true + #If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for. + #This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities. + generated_msg_lang = "en_us" + #This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button. + #You can include: + # * some form, which users should fill out. + # * additional information like Minecraft version, etc. + text_under_crashed = "" + #With this option you can notify user about something related with posting generated message. + #For example if they need to fill some option from "text_under_crashed", etc. + #Supports html formatting, placeholders. + #Leave empty to prevent showing this warning message. + warning_after_upload_all_button_press = "" + +#Settings of modlist feature. +#Adds in generated msg block about which mods modpack user added/removed/updated. +#Also you can see diff by running '/crash_assistant modlist diff' command. +[modpack_modlist] + #Enable feature. + enabled = true + #nicknames of players, who considered as modpack creator. + #Only this players can overwrite modlist.json + #If this feature is enabled and this array is empty, will be appended with nickname of current player. + modpack_creators = ["omoso_","Technocality","Cjnator38"] + #If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen), + #then game is launched by modpack creator. + #So you won't forget to save it before publishing. + #If you want to save manually: disable this and use '/crash_assistant modlist save' command. + auto_update = true + #If enabled, will add resourcepacks to modlist.json + #After filename where will be ' (resourcepack)' suffix. + add_resourcepacks = false + +#Settings of '/crash_assistant crash' command feature. +[crash_command] + #Enable feature. + enabled = true + #To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds. + #Set to <= 0 to disable the confirmation. + seconds = 10 + +#Settings of notifying about intel corrupted processors. +[intel_corrupted] + #Enable feature. + enabled = true + #Show funny related gif in warning message. + show_gif = false + +[greeting] + #You don't need to touch this option. + #On first world join of modpack creator if set to false shows greeting, then self enables. + shown_greeting = true + + diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/lang/README.md b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/lang/README.md new file mode 100644 index 000000000..ad24a4fa0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/lang/README.md @@ -0,0 +1,18 @@ +Hi Localizer! + +## Contributing + +If you want to add new language to the mod, please create a pull request with a new or modified file: +https://github.com/KostromDan/Crash-Assistant/ + +lang files locate here in source code:`common_config/src/main/resources/lang` + +## Changing text for the modpack + +If you want to change some text, don't edit the jar directly. Instead, you can modify the files in config/crash_assistant/lang. + +You can also add an entirely new language file in this directory, and it will work. + +"$DEFAULT" value means value will be taken from jar lang(if exists), else from en_us. + +Warning: don't try to use any utils of changing lang like KubeJs, resourcepacks, etc. It won't work. diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/lang/en_us.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/lang/en_us.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/lang/en_us.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/lang/ru_ru.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/lang/ru_ru.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/lang/ru_ru.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/lang/zh_cn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/lang/zh_cn.json new file mode 100644 index 000000000..c56e00474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/lang/zh_cn.json @@ -0,0 +1,91 @@ +{ + "commands.crash_command_crashing": "$DEFAULT", + "gui.disable_mod": "$DEFAULT", + "commands.diff_copy": "$DEFAULT", + "gui.request_help_button": "$DEFAULT", + "gui.ok": "$DEFAULT", + "gui.oops": "$DEFAULT", + "gui.uploading": "$DEFAULT", + "gui.upload_all_button_warning_title": "$DEFAULT", + "commands.mod_config_tooltip": "$DEFAULT", + "msg.removed_mods": "$DEFAULT", + "gui.error_delete_mod_exception": "$DEFAULT", + "commands.crash_command_validation_failed": "$DEFAULT", + "gui.copy_link_button": "$DEFAULT", + "gui.intel_corrupted_title": "$DEFAULT", + "gui.copied": "$DEFAULT", + "text.opens_url": "$DEFAULT", + "commands.crash_command_1": "$DEFAULT", + "msg.mb": "$DEFAULT", + "gui.comment_under_title_cant_resolve": "$DEFAULT", + "msg.modlist_first_launch": "$DEFAULT", + "gui.window_name": "$DEFAULT", + "gui.title_crashed_without_report": "$DEFAULT", + "gui.upload_all_comment": "$DEFAULT", + "gui.preprocessing": "$DEFAULT", + "gui.upload_all_button": "$DEFAULT", + "gui.modlist_diff_dialog_name": "$DEFAULT", + "gui.untrusted_domain_title": "$DEFAULT", + "gui.error": "$DEFAULT", + "commands.not_creator_error_msg": "$DEFAULT", + "msg.modlist_changes_latest_launch_2": "$DEFAULT", + "gui.split_log_dialog_msg_with_both": "$DEFAULT", + "gui.error_disable_mod_exception": "$DEFAULT", + "msg.modlist_changes_latest_launch_1": "$DEFAULT", + "gui.open_button": "$DEFAULT", + "msg.skip_launcher": "$DEFAULT", + "gui.modlist_changed_label": "$DEFAULT", + "gui.comment_under_title_pls_report": "$DEFAULT", + "gui.modlist_not_changed_label": "$DEFAULT", + "commands.crash_command_applying_args": "$DEFAULT", + "text.greeting3": "$DEFAULT", + "msg.updated_mods": "$DEFAULT", + "text.greeting2": "$DEFAULT", + "msg.modlist_unmodified": "$DEFAULT", + "gui.modlist_changed_label_msg": "$DEFAULT", + "commands.modlist_auto_update_msg": "$DEFAULT", + "gui.show_in_explorer_button": "$DEFAULT", + "gui.remove_mod": "$DEFAULT", + "gui.copy_split_log_dialog_text": "$DEFAULT", + "gui.title_crashed_with_report": "$DEFAULT", + "gui.show_modlist_diff_button": "$DEFAULT", + "text.greeting1": "$DEFAULT", + "msg.intel_corrupted_notification": "$DEFAULT", + "commands.add_to_creator_list_msg": "$DEFAULT", + "gui.upload_and_copy_link_button": "$DEFAULT", + "commands.nickname_tooltip": "$DEFAULT", + "gui.error_open_explorer": "$DEFAULT", + "commands.diff_tooltip": "$DEFAULT", + "gui.failed_to_upload_file": "$DEFAULT", + "msg.added_mods": "$DEFAULT", + "gui.incompatible_mod": "$DEFAULT", + "warnings.closed_by_windows": "$DEFAULT", + "commands.crash_command_3": "$DEFAULT", + "gui.untrusted_domain_question": "$DEFAULT", + "commands.crash_command_2": "$DEFAULT", + "warnings.atio6axx": "$DEFAULT", + "gui.comment_under_title_screenshot_notice": "$DEFAULT", + "gui.comment_under_title": "$DEFAULT", + "gui.split_log_dialog_action_browser": "$DEFAULT", + "msg.crashed": "$DEFAULT", + "commands.modlist_disabled_error_msg": "$DEFAULT", + "commands.crash_command_done": "$DEFAULT", + "gui.split_log_dialog_action_copy": "$DEFAULT", + "msg.k_lines": "$DEFAULT", + "commands.modlist_overwritten_success": "$DEFAULT", + "msg.modlist_changes_modpack_2": "$DEFAULT", + "msg.over": "$DEFAULT", + "gui.intel_corrupted_msg": "$DEFAULT", + "msg.modlist_changes_modpack_1": "$DEFAULT", + "gui.intel_corrupted_read_more": "$DEFAULT", + "gui.browser_button_tooltip": "$DEFAULT", + "gui.copy_split_log_dialog_title": "$DEFAULT", + "gui.split_log_dialog_tail": "$DEFAULT", + "commands.modlist_enable_auto_update_msg": "$DEFAULT", + "gui.upload_all_finished_button": "$DEFAULT", + "gui.split_log_dialog_head": "$DEFAULT", + "gui.intel_corrupted_dont_show_again": "$DEFAULT", + "gui.logs_analyser": "$DEFAULT", + "gui.file_list_label": "$DEFAULT", + "commands.crash_command_validation_failed_to_crash": "$DEFAULT" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/modlist.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/modlist.json new file mode 100644 index 000000000..02a0661ff --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/modlist.json @@ -0,0 +1,212 @@ +{ + "fabric-loader-0.17.2.jar (modloader)": { + "jarName": "fabric-loader-0.17.2.jar (modloader)", + "modId": "fabric", + "version": "fabric-loader-0.17.2.jar" + }, + "BadOptimizations-2.3.0-1.21.6-21.7.jar": { + "jarName": "BadOptimizations-2.3.0-1.21.6-21.7.jar", + "modId": "badoptimizations", + "version": "2.3.0" + }, + "BetterGrassify-1.8.0+fabric.1.21.8.jar": { + "jarName": "BetterGrassify-1.8.0+fabric.1.21.8.jar", + "modId": "bettergrass", + "version": "1.8.0+fabric.1.21.8" + }, + "cape-provider-3.0.0.jar": { + "jarName": "cape-provider-3.0.0.jar", + "modId": "cape-provider", + "version": "3.0.0" + }, + "chat_heads-0.13.19-fabric-1.21.6.jar": { + "jarName": "chat_heads-0.13.19-fabric-1.21.6.jar", + "modId": "chat_heads", + "version": "0.13.19" + }, + "ConfiguredDefaults-v21.8.0-1.21.8-Fabric.jar": { + "jarName": "ConfiguredDefaults-v21.8.0-1.21.8-Fabric.jar", + "modId": "configureddefaults", + "version": "21.8.0" + }, + "continuity-3.0.1-beta.1+1.21.6.jar": { + "jarName": "continuity-3.0.1-beta.1+1.21.6.jar", + "modId": "continuity", + "version": "3.0.1-beta.1+1.21.6" + }, + "CraftPresence-2.6.2+1.21.8-fabric.jar": { + "jarName": "CraftPresence-2.6.2+1.21.8-fabric.jar", + "modId": "craftpresence", + "version": "2.6.2" + }, + "CrashAssistant-fabric-1.21.5-1.21.8-1.9.15.jar": { + "jarName": "CrashAssistant-fabric-1.21.5-1.21.8-1.9.15.jar", + "modId": "crash_assistant", + "version": "1.9.15" + }, + "CustomPlayerModels-Fabric-1.21.8-0.6.24a.jar": { + "jarName": "CustomPlayerModels-Fabric-1.21.8-0.6.24a.jar", + "modId": "cpm", + "version": "0.6.24a" + }, + "cwb-fabric-3.0.0+mc1.21.5.jar": { + "jarName": "cwb-fabric-3.0.0+mc1.21.5.jar", + "modId": "cubes-without-borders", + "version": "3.0.0+mc1.21.5" + }, + "debugify-1.21.8+1.0.jar": { + "jarName": "debugify-1.21.8+1.0.jar", + "modId": "debugify", + "version": "1.21.8+1.0" + }, + "dynamic-fps-3.9.6+minecraft-1.21.6-fabric.jar": { + "jarName": "dynamic-fps-3.9.6+minecraft-1.21.6-fabric.jar", + "modId": "dynamic_fps", + "version": "3.9.6" + }, + "entity_model_features_fabric_1.21.6-2.4.4.jar": { + "jarName": "entity_model_features_fabric_1.21.6-2.4.4.jar", + "modId": "entity_model_features", + "version": "2.4.4" + }, + "entity_sound_features_fabric_1.21.5-0.6.jar": { + "jarName": "entity_sound_features_fabric_1.21.5-0.6.jar", + "modId": "entity_sound_features", + "version": "0.6" + }, + "entity_texture_features_fabric_1.21.6-6.2.14.jar": { + "jarName": "entity_texture_features_fabric_1.21.6-6.2.14.jar", + "modId": "entity_texture_features", + "version": "6.2.14" + }, + "entityculling-fabric-1.8.2-mc1.21.6.jar": { + "jarName": "entityculling-fabric-1.8.2-mc1.21.6.jar", + "modId": "entityculling", + "version": "1.8.2" + }, + "fabric-api-0.132.0+1.21.8.jar": { + "jarName": "fabric-api-0.132.0+1.21.8.jar", + "modId": "fabric-api", + "version": "0.132.0+1.21.8" + }, + "FactoryAPI-1.21.8-2.2.6-fabric.jar": { + "jarName": "FactoryAPI-1.21.8-2.2.6-fabric.jar", + "modId": "factory_api", + "version": "2.2.6" + }, + "fastquit-3.1.1+mc1.21.6.jar": { + "jarName": "fastquit-3.1.1+mc1.21.6.jar", + "modId": "fastquit", + "version": "3.1.1+mc1.21.6" + }, + "ferritecore-8.0.0-fabric.jar": { + "jarName": "ferritecore-8.0.0-fabric.jar", + "modId": "ferritecore", + "version": "8.0.0" + }, + "fix-keyboard-on-linux-1.0.1.jar": { + "jarName": "fix-keyboard-on-linux-1.0.1.jar", + "modId": "fix-keyboard-on-linux", + "version": "1.0.1" + }, + "ImmediatelyFast-Fabric-1.12.1+1.21.8.jar": { + "jarName": "ImmediatelyFast-Fabric-1.12.1+1.21.8.jar", + "modId": "immediatelyfast", + "version": "1.12.1+1.21.8" + }, + "iris-fabric-1.9.1+mc1.21.7.jar": { + "jarName": "iris-fabric-1.9.1+mc1.21.7.jar", + "modId": "iris", + "version": "1.9.1+mc1.21.7" + }, + "lambdynamiclights-4.3.2+1.21.8.jar": { + "jarName": "lambdynamiclights-4.3.2+1.21.8.jar", + "modId": "lambdynlights", + "version": "4.3.2+1.21.8" + }, + "lazy-language-loader-0.3.8.jar": { + "jarName": "lazy-language-loader-0.3.8.jar", + "modId": "lazy-language-loader", + "version": "0.3.8" + }, + "Legacy4J-1.21.8-1.8.5-fabric.jar": { + "jarName": "Legacy4J-1.21.8-1.8.5-fabric.jar", + "modId": "legacy", + "version": "1.8.5" + }, + "legacyskins-1.5.0+fabric+1.21.8.jar": { + "jarName": "legacyskins-1.5.0+fabric+1.21.8.jar", + "modId": "legacyskins", + "version": "1.5.0+fabric+1.21.8" + }, + "macos-input-fixes-1.9.jar": { + "jarName": "macos-input-fixes-1.9.jar", + "modId": "macos_input_fixes", + "version": "1.9" + }, + "moderner-beta-fabric-3.1.4+1.21.6.jar": { + "jarName": "moderner-beta-fabric-3.1.4+1.21.6.jar", + "modId": "moderner_beta", + "version": "3.1.4+1.21.6" + }, + "modmenu-15.0.0-beta.3.jar": { + "jarName": "modmenu-15.0.0-beta.3.jar", + "modId": "modmenu", + "version": "15.0.0-beta.3" + }, + "Moonrise-Fabric-0.6.0-beta.1+45edfd7.jar": { + "jarName": "Moonrise-Fabric-0.6.0-beta.1+45edfd7.jar", + "modId": "moonrise", + "version": "0.6.0-beta.1+45edfd7" + }, + "moreculling-fabric-1.21.6-1.4.0-beta.1.jar": { + "jarName": "moreculling-fabric-1.21.6-1.4.0-beta.1.jar", + "modId": "moreculling", + "version": "1.4.0-beta.1" + }, + "nvidium-0.4.1-beta9-1.21.6-1.21.8.jar": { + "jarName": "nvidium-0.4.1-beta9-1.21.6-1.21.8.jar", + "modId": "nvidium", + "version": "0.4.1-beta9-1.21.6-1.21.8" + }, + "ok_zoomer-fabric-14.0.0-beta.3.jar": { + "jarName": "ok_zoomer-fabric-14.0.0-beta.3.jar", + "modId": "ok_zoomer", + "version": "14.0.0-beta.3" + }, + "raknetify-fabric-0.1.0+alpha.5.174-all.jar": { + "jarName": "raknetify-fabric-0.1.0+alpha.5.174-all.jar", + "modId": "raknetify", + "version": "0.1.0+alpha.5.174" + }, + "renderscale-fabric-1.21.8-1.3.3.jar": { + "jarName": "renderscale-fabric-1.21.8-1.3.3.jar", + "modId": "renderscale", + "version": "1.3.3" + }, + "sodium-fabric-0.6.13+mc1.21.6.jar": { + "jarName": "sodium-fabric-0.6.13+mc1.21.6.jar", + "modId": "sodium", + "version": "0.6.13+mc1.21.6" + }, + "threadtweak-fabric-0.1.7+mc1.21.5.jar": { + "jarName": "threadtweak-fabric-0.1.7+mc1.21.5.jar", + "modId": "threadtweak", + "version": "0.1.7+mc1.21.5" + }, + "UniLib-1.1.1+1.21.8-fabric.jar": { + "jarName": "UniLib-1.1.1+1.21.8-fabric.jar", + "modId": "unilib", + "version": "1.1.1" + }, + "voicechat-fabric-1.21.8-2.5.36.jar": { + "jarName": "voicechat-fabric-1.21.8-2.5.36.jar", + "modId": "voicechat", + "version": "1.21.8-2.5.36" + }, + "yet_another_config_lib_v3-3.7.1+1.21.6-fabric.jar": { + "jarName": "yet_another_config_lib_v3-3.7.1+1.21.6-fabric.jar", + "modId": "yet_another_config_lib_v3", + "version": "3.7.1+1.21.6-fabric" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/problematic_mods_config.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/problematic_mods_config.json new file mode 100644 index 000000000..680dd9548 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/config/crash_assistant/problematic_mods_config.json @@ -0,0 +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 + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/advancementscreenshot.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/advancementscreenshot.json5 new file mode 100644 index 000000000..a257e10c7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/advancementscreenshot.json5 @@ -0,0 +1,7 @@ +{ + // If enabled, shows the normal screenshot taken (same as F2) message when a screenshot is taken after an advancement. + "showScreenshotTakenMessage": false, + // How many ticks the mod should wait until it takes a screenshot. By default 1 second. 20 ticks = 1 second + // min: 0, max: 100 + "takeScreenshotTickDelay": 20 +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/beautifiedchatclient.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/beautifiedchatclient.json5 new file mode 100644 index 000000000..3d578c8fb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/beautifiedchatclient.json5 @@ -0,0 +1,18 @@ +{ + // Variables: %timestamp% = timestamp set in timestampFormat. %username% = the username of the player who sent the message. %username% = the username of who sent the message. + "chatMessageFormat": "%timestamp% | %username%: %chatmessage%", + // Example time in formats: 5 seconds past 9 o' clock in the evening. *=Default. *(HH:mm) = 21:00, (HH:mm:ss) = 21:00:05, (hh:mm a) = 9:00 PM + "timestampFormat": "HH:mm", + // The colour of the timestamp in the chat message. The possible values are; 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white. + // min: 0, max: 15 + "chatTimestampColour": 8, + // The colour of the username in the chat messsage. The possible values are; 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white. + // min: 0, max: 15 + "chatUsernameColour": 2, + // The colour of the chat message. The possible values are; 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white. + // min: 0, max: 15 + "chatMessageColour": 15, + // The colour of the other symbols from chatMessageFormat. So everything except the variables. The possible values are; 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white. + // min: 0, max: 15 + "chatOtherSymbolsColour": 7 +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/bettergrass.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/bettergrass.json new file mode 100644 index 000000000..71c384053 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/bettergrass.json @@ -0,0 +1,38 @@ +{ + "general": { + "betterGrassMode": "FANCY", + "resourcePackCompatibilityMode": true, + "blocks": { + "grassBlocks": true, + "snowy": true, + "dirtPaths": true, + "farmLands": true, + "podzol": true, + "mycelium": true, + "crimsonNylium": true, + "warpedNylium": true, + "moreBlocks": [] + } + }, + "betterSnow": { + "betterSnowMode": "OFF", + "snowLayers": [ + "snow", + "moss_carpet", + "pale_moss_carpet", + "leaf_litter", + "pink_petals", + "wildflowers" + ], + "whitelistedTags": [], + "whitelistedBlocks": [], + "excludedTags": [], + "excludedBlocks": [ + "lantern[hanging]", + "redstone_wall_torch", + "soul_lantern[hanging]", + "soul_wall_torch", + "wall_torch" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/capes.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/capes.json5 new file mode 100644 index 000000000..ca3b6ab16 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/capes.json5 @@ -0,0 +1,10 @@ +{ + clientCapeType: "MINECRAFTCAPES", + enableOptifine: true, + enableLabyMod: false, + enableWynntils: true, + enableMinecraftCapesMod: true, + enableCosmetica: true, + enableCloaksPlus: true, + enableElytraTexture: true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/citresewn.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/citresewn.json new file mode 100644 index 000000000..63f9cac28 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/citresewn.json @@ -0,0 +1,3 @@ +{ + "broken_paths": true +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/cpm.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/cpm.json new file mode 100644 index 000000000..e7bf688eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/cpm.json @@ -0,0 +1,15 @@ +{ + "editorLastVersion": "0.6.21a", + "editorSelectMouseButton": 0, + "titleScreenButton": false, + "playerSettings": {}, + "globalSettings": {}, + "friendSettings": {}, + "keybinds": {}, + "editorDragMouseButton": -1, + "editorMenuMouseButton": 1, + "editorRotateMouseButton": 2, + "safetyProfiles": {}, + "editorRecentProjects": [], + "serverSettings": {} +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/craftpresence.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/craftpresence.json new file mode 100644 index 000000000..2e050b5e5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/craftpresence.json @@ -0,0 +1,154 @@ +{ + "_schemaVersion": 6, + "_lastMCVersionId": 769, + "generalSettings": { + "detectATLauncherInstance": false, + "detectCurseManifest": false, + "detectMultiMCManifest": true, + "detectMCUpdaterInstance": false, + "detectTechnicPack": true, + "detectModrinthPack": false, + "detectBiomeData": false, + "detectDimensionData": false, + "detectWorldData": true, + "clientId": "1278509112128442443", + "defaultIcon": "othericon", + "enableJoinRequests": true, + "preferredClientLevel": 3, + "resetTimeOnInit": false, + "autoRegister": false + }, + "biomeSettings": { + "fallbackBiomeIcon": "unknown", + "biomeData": { + "default": { + "textOverride": "Playing in {biome.name}" + } + } + }, + "dimensionSettings": { + "fallbackDimensionIcon": "unknown", + "dimensionData": { + "default": { + "textOverride": "In the {dimension.name}" + } + } + }, + "serverSettings": { + "fallbackServerIcon": "default", + "fallbackServerName": "Minecraft Server", + "fallbackServerMotd": "A Minecraft Server", + "serverData": { + "default": { + "textOverride": "Playing on {server.name}" + } + }, + "pingRateInterval": 5, + "pingRateUnit": "minutes" + }, + "statusMessages": { + "mainMenuData": { + "textOverride": "In the Main Menu" + }, + "loadingData": { + "textOverride": "Loading..." + }, + "lanData": { + "textOverride": "Playing on a LAN Server" + }, + "singleplayerData": { + "textOverride": "Playing Singleplayer - \"{world.name}\"" + }, + "realmData": { + "textOverride": "Playing on {server.name} - Realm" + } + }, + "advancedSettings": { + "enablePerGui": false, + "enablePerItem": false, + "enablePerEntity": false, + "formatWords": true, + "debugMode": false, + "verboseMode": false, + "refreshRate": 2, + "allowPlaceholderPreviews": false, + "guiSettings": { + "fallbackGuiIcon": "unknown", + "guiData": { + "default": { + "textOverride": "In {screen.name}" + } + } + }, + "itemMessages": { + "default": "Holding {item.message.holding}" + }, + "entitySettings": { + "fallbackEntityIcon": "unknown", + "targetData": { + "default": { + "textOverride": "Targeting {entity.target.name}" + } + }, + "ridingData": { + "default": { + "textOverride": "Riding {entity.riding.name}" + } + } + }, + "allowEndpointIcons": true, + "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", + "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", + "allowDuplicatePackets": false, + "maxConnectionAttempts": 10, + "enableClassGraph": false, + "useClassLoader": false + }, + "accessibilitySettings": { + "languageId": "en_us", + "stripTranslationColors": false, + "stripTranslationFormatting": false, + "stripExtraGuiElements": false, + "configKeyCode": 96 + }, + "displaySettings": { + "presenceData": { + "enabled": true, + "useAsMain": false, + "isInstance": false, + "activityType": 0, + "partyPrivacy": 1, + "details": "{getFirst(menu.message, dimension.message)}", + "gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}", + "largeImageKey": "othericon", + "largeImageText": "Re-Console", + "smallImageKey": "{player.icon}", + "smallImageText": "{player.name}", + "startTimestamp": "{data.general.time}", + "endTimestamp": "", + "buttons": { + "default": { + "label": "Example Text", + "url": "https://google.com" + } + } + }, + "dynamicIcons": { + "anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad", + "juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed", + "default": "https://via.placeholder.com/256.png" + }, + "dynamicVariables": { + "default": "Example Text", + "mods": "{general.mods} Mod(s)", + "player_info_coordinate": "At {player.position.x}, {player.position.z}", + "players": "{server.players.current} / {server.players.max} Players", + "player_info_in": "({custom.player_info.health})", + "player_info_items": "Items: {item.main_hand.message}", + "player_info_out": "As {player.name}", + "player_info_health": "Health: {player.health.current}/{player.health.max}", + "world_info": "On {world.name}", + "pack": "{pack.name}" + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/currentgamemusictrack.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/currentgamemusictrack.json5 new file mode 100644 index 000000000..a5869efd6 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/currentgamemusictrack.json5 @@ -0,0 +1,32 @@ +{ + // How long the music track title should be visible on the screen. 20 ticks = 1 second. + // min: 0, max: 1200 + "durationTitleShownInTicks": 80, + // Whether the music track title should fade in. + "titleShouldFadeIn": true, + // Whether the music track title should fade out. + "titleShouldFadeOut": true, + // Places the GUI music GUI on the left. + "musicGUIPositionIsLeft": false, + // Places the GUI music GUI in the middle. + "musicGUIPositionIsCenter": false, + // Places the GUI music GUI on the right. + "musicGUIPositionIsRight": true, + // The vertical offset (y coord) for the music GUI. This determines how far up the text should be on the screen. Can be changed to prevent GUIs from overlapping. + // min: 0, max: 3000 + "musicGUIBottomHeightOffset": 600, + // The horizontal offset (x coord) for the music GUI. + // min: -3000, max: 3000 + "musicGUIWidthOffset": 0, + // If the text displayed should have a shadow drawn below it. + "drawTextShadow": true, + // The red RGB value for the music GUI text. + // min: 0, max: 255 + "RGB_R": 13, + // The green RGB value for the music GUI text. + // min: 0, max: 255 + "RGB_G": 120, + // The blue RGB value for the music GUI text. + // min: 0, max: 255 + "RGB_B": 26 +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/enhanced_bes.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/enhanced_bes.properties new file mode 100644 index 000000000..0dd402d47 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/fastquit.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/fastquit.toml new file mode 100644 index 000000000..6e30c51e3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/fastquit.toml @@ -0,0 +1 @@ +showToasts = false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/ferritecore.mixin.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/ferritecore.mixin.properties new file mode 100644 index 000000000..cd11b4d8f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/ferritecore.mixin.properties @@ -0,0 +1 @@ +useSmallThreadingDetector = true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/hidehands.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/hidehands.json5 new file mode 100644 index 000000000..8c80d87eb --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/hidehands.json5 @@ -0,0 +1,12 @@ +{ + // If enabled, always hides the main hand. If disabled, hides the main hand when holding the items defined in hideMainHandWithItems. + "alwaysHideMainHand": false, + // If enabled, always hides the main hand if it's empty. Will still be visible when swung empty. + "alwaysHideEmptyMainHand": false, + // The items which when held will hide the main hand if alwaysHideMainHand is disabled. + "hideMainHandWithItems": "", + // If enabled, always hides the offhand. If disabled, hides the offhand when holding the items defined in hideOffhandWithItems. + "alwaysHideOffhand": false, + // The items which when held will hide the offhand if alwaysHideOffhand is disabled. + "hideOffhandWithItems": "minecraft:totem_of_undying,minecraft:torch" +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/immediatelyfast.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/immediatelyfast.json new file mode 100644 index 000000000..3823c4474 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/immediatelyfast.json @@ -0,0 +1,20 @@ +{ + "REGULAR_INFO": "----- Regular config values below -----", + "font_atlas_resizing": true, + "map_atlas_generation": true, + "fast_text_lookup": true, + "avoid_redundant_framebuffer_switching": true, + "fix_slow_buffer_upload_on_apple_gpu": true, + "COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----", + "dont_add_info_into_debug_hud": false, + "EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----", + "experimental_disable_error_checking": true, + "experimental_disable_resource_pack_conflict_handling": true, + "experimental_sign_text_buffering": false, + "DEBUG_INFO": "----- Debug only config values below (Do not touch) -----", + "debug_only_and_not_recommended_disable_universal_batching": false, + "debug_only_and_not_recommended_disable_mod_conflict_handling": false, + "debug_only_and_not_recommended_disable_hardware_conflict_handling": false, + "debug_only_print_additional_error_information": false, + "debug_only_use_last_usage_for_batch_ordering": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/improvedsignediting.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/improvedsignediting.json5 new file mode 100644 index 000000000..8a95ab883 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/improvedsignediting.json5 @@ -0,0 +1,6 @@ +{ + // A global toggle whether the improved edtiting functionality should be enabled. + "enableImprovedEditing": true, + // Whether the Improved/Normal Editing button should be visible on the sign edit screen. + "showImprovedEditingButton": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/iris.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/iris.properties new file mode 100644 index 000000000..890fd1467 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/iris.properties @@ -0,0 +1,2 @@ +disableUpdateMessage=true +enableShaders=false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/lambdynlights.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/lambdynlights.toml new file mode 100644 index 000000000..2f9d11b74 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/lambdynlights.toml @@ -0,0 +1,180 @@ +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "fancy" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + beam = true + firefly = true + # Enable entities light source. + entities = true + # Enable first-person player light source. + self = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "fancy" + # Creeper lighting mode. May be off, simple or fancy. + creeper = "fancy" + guardian_laser = true + + [light_sources.settings.entities.minecraft] + zombie_horse = true + pale_oak_boat = true + axolotl = true + egg = true + zoglin = true + spawner_minecart = true + allay = true + llama = true + jungle_chest_boat = true + mule = true + bat = true + husk = true + camel = true + experience_bottle = true + rabbit = true + firework_rocket = true + silverfish = true + giant = true + happy_ghast = true + drowned = true + creaking = true + item = true + oak_chest_boat = true + goat = true + horse = true + vindicator = true + birch_boat = true + minecart = true + spectral_arrow = true + llama_spit = true + mooshroom = true + oak_boat = true + glow_item_frame = false + snowball = true + tnt = true + parrot = true + creeper = true + lightning_bolt = true + tadpole = true + ravager = true + evoker_fangs = true + chest_minecart = true + tropical_fish = true + slime = true + pillager = true + dark_oak_chest_boat = true + area_effect_cloud = true + blaze = true + piglin = true + end_crystal = true + endermite = true + ender_pearl = true + zombie = true + item_display = true + breeze_wind_charge = true + guardian = true + fireball = true + illusioner = true + eye_of_ender = true + wither_skull = true + wolf = true + block_display = true + tnt_minecart = true + zombie_villager = true + elder_guardian = true + chest_boat = true + cherry_chest_boat = true + acacia_chest_boat = true + boat = true + small_fireball = true + strider = true + cave_spider = true + cod = true + snow_golem = true + witch = true + spider = true + command_block_minecart = true + panda = true + bee = true + arrow = true + lingering_potion = true + cow = true + birch_chest_boat = true + magma_cube = true + pig = true + skeleton = true + spruce_boat = true + frog = true + hoglin = true + armadillo = true + splash_potion = true + armor_stand = true + experience_orb = true + dolphin = true + stray = true + shulker = true + turtle = true + jungle_boat = true + salmon = true + vex = true + wandering_trader = true + wither_skeleton = true + piglin_brute = true + breeze = true + ocelot = true + furnace_minecart = true + acacia_boat = true + pale_oak_chest_boat = true + mangrove_boat = true + item_frame = true + phantom = true + ender_dragon = true + leash_knot = true + evoker = true + marker = true + glow_squid = true + warden = true + shulker_bullet = true + squid = true + enderman = true + dragon_fireball = true + chicken = true + sniffer = true + dark_oak_boat = true + trader_llama = true + donkey = true + bogged = true + bamboo_chest_raft = true + bamboo_raft = true + fox = true + mangrove_chest_boat = true + cherry_boat = true + iron_golem = true + zombified_piglin = true + cat = true + wind_charge = true + ghast = true + sheep = true + player = true + pufferfish = true + potion = true + trident = true + villager = true + ominous_item_spawner = true + skeleton_horse = true + fishing_bobber = true + text_display = true + polar_bear = true + hopper_minecart = true + falling_block = true + painting = true + interaction = true + wither = true + spruce_chest_boat = true + +[debug] + active_dynamic_lighting_cells = false + display_dynamic_lighting_chunk_rebuild = false + display_behavior_bounding_box = false diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/client_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/client_mixin.json new file mode 100644 index 000000000..f7c43ad6a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/client_mixin.json @@ -0,0 +1,27 @@ +{ + "legacy.mixin.base.client.anvil": true, + "legacy.mixin.base.client.beacon": true, + "legacy.mixin.base.client.book": true, + "legacy.mixin.base.client.bosshealth": true, + "legacy.mixin.base.client.brewing": true, + "legacy.mixin.base.client.cartography": true, + "legacy.mixin.base.client.chat": true, + "legacy.mixin.base.client.container": true, + "legacy.mixin.base.client.crafter": true, + "legacy.mixin.base.client.crafting": true, + "legacy.mixin.base.client.create_world": true, + "legacy.mixin.base.client.drowned": true, + "legacy.mixin.base.client.enchantment": true, + "legacy.mixin.base.client.furnace": true, + "legacy.mixin.base.client.grindstone": true, + "legacy.mixin.base.client.gui": true, + "legacy.mixin.base.client.inventory": true, + "legacy.mixin.base.client.loom": true, + "legacy.mixin.base.client.merchant": true, + "legacy.mixin.base.client.pause": true, + "legacy.mixin.base.client.sign": true, + "legacy.mixin.base.client.smithing": true, + "legacy.mixin.base.client.stonecutter": true, + "legacy.mixin.base.client.title": true, + "legacy.mixin.base.client.witch": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/client_options.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/client_options.json new file mode 100644 index 000000000..6b7e68f8c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/client_options.json @@ -0,0 +1,207 @@ +{ + "advancedHeldItemTooltip": false, + "advancedOptionsMode": 0, + "advancements": true, + "animatedCharacter": true, + "autoSaveCountdown": true, + "autoSaveInterval": 1, + "autoSaveWhenPaused": false, + "backSound": true, + "bubblesOutsideWater": true, + "caveSounds": true, + "classicCrafting": false, + "classicLoom": false, + "classicStonecutting": false, + "classicTrading": false, + "component_iris.keybind.reload": "none", + "component_iris.keybind.shaderPackSelection": "none", + "component_iris.keybind.toggleShaders": "none", + "component_iris.keybind.wireframe": "none", + "component_key.advancements": "none", + "component_key.attack": "right_trigger", + "component_key.back": "left_stick_down", + "component_key.chat": "touchpad_button", + "component_key.command": "none", + "component_key.cpm.gestureMenu": "none", + "component_key.cpm.qa_1": "none", + "component_key.cpm.qa_10": "none", + "component_key.cpm.qa_11": "none", + "component_key.cpm.qa_12": "none", + "component_key.cpm.qa_13": "none", + "component_key.cpm.qa_14": "none", + "component_key.cpm.qa_15": "none", + "component_key.cpm.qa_16": "none", + "component_key.cpm.qa_2": "none", + "component_key.cpm.qa_3": "none", + "component_key.cpm.qa_4": "none", + "component_key.cpm.qa_5": "none", + "component_key.cpm.qa_6": "none", + "component_key.cpm.qa_7": "none", + "component_key.cpm.qa_8": "none", + "component_key.cpm.qa_9": "none", + "component_key.cpm.renderToggle": "none", + "component_key.disable_voice_chat": "none", + "component_key.drop": "right_button", + "component_key.dynamic_fps.toggle_disabled": "none", + "component_key.dynamic_fps.toggle_forced": "none", + "component_key.entityculling.toggle": "none", + "component_key.entityculling.toggleBoxes": "none", + "component_key.forward": "left_stick_up", + "component_key.fullscreen": "none", + "component_key.hide_icons": "none", + "component_key.hotbar.1": "none", + "component_key.hotbar.2": "none", + "component_key.hotbar.3": "none", + "component_key.hotbar.4": "none", + "component_key.hotbar.5": "none", + "component_key.hotbar.6": "none", + "component_key.hotbar.7": "none", + "component_key.hotbar.8": "none", + "component_key.hotbar.9": "none", + "component_key.jump": "down_button", + "component_key.left": "left_stick_left", + "component_key.loadToolbarActivator": "none", + "component_key.modmenu.open_menu": "none", + "component_key.mute_microphone": "none", + "component_key.ok_zoomer.decrease_zoom": "none", + "component_key.ok_zoomer.increase_zoom": "none", + "component_key.ok_zoomer.reset_zoom": "none", + "component_key.ok_zoomer.zoom": "none", + "component_key.pickItem": "none", + "component_key.playerlist": "none", + "component_key.push_to_talk": "none", + "component_key.quickActions": "none", + "component_key.renderscale.options": "none", + "component_key.right": "left_stick_right", + "component_key.saveToolbarActivator": "none", + "component_key.screenshot": "capture", + "component_key.smoothCamera": "none", + "component_key.sneak": "right_stick_button", + "component_key.socialInteractions": "none", + "component_key.spectatorOutlines": "none", + "component_key.sprint": "none", + "component_key.swapOffhand": "none", + "component_key.togglePerspective": "left_stick_button", + "component_key.use": "left_trigger", + "component_key.voice_chat": "none", + "component_key.voice_chat_adjust_volumes": "none", + "component_key.voice_chat_group": "none", + "component_key.voice_chat_settings": "none", + "component_key.voice_chat_toggle_recording": "none", + "component_key.whisper": "none", + "component_lambdynlights.key.toggle_fps_dynamic_lighting": "none", + "component_legacy.key.crafting": "left_button", + "component_legacy.key.cycleHeldLeft": "left_bumper", + "component_legacy.key.cycleHeldRight": "right_bumper", + "component_legacy.key.flyDown": "dpad_down", + "component_legacy.key.flyLeft": "dpad_left", + "component_legacy.key.flyRight": "dpad_right", + "component_legacy.key.flyUp": "dpad_up", + "component_legacy.key.host_options": "back", + "component_legacy.key.inventory": "up_button", + "component_legacy.key.legacy4JSettings": "none", + "component_legacy.key.toggleCursor": "none", + "controlTooltipDisplay": 0, + "controlType": "auto", + "controllerCursorAtFirstInventorySlot": true, + "controllerDoubleClick": false, + "controllerSensitivity": 0.5, + "controllerToasts": true, + "controllerToggleCrouch": true, + "controllerToggleSprint": false, + "controllerVirtualCursor": true, + "createWorldDifficulty": 2, + "creativeTab": true, + "cursorAtFirstInventorySlot": false, + "cursorMode": 0, + "defaultParticlePhysics": true, + "directSaveLoad": false, + "displayControlTooltips": true, + "displayGamma": true, + "displayHUD": true, + "displayHand": true, + "displayMultipleControlsFromAction": false, + "displayNameTagBorder": true, + "enhancedItemTranslucency": false, + "enhancedPistonMovingRenderer": true, + "fastLeavesCustomModels": true, + "fastLeavesWhenBlocked": true, + "flyingViewRolling": true, + "forceMixedCrafting": false, + "forceSmoothMovement": false, + "gameTooltips": true, + "gamma": 0.5, + "headFollowsTheCamera": true, + "hints": true, + "hoverFocusSound": false, + "hudDelay": 100, + "hudDistance": 1.0, + "hudOpacity": 0.8, + "hudScale": 2, + "interfaceSensitivity": 0.5, + "inventoryHoverFocusSound": false, + "invertControllerButtons": false, + "invertYController": false, + "invertedCrosshair": false, + "invertedFrontCameraPitch": true, + "itemLightingInHand": true, + "itemTooltipEllipsis": true, + "lastLoadedMinecraftVersion": "1.21.8", + "lastLoadedVersion": "1.8.5", + "leaderboards": true, + "leftStickDeadZone": 0.25, + "leftTriggerDeadZone": 0.2, + "legacyBabyVillagerHead": true, + "legacyCreativeBlockPlacing": true, + "legacyCursor": true, + "legacyDrownedAnimation": true, + "legacyEntityFireTint": true, + "legacyEvokerFangs": true, + "legacyHearts": true, + "legacyIntroAndReloading": true, + "legacyItemPickup": true, + "legacyItemTooltips": true, + "legacyItemTooltipsScaling": true, + "legacyLoadingAndConnecting": true, + "legacyOverstackedItems": true, + "legacyPanorama": true, + "legacySkyShape": true, + "limitCursor": true, + "linearCameraMovement": false, + "lockControlTypeChange": false, + "loyaltyLines": true, + "mapsWithCoords": true, + "menusWithBackground": false, + "merchantTradingIndicator": true, + "minecartSounds": true, + "modCraftingTabs": false, + "overrideTerrainFogEnd": true, + "overrideTerrainFogStart": true, + "rightStickDeadZone": 0.34, + "rightTriggerDeadZone": 0.2, + "saveCache": true, + "searchCreativeTab": false, + "selectedController": 0, + "selectedControllerHandler": 1, + "selectedItemTooltipLines": 4, + "selectedItemTooltipSpacing": 12, + "showVanillaRecipeBook": false, + "skipInitialSaveWarning": false, + "skipIntro": false, + "smoothAnimatedCharacter": false, + "smoothMovement": true, + "systemCursor": false, + "systemMessagesAsOverlay": true, + "terrainFogEnd": 16, + "terrainFogStart": 4, + "titleScreenFade": false, + "titleScreenVersionText": false, + "tooltipBoxes": true, + "unbindConflictingButtons": true, + "unbindConflictingKeys": true, + "unfocusedInputs": false, + "vanillaTabs": false, + "vanillaTutorial": false, + "vehicleCameraRotation": 2, + "vignette": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/common.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/common.json new file mode 100644 index 000000000..fb201bd22 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/common.json @@ -0,0 +1,5 @@ +{ + "legacyCombat": true, + "legacySwordBlocking": false, + "squaredViewDistance": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/common_mixin.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/common_mixin.json new file mode 100644 index 000000000..cf1bc85aa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/common_mixin.json @@ -0,0 +1,4 @@ +{ + "legacy.mixin.base.cauldron": true, + "legacy.mixin.base.piston": true +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/global_packs.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/global_packs.json new file mode 100644 index 000000000..25f822563 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/legacy/global_packs.json @@ -0,0 +1,12 @@ +{ + "globalResources": { + "applyOnTop": true, + "packs": [ + "legacy:legacy_resources", + "continuity:default", + "continuity:glass_pane_culling_fix", + "file/rcr3.zip", + "file/TutorialWorldAddon.zip" + ] + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/lithium.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/lithium.properties new file mode 100644 index 000000000..67c14f305 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/lithium.properties @@ -0,0 +1,2 @@ +mixin.minimal_nonvanilla=false +mixin.experimental=true \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/modernfix-mixins.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/modernfix-mixins.properties new file mode 100644 index 000000000..8596383b7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/modernfix-mixins.properties @@ -0,0 +1,80 @@ +# This is the configuration file for ModernFix. +# In general, prefer using the config screen to editing this file. It can be accessed +# via the standard mod menu on your respective mod loader. Changes will, however, +# require restarting the game to take effect. +# +# The following options can be enabled or disabled if there is a compatibility issue. +# Add a line with your option name and =true or =false at the bottom of the file to enable +# or disable a rule. For example: +# mixin.perf.dynamic_resources=true +# Do not include the #. You may reset to defaults by deleting this file. +# +# Available options: +# mixin.bugfix.chunk_deadlock=false # (overridden for mod compat) +# mixin.bugfix.concurrency=true # (default) +# mixin.bugfix.missing_block_entities=false # (default) +# mixin.bugfix.packet_leak=false # (default) +# mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat) +# mixin.bugfix.restore_old_dragon_movement=false # (default) +# mixin.bugfix.world_leaks=true # (default) +# mixin.bugfix.world_screen_skipped=true # (default) +# mixin.devenv=false # (default) +# mixin.feature.blockentity_incorrect_thread=false # (default) +# mixin.feature.branding=true # (default) +# mixin.feature.cause_lag_by_disabling_threads=false # (default) +# mixin.feature.direct_stack_trace=false # (default) +# mixin.feature.disable_unihex_font=false # (default) +# mixin.feature.integrated_server_watchdog=true # (default) +# mixin.feature.log_stdout_in_log_files=true # (default) +# mixin.feature.mcfunction_profiling=true # (default) +# mixin.feature.measure_time=true # (default) +# mixin.feature.remove_chat_signing=false # (default) +# mixin.feature.remove_telemetry=true # (default) +# mixin.feature.snapshot_easter_egg=true # (default) +# mixin.feature.spam_thread_dump=false # (default) +# mixin.feature.spark_profile_launch=false # (default) +# mixin.feature.spark_profile_world_join=false # (default) +# mixin.feature.stalled_chunk_load_detection=false # (default) +# mixin.feature.warn_missing_perf_mods=true # (default) +# mixin.launch.class_search_cache=true # (default) +# mixin.perf.cache_blockstate_cache_arrays=true # (default) +# mixin.perf.cache_profile_texture_url=true # (default) +# mixin.perf.cache_strongholds=false # (overridden for mod compat) +# mixin.perf.chunk_meshing=true # (default) +# mixin.perf.clear_fabric_mapping_tables=false # (default) +# mixin.perf.clear_mixin_classinfo=false # (default) +# mixin.perf.compact_bit_storage=true # (default) +# mixin.perf.compress_unihex_font=true # (default) +# mixin.perf.dedicated_reload_executor=true # (default) +# mixin.perf.deduplicate_climate_parameters=false # (default) +# mixin.perf.deduplicate_location=false # (default) +# mixin.perf.deduplicate_wall_shapes=true # (default) +# mixin.perf.dynamic_dfu=true # (default) +# mixin.perf.dynamic_entity_renderers=false # (default) +# mixin.perf.dynamic_resources=false # (default) +# mixin.perf.dynamic_sounds=true # (default) +# mixin.perf.dynamic_structure_manager=true # (default) +# mixin.perf.faster_command_suggestions=true # (default) +# mixin.perf.faster_item_rendering=false # (default) +# mixin.perf.faster_texture_stitching=true # (default) +# mixin.perf.fix_loop_spin_waiting=true # (default) +# mixin.perf.lazy_search_tree_registry=true # (default) +# mixin.perf.memoize_creative_tab_build=true # (default) +# mixin.perf.model_optimizations=true # (default) +# mixin.perf.mojang_registry_size=true # (default) +# mixin.perf.remove_biome_temperature_cache=true # (default) +# mixin.perf.state_definition_construct=true # (default) +# mixin.perf.thread_priorities=false # (overridden for mod compat) +# mixin.perf.ticking_chunk_alloc=true # (default) +# mixin.perf.worldgen_allocation=false # (default) +# mixin.safety=true # (default) +# +# User overrides go here. +mixin.bugfix.missing_block_entities=true +mixin.bugfix.restore_old_dragon_movement=true +mixin.perf.clear_fabric_mapping_tables=true +mixin.perf.clear_mixin_classinfo=true +mixin.perf.dynamic_entity_renderers=true +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true +mixin.perf.worldgen_allocation=true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/modmenu.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/modmenu.json new file mode 100644 index 000000000..0496cf2bf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/modmenu.json @@ -0,0 +1,7 @@ +{ + "mods_button_style": "icon", + "game_menu_button_style": "icon", + "update_checker": false, + "count_libraries": false, + "count_children": false +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/moonrise.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/moonrise.yml new file mode 100644 index 000000000..af3168a4f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/moonrise.yml @@ -0,0 +1,91 @@ +# This is the configuration file for Moonrise. +# +# Each configuration option is prefixed with a comment to explain what it does. Additional changes to this file +# other than modifying the options, such as adding comments, will be overwritten when Moonrise loads the config. +# +# Below are the Moonrise startup flags. Note that startup flags must be placed in the JVM arguments, not +# program arguments. +# -DMoonrise.ConfigFile= - Override the config file location. Might be useful for multiple game versions. +# -DMoonrise.WorkerThreadCount= - Override the auto configured worker thread counts (worker-threads). +# -DMoonrise.MaxViewDistance= - Overrides the maximum view distance, should only use for debugging purposes. + +bug-fixes: + # Fixes https://bugs.mojang.com/browse/MC-159283. This fixes a bug resulting in the end islands + # not properly generating at far enough distances in the end. Note that toggling this config option + # will not affect already generated areas. + # This configuration has two options: + # true -> Fixes the end islands generation. This is different from Vanilla behavior. + # false -> Does not fix the end islands generation. This is the same behavior as Vanilla. + fix-MC-159283: false + # Fixes https://bugs.mojang.com/browse/MC-224294. By avoiding double ticking lava blocks during + # chunk random ticking, the cost of world random ticking is significantly reduced. + # This configuration has two options: + # true -> Does not double tick lava. This is different from Vanilla behavior. + # false -> Does double tick lava. This is the same behavior as Vanilla. + fix-MC-224294: true +chunk-loading: + # Advanced configuration options for player chunk loading. You shouldn't be touching these + # unless you have a reason. + advanced: + # Whether to avoid sending chunks to players who have a view distance + # configured lower than the server's. + auto-config-send-distance: true + # The maximum amount of pending chunk generations per player. If + # this value is 0, then the player chunk loader will automatically determine a value. If + # this value is less-than 0, then there is no limit. + # + # This value should be used to tune the saturation of the chunk system. + player-max-concurrent-chunk-generates: 0 + # The maximum amount of pending chunk loads per player. If + # this value is 0, then the player chunk loader will automatically determine a value. If + # this value is less-than 0, then there is no limit. + # + # This value should be used to tune the saturation of the chunk system. + player-max-concurrent-chunk-loads: 0 + # Chunk loading/generation/sending rate targets for the chunk system. These values are the + # maximum rates at which the player chunk loader will attempt to load/generate/send chunks to + # players. Actual resulting rates will depend on hardware. + basic: + # The delay before chunks are unloaded around players once they leave their view distance. + # The Vanilla value is 0 ticks. Setting this value higher (i.e 5s) will allow pets to teleport + # to their owners when they teleport. + player-chunk-unload-delay: 0t + # The maximum rate of chunks to generate for given player, per second. If this value is <= 0, + # then there is no rate limit. + player-max-gen-rate: -1.0 + # The maximum rate of chunks to load from disk for any given player, per second. If this value is <= 0, + # then there is no rate limit. + player-max-load-rate: -1.0 + # The maximum rate of chunks to send to any given player, per second. If this value is <= 0, + # then there is no rate limit. + player-max-send-rate: -1.0 +chunk-saving: + # The interval at which chunks should be incrementally autosaved. + auto-save-interval: 5m + # The maximum number of chunks to incrementally autosave each tick. If + # the value is <= 0, then no chunks will be incrementally saved. + max-auto-save-chunks-per-tick: 12 +chunk-system: + # Whether to run generation population in parallel. By default this is set to false, + # as mods affecting world gen are not safe to run in parallel. If you have no mods affecting + # gen and are saturating the population generation (~10 threads of the worker pool generating + # chunks), you may set this to true to possibly increase generation speed. + population-gen-parallelism: true +misc: + # Whether the loading screen should be closed immediately when joining servers/SP worlds. + # This will let you in game faster, but may result in getting in game before enough chunks are + # loaded for rendering. + immediately-close-loading-screen: true +# Do not change, used internally. +version: 1 +# Configuration options which control the behavior of the common threadpool workers. +worker-pool: + # Set the number of threads dedicated to RegionFile I/O operations. + # If the value is <= 0, then the number of threads used is 1. Configuring + # a higher value than 1 is only recommended on SSDs (HDDs scale negatively) + # and when you have determined that I/O is the bottleneck for chunk loading/saving. + io-threads: -1 + # Set the number of shared worker threads to be used by chunk rendering, + # chunk loading, chunk generation. If the value is <= 0, then the number + # of threads will automatically be determined. + worker-threads: -1 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/moreculling.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/moreculling.toml new file mode 100644 index 000000000..abfc51cf0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/moreculling.toml @@ -0,0 +1,25 @@ +version = 1 +enableSodiumMenu = true +dontCull = [] +cloudCulling = true +signTextCulling = true +rainCulling = true +useBlockStateCulling = true +useCustomItemFrameRenderer = true +itemFrameMapCulling = true +useItemFrameLOD = true +itemFrameLODRange = 16 +useItemFrame3FaceCulling = true +itemFrame3FaceCullingRange = 2.0 +paintingCulling = true +leavesCullingMode = "DEFAULT" +leavesCullingAmount = 2 +includeMangroveRoots = true +endGatewayCulling = true +beaconBeamCulling = true +useOnModdedBlocksByDefault = true + +[modCompatibility] +minimega = true +legacy = true +minecraft = true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json new file mode 100644 index 000000000..01cc2c371 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/nostalgic_tweaks/nostalgic_tweaks.json @@ -0,0 +1,601 @@ +{ + "modEnabled": true, + "restrictedLan": true, + "serverSideOnly": true, + "serverLogging": true, + "serverDebugMode": false, + "mod": { + "favoriteTweaks": { + "list": [], + "disabled": false + }, + "openedConfigScreen": true, + "openedSupporterScreen": false, + "persistentConfigScreen": true, + "defaultScreen": "HOME_SCREEN", + "openConfigBinding": 79, + "numberOfBackups": 5, + "showWelcomeToast": true, + "showHandshakeToast": false, + "showLanChangeToast": true, + "showServerboundToast": true, + "showClientboundToast": false, + "smoothScroll": true, + "menuBackgroundOpacity": 85, + "displayNewTags": true, + "displayTagTooltips": true, + "displayCategoryTree": true, + "categoryTreeOpacity": 80, + "displayRowHighlight": true, + "displayRowHighlightFade": true, + "overrideRowHighlight": false, + "rowHighlightOpacity": 20 + }, + "sound": { + "disabledPositionedSounds": { + "list": [], + "disabled": false + }, + "disabledGlobalSounds": { + "list": [], + "disabled": false + }, + "playMusicWhenPaused": true, + "musicForMenu": "BLENDED", + "musicForCreative": "BLENDED", + "replaceOverworldBiomeMusic": true, + "replaceNetherBiomeMusic": true, + "replaceGameplayMusic": true, + "stopSongBinding": -1, + "nextSongBinding": -1, + "oldCaveSounds": false, + "oldCaveAmbience": false, + "disableNetherAmbience": false, + "disableWaterAmbience": false, + "oldBed": false, + "disableBedPlace": false, + "oldChest": false, + "disableChest": false, + "disableLavaAmbience": false, + "disableLavaPop": false, + "disableFurnace": false, + "disableBlastFurnace": false, + "disableGrowth": false, + "disableDoorPlace": false, + "oldAttack": false, + "oldHurt": false, + "oldFall": false, + "oldXp": false, + "disableXpPickup": false, + "disableXpLevel": false, + "disableGenericSwim": false, + "disableFishSwim": false, + "disableFishHurt": false, + "disableFishDeath": false, + "disableSquid": false, + "disableGlowSquidOther": false, + "disableGlowSquidAmbience": false, + "oldStep": false, + "ignoreModdedStep": false + }, + "eyeCandy": { + "sodiumWaterAo": false, + "oldGrassSideTexture": false, + "oldFastGrassTexture": true, + "removeMipmapTexture": false, + "ambientOcclusionBlocks": { + "items": [ + "minecraft:powder_snow_bucket", + "minecraft:composter" + ], + "disabled": false + }, + "disableBlockOffsets": { + "items": [ + "minecraft:poppy", + "minecraft:poppy*", + "minecraft:rose_bush", + "minecraft:rose_bush*" + ], + "disabled": false + }, + "disableAllOffset": false, + "oldMissingTexture": "MODERN", + "applyFullBlockCollisions": false, + "fullBlockCollisions": { + "items": [], + "disabled": false + }, + "fullBlockOutlines": { + "items": [ + "minecraft:cobblestone_stairs", + "minecraft:cobblestone_stairs*", + "minecraft:cobblestone_wall", + "minecraft:cobblestone_wall*", + "minecraft:oak_fence", + "minecraft:oak_fence*", + "minecraft:chest", + "minecraft:chest*", + "minecraft:ender_chest", + "minecraft:ender_chest*", + "minecraft:cauldron", + "minecraft:cauldron*", + "minecraft:hopper", + "minecraft:hopper*", + "minecraft:anvil", + "minecraft:anvil*" + ], + "disabled": false + }, + "blockOutlineColor": "#00000066", + "blockOutlineThickness": 2.5, + "oldBlockOverlay": false, + "overlayRenderOrder": "FIRST", + "blockOverlayColorType": "SOLID", + "blockOverlayColor": "#FFFFFF5A", + "blockOverlayGradientTop": "#0000005A", + "blockOverlayGradientBottom": "#FFFFFF5A", + "pulsateBlockOverlay": true, + "pulsateOverlayAnimation": "LINEAR", + "oldBlockOverlaySpeed": 0.2, + "minimumBlockPulsationTransparency": 0.1, + "maximumBlockPulsationTransparency": 0.4, + "oldChest": false, + "oldEnderChest": false, + "oldTrappedChest": false, + "applyChestVoxel": false, + "oldModChests": { + "items": [], + "disabled": false + }, + "translucentChests": { + "items": [], + "disabled": false + }, + "oldTorchBrightness": false, + "oldTorchBottom": false, + "oldTorchModel": false, + "oldRedstoneTorchModel": false, + "oldSoulTorchModel": false, + "hidePlayerInBed": false, + "hideExperienceBar": false, + "hideHungerBar": false, + "adventureCraftOffhand": false, + "leftOffhandOffset": 0, + "rightOffhandOffset": 0, + "showExpLevelText": false, + "showExpLevelInCreative": false, + "altExpLevelCorner": "TOP_LEFT", + "altExpLevelOffsetX": 0, + "altExpLevelOffsetY": 0, + "altExpLevelShadow": true, + "altExpLevelText": "Level: %a%v", + "showExpProgressText": false, + "showExpProgressInCreative": false, + "useDynamicProgressColor": true, + "altExpProgressCorner": "TOP_LEFT", + "altExpProgressOffsetX": 0, + "altExpProgressOffsetY": 0, + "altExpProgressShadow": true, + "altExpProgressText": "Experience: %v%", + "showHungerFoodText": false, + "useDynamicFoodColor": true, + "altHungerFoodCorner": "TOP_LEFT", + "altHungerFoodOffsetX": 0, + "altHungerFoodOffsetY": 0, + "altHungerFoodShadow": true, + "altHungerFoodText": "Food: %v", + "showHungerSaturationText": false, + "useDynamicSaturationColor": true, + "altHungerSaturationCorner": "TOP_LEFT", + "altHungerSaturationOffsetX": 0, + "altHungerSaturationOffsetY": 0, + "altHungerSaturationShadow": true, + "altHungerSaturationText": "Saturation: %v%", + "oldVersionOverlay": false, + "oldOverlayShadow": false, + "oldOverlayCorner": "TOP_LEFT", + "oldOverlayOffsetX": 0, + "oldOverlayOffsetY": 0, + "oldOverlayText": "Minecraft %v", + "enableWindowTitle": false, + "matchVersionOverlay": false, + "windowTitleText": "Minecraft %v", + "oldDebug": "MODERN", + "debugEntityId": false, + "fpsChart": "CLASSIC", + "showDebugPieChart": false, + "oldPieChartBackground": false, + "showDebugLeftTextShadow": true, + "showDebugRightTextShadow": true, + "showDebugLeftBackground": false, + "showDebugRightBackground": false, + "debugLeftBackgroundColor": "#50505090", + "debugRightBackgroundColor": "#50505090", + "showDebugLeftTextColor": true, + "showDebugRightTextColor": true, + "debugLeftTextColor": "#FFFFFFFF", + "debugRightTextColor": "#E0E0E0FF", + "showDebugGpuUsage": false, + "showDebugLightData": false, + "showDebugFacingData": false, + "showDebugTargetData": false, + "showDebugBiomeData": false, + "oldInventory": false, + "inventoryBook": "SMALL", + "inventoryShield": "MODERN", + "disableEmptyArmorTexture": false, + "disableEmptyShieldTexture": false, + "invertedPlayerLighting": false, + "oldCreativeHotbar": "MODERN", + "removeScreenBlur": false, + "oldButtonTextColor": false, + "oldDirtScreenBackground": false, + "applyGuiColorBackground": true, + "oldGuiBackground": "SOLID_BLACK", + "customGuiBackground": false, + "customGuiTopGradient": "#00000000", + "customGuiBottomGradient": "#00000000", + "oldLoadingOverlay": "MODERN", + "removeLoadingBar": false, + "customLoadingOverlayBackground": false, + "loadingOverlayBackgroundColor": "#000000", + "customLoadingProgressBar": false, + "progressBarOutlineColor": "#FFFFFF", + "progressBarInsideColor": "#FFFFFF", + "oldProgressScreen": false, + "oldPauseMenu": "MODERN", + "includeModsOnPause": true, + "removeExtraPauseButtons": false, + "oldAnvilScreen": false, + "oldCraftingScreen": false, + "craftingBook": "SMALL", + "oldFurnaceScreen": false, + "furnaceBook": "SMALL", + "oldChatInput": false, + "oldChatBox": false, + "disableSignatureBoxes": false, + "chatOffset": 0, + "oldDeathScreen": false, + "oldDeathScore": false, + "hideCauseOfDeath": false, + "oldWorldSelectScreen": "MODERN", + "addWorldThumbnail": true, + "addWorldMetadata": true, + "ignoreWorldSize": false, + "oldStyleCreateWorldTabs": false, + "removeCreateWorldFooter": false, + "overrideTitleScreen": false, + "oldTitleBackground": false, + "uncapTitleFPS": true, + "oldAlphaLogo": false, + "titleButtonLayout": "MODERN", + "includeModsOnTitle": true, + "removeTitleRealmsButton": false, + "removeTitleAccessibilityButton": false, + "removeTitleLanguageButton": false, + "removeExtraTitleButtons": false, + "addQuitButton": true, + "titleVersionText": "Minecraft %v", + "titleBottomLeftText": false, + "titleTopRightDebugText": false, + "removeTitleModLoaderText": true, + "oldTooltipBoxes": false, + "oldNoItemTooltips": false, + "showEnchantmentTip": true, + "showModifierTip": true, + "showDyeTip": true, + "tooltipColorType": "SOLID", + "tooltipBackgroundColor": "#000000C0", + "tooltipGradientTop": "#FFFFFFC0", + "tooltipGradientBottom": "#000000C0", + "fixItemModelGap": true, + "oldDamageArmorTint": false, + "oldItemHolding": false, + "ignoredHoldingItems": { + "items": [ + "minecraft:crossbow" + ], + "disabled": false + }, + "itemMergeLimit": 16, + "oldItemMerging": false, + "old2dItems": false, + "old2dRendering": false, + "disableEnchantedGroundItems": false, + "disableEnchantedStaticItems": false, + "oldDurabilityColors": false, + "oldNoSelectedItemName": false, + "oldPlainSelectedItemName": false, + "oldNameTags": false, + "supporterTags": true, + "disableLightFlicker": false, + "invertedBlockLighting": false, + "oldLeavesLighting": false, + "oldWaterLighting": false, + "chestLightBlock": false, + "roundRobinRelight": false, + "oldSmoothLighting": false, + "oldNetherLighting": false, + "oldClassicEngine": false, + "smoothLightTransition": false, + "disableBrightness": false, + "oldLightColor": false, + "maxBlockLight": 15, + "disabledParticles": { + "list": [], + "disabled": false + }, + "oldOpaqueExperience": false, + "disableNetherParticles": false, + "disableUnderwaterParticles": false, + "disableLavaParticles": false, + "disableLavaDripParticles": false, + "disableWaterDripParticles": false, + "disableLeverParticles": false, + "disableModelDestructionParticles": false, + "disableEnderChestParticles": false, + "disableGrowthParticles": false, + "disableFallingParticles": false, + "disableSprintingParticles": false, + "hideFirstPersonMagicParticles": false, + "oldBoatMovementParticles": false, + "oldSweepParticles": false, + "oldNoDamageParticles": false, + "oldNoCritParticles": false, + "oldNoMagicHitParticles": false, + "oldExplosionParticles": false, + "oldMixedExplosionParticles": false, + "unoptimizedExplosionParticles": false, + "oldSquareBorder": true, + "oldWorldFog": "MODERN", + "fogBinding": -1, + "oldNetherFog": false, + "oldSunriseSunsetFog": false, + "oldDarkFog": false, + "oldDynamicFogColor": false, + "universalFogColor": "DISABLED", + "useCustomOverworldFogDensity": false, + "useCustomOverworldFogColor": false, + "useCustomNetherFogDensity": false, + "useCustomNetherFogColor": false, + "customOverworldFogColor": "#FFFFFF", + "customNetherFogColor": "#540E0E", + "customOverworldFogStart": 100, + "customOverworldFogEnd": 60, + "customNetherFogStart": 100, + "customNetherFogEnd": 60, + "oldWaterFogDensity": false, + "oldWaterFogColor": false, + "smoothWaterDensity": false, + "smoothWaterColor": false, + "renderSunriseSunsetColor": true, + "oldSunriseAtNorth": false, + "oldStars": "MODERN", + "oldDynamicSkyColor": false, + "universalSkyColor": "DISABLED", + "oldNetherSky": false, + "oldCloudHeight": 192, + "sunsetSunriseType": "JAVA", + "customOverworldSky": false, + "customOverworldSkyColor": "#FFFFFF", + "oldBlueVoid": "MODERN", + "oldBlueVoidOverride": false, + "oldDarkVoidHeight": false, + "customVoidSky": false, + "customVoidSkyColor": "#0000FF", + "xbox360BlueVoidColor": true, + "renderVoidFog": false, + "creativeVoidFog": false, + "creativeVoidParticles": false, + "lightRemovesVoidFog": false, + "voidFogEncroach": 70, + "voidFogStart": 50, + "voidParticleStart": -47, + "voidParticleRadius": 16, + "voidParticleDensity": 20 + }, + "gameplay": { + "oldLadderGap": false, + "oldSquidMilking": false, + "disableAnimalPanic": false, + "disableMonsterAvoidSun": false, + "disableGolemCreation": false, + "disableMonsterItemPickup": false, + "disableBabyZombieSpawn": false, + "disableBabyPiglinSpawn": false, + "disableMonsterItemSpawn": false, + "disableMonsterArmorSpawn": false, + "disableMonsterEnchantSpawn": false, + "piglinOnlyGoldSwordSpawn": false, + "monsterSpawnCap": 90, + "animalSpawnCap": 20, + "oldAnimalSpawning": false, + "disableBabyAnimalSpawning": false, + "disableAnimalBreeding": false, + "disableAnimalTempting": false, + "disableSheepEatGrass": false, + "randomSheepWoolRegen": false, + "oldSheepPunching": false, + "oneWoolPunch": false, + "oldZombiePigmenDrops": false, + "oldSkeletonDrops": false, + "oldChickenDrops": false, + "oldZombieDrops": false, + "oldSpiderDrops": false, + "oldSheepDrops": false, + "oldCowDrops": false, + "oldPigDrops": false, + "oldStyleZombieVillagerDrops": false, + "oldStyleCaveSpiderDrops": false, + "oldStyleMooshroomDrops": false, + "oldStyleDrownedDrops": false, + "oldStyleRabbitDrops": false, + "oldStyleStrayDrops": false, + "oldStyleHuskDrops": false, + "blockWithSwordOnShield": false, + "oldSwordBlocking": true, + "attackWhileSwordBlocking": true, + "swordBlockDamageReduction": 50, + "oldDamageValues": true, + "disableCooldown": true, + "disableMissTimer": true, + "disableCriticalHit": true, + "disableSweep": true, + "arrowSpeed": 70, + "instantBow": false, + "invincibleBow": false, + "disableOrbSpawn": false, + "disableOrbRendering": false, + "disableAnvil": false, + "disableEnchantTable": false, + "oldNightmares": false, + "disableSprint": false, + "leftClickDoor": false, + "leftClickLever": false, + "leftClickButton": false, + "disableSneakingUnderSlabs": false, + "disableCrawling": false, + "instantBonemeal": false, + "tilledGrassSeeds": false, + "disableBonemealShortGrass": false, + "disableTallGrassBonemeal": false, + "disableCocoaBeanPlacement": false, + "oldFire": false, + "infiniteBurn": false, + "disableSoulFire": false, + "instantAir": false, + "disableSwim": false, + "cartBoosting": false, + "cartRiderTurning": false, + "cartSafeRiderTurning": false, + "disableBoatBusyHands": false, + "oldBoatWaterLift": false, + "oldBoatDrops": true, + "punchTntIgnition": false, + "disableBedBounce": false, + "alwaysOpenChest": false, + "disableHunger": false, + "instantEat": false, + "oldFoodStacking": false, + "preventHungerEffect": false, + "customFoodHealth": { + "items": { + "minecraft:rotten_flesh": 0, + "minecraft:spider_eye": 0, + "minecraft:carrot": 1, + "minecraft:melon_slice": 1, + "minecraft:chorus_fruit": 1, + "minecraft:sweet_berries": 1, + "minecraft:glow_berries": 1, + "minecraft:mushroom_stew": 10, + "minecraft:beetroot_soup": 10, + "minecraft:rabbit_stew": 10, + "minecraft:suspicious_stew": 10, + "minecraft:golden_apple": 20, + "minecraft:enchanted_golden_apple": 20 + }, + "disabled": false + }, + "customFoodStacking": { + "items": { + "minecraft:cookie": 8, + "minecraft:beetroot": 8, + "minecraft:carrot": 8, + "minecraft:chorus_fruit": 8, + "minecraft:dried_kelp": 9, + "minecraft:melon_slice": 8, + "minecraft:potato": 8, + "minecraft:poisonous_potato": 8, + "minecraft:sweet_berries": 8, + "minecraft:glow_berries": 8, + "minecraft:apple": 1, + "minecraft:baked_potato": 1, + "minecraft:beef": 1, + "minecraft:beetroot_soup": 1, + "minecraft:bread": 1, + "minecraft:chicken": 1, + "minecraft:cod": 1, + "minecraft:cooked_beef": 1, + "minecraft:cooked_chicken": 1, + "minecraft:cooked_cod": 1, + "minecraft:cooked_mutton": 1, + "minecraft:cooked_porkchop": 1, + "minecraft:cooked_rabbit": 1, + "minecraft:cooked_salmon": 1, + "minecraft:enchanted_golden_apple": 1, + "minecraft:golden_apple": 1, + "minecraft:golden_carrot": 1, + "minecraft:honey_bottle": 4, + "minecraft:mushroom_stew": 1, + "minecraft:mutton": 1, + "minecraft:porkchop": 1, + "minecraft:pufferfish": 1, + "minecraft:pumpkin_pie": 1, + "minecraft:rabbit": 1, + "minecraft:rabbit_stew": 1, + "minecraft:salmon": 1, + "minecraft:suspicious_stew": 1, + "minecraft:tropical_fish": 1 + }, + "disabled": false + }, + "customItemStacking": { + "items": {}, + "disabled": false + }, + "disableAxeStripping": false, + "disableShovelPathing": false, + "disableWaterBonemeal": false + }, + "animation": { + "preventArmSway": false, + "armSwayMirror": false, + "armSwayIntensity": 100, + "oldSwing": false, + "oldSwingInterrupt": true, + "oldSwingDropping": false, + "oldClassicAttackSwing": false, + "oldClassicUseSwing": false, + "oldItemCooldown": true, + "oldItemReequip": false, + "oldToolExplosion": false, + "oldZombieArms": false, + "oldSkeletonArms": false, + "oldGhastCharging": false, + "hideBoatRowing": false, + "oldClassicWalkBobbing": false, + "oldClassicWalkArms": false, + "oldBackwardWalking": false, + "oldVerticalBobbing": false, + "oldCreativeCrouch": false, + "oldRandomDamage": false, + "oldSneaking": false, + "preventDeathTopple": false + }, + "swing": { + "overrideSpeeds": false, + "attackGlobalSpeed": -1, + "useGlobalSpeed": -1, + "attackItemSpeed": 8, + "useItemSpeed": 8, + "attackToolSpeed": 8, + "useToolSpeed": 8, + "attackBlockSpeed": 8, + "useBlockSpeed": 8, + "attackSwordSpeed": 8, + "useSwordSpeed": 8, + "attackHasteSpeed": -1, + "useHasteSpeed": -1, + "attackFatigueSpeed": -1, + "useFatigueSpeed": -1, + "attackSwingSpeeds": { + "items": {}, + "disabled": false + }, + "useSwingSpeeds": { + "items": {}, + "disabled": false + } + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/passiveshield.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/passiveshield.json5 new file mode 100644 index 000000000..7e4ebc5dd --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/passiveshield.json5 @@ -0,0 +1,7 @@ +{ + // When enabled, the shield will be hidden unless a player presses right-click. + "hideShieldWhenNotInUse": true, + // The percentage of damage that will be negated when a player is hit while holding a shield that's not held high. + // min: 0.0, max: 1.0 + "passiveShieldPercentageDamageNegated": 0.3333 +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/puzzle.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/puzzle.json new file mode 100644 index 000000000..8ab73f8a4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/puzzle.json @@ -0,0 +1,20 @@ +{ + "disabledIntegrations": [ + "borderlessmining", + "cem", + "citresewn", + "continuity", + "colormatic", + "cullleaves", + "dynamicfps", + "entity_texture_features", + "entity_model_features", + "iris", + "lambdabettergrass", + "lambdynlights" + ], + "enablePuzzleButton": false, + "debugMessages": false, + "checkUpdates": false, + "showPuzzleInfo": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/serilumsclientbundle.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/serilumsclientbundle.json5 new file mode 100644 index 000000000..d0176e91a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/serilumsclientbundle.json5 @@ -0,0 +1,30 @@ +{ + // If the bundled Advancement Screenshot mod should be enabled. + "enableAdvancementScreenshot": true, + // If the bundled Beautified Chat Client mod should be enabled. + "enableBeautifiedChatClient": true, + // If the bundled Current Game Music Track mod should be enabled. + "enableCurrentGameMusicTrack": true, + // If the bundled Full Brightness Toggle mod should be enabled. + "enableFullBrightnessToggle": false, + // If the bundled Global Narration Toggle mod should be enabled. + "enableGlobalNarrationToggle": false, + // If the bundled GUI Clock mod should be enabled. + "enableGUIClock": false, + // If the bundled GUI Compass mod should be enabled. + "enableGUICompass": false, + // If the bundled GUI Followers mod should be enabled. + "enableGUIFollowers": false, + // If the bundled Hide Hands mod should be enabled. + "enableHideHands": true, + // If the bundled Improved Sign Editing mod should be enabled. + "enableImprovedSignEditing": true, + // If the bundled Omega Mute mod should be enabled. + "enableOmegaMute": true, + // If the bundled Passive Shield mod should be enabled. + "enablePassiveShield": true, + // If the bundled Persistent Inventory Search mod should be enabled. + "enablePersistentInventorySearch": false, + // If the bundled Vanilla Zoom mod should be enabled. + "enableVanillaZoom": false +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/servercore/config.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/servercore/config.yml new file mode 100644 index 000000000..fffa6f14c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/servercore/config.yml @@ -0,0 +1,3 @@ +features: + lobotomize-villagers: + enabled: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/servercore/optimizations.yml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/servercore/optimizations.yml new file mode 100644 index 000000000..d093976c8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/servercore/optimizations.yml @@ -0,0 +1 @@ +optimize-command-blocks: true diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/threadtweak.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/threadtweak.json new file mode 100644 index 000000000..3686c5208 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/threadtweak.json @@ -0,0 +1,8 @@ +{ + "threadPriority": { + "game": 8, + "main": 4, + "io": 7, + "integratedServer": 7 + } +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/vmp.properties b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/vmp.properties new file mode 100644 index 000000000..52135dc5b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/vmp.properties @@ -0,0 +1,2 @@ +# Configuration file for VMP +show_async_loading_messages=false \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/world-host.json5 b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/world-host.json5 new file mode 100644 index 000000000..385cba855 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/config/world-host.json5 @@ -0,0 +1,4 @@ +{ + showOnlineStatus: false, + enableFriends: false, +} diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/options.txt b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/options.txt new file mode 100644 index 000000000..7e6fce6e9 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/options.txt @@ -0,0 +1,14 @@ +version:3839 +biomeBlendRadius:1 +enableVsync:false +fullscreen:true +gamma:0.0 +fov:-0.05 +maxFps:240 +renderDistance:10 +simulationDistance:8 +notificationDisplayTime:1.2 +attackIndicator:0 +joinedFirstServer:true +key_key.hide_icons:key.keyboard.z +key_key.voice_chat_group:key.keyboard.b diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/resource_albums.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/resource_albums.json new file mode 100644 index 000000000..f3304ca07 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/resource_albums.json @@ -0,0 +1,7 @@ +{ + "default": "minecraft", + "order": [ + "minecraft", + "minecraft_classic" + ] +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/resource_albums/minecraft.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/resource_albums/minecraft.json new file mode 100644 index 000000000..67289726a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/resource_albums/minecraft.json @@ -0,0 +1,21 @@ +{ + "background": "legacy:icon/background", + "packs": [ + "vanilla", + "fabric", + "legacy:legacy_waters", + "file/TutorialWorldAddon.zip", + "file/rcr3.zip", + "continuity:glass_pane_culling_fix", + "continuity:default" + ], + "displayPack": "vanilla", + "id": "minecraft", + "version": 2, + "name": { + "translate": "legacy.menu.albums.resource.minecraft" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/resource_albums/minecraft_classic.json b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/resource_albums/minecraft_classic.json new file mode 100644 index 000000000..bbd26721f --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/configureddefaults/resource_albums/minecraft_classic.json @@ -0,0 +1,22 @@ +{ + "icon": "legacy:icon/minecraft_classic", + "background": "legacy:icon/minecraft_classic_background", + "packs": [ + "vanilla", + "fabric", + "programmer_art", + "legacy:legacy_waters", + "file/TutorialWorldAddon.zip", + "file/rcr3.zip", + "continuity:default", + "continuity:glass_pane_culling_fix" + ], + "id": "minecraft_classic", + "version": 1, + "name": { + "translate": "legacy.menu.albums.resource.minecraft_classic" + }, + "description": { + "translate": "legacy.menu.albums.resource.minecraft_classic.description" + } +} \ No newline at end of file diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/index.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/index.toml new file mode 100644 index 000000000..7272c0c3b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/index.toml @@ -0,0 +1,403 @@ +hash-format = "sha256" + +[[files]] +file = "config/advancementscreenshot.json5" +hash = "bafdc53b21f11eadd6c1a932a9dcb7f7ec9e503be98cbd81ce92c17228be7439" + +[[files]] +file = "config/beautifiedchatclient.json5" +hash = "fd20f923db33eadb5b98950d754d2dfa58d75ec0f9f23590978d699c41739745" + +[[files]] +file = "config/bettergrass.json" +hash = "876580a5ebe7e34ca51b871828234e5f949968392cbbbb3e6da2a32c67efe674" + +[[files]] +file = "config/capes.json5" +hash = "3c5f5e2ce32a31415ea9667f667eecc074cf9de46421afc348e1d17e8fd6957c" + +[[files]] +file = "config/citresewn.json" +hash = "2a4e3e29038837de5cd1004738a73243d7870b4f9dddadef6653ae5158920f01" + +[[files]] +file = "config/cpm.json" +hash = "20537ee105d0cfdd6b4c7bdff851dd1a1a8adbf0d73d08219f97af5734854f75" + +[[files]] +file = "config/craftpresence.json" +hash = "1d855833cc00eb0aa2e7ee1aa6e84b3ae84264cd3a276d862cf0a4e499e27955" + +[[files]] +file = "config/crash_assistant/config.toml" +hash = "3800c00a252879fb83bdab36311b951c3cce1943b4afe844cc0f2f4e86224950" + +[[files]] +file = "config/crash_assistant/lang/README.md" +hash = "92deb5c02f7625e07c4e477c1d8cf3b1fb920e27aea38b45ed0c06c4c0e420fc" + +[[files]] +file = "config/crash_assistant/lang/en_us.json" +hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" + +[[files]] +file = "config/crash_assistant/lang/ru_ru.json" +hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" + +[[files]] +file = "config/crash_assistant/lang/zh_cn.json" +hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" + +[[files]] +file = "config/crash_assistant/modlist.json" +hash = "db59a58e83101b70b8b6ba5d5cc1087f90f98e0edc410e776aee290511e65bd9" + +[[files]] +file = "config/crash_assistant/problematic_mods_config.json" +hash = "989fb8f797a5a894f0cbf8bf529ac20c88cceee72384bdbeedd6a22d455199a3" + +[[files]] +file = "config/currentgamemusictrack.json5" +hash = "ff54b6483e46419b1d8cee3152e7d6d1dda4bfdf277ae4cd607ffa1e86f7534c" + +[[files]] +file = "config/enhanced_bes.properties" +hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" + +[[files]] +file = "config/fastquit.toml" +hash = "2b41a15e0094436d471abe27f4439a41636a8baf0d057574289c19c0844201a4" + +[[files]] +file = "config/ferritecore.mixin.properties" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" + +[[files]] +file = "config/hidehands.json5" +hash = "3074931fda9af006879400bddc0d8ac2806d5cd53b8bff881679cec60386e62f" + +[[files]] +file = "config/immediatelyfast.json" +hash = "892f8cd94a9de2a17b2a938d8b33b5b411a20b0f14a5857963333cbd8ce2f36c" + +[[files]] +file = "config/improvedsignediting.json5" +hash = "734a1f076312ffa5a6222f7fd0abb1f9ec40033730653ca7c1c4ff479cc2d82a" + +[[files]] +file = "config/iris.properties" +hash = "bc5fc249179fa926c9395c63626120f52f55e5c25638712a3e4008a3737e9013" + +[[files]] +file = "config/lambdynlights.toml" +hash = "0fbd6c5f78625f0240300838e7ff89836df8612cca07091a644819341624138f" + +[[files]] +file = "config/legacy/client_mixin.json" +hash = "b87f97b466cd28a298998cd36ef501d2c466131d7fc2e92727eea33a903eb3de" + +[[files]] +file = "config/legacy/client_options.json" +hash = "f0c95608d0e4be8e759d42218a55cfc13101cd0e7ef834446635f2cf51a39157" + +[[files]] +file = "config/legacy/common.json" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" + +[[files]] +file = "config/legacy/common_mixin.json" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" + +[[files]] +file = "config/legacy/global_packs.json" +hash = "005514c5431cabadd17cfda440d6d765332549f835eede842b6f8aec596a0a9d" + +[[files]] +file = "config/lithium.properties" +hash = "cddd1a067b1702014533549650079daf13df9cf5eccb5aff54da0aabf6570f7b" + +[[files]] +file = "config/modernfix-mixins.properties" +hash = "890f408f1f70e476505023ef20da5613d0245d27c6ca1b4a692548e294c5fcac" + +[[files]] +file = "config/modmenu.json" +hash = "4dc7d729a2b83401f4a39dff457680f6f5872df1a5b2a93d9eb27b0b5df42d0e" + +[[files]] +file = "config/moonrise.yml" +hash = "8366e8d4fa7952e0abcf0a0871c06f0b562725b912e0d3537fc37906392a2329" + +[[files]] +file = "config/moreculling.toml" +hash = "20a7c9a9d1ec3c730f37af63357d6847afbb28fd37cd13657928c3d22feb055c" + +[[files]] +file = "config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" +hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" + +[[files]] +file = "config/nostalgic_tweaks/nostalgic_tweaks.json" +hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" + +[[files]] +file = "config/passiveshield.json5" +hash = "71e75f88c2bd7f82563a26de633c0d37c8b0e3d67258a82082f09c201fd40a19" + +[[files]] +file = "config/puzzle.json" +hash = "dd04f1ceea37a64e0867a55b3bb6e559f4f2358113717abe76a8e250e3718b03" + +[[files]] +file = "config/resource_albums.json" +hash = "d5943ab71fbeb94cf874507a4920e4cbfe8be65bb4a4f794da181741de1ba73b" + +[[files]] +file = "config/resource_albums/minecraft.json" +hash = "654a8b5cb80ef695e4d3908e0944a589c2faa6d13523eafdbbd74d7535b38f6b" + +[[files]] +file = "config/resource_albums/minecraft_classic.json" +hash = "fa3f7017ee455620b5edff4bb1ab22f69fada0e21cde3e79d726ad006a4248b3" + +[[files]] +file = "config/serilumsclientbundle.json5" +hash = "cefddb1867d1af187f8208c1cd619c7c9f3f5907fe41e7938083adc80508dd11" + +[[files]] +file = "config/servercore/config.yml" +hash = "a6fbf706590f394558edc5996f07a9575739fb9f056eed59cffe17fa57ec4e55" + +[[files]] +file = "config/servercore/optimizations.yml" +hash = "8d528c4cad1cca659e5582d0ac35bb1ab971d4a98df009e3fc224d03f2304eff" + +[[files]] +file = "config/threadtweak.json" +hash = "b4c1cc5fc213225d64e685a3b632092e909386ab41bd9925f9cf7efd53d1ad46" + +[[files]] +file = "config/vmp.properties" +hash = "0d0549563aca08c87a22a9fd862cc6e7a9906f2d6fca84dcbfa7cbec14dff7e6" + +[[files]] +file = "config/world-host.json5" +hash = "beb51783002c46da1c609c40f31cd3a79773a1a0c2b63f7d6442c61b0bf9ae43" + +[[files]] +file = "configureddefaults/options.txt" +hash = "7460845c9b5066bc36a7fbf2358f5fdba57a3104c8052e93a76de1b06aae938e" + +[[files]] +file = "mods/animatica.pw.toml" +hash = "e4871feb4abc954731ceb980476dd7500357f689daf5d9e4065c0f70aad18d03" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "5056e36d21bbc27972c7034c12770fd94f6ae6396f6eddd287a6673e992e376a" +metafile = true + +[[files]] +file = "mods/cape-provider.pw.toml" +hash = "c5e0b5fa15da8eff8990560ce27c97103b344d2a8d526a843eb4e2cab5a68450" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "0f60b9c4bdcc8a578f149b28bb734035f2ca6d3deff8e70f1e7b9200d7c0e5e0" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "7621c38bf5eb90cc7458a78eeab30088bae4bf9f29f72bbc2a2a7c37fc06b551" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "14b881c91dc7415317b76c884b558f9294ae99dfe57218e821e566e8236e3c80" +metafile = true + +[[files]] +file = "mods/craftpresence.pw.toml" +hash = "ec7acb424fc69b5082fb2aa2e7edfbf1e0a9bd057fdac9412c9bab4ce6d8efff" +metafile = true + +[[files]] +file = "mods/crash-assistant.pw.toml" +hash = "efbaf93eb8358f5cf8f188b10ce6305a5d697dfc82ec03dbae64a4784b904a23" +metafile = true + +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "a826fbce1a20169613e387719b40a05e95a0ca8ede805b82fa686533a0550713" +metafile = true + +[[files]] +file = "mods/custom-player-models-fabric.pw.toml" +hash = "89c0299f2298e2c1dba1ca231a532a7d4bf5813aff40bad697fabcf7d4829506" +metafile = true + +[[files]] +file = "mods/debugify.pw.toml" +hash = "23bae5605f54405e66b34c3b9484507521eaa8e8c4060939efc347a6e247095f" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "feda6d04814a6e1f7a0a869d5c83688d55701d2fb92c909a4ab9fda5cd8c06e9" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "187ed76ebb46ec62d57e0cf5311e1dcfbd08738cd667023e6cb5472c20282279" +metafile = true + +[[files]] +file = "mods/entity-texture-features-fabric.pw.toml" +hash = "c105e2a3a8bd9d22f73484956060d51736ed81067b1d06e07cf670d978f0fd05" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "695b34c459e7dacb485b1c35c0abf51ad1636145931060d30a0860a10c758f71" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "243bbfe47b3521da875425862e08bef3d1edcd7a265efcad71e48a7e1e55e84a" +metafile = true + +[[files]] +file = "mods/factory-api.pw.toml" +hash = "dcadd34bc840bf44bc7fe6a70753790b2b239667213d8fb003c18c8f2d8b085f" +metafile = true + +[[files]] +file = "mods/fastquit.pw.toml" +hash = "cdf5789bfb1d68fd1cfe6ed914ef098e46bc777fda3a42b3e62a2fbe2656315e" +metafile = true + +[[files]] +file = "mods/ferritecore-fabric.pw.toml" +hash = "c1f3777b2a45efd0acda68726e52ac029665979a4aba9daa2e522cfdc27096f6" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "dd188fd94e9d7f46b6220d9eada2ae0c83cda19c38b18c219508c678711303d9" +metafile = true + +[[files]] +file = "mods/irisshaders.pw.toml" +hash = "d93b46b247fe2a2a3a70638c66fa73618d46cad43aeb7df0d90f5311ba2de280" +metafile = true + +[[files]] +file = "mods/lambdabettergrass.pw.toml" +hash = "2d30fdb3fcb3d7c5f33f99c086f1cdc13bafe6b419606abc130eaab86b331ea0" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "ac220d44092ebef1990b42d0c6a93a54658d22d8e31cc3889a2b68b87521a6de" +metafile = true + +[[files]] +file = "mods/lazy-language-loader.pw.toml" +hash = "f2546333ffd81b4e1db01a1fb82c81ed9eaac546e8fee8a7446439b1bca56546" +metafile = true + +[[files]] +file = "mods/legacy-minecraft.pw.toml" +hash = "bb1c23b8a42b730509e5ca759d798fe5a98665ac3bf6eb2d416fe67067f72a6b" +metafile = true + +[[files]] +file = "mods/legacy-skins.pw.toml" +hash = "b695823488e0900b340abf7dc7d3d0c7c6ad3b1fa47286ff7c02eb9894c88cff" +metafile = true + +[[files]] +file = "mods/macos-input-fixes.pw.toml" +hash = "e0ac208397967696ea75330a16f22ecf560c232ca22d329cae0793a99fe279b8" +metafile = true + +[[files]] +file = "mods/moderner-beta.pw.toml" +hash = "c45e44b181545cb33580bef21716ae82616b3adb6537bd7032ca49c20329fef2" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "0284b6075a13ea5e3e818d81183911e8e15235b0d38bbe5d21c7bb11e08724e3" +metafile = true + +[[files]] +file = "mods/moonrise.pw.toml" +hash = "1609d2c68cf695e73d77fbfd7356c067db507ba3f78b3c3488d3d970ad0c8327" +metafile = true + +[[files]] +file = "mods/moreculling.pw.toml" +hash = "6dc53fe9e18556e06c90a22430afa70f44491bee7fb9163cade31ba1dbe312ea" +metafile = true + +[[files]] +file = "mods/numeral-ping.pw.toml" +hash = "73e305ad3cf7b576ecd9a8ad8b71a8855666524c50114ef54feff2b78173f2e9" +metafile = true + +[[files]] +file = "mods/ok-zoomer.pw.toml" +hash = "9de1562b99a26719293757344637d6d568555a18d485cdb7a3d3d95abf2e74f0" +metafile = true + +[[files]] +file = "mods/optiboxes.pw.toml" +hash = "4d904800f34f75256f8ddf9b4359e36be75698de0feb236783b274deba0c6b28" +metafile = true + +[[files]] +file = "mods/renderscale.pw.toml" +hash = "c1708cc6d5c8b3f6a183cd95c10bb0913e15c31150d540748a7c1d743b1a894d" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "192962a1c69bc2792cfab251f8538cdffcab3ff61bec01e3d19d85ebcfd6255f" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "bc027914dbe2bb2d93f9bfa58ee2669ff5ff5623aebac61b0c35d5bbaecf1460" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "ff0d87064f466d6dfa5151178cb805cea4169a6e85f47913b462758262a78024" +metafile = true + +[[files]] +file = "mods/unilib.pw.toml" +hash = "3b7ac2d8cb4a39aab8306164adc43449838352684d85b3552727432a1f63cd10" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "cf17280fdc8471828dd8a83ffb61d188bde71fe5fb4c27f1821e86d00df0ce13" +metafile = true + +[[files]] +file = "resourcepacks/re-console-resources.pw.toml" +hash = "9d710bdf29b16c3120467a6975c183defa3ee528ad5ac9b9363e21992eac5ed2" +metafile = true + +[[files]] +file = "resourcepacks/tutorial-world-addon.pw.toml" +hash = "0eda03a0fd7704f0d4171291d059694d23874e04d91a37afdc57187cbacc6a12" +metafile = true + +[[files]] +file = "servers.dat" +hash = "92a8f35269e798d375d31e5d1f1abd5964f6c52d64cdb8b12b759b91833a4587" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/animatica.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/animatica.pw.toml new file mode 100644 index 000000000..e6c0ea6ad --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/animatica.pw.toml @@ -0,0 +1,13 @@ +name = "Animatica" +filename = "animatica-0.6.1+1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "48746e8fbf005ffd4b7018cf37339a312865c57b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6680910 +project-id = 533006 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/badoptimizations.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/badoptimizations.pw.toml new file mode 100644 index 000000000..98a838869 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.1-1.21.6-21.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "91f16f6e12c857227f40a847fd54ee7f3c51d2e8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7055846 +project-id = 949555 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/cape-provider.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/cape-provider.pw.toml new file mode 100644 index 000000000..e7173d200 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/cape-provider.pw.toml @@ -0,0 +1,13 @@ +name = "Cape Provider" +filename = "cape-provider-4.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f0b11af976406ed83d2fef20506deb83d0aa513a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7036131 +project-id = 1291862 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/chat-heads.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/chat-heads.pw.toml new file mode 100644 index 000000000..a0fb79e86 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.14.0-fabric-1.21.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c122c93180bd0defd74977b321fb839b7f6f77d5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7057851 +project-id = 407206 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/cloth-config.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/cloth-config.pw.toml new file mode 100644 index 000000000..7de41d3f7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge/NeoForge)" +filename = "cloth-config-19.0.147-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d3bd78860580da556990726af3bed1169e69933e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6669836 +project-id = 348521 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/continuity.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/continuity.pw.toml new file mode 100644 index 000000000..407c8cea1 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.1-beta.1+1.21.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4bc922092c48b211e1981ef3403148f24313590a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6741584 +project-id = 531351 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/craftpresence.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/craftpresence.pw.toml new file mode 100644 index 000000000..6fdfee2e6 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/craftpresence.pw.toml @@ -0,0 +1,13 @@ +name = "CraftPresence" +filename = "CraftPresence-2.6.2+1.21.8-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c3f1524364b1cb5aab4f65218c089c1934b828ff" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6860724 +project-id = 297038 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/crash-assistant.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/crash-assistant.pw.toml new file mode 100644 index 000000000..f30a62208 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/crash-assistant.pw.toml @@ -0,0 +1,13 @@ +name = "Crash Assistant" +filename = "CrashAssistant-fabric-1.21.5-1.21.10-1.10.15.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7e61a0d8d06083ad6e96044c910d3b3b4eeb836e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7139399 +project-id = 1154099 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/cubes-without-borders.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/cubes-without-borders.pw.toml new file mode 100644 index 000000000..8d01a88b7 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/cubes-without-borders.pw.toml @@ -0,0 +1,13 @@ +name = "Cubes Without Borders" +filename = "cwb-fabric-3.0.0+mc1.21.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b663eb9a8238be3cd71173e39b6f9d01d0948c1d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6381090 +project-id = 975120 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/custom-player-models-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/custom-player-models-fabric.pw.toml new file mode 100644 index 000000000..9796d8ae2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/custom-player-models-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Customizable Player Models (Fabric)" +filename = "CustomPlayerModels-Fabric-1.21.8-0.6.24a.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "37ccf13fea5df14bae75e7252c4dd0cf0ac9dc7e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6843787 +project-id = 440597 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/debugify.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/debugify.pw.toml new file mode 100644 index 000000000..f1d9dc445 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/debugify.pw.toml @@ -0,0 +1,13 @@ +name = "Debugify" +filename = "debugify-1.21.8+1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5c2eaf9c1825a458ca279ee30ac0667c68d1b417" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6810436 +project-id = 596224 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/dynamic-fps.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/dynamic-fps.pw.toml new file mode 100644 index 000000000..fdfca0515 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.6+minecraft-1.21.6-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e4f593a40029b7d5cbfbc93ce6d8c4fd399ae1ff" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6695571 +project-id = 335493 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/entity-model-features.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/entity-model-features.pw.toml new file mode 100644 index 000000000..f0ee71601 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features [Fabric & Forge]" +filename = "entity_model_features_1.21.6-fabric-3.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "69589a006ac2ef02963402d49528ae7d4b95a814" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6922738 +project-id = 844662 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/entity-texture-features-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/entity-texture-features-fabric.pw.toml new file mode 100644 index 000000000..48979fff8 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/entity-texture-features-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features - [Fabric & Forge]" +filename = "entity_texture_features_1.21.6-fabric-7.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7b7fbedb99fc633d34d2f7d92d34536055d33991" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6954786 +project-id = 568563 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/entityculling.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/entityculling.pw.toml new file mode 100644 index 000000000..a9086887c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Culling Fabric/Forge" +filename = "entityculling-fabric-1.9.2-mc1.21.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a3b57940d0cf37f237e7ddc0a645794d140bafe3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7125366 +project-id = 448233 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/fabric-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/fabric-api.pw.toml new file mode 100644 index 000000000..ca329bc1c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.136.0+1.21.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ee07ecc1493280ccf1f3df59c554ae83a5e97df6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7120268 +project-id = 306612 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/factory-api.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/factory-api.pw.toml new file mode 100644 index 000000000..62d675c24 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/factory-api.pw.toml @@ -0,0 +1,13 @@ +name = "Factory API" +filename = "FactoryAPI-1.21.8-2.2.6-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fef19600bbdb7092d946fff7d434dbce5d53ca55" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6857432 +project-id = 704136 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/fastquit.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/fastquit.pw.toml new file mode 100644 index 000000000..1a2cfe049 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.1.1+mc1.21.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c44081dadc343918b3623dc69ef2d395fceed99c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6678874 +project-id = 708967 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/ferritecore-fabric.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/ferritecore-fabric.pw.toml new file mode 100644 index 000000000..289b814c5 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/ferritecore-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore (Fabric)" +filename = "ferritecore-8.0.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "53d76354587cd1965b842fdce7cff965b5c52fe5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6365997 +project-id = 459857 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/immediatelyfast.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/immediatelyfast.pw.toml new file mode 100644 index 000000000..4b1d8246e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.12.1+1.21.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "318608e466371772a4b0d2a6cd3fe86cf983e718" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6825769 +project-id = 686911 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/irisshaders.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/irisshaders.pw.toml new file mode 100644 index 000000000..9941ffb10 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/irisshaders.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-fabric-1.9.6+mc1.21.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "70fc97aa5eef2df2085a078ecb17d6bfce6756dd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7088024 +project-id = 455508 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/lambdabettergrass.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/lambdabettergrass.pw.toml new file mode 100644 index 000000000..7ef0b6d5e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/lambdabettergrass.pw.toml @@ -0,0 +1,13 @@ +name = "LambdaBetterGrass" +filename = "lambdabettergrass-2.3.2+1.21.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f9f7789a9796f949ae6326b3b0f565e7add44ca4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7042374 +project-id = 400322 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/lambdynamiclights.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/lambdynamiclights.pw.toml new file mode 100644 index 000000000..aea245c3e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-4.8.5+1.21.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9346d8f285cea489111fed6bfbe26120440870fc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7117976 +project-id = 393442 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/lazy-language-loader.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/lazy-language-loader.pw.toml new file mode 100644 index 000000000..a5bdf8309 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/lazy-language-loader.pw.toml @@ -0,0 +1,13 @@ +name = "lazy-language-loader (Fabric)" +filename = "lazy-language-loader-0.3.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "59b42ca37534b61207f4be8137ed336046a93545" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5994091 +project-id = 526391 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/legacy-minecraft.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/legacy-minecraft.pw.toml new file mode 100644 index 000000000..5e079a50d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/legacy-minecraft.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy4J" +filename = "Legacy4J-1.21.8-1.8.5-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4ba2e5fa7a470ae23d5da126ed057c9b751973d6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6887984 +project-id = 955526 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/legacy-skins.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/legacy-skins.pw.toml new file mode 100644 index 000000000..f0ae4eaa2 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/legacy-skins.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy Skins" +filename = "legacyskins-1.5.0+fabric+1.21.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2373e3edd5fbd9f0c7b7b5a4d12be926470f5113" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6859121 +project-id = 1090749 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/macos-input-fixes.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/macos-input-fixes.pw.toml new file mode 100644 index 000000000..b9d298b24 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/macos-input-fixes.pw.toml @@ -0,0 +1,13 @@ +name = "MacOS Input Fixes" +filename = "macos-input-fixes-1.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3903ec0e5c339fa24201147007cce9805bad7d60" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7064707 +project-id = 678691 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/moderner-beta.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/moderner-beta.pw.toml new file mode 100644 index 000000000..7099849e4 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/moderner-beta.pw.toml @@ -0,0 +1,13 @@ +name = "Moderner Beta" +filename = "moderner-beta-fabric-3.2.1+1.21.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/JdwjfSnT/moderner-beta-fabric-3.2.1%2B1.21.6.jar" +hash-format = "sha512" +hash = "d8410ae0f93d04ea6786f811b186fe17586b970a5f1253e02361eeb9b21bbab48d2d4ae1c2f6fee1951d62fdba2a6f92d6343879681430b05fd48f8af175be59" + +[update] +[update.modrinth] +mod-id = "xkrdwmh2" +version = "JdwjfSnT" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/modmenu.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/modmenu.pw.toml new file mode 100644 index 000000000..28519d930 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-15.0.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b22a1a02a13642ec707d01bb8b14a21188d6d6fa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6946098 +project-id = 308702 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/moonrise.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/moonrise.pw.toml new file mode 100644 index 000000000..0aa71f3bc --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/moonrise.pw.toml @@ -0,0 +1,13 @@ +name = "Moonrise" +filename = "Moonrise-Fabric-0.6.0-beta.1+45edfd7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "de02c56fd9fe3984556f6812c4ce5628613113ee" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6781637 +project-id = 1096335 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/moreculling.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/moreculling.pw.toml new file mode 100644 index 000000000..c5406f20d --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/moreculling.pw.toml @@ -0,0 +1,13 @@ +name = "MoreCulling" +filename = "moreculling-fabric-1.21.8-1.4.0-beta.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "30123de3b8a09db46968d721c7892f5fb2b6d292" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7054054 +project-id = 630104 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/numeral-ping.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/numeral-ping.pw.toml new file mode 100644 index 000000000..b318ea2b0 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/numeral-ping.pw.toml @@ -0,0 +1,13 @@ +name = "Numeral Ping" +filename = "numeralping-1.2.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5a578f8b591b845ba795b4b3029f44a7124acb9c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6682172 +project-id = 559653 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/ok-zoomer.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/ok-zoomer.pw.toml new file mode 100644 index 000000000..3244eeedf --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/ok-zoomer.pw.toml @@ -0,0 +1,13 @@ +name = "Ok Zoomer - It's Zoom!" +filename = "ok_zoomer-fabric-14.0.0-beta.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3a13ba7942b637d8038e5a0b4e2c6650883a3d6f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6829115 +project-id = 354047 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/optiboxes.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/optiboxes.pw.toml new file mode 100644 index 000000000..a873bcb8a --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/optiboxes.pw.toml @@ -0,0 +1,13 @@ +name = "Optiboxes" +filename = "optiboxes-1.6+1.21.8-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "29939cb6a95e50b1753592413576196ffd47bc69" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7054256 +project-id = 1301799 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/renderscale.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/renderscale.pw.toml new file mode 100644 index 000000000..c1598c92e --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/renderscale.pw.toml @@ -0,0 +1,13 @@ +name = "RenderScale" +filename = "renderscale-fabric-1.21.8-1.3.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "17f08b79265ac03dc47a2333b805f94728826788" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6810337 +project-id = 1172416 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/simple-voice-chat.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/simple-voice-chat.pw.toml new file mode 100644 index 000000000..d197d8daa --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.21.8-2.6.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8a48c310d8cb6d2acf44f5dbd9249a46690f7a0c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7117141 +project-id = 416089 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/sodium.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/sodium.pw.toml new file mode 100644 index 000000000..fb4ccd1a6 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.7.2+mc1.21.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ee58562bc918993d62ca457e46b2782fbdde3aaf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7088172 +project-id = 394468 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/threadtweak.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/threadtweak.pw.toml new file mode 100644 index 000000000..789b71c52 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/threadtweak.pw.toml @@ -0,0 +1,13 @@ +name = "ThreadTweak" +filename = "threadtweak-fabric-0.1.7+mc1.21.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/IvtlnXcT/threadtweak-fabric-0.1.7%2Bmc1.21.5.jar" +hash-format = "sha512" +hash = "aec7e39b478d47dc96ba12291fd048ed9253c39d27a0c25b8565b3cef08eb5117b4f6bf2453c3377d2de739de8ba0501c77b291b6f0fc82559f0f30514a9125a" + +[update] +[update.modrinth] +mod-id = "vSEH1ERy" +version = "IvtlnXcT" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/unilib.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/unilib.pw.toml new file mode 100644 index 000000000..20c896cac --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/unilib.pw.toml @@ -0,0 +1,13 @@ +name = "UniLib" +filename = "UniLib-1.1.1+1.21.8-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c822e2b4c6c62ee02499f5344c7a0a6297356033" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7083189 +project-id = 1056812 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/yacl.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/yacl.pw.toml new file mode 100644 index 000000000..b31c472ce --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet_another_config_lib_v3-3.7.1+1.21.6-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "932e1011a9ddef31fb4f4d7934f16a091aa5004b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6662860 +project-id = 667299 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/pack.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/pack.toml new file mode 100644 index 000000000..6846be81b --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/pack.toml @@ -0,0 +1,13 @@ +name = "Re-Console" +author = "omo50, Technocality, Cjnator38" +version = "2.8.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "c7d3804734c343742ffdd6a90ce5d14a5b3ba1a9a113e295d445a3667dd5f929" + +[versions] +quilt = "0.29.2" +minecraft = "1.21.8" diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/resourcepacks/re-console-resources.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/resourcepacks/re-console-resources.pw.toml new file mode 100644 index 000000000..60d440ee3 --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/resourcepacks/re-console-resources.pw.toml @@ -0,0 +1,13 @@ +name = "Re-Console Resources" +filename = "rcr3.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "4f7262a5300700a2dad5a621d6dba9c0874261ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6786321 +project-id = 1068239 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/resourcepacks/tutorial-world-addon.pw.toml b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/resourcepacks/tutorial-world-addon.pw.toml new file mode 100644 index 000000000..c969f979c --- /dev/null +++ b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/resourcepacks/tutorial-world-addon.pw.toml @@ -0,0 +1,13 @@ +name = "Tutorial World Addon" +filename = "TutorialWorldAddon.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "f111a9b3c425fc8adb025b24ebf7732f11419049" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5840505 +project-id = 1127183 diff --git a/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/servers.dat b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/servers.dat new file mode 100644 index 000000000..4abc90cac Binary files /dev/null and b/versions/vanilla/src/re-console/curseforge/quilt/1.21.8/servers.dat differ