diff --git a/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/config.toml b/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/config.toml deleted file mode 100644 index 97790c11d..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/config.toml +++ /dev/null @@ -1,253 +0,0 @@ - -#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 = "mclo.gs" - #Show gui on minecraft crashed on modloading and FML error screen displayed. - show_on_fml_error_screen = true - #Close old CrashAssistantApp if it's still running when starting a new instance of Minecraft, to avoid confusing player with window from old crash. - kill_old_app = true - #If options.txt doesn't exist, the default language will be used. - default_lang = "en_us" - #By default, crash assistant will get the value for the current language from the overrides folder, then from the jar. - #By changing this option, it will first try to get it from the current overrides, then (if no override exists for this language) - #from the override for the language specified here, and only then from the jar language. - #Use "NONE" to disable this feature. Or language key, like "en_us" to enable it. - priority_lang_for_overrides = "NONE" - #By changing this value you can disable creating "crash_assistant_localization_overrides" folder and placing "README.md" file there. - generate_localization_overrides_folder_with_readme = true - #By default our process is scanning for terminated processes(they can appear with delay) and after finish of scan enabling upload buttons. - #This option can prevent this and enable individual upload buttons immediately after crash. - #However can confuse users and make them clicking individual upload buttons instead of Upload All Button. - prevent_upload_buttons_delay = false - #Before uploading the first log, requires the user to accept the privacy policy. - #Disabling this option may be illegal in some countries if you are modpack creator. Disable at your own risk. - enable_privacy_policy_acceptance = true - #Unfortunately mclogs censoring ip-like versions as has no way to determine if it's version or IP. - #This will prevent this by replacing dot's in them to dot-like symbol. - #Anti censoring only versions, IP's are kept censored. - enable_mclogs_anti_ip_like_version_censorer = true - #Prevents creating "crash_assistant" folder in the logs folder. - #So this option prevents our app logging at all. - #HIGHLY UNRECOMMENDED to disable! Contains many useful info. - prevent_generating_crash_assistant_app_logs = false - #Generates "logs/stderr_stream.log" with stderr stream. - #Since many launchers are not saving this info, which is extremely helpful for debugging some crashes. - #As only where crash reason is present. Keeps original stream untouched, just logs it to a file. - generate_own_launcher_log = true - #Here you can change priority for logs. - #For example if you want crash report to be shown earlier than latest.log in the available logs list. - #Supported values: https://github.com/KostromDan/Crash-Assistant/blob/1.19-1.20.1/app/src/main/java/dev/kostromdan/mods/crash_assistant/app/logs_analyser/LogType.java - #Usage: ["CRASH_REPORT", "LOG"] - logs_priority_overrides = [] - #List of blacklisted log files (checked with startswith()). This files won't show in GUI logs list. - blacklisted_logs = [] - -#A simplified GUI that hides the logs list until the user opts into Expert Mode. -[simple_mode] - #If enabled, the GUI starts in simple mode with logs hidden and a single "Show Logs (Expert Mode)" button. - #Disabled by default. - enabled = false - #If true, modpack creators always see the Expert Mode with logs visible, even if simple mode is enabled. - prevent_for_modpack_creators = true - #If true, hides the mod list changes section while simple mode is active. - hide_modlist_section = false - -#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 = "#modpack-support" - #$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 = "" - #Puts problematic frame from hs_err to message. - put_problematic_frame_to_message = true - #Puts analysis result(names of crash reasons) to message, instead of just count. - put_analysis_result_to_message = true - #Color modified mods count/analysis in msg with ANSI. - #Can be needed to be disabled if issues are reported to something not supporting ANSI codeblocks, like GitHub. - color_message = true - -#Settings of links copied by Upload and copy link buttons -[copied_links] - #With this option, you can customize how single links from individual upload buttons are copied, there - #log of small size was uploaded to a single link. - #For example, leave just $LINK$ to copy just link. - single_link = "$LOG_NAME$$FILE_NAME$: $LINK$" - #With this option, you can customize how links from individual upload buttons are copied, there - #log was split to the 2 parts (head and tail, due to too large size for single upload), but user only decided to copy only one of them (not message with both). - single_link_split = "$LOG_NAME$$FILE_NAME$($HEAD_OR_TAIL$): $LINK$ $TOO_BIG_REASONS$" - #With this option, you can customize how links from individual upload buttons are copied, there - #log was split to the 2 parts (head and tail, due to too large size for single upload), but user decided to copy message with both. - both_links_split = "$LOG_NAME$[$FILE_NAME$ $MSG_LANG.gui.split_log_dialog_head$](<$LINK_FIRST_LINES$>) / [$MSG_LANG.gui.split_log_dialog_tail$](<$LINK_LAST_LINES$>) $TOO_BIG_REASONS$" - #If enabled, disables the head/tail selection dialog for split logs on individual uploads and always copies message with both links. - skip_split_dialog = false - -#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. - #----------------------------------------------------------------------------------------------------- - #Warning! This is not displayed anywhere, it's just tech param used for modlist feature to work correctly. - #Here must be actual nicknames of people who work with the modpack and publishing releases! - #----------------------------------------------------------------------------------------------------- - 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 - #If enabled, will add modloader jar name to modlist, to easily track if user changed version of modloader. - add_modloader_jar_name = true - #If enabled, will add generated modlist.txt, with names of all mods / modids / mixin configs / jarjar mods info to logs. - add_modlist_txt_as_log = true - -#Settings of too many changes warning feature. -#Notifies end users of the modpack and saying they made too many changes to the modpack. -#Not displayed to the modpack creators. -[too_many_changes_warning] - #Set to the positive integer to enable feature. Set to negative integer to disable. - #How many changes end user should make for warning to be displayed. - count = 1 - #With this option, you can select the formulation of this warning, currently supported: - # - NOTIFY: Just saying to the end user that what they made many changes and adding random mods or clicking - #the "Update All" button is not a good idea without proper testing. It is expected to crash. - # - DROP_SUPPORT: Saying what you are not providing support for that amount of changes, suggesting the end user to - #re-install modpack or they are on their own with that amount of changes. - formulation_type = "DROP_SUPPORT" - -#Settings of analysis feature. -#Analysing logs for most common reasons of crashes and displaying recommendations with fixes. -[analysis] - #Enable feature. - enabled = true - #Here you can disable some Analysis by class names. - #List of them can be found here: dev.kostromdan.mods.crash_assistant.app.logs_analyser.crash_reasons - #For example "Create6Addons" - blacklisted_reasons = [] - -#Settings of analysis tools feature. -#Here you can enable or disable showing some analysis tools for end user. -[analysis_tools] - #Enable feature. - enabled = true - #Here you can disable some Analysis tools by class names. - #List of them can be found here: dev.kostromdan.mods.crash_assistant.app.gui.analysis - #For example "MCreatorModDetectorGUI" - blacklisted_tools = [] - -#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 - -[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 - -#You can customise GUI with this options. -[gui_customisation] - #Will hide Upload All Button from GUI. - disable_upload_all_button = false - #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. - show_dont_send_screenshot_of_gui_notice = true - #Animate border to request user attention even more. - screenshot_of_gui_notice_animated_border = true - #You can make Upload All Button bigger/smaller to request user attention. - #Default Swing font size is 12, Default for this button in crash assistant is 16. - #Not recommended to set it more than 16, as it will affect the increase of GUI size because all text won't fit. - upload_all_button_font_size = 16 - #Same as upload_all_button_font_size, but for Request Help button. - request_help_button_font_size = 16 - #Same as upload_all_button_font_size, but for the Simple Mode toggle button. - simple_mode_button_font_size = 16 - #You can change Upload All Button color to request user attention. - #format is "R_G_B", range is 0-255, for example "255_0_0" is red color. Use "default" to use default swing color. - #Default for this button is "0_178_0" (dark green color). - upload_all_button_foreground_color = "0_178_0" - #Same as upload_all_button_foreground_color, but for Request Help button. - #Default for this button is "0_0_178" (dark blue color). - request_help_button_foreground_color = "0_0_178" - #Same as upload_all_button_foreground_color, but for the Simple Mode toggle button. - simple_mode_button_foreground_color = "0_0_178" - #Same as upload_all_button_font_size, but for Auto-Fix button (in integrated GPU warning). - auto_fix_button_font_size = 16 - #Same as upload_all_button_foreground_color, but for Auto-Fix button (in integrated GPU warning). - #Default for this button is "0_178_0" (dark green color). - auto_fix_button_foreground_color = "0_178_0" - #Path to a modpack logo to display in the top of the GUI. - #Path is relative to the Minecraft instance folder. Leave empty to disable. - modpack_logo_path = "" - #If true, the logo will be larger, Replacing a some of `don't send screenshot` notice. - #If false, it will be smaller and logo will be end right where the `don't send screenshot` notice starts. - #You should try both, but most likely: - #- If you have some long text in the discord description, you will love the small one. - #- If the text is short, you will love the large one. - modpack_logo_large_mode = false - #Limit modpack logo height. Default is -1, which means it's calculated automatically. - #By default, this should not be needed. But if you have heavily customized GUI or using - #a rectangle logo instead of square, you may want to decrease its size, so this option could be needed in such case. - limit_modpack_logo_height = -1 - #This option would be needed only if you limited modpack logo height. - #Otherwise, the logo will consume all available horizontal space. - #If true, the logo will be centered. If false, it will be aligned to the top. - modpack_logo_aligned_center = true - -#Checks crash_assistant compatibility with other incompatible mods. -#Highly unrecommended to disable! -[compatibility] - #Enable feature. - enabled = true - diff --git a/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/lang/README.md b/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/lang/README.md deleted file mode 100644 index ad24a4fa0..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/lang/README.md +++ /dev/null @@ -1,18 +0,0 @@ -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/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/lang/en_us.json b/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/lang/en_us.json deleted file mode 100644 index c56e00474..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/lang/en_us.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "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/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/lang/ru_ru.json b/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/lang/ru_ru.json deleted file mode 100644 index c56e00474..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/lang/ru_ru.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "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/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/lang/zh_cn.json b/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/lang/zh_cn.json deleted file mode 100644 index c56e00474..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/lang/zh_cn.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "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/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/modlist.json b/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/modlist.json deleted file mode 100644 index a36995915..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/modlist.json +++ /dev/null @@ -1,525 +0,0 @@ -{ - "fabric-loader-0.18.4.jar (modloader)": { - "jarName": "fabric-loader-0.18.4.jar (modloader)", - "modId": "fabric", - "version": "fabric-loader-0.18.4.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", - "curseForgeHash": 602460333, - "modrinthHash": "48746e8fbf005ffd4b7018cf37339a312865c57b" - }, - "architectury-18.0.8-fabric.jar": { - "jarName": "architectury-18.0.8-fabric.jar", - "modId": "architectury", - "version": "18.0.8", - "curseForgeHash": 15044894, - "modrinthHash": "6df5474fa07d4c1225ee625ecdd7b958a9f5c2b5" - }, - "BadOptimizations-2.4.1-1.21.10.jar": { - "jarName": "BadOptimizations-2.4.1-1.21.10.jar", - "modId": "badoptimizations", - "version": "2.4.1", - "curseForgeHash": 4098692863, - "modrinthHash": "1afd5c9c6a1d5970285d1b08af1fa6c7585842dc" - }, - "bbe-1.2.0+1.21.10.jar": { - "jarName": "bbe-1.2.0+1.21.10.jar", - "modId": "betterblockentities", - "version": "1.2.0+1.21.10", - "curseForgeHash": 669890906, - "modrinthHash": "bd12066547d1f791e905fb29356f0601b4c2f57a" - }, - "BetterF3-16.0.3-Fabric-1.21.10.jar": { - "jarName": "BetterF3-16.0.3-Fabric-1.21.10.jar", - "modId": "betterf3", - "version": "16.0.3", - "curseForgeHash": 4162333978, - "modrinthHash": "5baeed05a286409c8c49bb091f26d7f70c9d7503" - }, - "bobby-5.2.10+mc1.21.9.jar": { - "jarName": "bobby-5.2.10+mc1.21.9.jar", - "modId": "bobby", - "version": "5.2.10+mc1.21.9", - "curseForgeHash": 3252819119, - "modrinthHash": "7f26b57f1c74426e832775bdbd218ec4afc425fe" - }, - "c2me-fabric-mc1.21.10-0.3.6+alpha.0.9.jar": { - "jarName": "c2me-fabric-mc1.21.10-0.3.6+alpha.0.9.jar", - "modId": "c2me", - "version": "0.3.6+alpha.0.9+1.21.10", - "curseForgeHash": 2901197316, - "modrinthHash": "dbe0d68c88ad4a9c76f9892047258766ef12b294" - }, - "calcmod-1.5.0+fabric.1.21.9.jar": { - "jarName": "calcmod-1.5.0+fabric.1.21.9.jar", - "modId": "calcmod", - "version": "1.5.0+fabric.1.21.9", - "curseForgeHash": 3059226273, - "modrinthHash": "d31bfe779e5069a7c28b1d4b020566352f2bf6d8" - }, - "chat_heads-1.2.2-fabric-1.21.9.jar": { - "jarName": "chat_heads-1.2.2-fabric-1.21.9.jar", - "modId": "chat_heads", - "version": "1.2.2", - "curseForgeHash": 1915081535, - "modrinthHash": "1b1f14aac5555b9630d7fdb21b7fb24530ce584d" - }, - "chunksfadein-fabric-3.0.20-1.21.9.jar": { - "jarName": "chunksfadein-fabric-3.0.20-1.21.9.jar", - "modId": "chunksfadein", - "version": "3.0.20-1.21.9", - "curseForgeHash": 3317633331, - "modrinthHash": "fc02a8971c2d71841dac2ac4c18e8e7b4d50877e" - }, - "cloth-config-20.0.149-fabric.jar": { - "jarName": "cloth-config-20.0.149-fabric.jar", - "modId": "cloth-config", - "version": "20.0.149", - "curseForgeHash": 1501826003, - "modrinthHash": "c86e380bdac24e4ecdd148558e9d4ddf32c86059" - }, - "ConfigManager-fabric-1.21.x-1.1.1.jar": { - "jarName": "ConfigManager-fabric-1.21.x-1.1.1.jar", - "modId": "config_manager", - "version": "1.1.1", - "curseForgeHash": 3722035875, - "modrinthHash": "9ea08cbfeca54a94afb92edf8b1b95396fb48129" - }, - "console-adv-sounds-1.0.18.jar": { - "jarName": "console-adv-sounds-1.0.18.jar", - "modId": "console_advancement_sounds", - "version": "1.0.18", - "curseForgeHash": 1981995106, - "modrinthHash": "340711c9a7e6d4c005d4f22b9034f2738db8fae2" - }, - "continuity-3.0.1-beta.2+1.21.10.jar": { - "jarName": "continuity-3.0.1-beta.2+1.21.10.jar", - "modId": "continuity", - "version": "3.0.1-beta.2+1.21.10", - "curseForgeHash": 1139097148, - "modrinthHash": "071e6ceddabeaf0277c8643d611f1aa0ed167be3" - }, - "CrashAssistant-fabric-1.21.5-1.21.11-1.11.3.jar": { - "jarName": "CrashAssistant-fabric-1.21.5-1.21.11-1.11.3.jar", - "modId": "crash_assistant", - "version": "1.11.3", - "curseForgeHash": 4049457989, - "modrinthHash": "16783b5cfeedf897ff8c60238282b7622c0e9608" - }, - "CustomPlayerModels-Fabric-1.21.10-0.6.25c.jar": { - "jarName": "CustomPlayerModels-Fabric-1.21.10-0.6.25c.jar", - "modId": "cpm", - "version": "0.6.25c", - "curseForgeHash": 3632174078, - "modrinthHash": "4c38cd0dd9ea978de21edf46c6b57c66a6c182b4" - }, - "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", - "curseForgeHash": 1888577393, - "modrinthHash": "b663eb9a8238be3cd71173e39b6f9d01d0948c1d" - }, - "dynamic-fps-3.11.4+minecraft-1.21.9-fabric.jar": { - "jarName": "dynamic-fps-3.11.4+minecraft-1.21.9-fabric.jar", - "modId": "dynamic_fps", - "version": "3.11.4", - "curseForgeHash": 2212156593, - "modrinthHash": "912c582475c5671d71487e23762a2db290ceb666" - }, - "e4mc-fabric-6.0.6.jar": { - "jarName": "e4mc-fabric-6.0.6.jar", - "modId": "e4mc", - "version": "6.0.6", - "curseForgeHash": 525692248, - "modrinthHash": "2793de5bb5b9259be972b8f915de65e854ef4e9d" - }, - "entity_model_features_1.21.9-fabric-3.0.12.jar": { - "jarName": "entity_model_features_1.21.9-fabric-3.0.12.jar", - "modId": "entity_model_features", - "version": "3.0.12", - "curseForgeHash": 1470012794, - "modrinthHash": "6ab1276d45b69f7502a1a3fd52267084ea282d0e" - }, - "entity_texture_features_1.21.9-fabric-7.0.9.jar": { - "jarName": "entity_texture_features_1.21.9-fabric-7.0.9.jar", - "modId": "entity_texture_features", - "version": "7.0.9", - "curseForgeHash": 1555378463, - "modrinthHash": "8402fc4a91ad8a4a2b1dcf21659dfbb8958dc7c1" - }, - "entityculling-fabric-1.9.5-mc1.21.10.jar": { - "jarName": "entityculling-fabric-1.9.5-mc1.21.10.jar", - "modId": "entityculling", - "version": "1.9.5", - "curseForgeHash": 1281315209, - "modrinthHash": "4c866322b6c5e0781bbf709d3216381de234ee89" - }, - "fabric-api-0.138.4+1.21.10.jar": { - "jarName": "fabric-api-0.138.4+1.21.10.jar", - "modId": "fabric-api", - "version": "0.138.4+1.21.10", - "curseForgeHash": 3410332389, - "modrinthHash": "0345c20b71007521a25b393091adeb45328d7c57" - }, - "fabric-language-kotlin-1.13.9+kotlin.2.3.10.jar": { - "jarName": "fabric-language-kotlin-1.13.9+kotlin.2.3.10.jar", - "modId": "fabric-language-kotlin", - "version": "1.13.9+kotlin.2.3.10", - "curseForgeHash": 3487618919, - "modrinthHash": "20b2200961e11994595ebb2d5f6624f232d13751" - }, - "FactoryAPI-1.21.10-2.2.7-fabric.jar": { - "jarName": "FactoryAPI-1.21.10-2.2.7-fabric.jar", - "modId": "factory_api", - "version": "2.2.7", - "curseForgeHash": 2424642002, - "modrinthHash": "44cc314315b41eb8a9edd8bf67756dc06f03b4a0" - }, - "fast-ip-ping-v1.0.8-mc1.21.10-fabric.jar": { - "jarName": "fast-ip-ping-v1.0.8-mc1.21.10-fabric.jar", - "modId": "fastipping", - "version": "1.0.8", - "curseForgeHash": 1210542902, - "modrinthHash": "fa87eb64e5cebad5d64a9500111c52bc5415a148" - }, - "fastquit-3.1.2+mc1.21.10.jar": { - "jarName": "fastquit-3.1.2+mc1.21.10.jar", - "modId": "fastquit", - "version": "3.1.2+mc1.21.10", - "curseForgeHash": 3784654987, - "modrinthHash": "d173dc167ca729dbb6cd0de3d6c1435c7f665039" - }, - "ferritecore-8.1.0-fabric.jar": { - "jarName": "ferritecore-8.1.0-fabric.jar", - "modId": "ferritecore", - "version": "8.1.0", - "curseForgeHash": 3414565920, - "modrinthHash": "fbc854f0a30657a0f8b4a5c79ce6580f3f8fbea9" - }, - "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", - "curseForgeHash": 553527540, - "modrinthHash": "3409ef6494ab1e9a151177775a12b63004c87080" - }, - "fnp_patcher-26.1.2+1.21.9.jar": { - "jarName": "fnp_patcher-26.1.2+1.21.9.jar", - "modId": "fnp_patcher", - "version": "26.1.2+1.21.9", - "curseForgeHash": 3797449342, - "modrinthHash": "16bf44b8103833976af768573a36b5fa4054d599" - }, - "ForgeConfigAPIPort-v21.10.1+mc1.21.10-Fabric.jar": { - "jarName": "ForgeConfigAPIPort-v21.10.1+mc1.21.10-Fabric.jar", - "modId": "forgeconfigapiport", - "version": "21.10.1", - "curseForgeHash": 2573171359, - "modrinthHash": "1335a32984357a39d9c8cf5faba9e9b5c3e1f80d" - }, - "fzzy_config-0.7.6+1.21.9.jar": { - "jarName": "fzzy_config-0.7.6+1.21.9.jar", - "modId": "fzzy_config", - "version": "0.7.6+1.21.9", - "curseForgeHash": 38397153, - "modrinthHash": "88940f2983f140b163dbe6ae4342470c03710ca9" - }, - "IdleTweaks-1.1.0.jar": { - "jarName": "IdleTweaks-1.1.0.jar", - "modId": "idletweaks", - "version": "1.1.0", - "curseForgeHash": 2917560910, - "modrinthHash": "09b95932943e5fa0d02d071e51f73df3f5aede25" - }, - "ImmediatelyFast-Fabric-1.13.5+1.21.10.jar": { - "jarName": "ImmediatelyFast-Fabric-1.13.5+1.21.10.jar", - "modId": "immediatelyfast", - "version": "1.13.5+1.21.10", - "curseForgeHash": 4026014278, - "modrinthHash": "4c51b05f08693df1636945b3823d122c432b7757" - }, - "iris-fabric-1.9.7+mc1.21.10.jar": { - "jarName": "iris-fabric-1.9.7+mc1.21.10.jar", - "modId": "iris", - "version": "1.9.7+mc1.21.10", - "curseForgeHash": 1512039915, - "modrinthHash": "f96d48791a372edb0fa3adfc80848c4f27eae737" - }, - "Ixeris-4.1.3+1.21.11-fabric.jar": { - "jarName": "Ixeris-4.1.3+1.21.11-fabric.jar", - "modId": "ixeris", - "version": "4.1.3+1.21.11-fabric", - "curseForgeHash": 3599747135, - "modrinthHash": "74d65113cd37971487b31753a7d8b0ec4fd25237" - }, - "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", - "curseForgeHash": 795430105, - "modrinthHash": "b6769714a871301ccb11791eca903dadceb9ee1e" - }, - "lambdynamiclights-4.8.7+1.21.10.jar": { - "jarName": "lambdynamiclights-4.8.7+1.21.10.jar", - "modId": "lambdynlights", - "version": "4.8.7+1.21.10", - "curseForgeHash": 1648654858, - "modrinthHash": "4ea9988c083f1e16182e6042ab55de414bfbbaff" - }, - "language-reload-1.7.5+1.21.10.jar": { - "jarName": "language-reload-1.7.5+1.21.10.jar", - "modId": "languagereload", - "version": "1.7.5+1.21.10", - "curseForgeHash": 3082528985, - "modrinthHash": "f1ba2472975863dc130acbd3cc425c9f31fb23e1" - }, - "legacy-mechanics-1.1.0.jar": { - "jarName": "legacy-mechanics-1.1.0.jar", - "modId": "mr_legacy_mechanics", - "version": "1.1.0", - "curseForgeHash": 838661985, - "modrinthHash": "5e53fd5438716b849e57b8c68442272e947e75c5" - }, - "legacy-nether-extended-2.0.0.jar": { - "jarName": "legacy-nether-extended-2.0.0.jar", - "modId": "mr_legacy_netherextended", - "version": "2.0.0", - "curseForgeHash": 2192602223, - "modrinthHash": "803fe7e286b6a3eee7a309605f6e2436e00d7865" - }, - "Legacy4J-1.21.10-1.8.7-fabric.jar": { - "jarName": "Legacy4J-1.21.10-1.8.7-fabric.jar", - "modId": "legacy", - "version": "1.8.7", - "curseForgeHash": 51400226, - "modrinthHash": "ad08cae39c5c6bed25c07c15a94e4a034b22bb3c" - }, - "legacyskins-1.6.0+fabric+1.21.10.jar": { - "jarName": "legacyskins-1.6.0+fabric+1.21.10.jar", - "modId": "legacyskins", - "version": "1.6.0+fabric+1.21.10", - "curseForgeHash": 491735190, - "modrinthHash": "1c3ceee0b5bfc9a6aa2953edf370b34e94616db6" - }, - "lithium-fabric-0.20.1+mc1.21.10.jar": { - "jarName": "lithium-fabric-0.20.1+mc1.21.10.jar", - "modId": "lithium", - "version": "0.20.1+mc1.21.10", - "curseForgeHash": 1526742470, - "modrinthHash": "7d44f5da9c690bbf1bd6d65c1acc81db5cf7f8c6" - }, - "locator_lodestones-1.5.1+1.21.9+A.jar": { - "jarName": "locator_lodestones-1.5.1+1.21.9+A.jar", - "modId": "locator_lodestones", - "version": "1.5.1+1.21.9+A", - "curseForgeHash": 3535871940, - "modrinthHash": "60f1988909479e0c7d0e5e27b7ee74f4ebb40b65" - }, - "LWS-1.21.10-0.0.1-fabric.jar": { - "jarName": "LWS-1.21.10-0.0.1-fabric.jar", - "modId": "legacy_world_sizes", - "version": "0.0.1", - "curseForgeHash": 147767473, - "modrinthHash": "8da254dddb773795fbc0354fb4e83c66fdf60f3d" - }, - "macos-input-fixes-1.11.jar": { - "jarName": "macos-input-fixes-1.11.jar", - "modId": "macos_input_fixes", - "version": "1.11", - "curseForgeHash": 333067403, - "modrinthHash": "54de61180f57535bd83007baef66f6db3f51a3e3" - }, - "minimega-4.1.102.jar": { - "jarName": "minimega-4.1.102.jar", - "modId": "minimega", - "version": "4.1.102", - "curseForgeHash": 4264681602, - "modrinthHash": "0e3124115d1f1eec27fea145e71754c3fb752b31" - }, - "moderner-beta-fabric-4.1.0+1.21.9.jar": { - "jarName": "moderner-beta-fabric-4.1.0+1.21.9.jar", - "modId": "moderner_beta", - "version": "4.1.0+1.21.9", - "curseForgeHash": 2444613342, - "modrinthHash": "db38db54e7e5467d7faaafb09eec8589097cb570" - }, - "modernfix-fabric-latest.jar": { - "jarName": "modernfix-fabric-latest.jar", - "modId": "modernfix", - "version": "5.20.6", - "curseForgeHash": 1054580607, - "modrinthHash": "1e5c6a097293ca54b590bdd1abf1c038030845af" - }, - "modmenu-16.0.0.jar": { - "jarName": "modmenu-16.0.0.jar", - "modId": "modmenu", - "version": "16.0.0", - "curseForgeHash": 1826344725, - "modrinthHash": "55994722875c4b071b31dcb6f3c9cba8818f3391" - }, - "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", - "curseForgeHash": 3025365314, - "modrinthHash": "3ab31aec861c6bcade87f7e9317d1ca2ac7a19f3" - }, - "NoPryingEyes-2.0.0+1.21.10.jar": { - "jarName": "NoPryingEyes-2.0.0+1.21.10.jar", - "modId": "nopryingeyes", - "version": "2.0.0", - "curseForgeHash": 144166547, - "modrinthHash": "6991e9f120684fbbb8e6846955fe5e055868274d" - }, - "particle_core-0.3.2+1.21.9.jar": { - "jarName": "particle_core-0.3.2+1.21.9.jar", - "modId": "particle_core", - "version": "0.3.2+1.21.9", - "curseForgeHash": 650225542, - "modrinthHash": "353abc578625479558f39e382b60dbb5022b724a" - }, - "pingview-fabric-1.3.1.jar": { - "jarName": "pingview-fabric-1.3.1.jar", - "modId": "pingview", - "version": "1.3.1", - "curseForgeHash": 1359167508, - "modrinthHash": "8315ee36631bb675fe9b06bb8383b368b354e6ae" - }, - "pneumonocore-1.2.1+1.21.9+A.jar": { - "jarName": "pneumonocore-1.2.1+1.21.9+A.jar", - "modId": "pneumonocore", - "version": "1.2.1", - "curseForgeHash": 3061360897, - "modrinthHash": "640a21c9d9b6069eeed3b62aa00b8985388eb561" - }, - "polytone-1.21.10-3.6.3-fabric.jar": { - "jarName": "polytone-1.21.10-3.6.3-fabric.jar", - "modId": "polytone", - "version": "1.21.10-3.6.3", - "curseForgeHash": 3190246031, - "modrinthHash": "c08ab4ace9462a88fb95ca95f8700f63207de9b0" - }, - "ProPlacer-v21.10.0+mc1.21.10-Fabric.jar": { - "jarName": "ProPlacer-v21.10.0+mc1.21.10-Fabric.jar", - "modId": "proplacer", - "version": "21.10.0", - "curseForgeHash": 3739279609, - "modrinthHash": "b70486f489b4438e85c5418ac6685707c85d33af" - }, - "PuzzlesLib-v21.10.8+mc1.21.10-Fabric.jar": { - "jarName": "PuzzlesLib-v21.10.8+mc1.21.10-Fabric.jar", - "modId": "puzzleslib", - "version": "21.10.8", - "curseForgeHash": 3913206976, - "modrinthHash": "a47fd39ca6e9cf6ec9cb57d52af67ace8656c454" - }, - "quick-pack-fabric-1.2.0+1.21.10.jar": { - "jarName": "quick-pack-fabric-1.2.0+1.21.10.jar", - "modId": "quick-pack", - "version": "1.2.0", - "curseForgeHash": 2051919864, - "modrinthHash": "54f7be15dad9142d89d8aba52613430bfb29a591" - }, - "regsyncfix-1.0.3.jar": { - "jarName": "regsyncfix-1.0.3.jar", - "modId": "regsyncfix", - "version": "1.0.3", - "curseForgeHash": 2531712503, - "modrinthHash": "7c52b592fd51a66bb7c5118e6b76a166d7dac53d" - }, - "ScalableLux-0.1.6+fabric.c25518a-all.jar": { - "jarName": "ScalableLux-0.1.6+fabric.c25518a-all.jar", - "modId": "scalablelux", - "version": "0.1.6+fabric.c25518a", - "curseForgeHash": 3734159435, - "modrinthHash": "9df93ab6442fa374c17fab6b5181fe2c215d9d5b" - }, - "servercore-fabric-1.5.14+1.21.9.jar": { - "jarName": "servercore-fabric-1.5.14+1.21.9.jar", - "modId": "servercore", - "version": "1.5.14+1.21.9", - "curseForgeHash": 3417754780, - "modrinthHash": "6a732327f7855aa64f820942031d6e4adeba68a6" - }, - "SimpleDiscordRichPresence-fabric-97.0.0-build.52+mc1.21.10.jar": { - "jarName": "SimpleDiscordRichPresence-fabric-97.0.0-build.52+mc1.21.10.jar", - "modId": "sdrp", - "version": "97.0.0-build.52+mc1.21.10", - "curseForgeHash": 2465431502, - "modrinthHash": "e3bb085b97c6b9635a25bc73beb26de19adafc9f" - }, - "simpleresourceloader-1.0.0+1.21.1.jar": { - "jarName": "simpleresourceloader-1.0.0+1.21.1.jar", - "modId": "simpleresourceloader", - "version": "1.0.0+1.21.1", - "curseForgeHash": 835492651, - "modrinthHash": "faa2a9b25f3a3e1e6c6ed8ab860a5b10cec303ff" - }, - "skyboxify-2.6+1.21.10-fabric.jar": { - "jarName": "skyboxify-2.6+1.21.10-fabric.jar", - "modId": "skyboxify", - "version": "2.6", - "curseForgeHash": 3984209013, - "modrinthHash": "1bba41d2fed9e3c9917214e19659ec4a80b7c632" - }, - "sodium-fabric-0.7.3+mc1.21.10.jar": { - "jarName": "sodium-fabric-0.7.3+mc1.21.10.jar", - "modId": "sodium", - "version": "0.7.3+mc1.21.10", - "curseForgeHash": 1955839407, - "modrinthHash": "1c3ffa862d9fa4479abf67a88527907d60237248" - }, - "sodium-shadowy-path-blocks-fabric-5.0.1.jar": { - "jarName": "sodium-shadowy-path-blocks-fabric-5.0.1.jar", - "modId": "sspb", - "version": "5.0.1", - "curseForgeHash": 703308428, - "modrinthHash": "6fc6b66e4a970089bebed9ae40360d489db0a6d0" - }, - "Stfu-2.7.1-1.21.9.jar": { - "jarName": "Stfu-2.7.1-1.21.9.jar", - "modId": "stfu", - "version": "2.7.1", - "curseForgeHash": 898318935, - "modrinthHash": "8e78e44924895a67763b8bb69f593cb95f0d2092" - }, - "tlib-fabric-1.4.1-1.21.10.jar": { - "jarName": "tlib-fabric-1.4.1-1.21.10.jar", - "modId": "tlib", - "version": "1.4.1-1.21.10", - "curseForgeHash": 3734087316, - "modrinthHash": "2367dff4c006e1ece9c78cd16ea90bce4a55fc65" - }, - "vmp-fabric-mc1.21.10-0.2.0+beta.7.217-all.jar": { - "jarName": "vmp-fabric-mc1.21.10-0.2.0+beta.7.217-all.jar", - "modId": "vmp", - "version": "0.2.0+beta.7.217+1.21.10", - "curseForgeHash": 1015960387, - "modrinthHash": "18d4b43bf68a3ebaa4e6d01d0781f63c20e81d58" - }, - "voicechat-fabric-1.21.10-2.6.12.jar": { - "jarName": "voicechat-fabric-1.21.10-2.6.12.jar", - "modId": "voicechat", - "version": "1.21.10-2.6.12", - "curseForgeHash": 45185931, - "modrinthHash": "934780588bac793a29589d89505da9268d997212" - }, - "yet_another_config_lib_v3-3.8.2+1.21.10-fabric.jar": { - "jarName": "yet_another_config_lib_v3-3.8.2+1.21.10-fabric.jar", - "modId": "yet_another_config_lib_v3", - "version": "3.8.2+1.21.10-fabric", - "curseForgeHash": 3458912754, - "modrinthHash": "7c629ee66648c8b28f51b29ddff22fea79fc6cfb" - }, - "zoomify-2.15.2+1.21.9.jar": { - "jarName": "zoomify-2.15.2+1.21.9.jar", - "modId": "zoomify", - "version": "2.15.2+1.21.9", - "curseForgeHash": 3573397083, - "modrinthHash": "874bae4867d0a2782857e3ee20b5045f36a3eda2" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/problematic_mods_config.json b/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/problematic_mods_config.json deleted file mode 100644 index bf4799bf1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/crash_assistant/problematic_mods_config.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "essential-container": { - "msg": "⚠️ Essential Mod Not Supported\n\nEssential is in absolutely no way supported by Re-Console+. It introduces long-standing GUI issues, in-game issues, performance problems and a lot more. If you would like to play multiplayer for free, open to LAN and you will recieve a link you can use for your friends to play with you! We also object heavily to Essentials usage of in-game microtransactions, in an otherwise completely free and open source modding community.", - "should_crash_on_startup": true - }, - "embeddium": { - "msg": "⚠️ Embeddium Not Supported\n\nEmbeddium is not supported by Re-Console+.", - "should_crash_on_startup": true - }, - "notenoughcrashes": { - "msg": "⚠️ Not Enough Crashes installed\n\nYou have added the Not Enough Crashes mod. This may cause critical stability errors.", - "should_crash_on_startup": true - }, - "zume": { - "msg": "⚠️ Zume installed\n\nZume is not supported.", - "should_crash_on_startup": true - }, - "legacy-mipmaps": { - "msg": "⚠️ Legacy Mipmaps installed\n\nLegacy Mipmaps is abandoned and is not supported!", - "should_crash_on_startup": false - }, - "noisium": { - "msg": "⚠️ Noisium not supported\n\nNoisium is not supported, as the mod does not have significant performance boost and is superseded by other mods.", - "should_crash_on_startup": true - }, - "faster-random": { - "msg": "⚠️ Faster Random installed\n\nFaster Random is not supported.", - "should_crash_on_startup": false - }, - "nochatreports": { - "msg": "⚠️ No Chat Reports installed\n\nNo Chat Reports is superseded by No Prying Eyes, and adding it will just introduce compatibility and performance issues.", - "should_crash_on_startup": true - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/animatium_utility.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/animatium_utility.json deleted file mode 100644 index bcb6655fa..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/animatium_utility.json +++ /dev/null @@ -1 +0,0 @@ -{"enabled":true,"onboarding":false} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/animatium.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/animatium.json deleted file mode 100644 index 63823023b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/animatium.json +++ /dev/null @@ -1,138 +0,0 @@ -{ - "movement": { - "old_cape_movement": false, - "disable_cape_lean": false, - "disable_cape_swing_rotation": false, - "cape_chestplate_translation": false, - "cape_sneak_position": false, - "sneak_animation": "VANILLA", - "fake_old_sneak_eye_height": false, - "rotate_backwards_walking": false, - "uncap_blocking_head_rotation": false, - "disable_head_rotation_interpolation": false, - "hand_view_bobbing_movement": true, - "death_limbs": false, - "bow_arm_movement": false, - "legacy_damage_tilt": true, - "offset_hurt_time": true - }, - "items": { - "legacy_glint_speed": true, - "glint_on_item_drops2_d": true, - "glint_on_item_framed2_d": true, - "item_drops_face_camera": false, - "item_drops_face_camera_rotation_fix": false, - "item_drops2_d": false, - "item_framed2_d": false, - "item_colors2_d": false, - "item_positions": false, - "item_positions_in_third_person": false, - "thin_block_positions": false, - "skull_position": false, - "fishing_rod_version": "VANILLA", - "thin_fishing_rod_line_thickness": false, - "item_usage_swinging": false, - "swing_on_use": false, - "swing_on_drop": false, - "swing_on_entity_interact": false, - "item_using_texture_in_gui": true, - "durability_bar_colors": false, - "legacy_item_rarities": true, - "held_item_visibility_in_boat": false, - "item_pickup_position": true, - "mob_head_icons": false, - "egg_snowball_particles": true - }, - "screen": { - "camera_version": "V1_9_V1_13_2", - "crosshair_in_third_person": false, - "disable_heart_flash": false, - "center_scrollable_list_widgets": false, - "list_widget_selected_border_color": false, - "legacy_widget_hover_text_color": false, - "disable_debug_hud_background": false, - "debug_hud_text_shadow": false, - "disable_camera_transparent_passthrough": false, - "tooltip_style_rendering": false, - "slot_hover_style_rendering": false, - "list_background_gradient": false, - "effects_inventory_position": false, - "snappy_slider_movement": false, - "hide_recipe_book": false, - "legacy_loading_screen": false, - "old_depth_far": false, - "old_chat_position": false, - "old_crosshair_position": false, - "disconnect_server_to_title_screen": false - }, - "fixes": { - "fix_sneaking_feet_position": false, - "fix_mirror_arm_swing": false, - "fix_off_hand_using_pose": true, - "fix_cast_line_check": false, - "fix_cast_line_swing": false, - "fix_equip_animation_item_check": true, - "fix_fireball_clientside_visual": false, - "fix_text_strikethrough_style": false, - "fix_high_attack_speed_indicator": false, - "fix_vertical_bobbing_tilt": true, - "up_min_pixel_transparency_limit": false, - "fix_equip_animation_on_item_use": false, - "fix_item_usage_visual_in_g_u_i": true, - "fix_double_usage_visual": true, - "old_sky_rendering_check": true - }, - "other": { - "blue_void_sky": false, - "planar_sky_fog": true, - "cloud_height": false, - "third_person_sword_blocking_position": false, - "lock_blocking_arm_rotation": false, - "projectile_age_check": false, - "block_mining_progress": true, - "disable_inventory_entity_scissor": false, - "block_outline_rendering": false, - "model_whilst_sleeping": false, - "entity_armor_hurt_tint": false, - "item_glint_on_entity": false, - "max_glint_properties": false, - "armor_hurt_rendering": false, - "high_attack_speed_visual": false, - "disable_entity_glow_outline": false, - "modern_combat_sounds": true, - "modern_combat_particles": true, - "restore_particle_blending": false, - "flame_dimensions": true, - "flame_offset": false, - "persistent_block_outline": false, - "old_minimum_smooth_lighting": false, - "old_cloud_rendering": true, - "always_steve_model": false, - "fast_grass": false, - "old_y0_height": false, - "old_water_overlay_opacity": false, - "old_water_color_fog": false, - "void_fog": "OFF" - }, - "extras": { - "minimal_view_bobbing": false, - "show_name_tag_in_third_person": false, - "hide_name_tag_background": false, - "name_tag_text_shadow": false, - "debug_hud_text_color": false, - "offhand_usage_swinging": false, - "always_usage_swing": false, - "always_sharp_particles": false, - "disable_recipe_and_tutorial_toasts": false, - "show_arm_while_invisible": false, - "fake_miss_penalty_swing": false, - "dont_move_blue_void": false, - "disable_entity_death_topple": false, - "deep_red_hurt_tint": false, - "disable_particle_physics": false, - "disable_first_person_particles": false, - "dont_clear_chat": false, - "dont_close_chat": false, - "old_water_color_effects": false - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/badoptimizations.txt b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/badoptimizations.txt deleted file mode 100644 index 93e0562d6..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/badoptimizations.txt +++ /dev/null @@ -1,17 +0,0 @@ -enable_lightmap_caching: true -lightmap_time_change_needed_for_update: 80 -enable_sky_color_caching: true -skycolor_time_change_needed_for_update: 20 -enable_debug_renderer_disable_if_not_needed: true -enable_particle_manager_optimization: true -enable_toast_optimizations: true -enable_sky_angle_caching_in_worldrenderer: true -enable_entity_renderer_caching: true -enable_block_entity_renderer_caching: true -enable_entity_flag_caching: true -enable_remove_redundant_fov_calculations: true -enable_remove_tutorial_if_not_demo: true -show_f3_text: false -ignore_mod_incompatibilities: false -log_config: false -config_version: 3 diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/betterblockentities.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/betterblockentities.json deleted file mode 100644 index f1f4940f6..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/betterblockentities.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "master_optimize": true, - "optimize_chests": false, - "optimize_signs": true, - "optimize_shulkers": true, - "optimize_beds": true, - "optimize_bells": false, - "optimize_decoratedpots": true, - "chest_animations": true, - "render_sign_text": true, - "shulker_animations": true, - "bell_animations": false, - "pot_animations": true, - "sign_text_render_distance": 16, - "updateType": 0, - "smoothness_slider": 25 -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/betterf3.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/betterf3.json deleted file mode 100644 index 5d9b22443..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/betterf3.json +++ /dev/null @@ -1,185 +0,0 @@ -{ - "general": { - "disable_mod": false, - "hide_bossbar": true, - "shadow_text": true, - "auto_start": false, - "animationSpeed": 1.0, - "always_show_ping": false, - "hide_debug_crosshair": false, - "background_color": 1867534416, - "space_modules": false, - "always_show_profiler": false, - "animations": false, - "fontScale": 0.7, - "hide_sidebar": true, - "always_show_tps": false - }, - "modules_right": [ - { - "name": "system", - "name_color": 16755200, - "value_color": 10944452, - "lines": { - "opengl_version": false, - "allocation_rate": true, - "display": true, - "java_version": true, - "gpu_driver": true, - "memory_usage": true, - "allocated_memory": true, - "cpu": true, - "gpu_utilization": true, - "time": true, - "gpu": true - }, - "enabled": true - }, - { - "empty_lines": 1, - "name": "empty", - "lines": { - "nothing": true - }, - "enabled": true - }, - { - "name": "target", - "name_color": 43775, - "value_color": 15658734, - "lines": { - "id_fluid": true, - "fluid_tags": true, - "block_states": true, - "targeted_block": true, - "block_tags": true, - "id_block": true, - "nothing": true, - "nothing2": true, - "targeted_fluid": true, - "targeted_entity": true, - "fluid_states": true - }, - "enabled": true - } - ], - "modules_left": [ - { - "name": "minecraft", - "name_color": 52431, - "value_color": 15658734, - "lines": { - "minecraft": true - }, - "enabled": true - }, - { - "color_high": 5635925, - "color_med": 16777045, - "name": "fps", - "lines": { - "fps": true - }, - "enabled": true, - "color_low": 16733525 - }, - { - "name": "graphics", - "name_color": 16755200, - "value_color": 5636095, - "lines": { - "shader": true, - "render_distance": true, - "graphics": true, - "clouds": true, - "biome_blend_radius": true - }, - "enabled": true - }, - { - "empty_lines": 2, - "name": "empty", - "lines": { - "nothing": true - }, - "enabled": true - }, - { - "name": "server", - "name_color": 10944452, - "value_color": 16777045, - "lines": { - "server_tick": true, - "packets_sent": true, - "packets_received": true, - "tick_manager_status": true - }, - "enabled": true - }, - { - "empty_lines": 2, - "name": "empty", - "lines": { - "nothing": true - }, - "enabled": true - }, - { - "name": "location", - "name_color": 43520, - "value_color": 10944452, - "lines": { - "light": true, - "biome": true, - "rotation": true, - "facing": true, - "slime_chunk": true, - "local_difficulty": true, - "day_ticks": true, - "days_played": true, - "dimension": true, - "highest_block": true, - "highest_block_server": false, - "light_server": true - }, - "enabled": true - }, - { - "maximum_color": 43690, - "name": "sound", - "name_color": 16755200, - "value_color": 15658734, - "lines": { - "ambient_sounds": true, - "sounds": true, - "mood": true - }, - "enabled": true - }, - { - "empty_lines": 2, - "name": "empty", - "lines": { - "nothing": true - }, - "enabled": true - }, - { - "color_x": 10944452, - "color_y": 10944452, - "color_z": 10944452, - "name": "coords", - "name_color": 15658734, - "lines": { - "chunk_coords": true, - "player_coords": true, - "block_coords": true, - "absolute_velocity": false, - "velocity": true, - "chunk_relative_coords": true, - "horizontal_velocity": false - }, - "enabled": true - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/bobby.conf b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/bobby.conf deleted file mode 100644 index 30c37b187..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/bobby.conf +++ /dev/null @@ -1,39 +0,0 @@ -# Delete regions from the cache when they have not been loaded for X days. -# -# The cache for a given world is cleaned up whenever you disconnect from the server. -# Entire worlds are cleaned up when the game starts and you have not visited them for X days. -# -# Set to -1 to disabled. -# Set to 0 to clean up everything after every disconnect. -delete-unused-regions-after-days=-1 -# Enables support for servers with multiple identically-named worlds. -# -# When enabled, a new local cache is started on each world change. If there are enough chunks with similar content in two caches, they will automatically be merged. -# This does mean that you may need to walk around a little before Bobby loads in cached chunks if there is little identifying information in your world (e.g. flat worlds). -# -# You may need to delete your existing cache if it is comprised of multiple worlds to prevent Bobby from merging into it. -# Requires a `/bobby upgrade` after enabling with existing cache. -dynamic-multi-world=false -enabled=true -# Changes the maximum value configurable for Render Distance. -# -# Requires Sodium. -max-render-distance=64 -# Do not load block entities (e.g. chests) in fake chunks. -# These need updating every tick which can add up. -# -# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway. -no-block-entities=true -# Reduces the light levels in fake chunks so you can tell the difference from real ones. -taint-fake-chunks=false -# Delays the unloading of chunks which are outside your view distance. -# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes). -# Does not work across dimensions. -unload-delay-secs=60 -# Overwrites the view-distance of the integrated server. -# This allows Bobby to be useful in Singleplayer. -# -# Disabled when at 0. -# Bobby is active in singleplayer only if this is enabled. -# Requires re-log to en-/disable. -view-distance-overwrite=0 diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/c2me.toml b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/c2me.toml deleted file mode 100644 index d0df6ba97..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/c2me.toml +++ /dev/null @@ -1,21 +0,0 @@ -version = 3 -defaultGlobalExecutorParallelismExpression = "max(1,min(if(is_client,(cpus/2.66+1),(cpus/1.5)),if(is_j9vm,((mem_gb-(if(is_client,0.5,0.2)))/0.2),((mem_gb-(if(is_client,0.8,0.5)))/0.2))))" -threadPoolPriority = 3 - -[clientSideConfig] - - [clientSideConfig.modifyMaxVDConfig] - enableExtRenderDistanceProtocol = false - enabled = false - -[noTickViewDistance] - compatibilityMode = false - maxConcurrentChunkLoads = 18 - enableExtRenderDistanceProtocol = false - maxViewDistance = 32 - -[ioSystem] - gcFreeChunkSerializer = true - -[chunkSystem] - syncPlayerTickets = false diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/capes.json5 b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/capes.json5 deleted file mode 100644 index ca3b6ab16..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/capes.json5 +++ /dev/null @@ -1,10 +0,0 @@ -{ - clientCapeType: "MINECRAFTCAPES", - enableOptifine: true, - enableLabyMod: false, - enableWynntils: true, - enableMinecraftCapesMod: true, - enableCosmetica: true, - enableCloaksPlus: true, - enableElytraTexture: true -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/chunksfadein.properties b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/chunksfadein.properties deleted file mode 100644 index 3b612ead7..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/chunksfadein.properties +++ /dev/null @@ -1,149 +0,0 @@ -# !!!DO NOT CHANGE THIS!!! -# -# Default: 5 -config-version = 5 - -# Controls whether chunks in the 3x3 area centered at player's position are animated. -# -# Default: true -animate-near-player = true - -# Controls the angle by which the start position is rotated. -# 0° is directly vertical, 90° is horizontal (away from the player). -# Used only for 'Full' animation type. -# -# Default: 0.0 -# Range: [0.0..90.0] -animation-angle = 0.0 - -# Controls the speed of the chunk's movement relative to time. -# -# Default: ease_out -# Possible: [linear, ease_out, ease_circular, bounce] -animation-curve = "ease_out" - -# Controls whether chunk motion animation is played. -# -# Default: false -animation-enabled = false - -# Controls the intensity of the animation. -# Ignored if 'Full' animation type is used. -# -# Default: 1.0 -# Range: [0.01..1.0] -animation-factor = 1.0 - -# Controls the start position of chunk's movement. -# Used only for 'Full' animation type. -# -# Default: -64.0 -# Range: [-128.0..128.0] -animation-offset = -64.0 - -# Controls whether to automatically inject animation into Iris shaders. -# -# Default: true -animation-patch-shaders = true - -# Controls the time it takes for chunk animation to end. -# -# Default: 2.56 -# Range: [0.01..10.0] -animation-time = 2.56 - -# Controls how animation looks. -# -# Default: full -# Possible: [full, scale, jagged, displacement] -animation-type = "full" - -# Controls the speed of the fading relative to time. -# Linear - equally distributed from 0 to 1. -# Quintic - smoother transition, is less noticeable. -# -# Default: quintic -# Possible: [linear, quintic] -fade-curve = "quintic" - -# Controls whether chunk fading is enabled. -# Fading is done by gradually mixing chunk's color with fog color. -# -# Default: true -fade-enabled = true - -# Controls the mix function used for mixing between sky and chunk color. -# Linear - basic color mixing in RGB space. -# Oklab - uses Oklab space to mix colors. This is more perceptually correct and makes the transition less noticeable, especially with contrasting colors. But is a bit more expensive than Linear. -# -# Default: linear -# Possible: [linear, oklab] -fade-mix-type = "oklab" - -# Controls whether chunks in the 3x3 area centered at player's position are faded. -# -# Default: true -fade-near-player = true - -# Controls whether to automatically inject fading into Iris shaders. Injection will silently fail if not possible. -# -# Default: true -fade-patch-shaders = true - -# Controls the time it takes for chunks to fade in fully. -# -# Default: 0.75 -# Range: [0.01..10.0] -fade-time = 0.75 - -# Controls how fading looks. -# -# Default: full -# Possible: [full, lined, block, vertex, fragmented] -fade-type = "full" - -# Controls whether to animate Minecraft chunks if Distant Horizons LOD rendering is enabled. -# -# Default: false -fade-with-dh = false - -# Controls whether to override fog color by the sky color below it. This fixes the issue of seeing terrain silhouettes against the sky. If you see sun/moon through terrain or you don't like how it looks, you can try tweaking this. -# -# Cylindrical (render) fog - visible at the edge of the render distance. -# Spherical (environmental) fog (introduced in 1.21.6) is visible anywhere and scales with distance, so it creates that "haze" effect. -# -# Default: cylindrical -# Possible: [both, cylindrical, spherical, none] -fog-override = "none" - -# If disabled, fade, animation and world curvature are also disabled. -# You can also assign a keybind to toggle this without using this menu. -# -# Default: true -mod-enabled = true - -# Controls whether the Chunks Fade In tab is added to Sodium settings. -# -# Default: true -show-mod-tab-in-settings = true - -# Enables the update notifier when joining a world. -# -# Default: true -update-notifier-enabled = true - -# Controls the circumference of the world. -# Negative values make it curl up instead of down. -# -# Default: 16384 -world-curvature = 16384 - -# If enabled, the world will be curved, as if the world was a spherical planet. -# -# Default: false -world-curvature-enabled = false - -# Controls whether to automatically inject world curvature into Iris shaders. -# -# Default: true -world-curvature-patch-shaders = true diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/citresewn.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/citresewn.json deleted file mode 100644 index 63f9cac28..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/citresewn.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "broken_paths": true -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/cpm.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/cpm.json deleted file mode 100644 index e7bf688eb..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/cpm.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "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/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/craftpresence.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/craftpresence.json deleted file mode 100644 index 2e050b5e5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/craftpresence.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "_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/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/config.toml b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/config.toml deleted file mode 100644 index 97790c11d..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/config.toml +++ /dev/null @@ -1,253 +0,0 @@ - -#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 = "mclo.gs" - #Show gui on minecraft crashed on modloading and FML error screen displayed. - show_on_fml_error_screen = true - #Close old CrashAssistantApp if it's still running when starting a new instance of Minecraft, to avoid confusing player with window from old crash. - kill_old_app = true - #If options.txt doesn't exist, the default language will be used. - default_lang = "en_us" - #By default, crash assistant will get the value for the current language from the overrides folder, then from the jar. - #By changing this option, it will first try to get it from the current overrides, then (if no override exists for this language) - #from the override for the language specified here, and only then from the jar language. - #Use "NONE" to disable this feature. Or language key, like "en_us" to enable it. - priority_lang_for_overrides = "NONE" - #By changing this value you can disable creating "crash_assistant_localization_overrides" folder and placing "README.md" file there. - generate_localization_overrides_folder_with_readme = true - #By default our process is scanning for terminated processes(they can appear with delay) and after finish of scan enabling upload buttons. - #This option can prevent this and enable individual upload buttons immediately after crash. - #However can confuse users and make them clicking individual upload buttons instead of Upload All Button. - prevent_upload_buttons_delay = false - #Before uploading the first log, requires the user to accept the privacy policy. - #Disabling this option may be illegal in some countries if you are modpack creator. Disable at your own risk. - enable_privacy_policy_acceptance = true - #Unfortunately mclogs censoring ip-like versions as has no way to determine if it's version or IP. - #This will prevent this by replacing dot's in them to dot-like symbol. - #Anti censoring only versions, IP's are kept censored. - enable_mclogs_anti_ip_like_version_censorer = true - #Prevents creating "crash_assistant" folder in the logs folder. - #So this option prevents our app logging at all. - #HIGHLY UNRECOMMENDED to disable! Contains many useful info. - prevent_generating_crash_assistant_app_logs = false - #Generates "logs/stderr_stream.log" with stderr stream. - #Since many launchers are not saving this info, which is extremely helpful for debugging some crashes. - #As only where crash reason is present. Keeps original stream untouched, just logs it to a file. - generate_own_launcher_log = true - #Here you can change priority for logs. - #For example if you want crash report to be shown earlier than latest.log in the available logs list. - #Supported values: https://github.com/KostromDan/Crash-Assistant/blob/1.19-1.20.1/app/src/main/java/dev/kostromdan/mods/crash_assistant/app/logs_analyser/LogType.java - #Usage: ["CRASH_REPORT", "LOG"] - logs_priority_overrides = [] - #List of blacklisted log files (checked with startswith()). This files won't show in GUI logs list. - blacklisted_logs = [] - -#A simplified GUI that hides the logs list until the user opts into Expert Mode. -[simple_mode] - #If enabled, the GUI starts in simple mode with logs hidden and a single "Show Logs (Expert Mode)" button. - #Disabled by default. - enabled = false - #If true, modpack creators always see the Expert Mode with logs visible, even if simple mode is enabled. - prevent_for_modpack_creators = true - #If true, hides the mod list changes section while simple mode is active. - hide_modlist_section = false - -#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 = "#modpack-support" - #$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 = "" - #Puts problematic frame from hs_err to message. - put_problematic_frame_to_message = true - #Puts analysis result(names of crash reasons) to message, instead of just count. - put_analysis_result_to_message = true - #Color modified mods count/analysis in msg with ANSI. - #Can be needed to be disabled if issues are reported to something not supporting ANSI codeblocks, like GitHub. - color_message = true - -#Settings of links copied by Upload and copy link buttons -[copied_links] - #With this option, you can customize how single links from individual upload buttons are copied, there - #log of small size was uploaded to a single link. - #For example, leave just $LINK$ to copy just link. - single_link = "$LOG_NAME$$FILE_NAME$: $LINK$" - #With this option, you can customize how links from individual upload buttons are copied, there - #log was split to the 2 parts (head and tail, due to too large size for single upload), but user only decided to copy only one of them (not message with both). - single_link_split = "$LOG_NAME$$FILE_NAME$($HEAD_OR_TAIL$): $LINK$ $TOO_BIG_REASONS$" - #With this option, you can customize how links from individual upload buttons are copied, there - #log was split to the 2 parts (head and tail, due to too large size for single upload), but user decided to copy message with both. - both_links_split = "$LOG_NAME$[$FILE_NAME$ $MSG_LANG.gui.split_log_dialog_head$](<$LINK_FIRST_LINES$>) / [$MSG_LANG.gui.split_log_dialog_tail$](<$LINK_LAST_LINES$>) $TOO_BIG_REASONS$" - #If enabled, disables the head/tail selection dialog for split logs on individual uploads and always copies message with both links. - skip_split_dialog = false - -#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. - #----------------------------------------------------------------------------------------------------- - #Warning! This is not displayed anywhere, it's just tech param used for modlist feature to work correctly. - #Here must be actual nicknames of people who work with the modpack and publishing releases! - #----------------------------------------------------------------------------------------------------- - 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 - #If enabled, will add modloader jar name to modlist, to easily track if user changed version of modloader. - add_modloader_jar_name = true - #If enabled, will add generated modlist.txt, with names of all mods / modids / mixin configs / jarjar mods info to logs. - add_modlist_txt_as_log = true - -#Settings of too many changes warning feature. -#Notifies end users of the modpack and saying they made too many changes to the modpack. -#Not displayed to the modpack creators. -[too_many_changes_warning] - #Set to the positive integer to enable feature. Set to negative integer to disable. - #How many changes end user should make for warning to be displayed. - count = 1 - #With this option, you can select the formulation of this warning, currently supported: - # - NOTIFY: Just saying to the end user that what they made many changes and adding random mods or clicking - #the "Update All" button is not a good idea without proper testing. It is expected to crash. - # - DROP_SUPPORT: Saying what you are not providing support for that amount of changes, suggesting the end user to - #re-install modpack or they are on their own with that amount of changes. - formulation_type = "DROP_SUPPORT" - -#Settings of analysis feature. -#Analysing logs for most common reasons of crashes and displaying recommendations with fixes. -[analysis] - #Enable feature. - enabled = true - #Here you can disable some Analysis by class names. - #List of them can be found here: dev.kostromdan.mods.crash_assistant.app.logs_analyser.crash_reasons - #For example "Create6Addons" - blacklisted_reasons = [] - -#Settings of analysis tools feature. -#Here you can enable or disable showing some analysis tools for end user. -[analysis_tools] - #Enable feature. - enabled = true - #Here you can disable some Analysis tools by class names. - #List of them can be found here: dev.kostromdan.mods.crash_assistant.app.gui.analysis - #For example "MCreatorModDetectorGUI" - blacklisted_tools = [] - -#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 - -[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 - -#You can customise GUI with this options. -[gui_customisation] - #Will hide Upload All Button from GUI. - disable_upload_all_button = false - #Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators. - show_dont_send_screenshot_of_gui_notice = true - #Animate border to request user attention even more. - screenshot_of_gui_notice_animated_border = true - #You can make Upload All Button bigger/smaller to request user attention. - #Default Swing font size is 12, Default for this button in crash assistant is 16. - #Not recommended to set it more than 16, as it will affect the increase of GUI size because all text won't fit. - upload_all_button_font_size = 16 - #Same as upload_all_button_font_size, but for Request Help button. - request_help_button_font_size = 16 - #Same as upload_all_button_font_size, but for the Simple Mode toggle button. - simple_mode_button_font_size = 16 - #You can change Upload All Button color to request user attention. - #format is "R_G_B", range is 0-255, for example "255_0_0" is red color. Use "default" to use default swing color. - #Default for this button is "0_178_0" (dark green color). - upload_all_button_foreground_color = "0_178_0" - #Same as upload_all_button_foreground_color, but for Request Help button. - #Default for this button is "0_0_178" (dark blue color). - request_help_button_foreground_color = "0_0_178" - #Same as upload_all_button_foreground_color, but for the Simple Mode toggle button. - simple_mode_button_foreground_color = "0_0_178" - #Same as upload_all_button_font_size, but for Auto-Fix button (in integrated GPU warning). - auto_fix_button_font_size = 16 - #Same as upload_all_button_foreground_color, but for Auto-Fix button (in integrated GPU warning). - #Default for this button is "0_178_0" (dark green color). - auto_fix_button_foreground_color = "0_178_0" - #Path to a modpack logo to display in the top of the GUI. - #Path is relative to the Minecraft instance folder. Leave empty to disable. - modpack_logo_path = "" - #If true, the logo will be larger, Replacing a some of `don't send screenshot` notice. - #If false, it will be smaller and logo will be end right where the `don't send screenshot` notice starts. - #You should try both, but most likely: - #- If you have some long text in the discord description, you will love the small one. - #- If the text is short, you will love the large one. - modpack_logo_large_mode = false - #Limit modpack logo height. Default is -1, which means it's calculated automatically. - #By default, this should not be needed. But if you have heavily customized GUI or using - #a rectangle logo instead of square, you may want to decrease its size, so this option could be needed in such case. - limit_modpack_logo_height = -1 - #This option would be needed only if you limited modpack logo height. - #Otherwise, the logo will consume all available horizontal space. - #If true, the logo will be centered. If false, it will be aligned to the top. - modpack_logo_aligned_center = true - -#Checks crash_assistant compatibility with other incompatible mods. -#Highly unrecommended to disable! -[compatibility] - #Enable feature. - enabled = true - diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/lang/README.md b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/lang/README.md deleted file mode 100644 index ad24a4fa0..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/lang/README.md +++ /dev/null @@ -1,18 +0,0 @@ -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/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/lang/en_us.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/lang/en_us.json deleted file mode 100644 index c56e00474..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/lang/en_us.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "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/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/lang/ru_ru.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/lang/ru_ru.json deleted file mode 100644 index c56e00474..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/lang/ru_ru.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "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/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/lang/zh_cn.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/lang/zh_cn.json deleted file mode 100644 index c56e00474..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/lang/zh_cn.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "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/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/modlist.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/modlist.json deleted file mode 100644 index a36995915..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/modlist.json +++ /dev/null @@ -1,525 +0,0 @@ -{ - "fabric-loader-0.18.4.jar (modloader)": { - "jarName": "fabric-loader-0.18.4.jar (modloader)", - "modId": "fabric", - "version": "fabric-loader-0.18.4.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", - "curseForgeHash": 602460333, - "modrinthHash": "48746e8fbf005ffd4b7018cf37339a312865c57b" - }, - "architectury-18.0.8-fabric.jar": { - "jarName": "architectury-18.0.8-fabric.jar", - "modId": "architectury", - "version": "18.0.8", - "curseForgeHash": 15044894, - "modrinthHash": "6df5474fa07d4c1225ee625ecdd7b958a9f5c2b5" - }, - "BadOptimizations-2.4.1-1.21.10.jar": { - "jarName": "BadOptimizations-2.4.1-1.21.10.jar", - "modId": "badoptimizations", - "version": "2.4.1", - "curseForgeHash": 4098692863, - "modrinthHash": "1afd5c9c6a1d5970285d1b08af1fa6c7585842dc" - }, - "bbe-1.2.0+1.21.10.jar": { - "jarName": "bbe-1.2.0+1.21.10.jar", - "modId": "betterblockentities", - "version": "1.2.0+1.21.10", - "curseForgeHash": 669890906, - "modrinthHash": "bd12066547d1f791e905fb29356f0601b4c2f57a" - }, - "BetterF3-16.0.3-Fabric-1.21.10.jar": { - "jarName": "BetterF3-16.0.3-Fabric-1.21.10.jar", - "modId": "betterf3", - "version": "16.0.3", - "curseForgeHash": 4162333978, - "modrinthHash": "5baeed05a286409c8c49bb091f26d7f70c9d7503" - }, - "bobby-5.2.10+mc1.21.9.jar": { - "jarName": "bobby-5.2.10+mc1.21.9.jar", - "modId": "bobby", - "version": "5.2.10+mc1.21.9", - "curseForgeHash": 3252819119, - "modrinthHash": "7f26b57f1c74426e832775bdbd218ec4afc425fe" - }, - "c2me-fabric-mc1.21.10-0.3.6+alpha.0.9.jar": { - "jarName": "c2me-fabric-mc1.21.10-0.3.6+alpha.0.9.jar", - "modId": "c2me", - "version": "0.3.6+alpha.0.9+1.21.10", - "curseForgeHash": 2901197316, - "modrinthHash": "dbe0d68c88ad4a9c76f9892047258766ef12b294" - }, - "calcmod-1.5.0+fabric.1.21.9.jar": { - "jarName": "calcmod-1.5.0+fabric.1.21.9.jar", - "modId": "calcmod", - "version": "1.5.0+fabric.1.21.9", - "curseForgeHash": 3059226273, - "modrinthHash": "d31bfe779e5069a7c28b1d4b020566352f2bf6d8" - }, - "chat_heads-1.2.2-fabric-1.21.9.jar": { - "jarName": "chat_heads-1.2.2-fabric-1.21.9.jar", - "modId": "chat_heads", - "version": "1.2.2", - "curseForgeHash": 1915081535, - "modrinthHash": "1b1f14aac5555b9630d7fdb21b7fb24530ce584d" - }, - "chunksfadein-fabric-3.0.20-1.21.9.jar": { - "jarName": "chunksfadein-fabric-3.0.20-1.21.9.jar", - "modId": "chunksfadein", - "version": "3.0.20-1.21.9", - "curseForgeHash": 3317633331, - "modrinthHash": "fc02a8971c2d71841dac2ac4c18e8e7b4d50877e" - }, - "cloth-config-20.0.149-fabric.jar": { - "jarName": "cloth-config-20.0.149-fabric.jar", - "modId": "cloth-config", - "version": "20.0.149", - "curseForgeHash": 1501826003, - "modrinthHash": "c86e380bdac24e4ecdd148558e9d4ddf32c86059" - }, - "ConfigManager-fabric-1.21.x-1.1.1.jar": { - "jarName": "ConfigManager-fabric-1.21.x-1.1.1.jar", - "modId": "config_manager", - "version": "1.1.1", - "curseForgeHash": 3722035875, - "modrinthHash": "9ea08cbfeca54a94afb92edf8b1b95396fb48129" - }, - "console-adv-sounds-1.0.18.jar": { - "jarName": "console-adv-sounds-1.0.18.jar", - "modId": "console_advancement_sounds", - "version": "1.0.18", - "curseForgeHash": 1981995106, - "modrinthHash": "340711c9a7e6d4c005d4f22b9034f2738db8fae2" - }, - "continuity-3.0.1-beta.2+1.21.10.jar": { - "jarName": "continuity-3.0.1-beta.2+1.21.10.jar", - "modId": "continuity", - "version": "3.0.1-beta.2+1.21.10", - "curseForgeHash": 1139097148, - "modrinthHash": "071e6ceddabeaf0277c8643d611f1aa0ed167be3" - }, - "CrashAssistant-fabric-1.21.5-1.21.11-1.11.3.jar": { - "jarName": "CrashAssistant-fabric-1.21.5-1.21.11-1.11.3.jar", - "modId": "crash_assistant", - "version": "1.11.3", - "curseForgeHash": 4049457989, - "modrinthHash": "16783b5cfeedf897ff8c60238282b7622c0e9608" - }, - "CustomPlayerModels-Fabric-1.21.10-0.6.25c.jar": { - "jarName": "CustomPlayerModels-Fabric-1.21.10-0.6.25c.jar", - "modId": "cpm", - "version": "0.6.25c", - "curseForgeHash": 3632174078, - "modrinthHash": "4c38cd0dd9ea978de21edf46c6b57c66a6c182b4" - }, - "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", - "curseForgeHash": 1888577393, - "modrinthHash": "b663eb9a8238be3cd71173e39b6f9d01d0948c1d" - }, - "dynamic-fps-3.11.4+minecraft-1.21.9-fabric.jar": { - "jarName": "dynamic-fps-3.11.4+minecraft-1.21.9-fabric.jar", - "modId": "dynamic_fps", - "version": "3.11.4", - "curseForgeHash": 2212156593, - "modrinthHash": "912c582475c5671d71487e23762a2db290ceb666" - }, - "e4mc-fabric-6.0.6.jar": { - "jarName": "e4mc-fabric-6.0.6.jar", - "modId": "e4mc", - "version": "6.0.6", - "curseForgeHash": 525692248, - "modrinthHash": "2793de5bb5b9259be972b8f915de65e854ef4e9d" - }, - "entity_model_features_1.21.9-fabric-3.0.12.jar": { - "jarName": "entity_model_features_1.21.9-fabric-3.0.12.jar", - "modId": "entity_model_features", - "version": "3.0.12", - "curseForgeHash": 1470012794, - "modrinthHash": "6ab1276d45b69f7502a1a3fd52267084ea282d0e" - }, - "entity_texture_features_1.21.9-fabric-7.0.9.jar": { - "jarName": "entity_texture_features_1.21.9-fabric-7.0.9.jar", - "modId": "entity_texture_features", - "version": "7.0.9", - "curseForgeHash": 1555378463, - "modrinthHash": "8402fc4a91ad8a4a2b1dcf21659dfbb8958dc7c1" - }, - "entityculling-fabric-1.9.5-mc1.21.10.jar": { - "jarName": "entityculling-fabric-1.9.5-mc1.21.10.jar", - "modId": "entityculling", - "version": "1.9.5", - "curseForgeHash": 1281315209, - "modrinthHash": "4c866322b6c5e0781bbf709d3216381de234ee89" - }, - "fabric-api-0.138.4+1.21.10.jar": { - "jarName": "fabric-api-0.138.4+1.21.10.jar", - "modId": "fabric-api", - "version": "0.138.4+1.21.10", - "curseForgeHash": 3410332389, - "modrinthHash": "0345c20b71007521a25b393091adeb45328d7c57" - }, - "fabric-language-kotlin-1.13.9+kotlin.2.3.10.jar": { - "jarName": "fabric-language-kotlin-1.13.9+kotlin.2.3.10.jar", - "modId": "fabric-language-kotlin", - "version": "1.13.9+kotlin.2.3.10", - "curseForgeHash": 3487618919, - "modrinthHash": "20b2200961e11994595ebb2d5f6624f232d13751" - }, - "FactoryAPI-1.21.10-2.2.7-fabric.jar": { - "jarName": "FactoryAPI-1.21.10-2.2.7-fabric.jar", - "modId": "factory_api", - "version": "2.2.7", - "curseForgeHash": 2424642002, - "modrinthHash": "44cc314315b41eb8a9edd8bf67756dc06f03b4a0" - }, - "fast-ip-ping-v1.0.8-mc1.21.10-fabric.jar": { - "jarName": "fast-ip-ping-v1.0.8-mc1.21.10-fabric.jar", - "modId": "fastipping", - "version": "1.0.8", - "curseForgeHash": 1210542902, - "modrinthHash": "fa87eb64e5cebad5d64a9500111c52bc5415a148" - }, - "fastquit-3.1.2+mc1.21.10.jar": { - "jarName": "fastquit-3.1.2+mc1.21.10.jar", - "modId": "fastquit", - "version": "3.1.2+mc1.21.10", - "curseForgeHash": 3784654987, - "modrinthHash": "d173dc167ca729dbb6cd0de3d6c1435c7f665039" - }, - "ferritecore-8.1.0-fabric.jar": { - "jarName": "ferritecore-8.1.0-fabric.jar", - "modId": "ferritecore", - "version": "8.1.0", - "curseForgeHash": 3414565920, - "modrinthHash": "fbc854f0a30657a0f8b4a5c79ce6580f3f8fbea9" - }, - "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", - "curseForgeHash": 553527540, - "modrinthHash": "3409ef6494ab1e9a151177775a12b63004c87080" - }, - "fnp_patcher-26.1.2+1.21.9.jar": { - "jarName": "fnp_patcher-26.1.2+1.21.9.jar", - "modId": "fnp_patcher", - "version": "26.1.2+1.21.9", - "curseForgeHash": 3797449342, - "modrinthHash": "16bf44b8103833976af768573a36b5fa4054d599" - }, - "ForgeConfigAPIPort-v21.10.1+mc1.21.10-Fabric.jar": { - "jarName": "ForgeConfigAPIPort-v21.10.1+mc1.21.10-Fabric.jar", - "modId": "forgeconfigapiport", - "version": "21.10.1", - "curseForgeHash": 2573171359, - "modrinthHash": "1335a32984357a39d9c8cf5faba9e9b5c3e1f80d" - }, - "fzzy_config-0.7.6+1.21.9.jar": { - "jarName": "fzzy_config-0.7.6+1.21.9.jar", - "modId": "fzzy_config", - "version": "0.7.6+1.21.9", - "curseForgeHash": 38397153, - "modrinthHash": "88940f2983f140b163dbe6ae4342470c03710ca9" - }, - "IdleTweaks-1.1.0.jar": { - "jarName": "IdleTweaks-1.1.0.jar", - "modId": "idletweaks", - "version": "1.1.0", - "curseForgeHash": 2917560910, - "modrinthHash": "09b95932943e5fa0d02d071e51f73df3f5aede25" - }, - "ImmediatelyFast-Fabric-1.13.5+1.21.10.jar": { - "jarName": "ImmediatelyFast-Fabric-1.13.5+1.21.10.jar", - "modId": "immediatelyfast", - "version": "1.13.5+1.21.10", - "curseForgeHash": 4026014278, - "modrinthHash": "4c51b05f08693df1636945b3823d122c432b7757" - }, - "iris-fabric-1.9.7+mc1.21.10.jar": { - "jarName": "iris-fabric-1.9.7+mc1.21.10.jar", - "modId": "iris", - "version": "1.9.7+mc1.21.10", - "curseForgeHash": 1512039915, - "modrinthHash": "f96d48791a372edb0fa3adfc80848c4f27eae737" - }, - "Ixeris-4.1.3+1.21.11-fabric.jar": { - "jarName": "Ixeris-4.1.3+1.21.11-fabric.jar", - "modId": "ixeris", - "version": "4.1.3+1.21.11-fabric", - "curseForgeHash": 3599747135, - "modrinthHash": "74d65113cd37971487b31753a7d8b0ec4fd25237" - }, - "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", - "curseForgeHash": 795430105, - "modrinthHash": "b6769714a871301ccb11791eca903dadceb9ee1e" - }, - "lambdynamiclights-4.8.7+1.21.10.jar": { - "jarName": "lambdynamiclights-4.8.7+1.21.10.jar", - "modId": "lambdynlights", - "version": "4.8.7+1.21.10", - "curseForgeHash": 1648654858, - "modrinthHash": "4ea9988c083f1e16182e6042ab55de414bfbbaff" - }, - "language-reload-1.7.5+1.21.10.jar": { - "jarName": "language-reload-1.7.5+1.21.10.jar", - "modId": "languagereload", - "version": "1.7.5+1.21.10", - "curseForgeHash": 3082528985, - "modrinthHash": "f1ba2472975863dc130acbd3cc425c9f31fb23e1" - }, - "legacy-mechanics-1.1.0.jar": { - "jarName": "legacy-mechanics-1.1.0.jar", - "modId": "mr_legacy_mechanics", - "version": "1.1.0", - "curseForgeHash": 838661985, - "modrinthHash": "5e53fd5438716b849e57b8c68442272e947e75c5" - }, - "legacy-nether-extended-2.0.0.jar": { - "jarName": "legacy-nether-extended-2.0.0.jar", - "modId": "mr_legacy_netherextended", - "version": "2.0.0", - "curseForgeHash": 2192602223, - "modrinthHash": "803fe7e286b6a3eee7a309605f6e2436e00d7865" - }, - "Legacy4J-1.21.10-1.8.7-fabric.jar": { - "jarName": "Legacy4J-1.21.10-1.8.7-fabric.jar", - "modId": "legacy", - "version": "1.8.7", - "curseForgeHash": 51400226, - "modrinthHash": "ad08cae39c5c6bed25c07c15a94e4a034b22bb3c" - }, - "legacyskins-1.6.0+fabric+1.21.10.jar": { - "jarName": "legacyskins-1.6.0+fabric+1.21.10.jar", - "modId": "legacyskins", - "version": "1.6.0+fabric+1.21.10", - "curseForgeHash": 491735190, - "modrinthHash": "1c3ceee0b5bfc9a6aa2953edf370b34e94616db6" - }, - "lithium-fabric-0.20.1+mc1.21.10.jar": { - "jarName": "lithium-fabric-0.20.1+mc1.21.10.jar", - "modId": "lithium", - "version": "0.20.1+mc1.21.10", - "curseForgeHash": 1526742470, - "modrinthHash": "7d44f5da9c690bbf1bd6d65c1acc81db5cf7f8c6" - }, - "locator_lodestones-1.5.1+1.21.9+A.jar": { - "jarName": "locator_lodestones-1.5.1+1.21.9+A.jar", - "modId": "locator_lodestones", - "version": "1.5.1+1.21.9+A", - "curseForgeHash": 3535871940, - "modrinthHash": "60f1988909479e0c7d0e5e27b7ee74f4ebb40b65" - }, - "LWS-1.21.10-0.0.1-fabric.jar": { - "jarName": "LWS-1.21.10-0.0.1-fabric.jar", - "modId": "legacy_world_sizes", - "version": "0.0.1", - "curseForgeHash": 147767473, - "modrinthHash": "8da254dddb773795fbc0354fb4e83c66fdf60f3d" - }, - "macos-input-fixes-1.11.jar": { - "jarName": "macos-input-fixes-1.11.jar", - "modId": "macos_input_fixes", - "version": "1.11", - "curseForgeHash": 333067403, - "modrinthHash": "54de61180f57535bd83007baef66f6db3f51a3e3" - }, - "minimega-4.1.102.jar": { - "jarName": "minimega-4.1.102.jar", - "modId": "minimega", - "version": "4.1.102", - "curseForgeHash": 4264681602, - "modrinthHash": "0e3124115d1f1eec27fea145e71754c3fb752b31" - }, - "moderner-beta-fabric-4.1.0+1.21.9.jar": { - "jarName": "moderner-beta-fabric-4.1.0+1.21.9.jar", - "modId": "moderner_beta", - "version": "4.1.0+1.21.9", - "curseForgeHash": 2444613342, - "modrinthHash": "db38db54e7e5467d7faaafb09eec8589097cb570" - }, - "modernfix-fabric-latest.jar": { - "jarName": "modernfix-fabric-latest.jar", - "modId": "modernfix", - "version": "5.20.6", - "curseForgeHash": 1054580607, - "modrinthHash": "1e5c6a097293ca54b590bdd1abf1c038030845af" - }, - "modmenu-16.0.0.jar": { - "jarName": "modmenu-16.0.0.jar", - "modId": "modmenu", - "version": "16.0.0", - "curseForgeHash": 1826344725, - "modrinthHash": "55994722875c4b071b31dcb6f3c9cba8818f3391" - }, - "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", - "curseForgeHash": 3025365314, - "modrinthHash": "3ab31aec861c6bcade87f7e9317d1ca2ac7a19f3" - }, - "NoPryingEyes-2.0.0+1.21.10.jar": { - "jarName": "NoPryingEyes-2.0.0+1.21.10.jar", - "modId": "nopryingeyes", - "version": "2.0.0", - "curseForgeHash": 144166547, - "modrinthHash": "6991e9f120684fbbb8e6846955fe5e055868274d" - }, - "particle_core-0.3.2+1.21.9.jar": { - "jarName": "particle_core-0.3.2+1.21.9.jar", - "modId": "particle_core", - "version": "0.3.2+1.21.9", - "curseForgeHash": 650225542, - "modrinthHash": "353abc578625479558f39e382b60dbb5022b724a" - }, - "pingview-fabric-1.3.1.jar": { - "jarName": "pingview-fabric-1.3.1.jar", - "modId": "pingview", - "version": "1.3.1", - "curseForgeHash": 1359167508, - "modrinthHash": "8315ee36631bb675fe9b06bb8383b368b354e6ae" - }, - "pneumonocore-1.2.1+1.21.9+A.jar": { - "jarName": "pneumonocore-1.2.1+1.21.9+A.jar", - "modId": "pneumonocore", - "version": "1.2.1", - "curseForgeHash": 3061360897, - "modrinthHash": "640a21c9d9b6069eeed3b62aa00b8985388eb561" - }, - "polytone-1.21.10-3.6.3-fabric.jar": { - "jarName": "polytone-1.21.10-3.6.3-fabric.jar", - "modId": "polytone", - "version": "1.21.10-3.6.3", - "curseForgeHash": 3190246031, - "modrinthHash": "c08ab4ace9462a88fb95ca95f8700f63207de9b0" - }, - "ProPlacer-v21.10.0+mc1.21.10-Fabric.jar": { - "jarName": "ProPlacer-v21.10.0+mc1.21.10-Fabric.jar", - "modId": "proplacer", - "version": "21.10.0", - "curseForgeHash": 3739279609, - "modrinthHash": "b70486f489b4438e85c5418ac6685707c85d33af" - }, - "PuzzlesLib-v21.10.8+mc1.21.10-Fabric.jar": { - "jarName": "PuzzlesLib-v21.10.8+mc1.21.10-Fabric.jar", - "modId": "puzzleslib", - "version": "21.10.8", - "curseForgeHash": 3913206976, - "modrinthHash": "a47fd39ca6e9cf6ec9cb57d52af67ace8656c454" - }, - "quick-pack-fabric-1.2.0+1.21.10.jar": { - "jarName": "quick-pack-fabric-1.2.0+1.21.10.jar", - "modId": "quick-pack", - "version": "1.2.0", - "curseForgeHash": 2051919864, - "modrinthHash": "54f7be15dad9142d89d8aba52613430bfb29a591" - }, - "regsyncfix-1.0.3.jar": { - "jarName": "regsyncfix-1.0.3.jar", - "modId": "regsyncfix", - "version": "1.0.3", - "curseForgeHash": 2531712503, - "modrinthHash": "7c52b592fd51a66bb7c5118e6b76a166d7dac53d" - }, - "ScalableLux-0.1.6+fabric.c25518a-all.jar": { - "jarName": "ScalableLux-0.1.6+fabric.c25518a-all.jar", - "modId": "scalablelux", - "version": "0.1.6+fabric.c25518a", - "curseForgeHash": 3734159435, - "modrinthHash": "9df93ab6442fa374c17fab6b5181fe2c215d9d5b" - }, - "servercore-fabric-1.5.14+1.21.9.jar": { - "jarName": "servercore-fabric-1.5.14+1.21.9.jar", - "modId": "servercore", - "version": "1.5.14+1.21.9", - "curseForgeHash": 3417754780, - "modrinthHash": "6a732327f7855aa64f820942031d6e4adeba68a6" - }, - "SimpleDiscordRichPresence-fabric-97.0.0-build.52+mc1.21.10.jar": { - "jarName": "SimpleDiscordRichPresence-fabric-97.0.0-build.52+mc1.21.10.jar", - "modId": "sdrp", - "version": "97.0.0-build.52+mc1.21.10", - "curseForgeHash": 2465431502, - "modrinthHash": "e3bb085b97c6b9635a25bc73beb26de19adafc9f" - }, - "simpleresourceloader-1.0.0+1.21.1.jar": { - "jarName": "simpleresourceloader-1.0.0+1.21.1.jar", - "modId": "simpleresourceloader", - "version": "1.0.0+1.21.1", - "curseForgeHash": 835492651, - "modrinthHash": "faa2a9b25f3a3e1e6c6ed8ab860a5b10cec303ff" - }, - "skyboxify-2.6+1.21.10-fabric.jar": { - "jarName": "skyboxify-2.6+1.21.10-fabric.jar", - "modId": "skyboxify", - "version": "2.6", - "curseForgeHash": 3984209013, - "modrinthHash": "1bba41d2fed9e3c9917214e19659ec4a80b7c632" - }, - "sodium-fabric-0.7.3+mc1.21.10.jar": { - "jarName": "sodium-fabric-0.7.3+mc1.21.10.jar", - "modId": "sodium", - "version": "0.7.3+mc1.21.10", - "curseForgeHash": 1955839407, - "modrinthHash": "1c3ffa862d9fa4479abf67a88527907d60237248" - }, - "sodium-shadowy-path-blocks-fabric-5.0.1.jar": { - "jarName": "sodium-shadowy-path-blocks-fabric-5.0.1.jar", - "modId": "sspb", - "version": "5.0.1", - "curseForgeHash": 703308428, - "modrinthHash": "6fc6b66e4a970089bebed9ae40360d489db0a6d0" - }, - "Stfu-2.7.1-1.21.9.jar": { - "jarName": "Stfu-2.7.1-1.21.9.jar", - "modId": "stfu", - "version": "2.7.1", - "curseForgeHash": 898318935, - "modrinthHash": "8e78e44924895a67763b8bb69f593cb95f0d2092" - }, - "tlib-fabric-1.4.1-1.21.10.jar": { - "jarName": "tlib-fabric-1.4.1-1.21.10.jar", - "modId": "tlib", - "version": "1.4.1-1.21.10", - "curseForgeHash": 3734087316, - "modrinthHash": "2367dff4c006e1ece9c78cd16ea90bce4a55fc65" - }, - "vmp-fabric-mc1.21.10-0.2.0+beta.7.217-all.jar": { - "jarName": "vmp-fabric-mc1.21.10-0.2.0+beta.7.217-all.jar", - "modId": "vmp", - "version": "0.2.0+beta.7.217+1.21.10", - "curseForgeHash": 1015960387, - "modrinthHash": "18d4b43bf68a3ebaa4e6d01d0781f63c20e81d58" - }, - "voicechat-fabric-1.21.10-2.6.12.jar": { - "jarName": "voicechat-fabric-1.21.10-2.6.12.jar", - "modId": "voicechat", - "version": "1.21.10-2.6.12", - "curseForgeHash": 45185931, - "modrinthHash": "934780588bac793a29589d89505da9268d997212" - }, - "yet_another_config_lib_v3-3.8.2+1.21.10-fabric.jar": { - "jarName": "yet_another_config_lib_v3-3.8.2+1.21.10-fabric.jar", - "modId": "yet_another_config_lib_v3", - "version": "3.8.2+1.21.10-fabric", - "curseForgeHash": 3458912754, - "modrinthHash": "7c629ee66648c8b28f51b29ddff22fea79fc6cfb" - }, - "zoomify-2.15.2+1.21.9.jar": { - "jarName": "zoomify-2.15.2+1.21.9.jar", - "modId": "zoomify", - "version": "2.15.2+1.21.9", - "curseForgeHash": 3573397083, - "modrinthHash": "874bae4867d0a2782857e3ee20b5045f36a3eda2" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/problematic_mods_config.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/problematic_mods_config.json deleted file mode 100644 index bf4799bf1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/crash_assistant/problematic_mods_config.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "essential-container": { - "msg": "⚠️ Essential Mod Not Supported\n\nEssential is in absolutely no way supported by Re-Console+. It introduces long-standing GUI issues, in-game issues, performance problems and a lot more. If you would like to play multiplayer for free, open to LAN and you will recieve a link you can use for your friends to play with you! We also object heavily to Essentials usage of in-game microtransactions, in an otherwise completely free and open source modding community.", - "should_crash_on_startup": true - }, - "embeddium": { - "msg": "⚠️ Embeddium Not Supported\n\nEmbeddium is not supported by Re-Console+.", - "should_crash_on_startup": true - }, - "notenoughcrashes": { - "msg": "⚠️ Not Enough Crashes installed\n\nYou have added the Not Enough Crashes mod. This may cause critical stability errors.", - "should_crash_on_startup": true - }, - "zume": { - "msg": "⚠️ Zume installed\n\nZume is not supported.", - "should_crash_on_startup": true - }, - "legacy-mipmaps": { - "msg": "⚠️ Legacy Mipmaps installed\n\nLegacy Mipmaps is abandoned and is not supported!", - "should_crash_on_startup": false - }, - "noisium": { - "msg": "⚠️ Noisium not supported\n\nNoisium is not supported, as the mod does not have significant performance boost and is superseded by other mods.", - "should_crash_on_startup": true - }, - "faster-random": { - "msg": "⚠️ Faster Random installed\n\nFaster Random is not supported.", - "should_crash_on_startup": false - }, - "nochatreports": { - "msg": "⚠️ No Chat Reports installed\n\nNo Chat Reports is superseded by No Prying Eyes, and adding it will just introduce compatibility and performance issues.", - "should_crash_on_startup": true - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/dynamic_fps.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/dynamic_fps.json deleted file mode 100644 index a255f1a4d..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/dynamic_fps.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "uncap_menu_frame_rate": true, - "battery_tracker": { - "enabled": true - }, - "states": { - "hovered": { - "graphics_state": "reduced", - "run_garbage_collector": true - }, - "unfocused": { - "graphics_state": "reduced", - "run_garbage_collector": true - }, - "invisible": { - "graphics_state": "minimal", - "run_garbage_collector": true - }, - "abandoned": { - "graphics_state": "reduced", - "run_garbage_collector": true - } - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/enhanced_bes.properties b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/enhanced_bes.properties deleted file mode 100644 index 0dd402d47..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/enhanced_bes.properties +++ /dev/null @@ -1,4 +0,0 @@ -sign_ao=true -shulker_box_ao=true -chest_ao=true -bed_ao=true diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/entityculling.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/entityculling.json deleted file mode 100644 index 06905bdf2..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/entityculling.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "sleepDelay": 153, - "hitboxLimit": 90, - "disableF3": true -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/fabric/indigo-renderer.properties b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/fabric/indigo-renderer.properties deleted file mode 100644 index bba146e0f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/fabric/indigo-renderer.properties +++ /dev/null @@ -1,8 +0,0 @@ -#Indigo properties file -#Sat Jan 03 18:35:01 CST 2026 -ambient-occlusion-mode=hybrid -debug-compare-lighting=auto -fix-exterior-vertex-lighting=auto -fix-luminous-block-ambient-occlusion=auto -fix-mean-light-calculation=auto -fix-smooth-lighting-offset=auto diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/fabric_loader_dependencies.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/fabric_loader_dependencies.json deleted file mode 100644 index d1aac58c8..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/fabric_loader_dependencies.json +++ /dev/null @@ -1,10 +0,0 @@ - { - "version": 1, - "overrides": { - "gnetum": { - "-depends": { - "minecraft": "" - } - } - } - } diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/fastquit.toml b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/fastquit.toml deleted file mode 100644 index 4eab28589..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/fastquit.toml +++ /dev/null @@ -1,5 +0,0 @@ -renderSavingScreen = false -showToasts = false -showSavingTime = "TRUE" -backgroundPriority = 5 -allowMultipleServers = true diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/ferritecore.mixin.properties b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/ferritecore.mixin.properties deleted file mode 100644 index 4cfc39633..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/ferritecore.mixin.properties +++ /dev/null @@ -1 +0,0 @@ -useSmallThreadingDetector = true diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/gnetum.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/gnetum.json deleted file mode 100644 index 099149f7e..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/gnetum.json +++ /dev/null @@ -1,166 +0,0 @@ -{ - "enabled": { - "value": "ON" - }, - "showHudFps": { - "value": "ON" - }, - "downscale": { - "value": "OFF" - }, - "numberOfPasses": 4, - "maxFps": 60, - "screenMaxFps": 20, - "map": { - "hand": { - "enabled": { - "value": "AUTO" - } - }, - "misc_overlays": { - "enabled": { - "value": "AUTO" - } - }, - "scoreboard": { - "enabled": { - "value": "AUTO" - } - }, - "held_item_tooltip": { - "enabled": { - "value": "AUTO" - } - }, - "armor_bar": { - "enabled": { - "value": "AUTO" - } - }, - "sleep": { - "enabled": { - "value": "AUTO" - } - }, - "chat": { - "enabled": { - "value": "AUTO" - } - }, - "demo_timer": { - "enabled": { - "value": "AUTO" - } - }, - "player_list": { - "enabled": { - "value": "AUTO" - } - }, - "boss_bar": { - "enabled": { - "value": "AUTO" - } - }, - "experience_level": { - "enabled": { - "value": "AUTO" - } - }, - "food_bar": { - "enabled": { - "value": "AUTO" - } - }, - "health_bar": { - "enabled": { - "value": "AUTO" - } - }, - "title_and_subtitle": { - "enabled": { - "value": "AUTO" - } - }, - "hotbar": { - "enabled": { - "value": "AUTO" - } - }, - "air_bar": { - "enabled": { - "value": "AUTO" - } - }, - "info_bar": { - "enabled": { - "value": "AUTO" - } - }, - "mount_health": { - "enabled": { - "value": "AUTO" - } - }, - "status_effects": { - "enabled": { - "value": "AUTO" - } - }, - "crosshair": { - "enabled": { - "value": "AUTO" - } - }, - "overlay_message": { - "enabled": { - "value": "AUTO" - } - }, - "spectator_tooltip": { - "enabled": { - "value": "AUTO" - } - }, - "spectator_menu": { - "enabled": { - "value": "AUTO" - } - }, - "subtitles": { - "enabled": { - "value": "AUTO" - } - }, - "minimega:shield": { - "enabled": { - "value": "AUTO" - } - }, - "minimega:timer": { - "enabled": { - "value": "AUTO" - } - }, - "architectury": { - "enabled": { - "value": "AUTO" - } - }, - "xmlpull_xmlpull": { - "enabled": { - "value": "AUTO" - } - }, - "_unknown_": { - "enabled": { - "value": "AUTO" - } - }, - "debug_overlay": { - "enabled": { - "value": "ON" - } - } - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/idletweaks.config b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/idletweaks.config deleted file mode 100644 index 3f0c1a575..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/idletweaks.config +++ /dev/null @@ -1,6 +0,0 @@ -bFpsToggle=true -bDistToggle=true -bVolumeToggle=true -backgroundFps=120 -backgroundRenderDist=2 -cooldown=0 diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/immediatelyfast.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/immediatelyfast.json deleted file mode 100644 index 44eb245e8..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/immediatelyfast.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "experimental_disable_resource_pack_conflict_handling": true -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/iris.properties b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/iris.properties deleted file mode 100644 index 890fd1467..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/iris.properties +++ /dev/null @@ -1,2 +0,0 @@ -disableUpdateMessage=true -enableShaders=false diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/ixeris.toml b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/ixeris.toml deleted file mode 100644 index fe33144e5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/ixeris.toml +++ /dev/null @@ -1,18 +0,0 @@ -#Specifies whether to enable the mod on Windows -enabledOnWindows = true -#Specifies whether to enable the mod on macOS -enabledOnMacOS = false -#Specifies whether to enable the mod on Linux -enabledOnLinux = true -#Enable to use some experimental GLFW state cache, which may improve performance with some mods -aggressiveCaching = true -#Enable to use a more flexible threading model, which improves performance while obeying threading requirements of the underlying operating system. -flexibleThreading = true -#Enable to disallow delaying of any GLFW call. Might reduce performance considerably. -fullyBlockingMode = false -#Specifies the priority of the event polling thread. Valid values are 0~10, where 0 = auto decide. -eventPollingThreadPriority = 0 -#Enables logging of blocking calls and stacktrace. Debug Only. -logBlockingCalls = false -#Enables logging of cache issues. Debug Only. -logCacheIssues = false diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/jimmy-smiths.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/jimmy-smiths.json deleted file mode 100644 index 974ee5280..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/jimmy-smiths.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "sound_platform": "steam" -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/krypton_fnp.yaml b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/krypton_fnp.yaml deleted file mode 100644 index ac747cc9b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/krypton_fnp.yaml +++ /dev/null @@ -1,15 +0,0 @@ -mixin: - # Replace player login validation thread with virtual thread - loginVT: true - # Replace text filter thread with virtual thread - textFilterVT: true - # Replace download thread with virtual thread - utilVT: true - # Optimized VarLong implementation - bestVarLong: true -fix: - issues128: - # Fix Traffic Statistics - enabled: false - # Run bandwidth statistics on sync thread, which is closer to Vanilla behavior. - sync: true \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/lambdynlights.toml b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/lambdynlights.toml deleted file mode 100644 index 2f9d11b74..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/lambdynlights.toml +++ /dev/null @@ -1,180 +0,0 @@ -# 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/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/client_mixin.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/client_mixin.json deleted file mode 100644 index 5a4aa9549..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/client_mixin.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/client_options.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/client_options.json deleted file mode 100644 index 4048a0f84..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/client_options.json +++ /dev/null @@ -1,217 +0,0 @@ -{ - "advancedHeldItemTooltip": false, - "advancedOptionsMode": "default", - "advancements": true, - "animatedCharacter": true, - "autoSaveCountdown": false, - "autoSaveInterval": 1, - "autoSaveWhenPaused": false, - "backSound": true, - "bubblesOutsideWater": true, - "caveSounds": true, - "classicCrafting": false, - "classicLoom": false, - "classicStonecutting": false, - "classicTrading": false, - "component_chunksfadein.keybinds.toggleMod": "none", - "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.pickItem": "none", - "component_key.playerlist": "none", - "component_key.proplacer.fast_placement": "none", - "component_key.push_to_talk": "none", - "component_key.quickActions": "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.spectatorHotbar": "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", - "component_options.narrator_hotkey": "none", - "component_zume.zoom": "none", - "component_zume.zoom_in": "none", - "component_zume.zoom_out": "none", - "controlTooltipDisplay": "auto", - "controlType": "auto", - "controllerCursorAtFirstInventorySlot": true, - "controllerDoubleClick": false, - "controllerSensitivity": 0.5, - "controllerToasts": true, - "controllerToggleAttack": false, - "controllerToggleCrouch": true, - "controllerToggleSprint": false, - "controllerToggleUse": false, - "controllerVirtualCursor": true, - "createWorldDifficulty": 2, - "creativeTab": true, - "cursorAtFirstInventorySlot": false, - "cursorMode": "auto", - "defaultParticlePhysics": true, - "defaultShowCraftableRecipes": false, - "directSaveLoad": false, - "displayControlTooltips": true, - "displayGamma": true, - "displayHUD": true, - "displayHand": true, - "displayMultipleControlsFromAction": false, - "displayNameTagBorder": true, - "enhancedItemTranslucency": true, - "enhancedPistonMovingRenderer": true, - "fakeAutosaveScreen": false, - "fastLeavesCustomModels": false, - "fastLeavesWhenBlocked": false, - "flyingViewRolling": true, - "forceMixedCrafting": false, - "forceSmoothMovement": false, - "gameTooltips": true, - "gamma": 0.5, - "headFollowsTheCamera": true, - "hints": true, - "hoverFocusSound": false, - "hudDelay": 200, - "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.20.4", - "lastLoadedVersion": "1.8.7", - "leaderboards": true, - "leftStickDeadZone": 0.25, - "leftTriggerDeadZone": 0.2, - "legacyBabyVillagerHead": true, - "legacyCreativeBlockPlacing": true, - "legacyCursor": true, - "legacyDrownedAnimation": true, - "legacyEntityFireTint": true, - "legacyEvokerFangs": true, - "legacyFireworks": true, - "legacyHearts": true, - "legacyIntroAndReloading": true, - "legacyItemPickup": true, - "legacyItemTooltips": true, - "legacyItemTooltipsScaling": true, - "legacyLoadingAndConnecting": true, - "legacyOverstackedItems": true, - "legacyPanorama": true, - "legacyPotionsBar": false, - "legacySkyShape": false, - "limitCursor": true, - "linearCameraMovement": false, - "lockControlTypeChange": false, - "loyaltyLines": true, - "mapsWithCoords": true, - "menusWithBackground": false, - "merchantTradingIndicator": true, - "minecartSounds": true, - "modCraftingTabs": false, - "optionsPreset": "legacy:lmr_default", - "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": 2, - "titleScreenFade": false, - "titleScreenVersionText": false, - "tooltipBoxes": true, - "uiMode": "auto", - "unbindConflictingButtons": true, - "unbindConflictingKeys": true, - "unfocusedInputs": false, - "vanillaTabs": false, - "vanillaTutorial": false, - "vehicleCameraRotation": "only_non_living_entities", - "vignette": false -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/common.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/common.json deleted file mode 100644 index fb201bd22..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/common.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "legacyCombat": true, - "legacySwordBlocking": false, - "squaredViewDistance": false -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/common_mixin.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/common_mixin.json deleted file mode 100644 index cf1bc85aa..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/common_mixin.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "legacy.mixin.base.cauldron": true, - "legacy.mixin.base.piston": true -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/global_packs.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/global_packs.json deleted file mode 100644 index a5bcbd056..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/legacy/global_packs.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "globalResources": { - "applyOnTop": true, - "packs": [ - "file/Legacy Worlds.zip", - "file/The_Garden_Awakens_v1.0.zip", - "file/Doctor Who Legacy Skins.zip", - "file/Classic MCYT Skin Pack.zip", - "file/Baby Kitty and Friends.zip", - "file/Ocelots-Skin-Pack.zip", - "file/A Minecraft Movie Hero Pack.zip", - "file/TutorialWorldAddon.zip", - "continuity:default", - "continuity:glass_pane_culling_fix", - "file/Transparency Fix.zip", - "file/Modern-Skin-Packs-2.4.0.zip", - "file/Legacy-Skin-Packs-2.4.0.zip", - "legacy:legacy_resources", - "file/Clean World Loading", - "file/Tooltips Enhanced", - "file/Legacy Titles.zip" - ] - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/lithium.properties b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/lithium.properties deleted file mode 100644 index 344226944..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/lithium.properties +++ /dev/null @@ -1 +0,0 @@ -mixin.experimental=true diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/misctweaks/client_config.toml b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/misctweaks/client_config.toml deleted file mode 100644 index 4662e42eb..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/misctweaks/client_config.toml +++ /dev/null @@ -1,7 +0,0 @@ -# Don't change this! Version used to track needed updates. -version = 1 -lowerShield = true -shields = [ - "minecraft:shield" -] -offset = -3.0 \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/misctweaks/config.toml b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/misctweaks/config.toml deleted file mode 100644 index 631ffeb6e..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/misctweaks/config.toml +++ /dev/null @@ -1,13 +0,0 @@ -# Don't change this! Version used to track needed updates. -version = 1 -sneakingPreventsBerryBushDamage = true -legArmorPreventsBerryBushDamage = true -elytraSwimTweak = true -soulSpeedNoDamage = true -thornsNoDamage = true -creeperExplosionDropsAllItems = true -flammableCobweb = true -fasterObsidianMining = true -obsidianMiningSpeedMultiplier = 1.6 -randomizeDiscLoot = true -preventShulkerDuplication = false \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/modernfix-mixins.properties b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/modernfix-mixins.properties deleted file mode 100644 index 31f94f51e..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/modernfix-mixins.properties +++ /dev/null @@ -1,13 +0,0 @@ -mixin.bugfix.chunk_deadlock=true -mixin.bugfix.packet_leak=true -mixin.bugfix.paper_chunk_patches=true -mixin.perf.clear_fabric_mapping_tables=true -mixin.perf.clear_mixin_classinfo=true -mixin.perf.dynamic_entity_renderers=true -mixin.perf.faster_item_rendering=true -mixin.perf.nbt_memory_usage=true -mixin.perf.dynamic_sounds=true -mixin.perf.thread_priorities=false -mixin.perf.deduplicate_location=true -mixin.perf.worldgen_allocation=true -mixin.perf.ingredient_item_deduplication=true diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/moonrise.yml b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/moonrise.yml deleted file mode 100644 index af3168a4f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/moonrise.yml +++ /dev/null @@ -1,91 +0,0 @@ -# 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/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/moreculling.toml b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/moreculling.toml deleted file mode 100644 index d2b96bc2c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/moreculling.toml +++ /dev/null @@ -1,6 +0,0 @@ -version = 1 -itemFrameLODRange = 16 -itemFrame3FaceCullingRange = 2.0 -leavesCullingMode = "DEPTH" -includeMangroveRoots = true -endGatewayCulling = true diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json deleted file mode 100644 index 01cc2c371..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json +++ /dev/null @@ -1,601 +0,0 @@ -{ - "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/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/nostalgic_tweaks/nostalgic_tweaks.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/nostalgic_tweaks/nostalgic_tweaks.json deleted file mode 100644 index 01cc2c371..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/nostalgic_tweaks/nostalgic_tweaks.json +++ /dev/null @@ -1,601 +0,0 @@ -{ - "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/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/npe.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/npe.json deleted file mode 100644 index 74845f963..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/npe.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "disable_telemetry": true, - "disable_global_bans": true, - "disable_chat_control": true, - "server_toasts": false, - "fake_ban": false, - "verbose": false, - "signing_mode": "ON_DEMAND", - "onDemandWarning": "IF_TOAST_NOT_SENT", - "chat_indicator": { - "hide_red": true, - "hide_yellow": false - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/particle_core_config.toml b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/particle_core_config.toml deleted file mode 100644 index 9fdd812e8..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/particle_core_config.toml +++ /dev/null @@ -1,11 +0,0 @@ -# Don't change this! Version used to track needed updates. -version = 1 -disableParticles = false -byTypeReductions = { } -maxParticlesPerSheet = 8192 -particleRenderDistanceMultiplier = 1.0 -asynchronousTicking = true -cullingBlacklist = [ ] -cullingBehavior = "AGGRESSIVE" -reduceAllChance = 0.50 -reduceDecreasedChance = 0.20 \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/particle_core_disabled_optimizations_v2.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/particle_core_disabled_optimizations_v2.json deleted file mode 100644 index 32fdccdc4..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/particle_core_disabled_optimizations_v2.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "_Disable_Optimizations_Options": { - "ROTATION": "[Impact: Medium] Disables mixins related to vertex rotation caching (ParticleManagerRotationMixin, BillboardParticleMixin)", - "CULLING": "[Impact: HIGH] Disables mixins related to particle culling (FrustumAccessor, ParticleAccessor, ParticleRendererFrustumMixin, WorldRendererFrustumMixin, ParticleFrustumBlacklistMixin)", - "TYPE": "[Impact: Low to Medium] Disables mixins related to particle disabling and reduction (ParticleManagerTypeMixin, ParticleManagerCreatorMixin, FireworksSparkParticleMixin)", - "DECREASE": "[Impact: Low] Disables mixins related particle settings reduction (ALL, DECREASED, MINIMAL) (ClientWorldDecreaseMixin)", - "LIGHTMAP": "[Impact: Medium] Disables mixins related to light map caching (ParticleManagerCachedLightMixin, ParticleBrightnessCacheMixin, ParticleCachePosMixin, ParticleRendererCachedPosMixin, ParticleRendererBrightnessTickMixin)", - "POTION": "[Impact: Low] Disables mixins related to potion particle disabling (LivingEntityMixin)", - "MOVE": "[Impact: Medium] Disables mixins related to particle movement optimization (ParticleMoveAdjustMixin, ParticleCachePosMixin, ParticleRendererCachedPosMixin)", - "VERTEX": "[Impact: HIGH] Disables mixins related to particle vertex drawing optimizations (BillboardParticleVertexMixin, BufferBuilderVertexMixin)", - "COUNT": "[Impact: Variable] Disables mixins related to max particle count setting (ParticleRendererCountMixin)", - "ASYNC": "[Impact: Medium] Disables asynchronous ticking of particles (ParticleManagerAsyncMixin, ParticleRendererAccessor)", - "RENDER_DISTANCE": "[Impact: Variable] Disables mixins that control max particle render distance (ParticleManagerRenderDistanceMixin, ParticleAccessor, ParticleRendererRenderDistanceMixin)" - }, - "disableOptimizations": [ - "NONE" - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/proplacer-client.toml b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/proplacer-client.toml deleted file mode 100644 index fcc918366..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/proplacer-client.toml +++ /dev/null @@ -1,15 +0,0 @@ -#Treat sneaking as active while placing blocks via the fast placement mechanic or reach-around. Allows block placement to work with interactable blocks such as chests and fence gates. -#Default Value: false -bypass_use_block = true -#Allow using Bedrock Edition-like reach-around block placement, where a block can be placed directly in front of the block the player is standing on when clicking in mid-air for fast bridging. -#Default Value: true -allow_reach_around_placement = true -#Blocks that are excluded from the fast placement mechanic. -#Format for every entry is ":". Tags are supported, must be in the format of "#:". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color. Begin an entry with "!" to make sure it is excluded, useful e.g. when it has already been matched by another pattern. -#Default Value: [minecraft:scaffolding] -normal_placement_blocks = ["minecraft:scaffolding"] -#Allow using Bedrock Edition-like fast block placement, with blocks being placed without leaving gaps or unwanted placements. Also enables placing blocks when clicking in mid-air while building. -#Additionally introduces a similar mechanic for quickly breaking blocks in a row or column in creative mode. -#Toggle in-game via the dedicated key binding. -#Default Value: true -allow_fast_placement = true diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/rsls.properties b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/rsls.properties deleted file mode 100644 index 5f1ca22a0..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/rsls.properties +++ /dev/null @@ -1,4 +0,0 @@ -#Configuration file for Raise Sound Limit Simplified -#Wed Jan 07 14:44:13 CST 2026 -maxSourcesCount=2047 -maxStreamingSources=8 diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/servercore/config.yml b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/servercore/config.yml deleted file mode 100644 index 782be1da0..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/servercore/config.yml +++ /dev/null @@ -1,60 +0,0 @@ -lobotomize-villagers: - enabled: true - tick-interval: 20 - -features: - item-merge-radius: 0.8 - xp-merge-radius: 0.8 - -commands: - status-enabled: false - mobcaps-enabled: false - -activation-range: - enabled: true - tick-new-entities: false - use-vertical-range: true - excluded-entity-types: - - 'minecraft:hopper_minecart' - - 'minecraft:warden' - - 'minecraft:ghast' - - 'minecraft:jungle_boat' - - 'minecraft:spruce_boat' - - 'minecraft:mangrove_boat' - - 'minecraft:acacia_boat' - - 'minecraft:birch_chest_boat' - - 'minecraft:birch_boat' - - 'minecraft:cherry_boat' - - 'minecraft:spruce_chest_boat' - - 'minecraft:dark_oak_boat' - - 'minecraft:oak_chest_boat' - - 'minecraft:dark_oak_chest_boat' - - 'minecraft:oak_boat' - - 'minecraft:pale_oak_boat' - - 'minecraft:acacia_chest_boat' - - 'minecraft:cherry_chest_boat' - - 'minecraft:bamboo_raft' - - 'minecraft:jungle_chest_boat' - - 'minecraft:pale_oak_chest_boat' - - 'minecraft:bamboo_chest_raft' - - 'minecraft:mangrove_chest_boat' - - 'create:stationary_contraption' - - 'create:carriage_contraption' - - 'create:gantry_contraption' - - 'create:contraption' - default-activation-type: - activation-range: 16 - tick-interval: 20 - wakeup-interval: -1 - extra-height-up: false - extra-height-down: false - - custom-activation-types: - - name: 'mob' - activation-range: 20 - tick-interval: 6 - wakeup-interval: -1 - extra-height-up: false - extra-height-down: false - entity-matcher: - - 'typeof:mob' \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/servercore/optimizations.yml b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/servercore/optimizations.yml deleted file mode 100644 index 46ce54b81..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/servercore/optimizations.yml +++ /dev/null @@ -1,5 +0,0 @@ -reduce-sync-loads: true -cache-ticking-chunks: true -optimize-command-blocks: true -fast-biome-lookups: true -cancel-duplicate-fluid-ticks: true diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/sodium-mixins.properties b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/sodium-mixins.properties deleted file mode 100644 index 864cfdec8..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/sodium-mixins.properties +++ /dev/null @@ -1,6 +0,0 @@ -# This is the configuration file for Sodium. -# -# You can find information on editing this file and all the available options here: -# https://github.com/CaffeineMC/sodium/wiki/Configuration-File -# -# By default, this file will be empty except for this notice. diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/sodium-options.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/sodium-options.json deleted file mode 100644 index 9f687e04a..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/sodium-options.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "advanced": { - "cpu_render_ahead_limit": 5 - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/stfu-disable.txt b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/stfu-disable.txt deleted file mode 100644 index 428f19c8c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/stfu-disable.txt +++ /dev/null @@ -1 +0,0 @@ -stfu.mixin.DefaultLANPort \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/stfu.json5 b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/stfu.json5 deleted file mode 100644 index 465d71b57..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/stfu.json5 +++ /dev/null @@ -1,22 +0,0 @@ -{ - maxChatHistory: 5000, - announceAdvancements: true, - advancementToasts: true, - recipeToasts: false, - adminChat: "ENABLED", - compactChat: "ONLY_CONSECUTIVE", - disableWidgetFade: true, - disableFade: false, - disableSplash: true, - disableLoadingTerrain: true, - disableWorldAdvice: false, - fixModelGaps: true, - nightVisionFlicker: false, - disableParticles: false, - animateTextures: true, - renderWeather: true, - combineBars: false, - renderThreadPriority: 8, - serverThreadPriority: 9, - ioThreadPriority: 2 -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/vmp.properties b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/vmp.properties deleted file mode 100644 index 06a570a97..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/config/vmp.properties +++ /dev/null @@ -1,3 +0,0 @@ -show_async_loading_messages=false -show_chunk_tracking_messages=false -use_multiple_netty_event_loops=false diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/options.txt b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/options.txt deleted file mode 100644 index 12112cbba..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/options.txt +++ /dev/null @@ -1,18 +0,0 @@ -version:3839 -biomeBlendRadius:1 -enableVsync:false -fullscreen:true -gamma:0.0 -fov:-0.05 -maxFps:250 -renderDistance:12 -simulationDistance:8 -soundCategory_master:0.50 -soundCategory_music:0.50 -notificationDisplayTime:1.2 -attackIndicator:0 -key_key.hide_icons:key.keyboard.z -key_key.voice_chat_group:key.keyboard.b -key_key.cpm.gestureMenu:key.keyboard.semicolon -cloudRange:48 -musicFrequency:"FREQUENT" diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums.json deleted file mode 100644 index 6b56752fa..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "default": "minecraft", - "order": [ - "minecraft", - "minecraft_classic", - "ps4parity", - "caribbean", - "super_cute", - "egyptian", - "norse", - "festive", - "chinese", - "greek", - "city", - "plastic", - "natural", - "fallout", - "fantasy", - "candy", - "cartoon", - "steampunk", - "pattern", - "n7", - "halloween", - "super_mario", - "darkmode", - "animated", - "trailer", - "vanillaplus", - "faithful", - "beta", - "alpha", - "live", - "vintage" - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/alpha.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/alpha.json deleted file mode 100644 index 95f94524d..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/alpha.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "icon": "legacy:comparisons/alpha/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "programmer_art", - "legacy:legacy_resources", - "file/golden-days-base-1.21.x-1.15.2.zip", - "file/golden-days-alpha-1.21.x-1.15.2.zip", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "file/Tooltips Enhanced", - "file/Legacy Titles.zip", - "file/Old UI for Legacy4J (With Vanilla Assets).zip", - "betterblockentities-generated" - ], - "id": "alpha", - "name": { - "translate": "legacy.menu.albums.resource.alpha" - }, - "description": { - "translate": "legacy.menu.albums.resource.alpha.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/animated.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/animated.json deleted file mode 100644 index 138fbe584..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/animated.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/animated/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "file/FreshAnimations_v1.10.4.zip", - "file/FA+All_Extensions-v1.8.zip", - "file/+1.21.3 Fresh Moves v3.1.1 (No Animated Eyes).zip", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "animated", - "name": { - "translate": "legacy.menu.albums.resource.animated" - }, - "description": { - "translate": "legacy.menu.albums.resource.animated.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/beta.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/beta.json deleted file mode 100644 index dee5521f8..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/beta.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "icon": "legacy:comparisons/beta/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "programmer_art", - "legacy:legacy_resources", - "file/golden-days-base-1.21.x-1.15.2.zip", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "file/Tooltips Enhanced", - "file/Legacy Titles.zip", - "file/Old UI for Legacy4J (With Vanilla Assets).zip", - "betterblockentities-generated" - ], - "id": "beta", - "name": { - "translate": "legacy.menu.albums.resource.beta" - }, - "description": { - "translate": "legacy.menu.albums.resource.beta.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/candy.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/candy.json deleted file mode 100644 index 6194cf41f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/candy.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/candy/icon", - "background": "legacy:comparisons/candy/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Candy Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "candy", - "name": { - "translate": "legacy.menu.albums.resource.candy" - }, - "description": { - "translate": "legacy.menu.albums.resource.candy.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/caribbean.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/caribbean.json deleted file mode 100644 index 3174c84bf..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/caribbean.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "icon": "legacy:comparisons/caribbean/icon", - "background": "legacy:comparisons/caribbean/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:console_aspects", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Pirates Of The Caribbean.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "caribbean", - "name": { - "translate": "legacy.menu.albums.resource.caribbean" - }, - "description": { - "translate": "legacy.menu.albums.resource.caribbean.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/cartoon.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/cartoon.json deleted file mode 100644 index bdecaf2d5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/cartoon.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/cartoon/icon", - "background": "legacy:comparisons/cartoon/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Cartoon Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "cartoon", - "name": { - "translate": "legacy.menu.albums.resource.cartoon" - }, - "description": { - "translate": "legacy.menu.albums.resource.cartoon.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/chinese.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/chinese.json deleted file mode 100644 index 75dc49e4b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/chinese.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/chinese/icon", - "background": "legacy:comparisons/chinese/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Chinese Mythology Mash-up.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "chinese", - "name": { - "translate": "legacy.menu.albums.resource.chinese" - }, - "description": { - "translate": "legacy.menu.albums.resource.chinese.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/city.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/city.json deleted file mode 100644 index 600808094..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/city.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/city/icon", - "background": "legacy:comparisons/city/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/City Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "city", - "name": { - "translate": "legacy.menu.albums.resource.city" - }, - "description": { - "translate": "legacy.menu.albums.resource.city.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/darkmode.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/darkmode.json deleted file mode 100644 index b22529971..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/darkmode.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "icon": "legacy:comparisons/darkmode/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "file/Default-Dark-Mode-Legacy4J-1.20+-1.2.0-alt.zip", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "darkmode", - "name": { - "translate": "legacy.menu.albums.resource.darkmode" - }, - "description": { - "translate": "legacy.menu.albums.resource.darkmode.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/egyptian.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/egyptian.json deleted file mode 100644 index e1b518d80..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/egyptian.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "icon": "legacy:comparisons/egyptian/icon", - "background": "legacy:comparisons/egyptian/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:console_aspects", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Egyptian Mythology Mash-up.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "egyptian", - "name": { - "translate": "legacy.menu.albums.resource.egyptian" - }, - "description": { - "translate": "legacy.menu.albums.resource.egyptian.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/faithful.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/faithful.json deleted file mode 100644 index e19a12494..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/faithful.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "icon": "legacy:comparisons/faithful/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "file/Faithful 32x - 1.21.10.zip", - "file/faithful-legacy.zip", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "faithful", - "name": { - "translate": "legacy.menu.albums.resource.faithful" - }, - "description": { - "translate": "legacy.menu.albums.resource.faithful.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/fallout.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/fallout.json deleted file mode 100644 index e9e52b684..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/fallout.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/fallout/icon", - "background": "legacy:comparisons/fallout/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/FalloutMash-upPack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "fallout", - "name": { - "translate": "legacy.menu.albums.resource.fallout" - }, - "description": { - "translate": "legacy.menu.albums.resource.fallout.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/fantasy.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/fantasy.json deleted file mode 100644 index dfeee5008..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/fantasy.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/fantasy/icon", - "background": "legacy:comparisons/fantasy/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Fantasy Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "fantasy", - "name": { - "translate": "legacy.menu.albums.resource.fantasy" - }, - "description": { - "translate": "legacy.menu.albums.resource.fantasy.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/festive.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/festive.json deleted file mode 100644 index f92fa0efa..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/festive.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "icon": "legacy:comparisons/festive/icon", - "background": "legacy:comparisons/festive/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Festive Mash-up.zip", - "file/Festive+Continued.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "festive", - "name": { - "translate": "legacy.menu.albums.resource.festive" - }, - "description": { - "translate": "legacy.menu.albums.resource.festive.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/greek.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/greek.json deleted file mode 100644 index 9ab540478..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/greek.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/greek/icon", - "background": "legacy:comparisons/greek/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Greek Mythology Mash-up.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "greek", - "name": { - "translate": "legacy.menu.albums.resource.greek" - }, - "description": { - "translate": "legacy.menu.albums.resource.greek.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/halloween.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/halloween.json deleted file mode 100644 index 1b7aa567b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/halloween.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/halloween_2015/icon", - "background": "legacy:comparisons/halloween_2015/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "file/Legacy-Modpack-Resources.zip", - "file/Halloween Mash-up.zip", - "file/Halloween+Continued.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "halloween", - "name": { - "translate": "legacy.menu.albums.resource.halloween" - }, - "description": { - "translate": "legacy.menu.albums.resource.halloween_2015.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/live.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/live.json deleted file mode 100644 index d856b8df6..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/live.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "icon": "legacy:comparisons/live/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "file/Legacy-Modpack-Resources.zip", - "file/vanilla-live-1.1.0.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "live", - "name": { - "translate": "legacy.menu.albums.resource.live" - }, - "description": { - "translate": "legacy.menu.albums.resource.live.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/minecraft.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/minecraft.json deleted file mode 100644 index c01258145..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/minecraft.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "background": "legacy:icon/background", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "lambdabettergrass:default", - "legacy:legacy_waters", - "file/Hybrid Aspects", - "file/Legacy-Modpack-Resources.zip", - "betterblockentities-generated" - ], - "displayPack": "vanilla", - "id": "minecraft", - "version": 2, - "name": { - "translate": "legacy.menu.albums.resource.minecraft" - }, - "description": { - "translate": "legacy.menu.albums.resource.minecraft.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/minecraft_classic.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/minecraft_classic.json deleted file mode 100644 index 38d4ea114..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/minecraft_classic.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "icon": "legacy:icon/minecraft_classic", - "background": "legacy:icon/minecraft_classic_background", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "programmer_art", - "file/PACP_Base_Release.zip", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "file/Legacy Panorama", - "betterblockentities-generated" - ], - "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/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/n7.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/n7.json deleted file mode 100644 index ef807e4b8..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/n7.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/n7/icon", - "background": "legacy:comparisons/n7/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Mass Effect.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "n7", - "name": { - "translate": "legacy.menu.albums.resource.n7" - }, - "description": { - "translate": "legacy.menu.albums.resource.n7.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/natural.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/natural.json deleted file mode 100644 index 287e09ff7..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/natural.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "icon": "legacy:comparisons/natural/icon", - "background": "legacy:comparisons/natural/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:console_aspects", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Natural Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "natural", - "name": { - "translate": "legacy.menu.albums.resource.natural" - }, - "description": { - "translate": "legacy.menu.albums.resource.natural.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/norse.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/norse.json deleted file mode 100644 index cf90d1454..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/norse.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/norse/icon", - "background": "legacy:comparisons/norse/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Norse Mythology Mash-up.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "norse", - "name": { - "translate": "legacy.menu.albums.resource.norse" - }, - "description": { - "translate": "legacy.menu.albums.resource.norse.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/pattern.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/pattern.json deleted file mode 100644 index e5c44a164..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/pattern.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/pattern/icon", - "background": "legacy:comparisons/pattern/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Pattern Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "pattern", - "name": { - "translate": "legacy.menu.albums.resource.pattern" - }, - "description": { - "translate": "legacy.menu.albums.resource.pattern.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/plastic.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/plastic.json deleted file mode 100644 index b2247ef97..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/plastic.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/plastic/icon", - "background": "legacy:comparisons/plastic/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Plastic Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "plastic", - "name": { - "translate": "legacy.menu.albums.resource.plastic" - }, - "description": { - "translate": "legacy.menu.albums.resource.plastic.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/ps4parity.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/ps4parity.json deleted file mode 100644 index 095c0dfbc..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/ps4parity.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "icon": "legacy:comparisons/ps4parity/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:console_aspects", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "file/Legacy Panorama", - "betterblockentities-generated" - ], - "id": "ps4parity", - "name": { - "translate": "legacy.menu.albums.resource.ps4parity" - }, - "description": { - "translate": "legacy.menu.albums.resource.ps4parity.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/steampunk.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/steampunk.json deleted file mode 100644 index 26c03a363..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/steampunk.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/steampunk/icon", - "background": "legacy:comparisons/steampunk/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Steampunk Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "steampunk", - "name": { - "translate": "legacy.menu.albums.resource.steampunk" - }, - "description": { - "translate": "legacy.menu.albums.resource.steampunk.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/super_cute.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/super_cute.json deleted file mode 100644 index a8e2c06d7..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/super_cute.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/super_cute/icon", - "background": "legacy:comparisons/super_cute/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Super Cute Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "super_cute", - "name": { - "translate": "legacy.menu.albums.resource.super_cute" - }, - "description": { - "translate": "legacy.menu.albums.resource.super_cute.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/super_mario.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/super_mario.json deleted file mode 100644 index ae503320b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/super_mario.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "icon": "legacy:comparisons/super_mario/icon", - "background": "legacy:comparisons/super_mario/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:console_aspects", - "legacy:legacy_waters", - "file/Super Mario Mash-Up.zip", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "super_mario", - "name": { - "translate": "legacy.menu.albums.resource.super_mario" - }, - "description": { - "translate": "legacy.menu.albums.resource.super_mario.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/trailer.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/trailer.json deleted file mode 100644 index cc96413c3..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/trailer.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/trailer/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "file/Bare Bones 1.21.11.zip", - "file/Bare Bones x LambdaBetterGrass 1.21.8.zip", - "srl_rp/Re-Console+ Language Files", - "file/ore4j-O4J-3.3.0.zip", - "file/Legacy-Modpack-Resources.zip", - "betterblockentities-generated" - ], - "id": "trailer", - "name": { - "translate": "legacy.menu.albums.resource.trailer" - }, - "description": { - "translate": "legacy.menu.albums.resource.trailer.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/vanillaplus.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/vanillaplus.json deleted file mode 100644 index f6489402f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/vanillaplus.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "icon": "legacy:comparisons/vanillaplus/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "file/RAYs_3D_Rails_v3.0.zip", - "file/RAYs_3D_Ladders_v2.0.zip", - "file/Round-Trees-8.2.zip", - "file/Better-Leaves-9.5.zip", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "vanillaplus", - "name": { - "translate": "legacy.menu.albums.resource.vanillaplus" - }, - "description": { - "translate": "legacy.menu.albums.resource.vanillaplus.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/vintage.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/vintage.json deleted file mode 100644 index eb2b8420b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resource_albums/vintage.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "icon": "legacy:comparisons/vintage/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "file/Vintage.zip", - "betterblockentities-generated" - ], - "id": "vintage", - "name": { - "translate": "legacy.menu.albums.resource.vintage" - }, - "description": { - "translate": "legacy.menu.albums.resource.vintage.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/intro.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/intro.json deleted file mode 100644 index f682c25d6..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/intro.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "brands": [ - "legacy:textures/gui/intro/loading3.png", - "legacy:textures/gui/intro/loading.png", - "legacy:textures/gui/intro/loading1.png", - "legacy:textures/gui/intro/loading2.png", - "legacy:textures/gui/intro/loading3.png", - "legacy:textures/gui/intro/eula.png", - "legacy:textures/gui/intro/lasting.png", - "legacy:textures/gui/intro/mojang.png", - "legacy:textures/gui/intro/4j.png", - "legacy:textures/gui/intro/xbox.png" - ], - "background": "legacy:textures/gui/intro/background.png", - "brandDuration": 2500, - "fadeIn": 0.1, - "fadeOut": 0.1, - "crossFade": true -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/af_za.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/af_za.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/af_za.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ar_sa.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ar_sa.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ar_sa.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ca_es.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ca_es.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ca_es.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/cs_cz.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/cs_cz.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/cs_cz.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/da_dk.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/da_dk.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/da_dk.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/de_de.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/de_de.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/de_de.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/el_gr.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/el_gr.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/el_gr.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_au.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_au.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_au.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ca.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ca.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ca.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_gb.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_gb.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_gb.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_nz.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_nz.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_nz.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_pt.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_pt.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_pt.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ud.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ud.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ud.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_us.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_us.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_us.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/enp.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/enp.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/enp.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_es.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_es.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_es.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_mx.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_mx.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_mx.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fi_fi.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fi_fi.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fi_fi.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fr_fr.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fr_fr.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fr_fr.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/he_il.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/he_il.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/he_il.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/hu_hu.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/hu_hu.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/hu_hu.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/it_it.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/it_it.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/it_it.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ja_jp.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ja_jp.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ja_jp.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ko_kr.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ko_kr.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ko_kr.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/nl_nl.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/nl_nl.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/nl_nl.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/no_no.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/no_no.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/no_no.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pl_pl.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pl_pl.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pl_pl.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_br.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_br.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_br.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_pt.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_pt.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_pt.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ro_ro.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ro_ro.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ro_ro.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ru_ru.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ru_ru.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ru_ru.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sr_sp.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sr_sp.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sr_sp.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sv_se.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sv_se.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sv_se.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/tr_tr.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/tr_tr.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/tr_tr.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/uk_ua.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/uk_ua.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/uk_ua.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/vi_vn.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/vi_vn.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/vi_vn.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_cn.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_cn.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_cn.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_tw.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_tw.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_tw.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading.png b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading.png deleted file mode 100644 index fd2c31aef..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading1.png b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading1.png deleted file mode 100644 index 3ae4d7ea2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading1.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading2.png b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading2.png deleted file mode 100644 index 4b8734931..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading2.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading3.png b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading3.png deleted file mode 100644 index a72be8cf5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading3.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy_world_sizes/lang/en_us.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy_world_sizes/lang/en_us.json deleted file mode 100644 index bd05aac6f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy_world_sizes/lang/en_us.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "legacy_world_sizes.options": "Legacy World Sizes Options", - "legacy_world_sizes.options.legacyWorldSize": "World Size (Experimental)", - "legacy_world_sizes.options.legacyWorldSize.description": "Select a world size to vary the amount of the world that you can explore.\n\nInfinite world size will match Vanilla generation.\n\nThis feature is currently in-development and should be considered experimental.", - "legacy_world_sizes.options.legacyBiomeScale": "Biome Scale (Experimental)", - "legacy_world_sizes.options.legacyBiomeScale.description": "Select a Biome scale to change the amount of world space each Biome will take up. Larger scale usually means fewer, but larger, Biomes.\n\nLarge Biome scale will match Vanilla generation.\n\nThis feature is currently in-development and should be considered experimental.", - "legacy_world_sizes.options.worldSizes.infinity": "Infinite", - "legacy_world_sizes.options.biomeScales.small": "Small", - "legacy_world_sizes.options.biomeScales.medium": "Medium", - "legacy_world_sizes.options.biomeScales.large": "Large", - "legacy_world_sizes.options.worldSizes.classic": "Classic", - "legacy_world_sizes.options.worldSizes.small": "Small", - "legacy_world_sizes.options.worldSizes.medium": "Medium", - "legacy_world_sizes.options.worldSizes.large": "Large", - "legacy_world_sizes.options.balancedSeed": "Find Balanced Seed (Experimental)", - "legacy_world_sizes.options.balancedSeed.description": "If you're creating a world with a random seed, this option looks for a world with a good mix of biomes. Disabling this may generate a world all of one Biome!\n\nThis feature is currently in-development and should be considered experimental.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.connect.initializing": "Initializing server" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/minecraft/lang/en_us.json b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/minecraft/lang/en_us.json deleted file mode 100644 index 4e2403ea9..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/minecraft/lang/en_us.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "options.title": "Options", - "block.minecraft.jack_o_lantern": "Jack-O-Lantern", - "block.minecraft.jungle_sapling": "Jungle Tree Sapling", - "block.minecraft.short_grass": "Tall Grass", - "block.minecraft.tall_grass": "Double Tall Grass", - "gui.advancements": "Achievements", - "key.advancements": "Achievements", - "advancements.toast.task": "Achievement Get!", - "chat.type.advancement.task": "%s has just earned the achievement %s" -} diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/pack.mcmeta b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/pack.mcmeta deleted file mode 100644 index c91554b13..000000000 --- a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/pack.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pack": { - "pack_format": 69, - "description": "Required Language Files" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/pack.png b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/pack.png deleted file mode 100644 index 5ac5bba94..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/pack.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/servers.dat b/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/servers.dat deleted file mode 100644 index 4546961ab..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/config/modpack_defaults/servers.dat and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/index.toml b/modpacks/rc-plus/26.1.2-mr/index.toml deleted file mode 100644 index 2b7763d82..000000000 --- a/modpacks/rc-plus/26.1.2-mr/index.toml +++ /dev/null @@ -1,11115 +0,0 @@ -hash-format = "sha512" - -[[files]] -file = "config/crash_assistant/config.toml" -hash = "b33dd214f16d138355c55ad6025d00d377db8849485428e90e12088bd15adfeb" -hash-format = "sha256" - -[[files]] -file = "config/crash_assistant/lang/README.md" -hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" -hash-format = "sha256" - -[[files]] -file = "config/crash_assistant/lang/en_us.json" -hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" -hash-format = "sha256" - -[[files]] -file = "config/crash_assistant/lang/ru_ru.json" -hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" -hash-format = "sha256" - -[[files]] -file = "config/crash_assistant/lang/zh_cn.json" -hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" -hash-format = "sha256" - -[[files]] -file = "config/crash_assistant/modlist.json" -hash = "635cf40b73bbe6b14a7bb41bc1642c7440c94757aca74fb12173180fb0f2d8cc" -hash-format = "sha256" - -[[files]] -file = "config/crash_assistant/problematic_mods_config.json" -hash = "6b8959407eda32d11bbd25df75fc994c129e1730e8036f4acea6c842c903b30e" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/animatium_utility.json" -hash = "013bb87a1d68fdba744417b9591ed98e5e4c21c131868525967bca5e3a152c37" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/animatium.json" -hash = "f83e8176ccda0689fb95e7c8724e3a9f86daa305772880bb419dde5e28d299c1" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/badoptimizations.txt" -hash = "2917a8f8112e36e27b240bdbe0e6987c5e8b0964595ed42ca2fbe1b16350df71" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/betterblockentities.json" -hash = "82f10736a508c09ade5402c00ea71f007eafd4f977bc4bb1228a4df07dfe138c" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/betterf3.json" -hash = "4e0fd36555604397597e3771614f0dbcae2b19c36cff03eacc931209082b83fd" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/bobby.conf" -hash = "6ff4da9a5e3a1a7668630318e46fa0bd8917ab1006e1133a0aaa891d9c13a67a" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/c2me.toml" -hash = "d072cb16eb9244f4e6bc09d57a613f96bf734dc013874b3dab58828801f99350" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/capes.json5" -hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/chunksfadein.properties" -hash = "e2363d6108e75030db1257a59cdd5272bb81a96ff10572a8e03512cd4d301f50" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/citresewn.json" -hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/cpm.json" -hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/craftpresence.json" -hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/crash_assistant/config.toml" -hash = "b33dd214f16d138355c55ad6025d00d377db8849485428e90e12088bd15adfeb" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/crash_assistant/lang/README.md" -hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/crash_assistant/lang/en_us.json" -hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/crash_assistant/lang/ru_ru.json" -hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/crash_assistant/lang/zh_cn.json" -hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/crash_assistant/modlist.json" -hash = "635cf40b73bbe6b14a7bb41bc1642c7440c94757aca74fb12173180fb0f2d8cc" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/crash_assistant/problematic_mods_config.json" -hash = "6b8959407eda32d11bbd25df75fc994c129e1730e8036f4acea6c842c903b30e" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/dynamic_fps.json" -hash = "9f94a62057170e374c302ab5833319a2a05c0543fd0bdeedb505031825aa8bd4" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/enhanced_bes.properties" -hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/entityculling.json" -hash = "6bb3b6b65f728d5c3d06dd986b85d21370e3b78a30629b7a1ab7a0a46e033768" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/fabric/indigo-renderer.properties" -hash = "0a776bd94413087200e0cd1a0bd72cbfe5c1a69002c1c625236233c2183c301c" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/fabric_loader_dependencies.json" -hash = "51631d4fc7768aa448546665821ff26e41583f4b50243d18027f0812fcbd4096" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/fastquit.toml" -hash = "e3aff3656dbb53748dbe567e80bf125f30923974e111d910fce387f2a74de81a" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/ferritecore.mixin.properties" -hash = "3817e94107bb1c7358beebb80b1810e822de38be430f855cf14828c38018e8e2" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/gnetum.json" -hash = "42b3e43aea856749a716f806f31ea472e041b90b66188bed8f4b3b44452292ad" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/idletweaks.config" -hash = "28dc4b5aa44cb2cc3261f985e9928d193626980a7558ea8141cc9e2017d95686" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/immediatelyfast.json" -hash = "cfef5c5a959348f5dd4e83db3dc167369082dc7676733da2f29bf750bdd4d3cc" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/iris.properties" -hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/ixeris.toml" -hash = "821e1920a05b593ca59a404b422b6e970138e614795ca5abde2ed326c2bd9154" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/jimmy-smiths.json" -hash = "479d6f67a8d209f6489cbe91d07baf43c0eab91325f168573159d4b3f0f22bf2" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/krypton_fnp.yaml" -hash = "f2667a23b5f4a6be4de1631a0da2ce624351e321f67ed7e5da6648d3a0bc81a8" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/lambdynlights.toml" -hash = "a4c36f16bb1c2312565bd28f474c155c71a83ffec2a72168d65a78d316a6b1b4" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/legacy/client_mixin.json" -hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/legacy/client_options.json" -hash = "6e19966e2e74f75e6ea644e53e695c0c4948405e312e14a197c5b730fdca5f4f" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/legacy/common.json" -hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/legacy/common_mixin.json" -hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/legacy/global_packs.json" -hash = "191680fcefdab73f264c706e51f9f69bf0eebe98bede96356db5cdfd9131a5f6" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/lithium.properties" -hash = "928fdb1e604e394de7389a4b7a7f230fe6863a468e1839bee22d80652ea0d31f" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/misctweaks/client_config.toml" -hash = "291b3c8a4660b7e684711606965819e6df037afb7694ca7a6d9b8dc25ccbff3b" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/misctweaks/config.toml" -hash = "a844236f3392894ad21314f5f372ef98521498399852b290398cb14f18b3606e" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/modernfix-mixins.properties" -hash = "67523057a44634e29dd783f54af39bb1495f14d814756552980d5484a17e7b43" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/moonrise.yml" -hash = "8366e8d4fa7952e0abcf0a0871c06f0b562725b912e0d3537fc37906392a2329" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/moreculling.toml" -hash = "ad9502638dfc64191c82e28efeede417bd4ab32b6276e60117bc978e41b936bd" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" -hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/nostalgic_tweaks/nostalgic_tweaks.json" -hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/npe.json" -hash = "d9485c0b0b05aa37fad7d28e907c10e431ee7ce50d5bdba47045fb9a80c3707d" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/particle_core_config.toml" -hash = "5ab97abde7373e152b69e82a7412b95adaf620f34ef4e778bfb4f6be4cbadcb4" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/particle_core_disabled_optimizations_v2.json" -hash = "3d731115173b34dd0fe9de6f52fa14dc271c848495a52f66c0016e24150f59d6" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/proplacer-client.toml" -hash = "51ceaccf6ede7461c73ca528cbad6d64a772c4e53748295db2f8c126f783cd49" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/rsls.properties" -hash = "9b80599a61bee79fc53eac196ae08c0c0e2f3b3cee5c24342f924faa46f62a75" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/servercore/config.yml" -hash = "f456cd56f8e061ad719f84517cf658d1ee4489a474ca35e7e8e076620dd048cd" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/servercore/optimizations.yml" -hash = "0e7fde302ae1f9cbe3c507b8f4bc23ebc51acae005de2c4f69933893d037894a" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/sodium-mixins.properties" -hash = "b627c4456e6fa0bc4b5f85e2f1cd949faedae3cb9afdaf2a5f52e6f3b6ae1f01" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/sodium-options.json" -hash = "068fc165435c8734b43d5f735cfbe42d015356d157222d577012e45b3bf0a989" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/stfu-disable.txt" -hash = "f1db3febe2abb607ee0c0cd16627aa3e8d69b829d1ba3c12c46fbba2d12b96db" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/stfu.json5" -hash = "f94ebbc6b37b7f65bdf5dd9aeeb5d6879f0b7195f02260b7d865026ee8175f84" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/config/vmp.properties" -hash = "d631bc153e5b284b19b2e51f59bc49417fc40e62c42a3a3de0ea1f4586a09110" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/options.txt" -hash = "6b65a8566d0ddd6b6de2766d64c278bbee64d53e79f2b9e6e7ed24bdab3612a9" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums.json" -hash = "87e5da3322d439dc2ebd373ba9945ec17eafc1addd3a1bea3ee07f8cf5a9d87c" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/alpha.json" -hash = "7b06cc1f7ac7f208a30ad77b139916c51368da941e9be178f140600fc51875c9" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/animated.json" -hash = "a52c4c835bd23b6eb2d853b1e1ab9e4f571119576b2cae49e5a4915f1e521f43" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/beta.json" -hash = "1552bc837cd18483a4440867c59c502bbf38c04d5d806bb73017d0fe277371fc" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/candy.json" -hash = "1225800a164ace1c98e9ede84bd7a9a0587add372025e3094d755999597384e8" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/caribbean.json" -hash = "52a88ecbb5ac8296751af2b140fc7c8d6884db2748e17a3c91c9ef07547dfcf2" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/cartoon.json" -hash = "2fbad4be5b13751287e0d9f016fbfa1b85758d34ebbbfb617e8fb3b2ee8442c6" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/chinese.json" -hash = "a603717b2d9559717cf015b9b6b6789a9dbc8de9b81a3f5997438f60f3f091bf" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/city.json" -hash = "fbe668a0016c775b69b78ceac058677ab87173a40eb2317439849f55f365626e" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/darkmode.json" -hash = "4ae2426207f29dcc2a785aa45d79f86fc2228b13a275aa4386d7566410aaf9c7" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/egyptian.json" -hash = "522ebb4d28dab5d4ec3278e3169db14f5745367d4f29af404e504452795272a0" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/faithful.json" -hash = "caae85b75316d1b87648eef1642e67020ac08ea87110dac0e3bf15c52ac720dd" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/fallout.json" -hash = "d3d061d1312ab5d3a4ad489a78747626744fb6c3743dc62cb74c813310e4d639" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/fantasy.json" -hash = "5a30fa5e2f3a912bac544a4964f682ca03a51e895b90ca302e311a558e23c9fc" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/festive.json" -hash = "fe5368eb3cbe17a85e280d6852e3446d1919c9798f0ac9de19b6d32820f0adf0" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/greek.json" -hash = "558fa96ab27798ba9b513cb06ae7a1fc2e25d08a9896462e94b3ac626fa5be53" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/halloween.json" -hash = "b2fbe9e194047c254192253125e333930699c6aa8963f6549346d350f8a458e6" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/live.json" -hash = "200d4cf8c5ff736c878feac8f314d09ea61c7a07d9386e7dbd0f41d73844118c" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/minecraft.json" -hash = "fb5b381456096ea7baa67402a2a5f82c1b0ccbb6ed3cd90ce9ee7bb5aa7321aa" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/minecraft_classic.json" -hash = "f3e1f7f70a61087211eb0796c5923b79c01e2ee23af24148b257694b32ba509e" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/n7.json" -hash = "809313b7fcebc7033743b1bfb4922f118e2b4ea2bfcef12e6ce1c92cc2b2597f" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/natural.json" -hash = "1caa6e86e0093063c696a9ae9cfe43ea01a704915373cd234a8f270b752adce3" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/norse.json" -hash = "a92022f0fc4a87741e1a28bdeabaa13aaf2346405618ce88d06bc3ec6eb9a514" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/pattern.json" -hash = "a6bf356e0f77687aec69bdece3a17f805f8f738250b39e268773aa37811b200e" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/plastic.json" -hash = "0cae638b7451fece20129c856cbbb6a9b48f98dfa1d8ac9dcda919cf5c7fd05b" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/ps4parity.json" -hash = "fc383d1375f2d4883f5d0486d2216f372e3ec71f87442ace7202332bbee3d0d0" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/steampunk.json" -hash = "206f9a655a0ec96b9314dff4a62a514e940e4857b69ae4d410b98259a3a96b48" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/super_cute.json" -hash = "cf4bdc0f6fb60b7dc2d0acbad5f92902ceb33b6add6bcb92a56980469eee7b61" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/super_mario.json" -hash = "52f404ebd60c9f6f7725dfaa3c0709a24c35376377f5fcddd2f9c82341f92605" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/trailer.json" -hash = "cf6c31d235f3cf29262c5065b0f93a1e677f064270567c6fffd245b5846b3651" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/vanillaplus.json" -hash = "3d38423011315a4fcae62636a168a5dc4d7113df8b67ce35e84438371b3eb41b" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resource_albums/vintage.json" -hash = "8344c374eae3a92669bbda015399f1e9c063da539c7e853eb63a13f375b1b66e" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/intro.json" -hash = "8c5566590c58d9cdffd4eed365e2354badca04e07912db2b923b84160c1c51c0" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/af_za.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ar_sa.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ca_es.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/cs_cz.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/da_dk.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/de_de.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/el_gr.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_au.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ca.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_gb.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_nz.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_pt.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ud.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_us.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/enp.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_es.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_mx.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fi_fi.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fr_fr.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/he_il.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/hu_hu.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/it_it.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ja_jp.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ko_kr.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/nl_nl.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/no_no.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pl_pl.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_br.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_pt.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ro_ro.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ru_ru.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sr_sp.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sv_se.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/tr_tr.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/uk_ua.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/vi_vn.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_cn.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_tw.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading.png" -hash = "7005196a8c4446f44d2c9044be5f8cf6cace1afde83f3702bc7d0bce4fb7e38f" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading1.png" -hash = "c797ed0959bee5a22f4289f2fb8c25b994b9a6e6caffa808d2fe6d363c349998" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading2.png" -hash = "ef45bbbe597e4b69d121327570f11f1408ed88dbdd624a491d51252df8cc2409" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading3.png" -hash = "3f6a7e313057c18ca80c09a310d45a10c64887ab355a388ba21560de23d692f5" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy_world_sizes/lang/en_us.json" -hash = "01c69199f2a7d0d63f38b67ebd222eb599b95561f3dd9064eea15aedcc414bd3" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/minecraft/lang/en_us.json" -hash = "e7ced9acb213b517915bcffbff6df231a1cc6f5ef1719812e75f61cc7972bc0c" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/pack.mcmeta" -hash = "0dfd1fdffe7955f4f543384b704805df7919b678d8066ab77ecf7e6372f085ad" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/pack.png" -hash = "ceb8eb65289969cc6357c186c6ca529560aae559decb13ae02b343c974d91fa6" -hash-format = "sha256" - -[[files]] -file = "config/modpack_defaults/servers.dat" -hash = "d082d6307f908d09fad1c0e429a978795e66ef42b923645150284eb8891e7f4c" -hash-format = "sha256" - -[[files]] -file = "mods/better-block-entities.pw.toml" -hash = "56ab33230daa33839c1aca1c6c71ffdda1e4794ebcbcb2bc15fcd51a6a44df99" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/bobby.pw.toml" -hash = "29be6fd74f960ca0d9e7015ebae1f83f629703bafa6bee8ab30e7504193ff24f" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/borderless-mining-updated.pw.toml" -hash = "a8ce02eed00f3aed3f53466a4b24cc1ec2ebafa23a85545f0788751a0a5a2b08" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/c2me-fabric.pw.toml" -hash = "88564dd444864a32710007583bf715a361e94ca72c99517ff5b98ef24d4649b4" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/configmanager.pw.toml" -hash = "448f56f00955f708d4d15ce3a9d94753516646bb2314fcad8c95e80b826eea2c" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/crash-assistant.pw.toml" -hash = "6ce63927ee36334ced0cfbeae2e885595c5a75ca0e39633d66b35a2904ee36eb" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/cull-fewer-leaves.pw.toml" -hash = "48b7006d6efb70e924d404d2c598b66f178ba04d04350172915bb7a41ecca9b1" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/dynamic-fps.pw.toml" -hash = "0b4721522ae8497677ff44178646d768863825d92e925ac93ab97c02f165c08c" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/entity-model-features.pw.toml" -hash = "dbbdc2eb0bd4c6082a4a47e5b37d894c4b4a294fd16ecd5329624e19c1e5388d" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/entityculling.pw.toml" -hash = "4f0b968b06bd349210ffefa44a236a73383206cdcd97b8942f02abdcab260a19" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/entitytexturefeatures.pw.toml" -hash = "93be568ffd5908e1991054d273d0d008204afe55a53714bff471719d32dcbb5d" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/fabric-api.pw.toml" -hash = "1b7dddabe21e51ddc2a0f1a304523089c4aa80dfe03d1921fdb6847a9a7f1065" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/fabric-language-kotlin.pw.toml" -hash = "e49f549eecbe502a3da6d731d6e28783631b14b0bba7bba9780a1075e7926776" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/ferrite-core.pw.toml" -hash = "069d81cab53c0141459ad4d70bcf3e10f17652f24cc62d3b4a0fc2cd2b700871" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/fzzy-config.pw.toml" -hash = "de954e56216772900768426c541731ec91d0c7bd1c5037ad2f6cc5552f87c635" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/globalpacks.pw.toml" -hash = "4054621ba956c149298aeddeb452272f9b9cab2fff6a525ca76e73a5321e10fc" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/immediatelyfast.pw.toml" -hash = "d9f54bcf75d036c25ebe636abb7ffa7c2d21c3601fec13b0fa2cc8916120affa" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/iris.pw.toml" -hash = "51fa2c64e9cf2d5558a2f1e575960a0a9f9f27f73486d0d679c2bc695eb11026" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/ixeris.pw.toml" -hash = "c9a661d4865d0ba5d2b6356141c6e7ad6246586aa5224d482c23bf309b6bdc3a" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/lambdynamiclights.pw.toml" -hash = "4f92d7d3335a217e874c93a624e2a2e781b4fa5bcc5e49f025259082f4fd920b" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/language-reload.pw.toml" -hash = "83ce6d277b02b2d55a9ad0d5a5900ef43562f4926e88a81b1ad904aeb63d5074" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/lithium.pw.toml" -hash = "ceed226223967ea3e7017aad327a069250c289c834766e1a3cd27c8d0ad52de1" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/moderner-beta.pw.toml" -hash = "34a2a4fa550f2bbd2c478ebae50667e84c52bb6cae2575922de606173df5001c" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/modernfix-mvus.pw.toml" -hash = "dc12b3aba319df85cefde7e6fb0e89e59399fa304a2bbfacf812fb240c06380b" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/ok-zoomer.pw.toml" -hash = "ac667c99c21f862aca6ce8c4857c6c8b444ee76178776279fd8f0ea9e639c5c5" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/plasmo-voice.pw.toml" -hash = "9aa45a4f63602e8c9c17812458284c4646d32b7a0cc789bde20ffa3e64c54ca5" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/resourcify.pw.toml" -hash = "b347f34e766d41c30223c28b79a48d750bad458a44644fd01b8e0b6f86cafaed" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/scalablelux.pw.toml" -hash = "645be5d20d755e83c986014b768abbf473d3bf31da5dcd197af63c8b200cc141" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/shuttfup.pw.toml" -hash = "f95ab7e06b357a98304108331fa9fdaefcf299bb99bd8256748444159f6f5128" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/simple-music-control.pw.toml" -hash = "e521f1b3cdd28fbc83bddf37287ff0d7f14087658795cd2d1b4dfb06ebc43a86" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/skyboxify.pw.toml" -hash = "b11c6298348f1482fe5c3157cced8d0e58e66404b2f3a38ef1177d1d1b89a3aa" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/sodium.pw.toml" -hash = "722007a08065b27337e39edbbdb6a34067bbbe523f36a968d9861b9714144368" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/vmp-fabric.pw.toml" -hash = "358710fa16b1f522d8a3e9e1bce2304666dae85ca7970d1a9bec683a32b7b424" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/yacl.pw.toml" -hash = "47909ee03f4addc160fcaf5dde8a1eb90cadbef00c94758695aea6fbad0162d7" -hash-format = "sha256" -metafile = true - -[[files]] -file = "mods/zfastnoise.pw.toml" -hash = "980de0ecfd4a25550d33bd0128114cd3293e7fdf378b931ae58dfaa62398b4a6" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resource_albums/alpha.json" -hash = "7b06cc1f7ac7f208a30ad77b139916c51368da941e9be178f140600fc51875c9" -hash-format = "sha256" - -[[files]] -file = "resource_albums/animated.json" -hash = "a52c4c835bd23b6eb2d853b1e1ab9e4f571119576b2cae49e5a4915f1e521f43" -hash-format = "sha256" - -[[files]] -file = "resource_albums/beta.json" -hash = "1552bc837cd18483a4440867c59c502bbf38c04d5d806bb73017d0fe277371fc" -hash-format = "sha256" - -[[files]] -file = "resource_albums/candy.json" -hash = "1225800a164ace1c98e9ede84bd7a9a0587add372025e3094d755999597384e8" -hash-format = "sha256" - -[[files]] -file = "resource_albums/caribbean.json" -hash = "52a88ecbb5ac8296751af2b140fc7c8d6884db2748e17a3c91c9ef07547dfcf2" -hash-format = "sha256" - -[[files]] -file = "resource_albums/cartoon.json" -hash = "2fbad4be5b13751287e0d9f016fbfa1b85758d34ebbbfb617e8fb3b2ee8442c6" -hash-format = "sha256" - -[[files]] -file = "resource_albums/chinese.json" -hash = "a603717b2d9559717cf015b9b6b6789a9dbc8de9b81a3f5997438f60f3f091bf" -hash-format = "sha256" - -[[files]] -file = "resource_albums/city.json" -hash = "fbe668a0016c775b69b78ceac058677ab87173a40eb2317439849f55f365626e" -hash-format = "sha256" - -[[files]] -file = "resource_albums/darkmode.json" -hash = "4ae2426207f29dcc2a785aa45d79f86fc2228b13a275aa4386d7566410aaf9c7" -hash-format = "sha256" - -[[files]] -file = "resource_albums/egyptian.json" -hash = "522ebb4d28dab5d4ec3278e3169db14f5745367d4f29af404e504452795272a0" -hash-format = "sha256" - -[[files]] -file = "resource_albums/faithful.json" -hash = "caae85b75316d1b87648eef1642e67020ac08ea87110dac0e3bf15c52ac720dd" -hash-format = "sha256" - -[[files]] -file = "resource_albums/fallout.json" -hash = "d3d061d1312ab5d3a4ad489a78747626744fb6c3743dc62cb74c813310e4d639" -hash-format = "sha256" - -[[files]] -file = "resource_albums/fantasy.json" -hash = "5a30fa5e2f3a912bac544a4964f682ca03a51e895b90ca302e311a558e23c9fc" -hash-format = "sha256" - -[[files]] -file = "resource_albums/festive.json" -hash = "fe5368eb3cbe17a85e280d6852e3446d1919c9798f0ac9de19b6d32820f0adf0" -hash-format = "sha256" - -[[files]] -file = "resource_albums/greek.json" -hash = "558fa96ab27798ba9b513cb06ae7a1fc2e25d08a9896462e94b3ac626fa5be53" -hash-format = "sha256" - -[[files]] -file = "resource_albums/halloween.json" -hash = "b2fbe9e194047c254192253125e333930699c6aa8963f6549346d350f8a458e6" -hash-format = "sha256" - -[[files]] -file = "resource_albums/live.json" -hash = "200d4cf8c5ff736c878feac8f314d09ea61c7a07d9386e7dbd0f41d73844118c" -hash-format = "sha256" - -[[files]] -file = "resource_albums/minecraft.json" -hash = "fb5b381456096ea7baa67402a2a5f82c1b0ccbb6ed3cd90ce9ee7bb5aa7321aa" -hash-format = "sha256" - -[[files]] -file = "resource_albums/minecraft_classic.json" -hash = "f3e1f7f70a61087211eb0796c5923b79c01e2ee23af24148b257694b32ba509e" -hash-format = "sha256" - -[[files]] -file = "resource_albums/n7.json" -hash = "809313b7fcebc7033743b1bfb4922f118e2b4ea2bfcef12e6ce1c92cc2b2597f" -hash-format = "sha256" - -[[files]] -file = "resource_albums/natural.json" -hash = "1caa6e86e0093063c696a9ae9cfe43ea01a704915373cd234a8f270b752adce3" -hash-format = "sha256" - -[[files]] -file = "resource_albums/norse.json" -hash = "a92022f0fc4a87741e1a28bdeabaa13aaf2346405618ce88d06bc3ec6eb9a514" -hash-format = "sha256" - -[[files]] -file = "resource_albums/pattern.json" -hash = "a6bf356e0f77687aec69bdece3a17f805f8f738250b39e268773aa37811b200e" -hash-format = "sha256" - -[[files]] -file = "resource_albums/plastic.json" -hash = "0cae638b7451fece20129c856cbbb6a9b48f98dfa1d8ac9dcda919cf5c7fd05b" -hash-format = "sha256" - -[[files]] -file = "resource_albums/ps4parity.json" -hash = "fc383d1375f2d4883f5d0486d2216f372e3ec71f87442ace7202332bbee3d0d0" -hash-format = "sha256" - -[[files]] -file = "resource_albums/steampunk.json" -hash = "206f9a655a0ec96b9314dff4a62a514e940e4857b69ae4d410b98259a3a96b48" -hash-format = "sha256" - -[[files]] -file = "resource_albums/super_cute.json" -hash = "cf4bdc0f6fb60b7dc2d0acbad5f92902ceb33b6add6bcb92a56980469eee7b61" -hash-format = "sha256" - -[[files]] -file = "resource_albums/super_mario.json" -hash = "52f404ebd60c9f6f7725dfaa3c0709a24c35376377f5fcddd2f9c82341f92605" -hash-format = "sha256" - -[[files]] -file = "resource_albums/trailer.json" -hash = "cf6c31d235f3cf29262c5065b0f93a1e677f064270567c6fffd245b5846b3651" -hash-format = "sha256" - -[[files]] -file = "resource_albums/vanillaplus.json" -hash = "3d38423011315a4fcae62636a168a5dc4d7113df8b67ce35e84438371b3eb41b" -hash-format = "sha256" - -[[files]] -file = "resource_albums/vintage.json" -hash = "8344c374eae3a92669bbda015399f1e9c063da539c7e853eb63a13f375b1b66e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/3d-crops.pw.toml" -hash = "82e610917524c6f1af58e102a1be333665ee9af1649477aae0546a30d1ae3114" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/af_za.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/ar_sa.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/ca_es.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/cs_cz.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/da_dk.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/de_de.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/el_gr.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/en_au.json" -hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/en_ca.json" -hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/en_gb.json" -hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/en_nz.json" -hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/en_pt.json" -hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/en_ud.json" -hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/en_us.json" -hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/enp.json" -hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/es_es.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/es_mx.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/fi_fi.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/fr_fr.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/he_il.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/hu_hu.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/it_it.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/ja_jp.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/ko_kr.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/nl_nl.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/no_no.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/pl_pl.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/pt_br.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/pt_pt.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/ro_ro.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/ru_ru.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/sr_sp.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/sv_se.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/tr_tr.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/uk_ua.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/vi_vn.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/zh_cn.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/assets/legacy/lang/zh_tw.json" -hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/pack.mcmeta" -hash = "0ae0c7acf8c25561ebf78ef116d67daa951a60710c76cfc5f858beae4d81905c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Clean World Loading/pack.png" -hash = "6d6c3e9c0401a3bd93ec89432412a5d40caf34a900d0a7a463ddce3ae66b4189" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/legacy/biome_overrides.json" -hash = "555e0c2a19775e22f50a13c0b5918c5baf708988f21cd40bf865f60d9ee03e42" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/chest_slot.png" -hash = "31bdf4309b23f3195bba9eb1afd3d55a28294796348b7e674c4a068663bd6756" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/feet_slot.png" -hash = "b7a3a1ee5cd63b26dd83391857cc32731acd3330407961c4e8b60260608e48f2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/head_slot.png" -hash = "7a4a2f71aba63137df9e35adaac8959451506ceb3940992d7b1f7936fbda6da7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/legs_slot.png" -hash = "939fa51cfed62b6a8f5eb9913e9a242be3cefcaf4515aa3de17c517681b09843" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/shield_slot.png" -hash = "4f4b7effaae3f0a6da5ca2721e296bfc6055285991334faec6c2188133f02963" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/brewing.png" -hash = "320121ba8cb5c2d2ecf6959cc622a8d42a42fd35ec890737aaf64adab93bca75" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/decoration.png" -hash = "a61f0781bcf269cab0f31f302f51f542052e0669d4dc7b37fcca231d551a522a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/misc.png" -hash = "2e9e5fe2f9fdb07c6099933422b4c408465d0d094a2867b4df98a48507441694" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/redstone_and_transport.png" -hash = "0a288c5d5ad0c4b957bd35a87e47c19739300f6acf05f773744e5d0a9fcf1f1f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/black_bed.json" -hash = "c8b547cccec4ab2b96a543f36b71109d8066c939b2b30699f167f8a25adc354f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/blue_bed.json" -hash = "d6b12266fa9b89facc539d0e4539fbc5aa95b02e03dc7c2c7d13446cdf3283f7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/brown_bed.json" -hash = "870d9b27509553a1fab74e3735d623f16418b42cd1b0e669c5bdc64c911b862c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/cyan_bed.json" -hash = "f8e455303c8996f5167a9692aeeaaf89c30b9ccdbd5cc15e2c61abe68c7376bc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/gray_bed.json" -hash = "bdc947c1485b9897a867063fd9fbcb6af5f254903420f1039fb419a85430bc57" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/green_bed.json" -hash = "9682879d81accc7d425c66acc4b0c7b03a72cf03ba7565b03f889b035a4c7996" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/light_blue_bed.json" -hash = "78008fa69431d41ae25ebdf67283e6134b7caf5ead0c88f03e5d8156b0202724" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/light_gray_bed.json" -hash = "075a3d2ed3de219cec4215c0b9e781bb2f17b0e756e05bf568418cca796def3b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/lime_bed.json" -hash = "16eee56ad06809a81e6f6c3e692f6337a2c10b4875db299715f8fa050f53c6da" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/magenta_bed.json" -hash = "d738acbc3a1dc02a7fe2255d8493a407f78c58cb347b121afff9e96df5d919da" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/orange_bed.json" -hash = "1238e79178f80f51515086a50a3197347fa5c421ff655df853debdc6da206bf8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/pink_bed.json" -hash = "06a5c437f8f7e6a0e91eb2ba9a7b0379c46058676c09a386d1f9d06c568b9e57" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/purple_bed.json" -hash = "9de808f90d6a8cd632cbdfa7fe4093704db1e311fc7e92f5d41f03455b21384e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/red_bed.json" -hash = "c67ccb885145dca53d3ae17c4a8e7b31dbfb9f1bffa797381c60c03bdad3aa3c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/white_bed.json" -hash = "8d939400989b8b5660000cd1b12e2feaa3b7c53728961c39d4712b91d3ede6ff" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/yellow_bed.json" -hash = "e1ef03aac29480cd7cba756998ea8b89af4f3015825fa3e7c0632bb17f0d16c5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/brewing_stand.json" -hash = "93de716c3c8129c038cebcaf367300ae8b2f848a71e0bf5b9338aabb4040cd03" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/cocoa_stage2.json" -hash = "0f51343872ac3cb87ba08eb7acac73a624af057aedacfbd04102e7a15ba44303" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/spawner.json" -hash = "6b65e9b1a30041ceaac73371b578f407b66d977ef160d1f67a008d213fc44702" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/sugar_cane.json" -hash = "66e755e46dd8af8c2c08d04db2ed9b5ae0c6859f5a94c2e90af3ae49c42e8d28" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_four_turtle_eggs.json" -hash = "e83544fe52faa65d9b754d6afcf87ec25b12ba970a7805ea58c7066d7d677a7b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_three_turtle_eggs.json" -hash = "8149091e74049be8fb9bb58ecdb9980b0db685b6665d67edc5565c3eed3d9e31" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_turtle_egg.json" -hash = "ef53e729137bce46ac423013ddc466c271606cdc0c535597ea1150ac6cedd272" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_two_turtle_eggs.json" -hash = "7941fab9a5da01aa14f73ccf1d4cf889784cb09979ab4708cb77b0f869b7bef3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/black_bed.json" -hash = "18a15181fc4038bf1947a033faad9906ebe3a9f4c3176c5caf40e11ad257567c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/blue_bed.json" -hash = "e1346257894244bab0f2ec84f58440a10933c0760b4305028747875d20d43516" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/brown_bed.json" -hash = "cab968eed3a25946faca535d312db1200e991692cd6c60eee1f8947963788e7b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/cyan_bed.json" -hash = "d7e244ad01982aafb7c8c664bd3f895032f380369e1c711a419df679d1e9fa68" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/gray_bed.json" -hash = "e7fd8b84b4da99a9447c4ca04078cf9700f58e63699999e089f9524604dfc2dd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/green_bed.json" -hash = "db12492c2126e6d8ddd6b118d3c0f7cff8e22b41694414bc2a47ad1005598c52" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/light_blue_bed.json" -hash = "993f6b7bc9eba548a8c967bf1d6b3ef7d2d630beb5d3bc1eb494acf9f4928448" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/light_gray_bed.json" -hash = "efcdc1b0013db5fa941ed3ffa0c6b60d24472125f7ebd88b016c6ec400982e8c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/lime_bed.json" -hash = "15d52e5376dd440473dc2965f9f6c3fb9bab9674102395d10d6dc6410706de2c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/magenta_bed.json" -hash = "39ebc7a689e8d942948c92877d76940b7cc4bdfffd8926711ac42596cb89c8ad" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/orange_bed.json" -hash = "24266d9f8bcd4c9e0c776b34102927942572cecc538aa7f195be53be42edd771" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/pink_bed.json" -hash = "00a83deab17f10ee064923365958a942b81dc060014705d9b3c8084cdbd8f160" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/purple_bed.json" -hash = "a750f5c0b9eca690c973435d9a19c9dfcf3ec949a0801dbf2f28ffd4e9f85b06" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/red_bed.json" -hash = "7edf6457d613a3cf4190aff3830c537bd017c5cfdfcf8b1947877017467e7d4a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/white_bed.json" -hash = "1105b23b79743fd2f31d40d4a593a7b87186fd1ff0c3ffb3e60af46bd681419b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/yellow_bed.json" -hash = "de313637e3dc4c34ae9bdcaaf8265fc4d10cda611fdb47bf46fa3af1351643ff" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/barrel_bottom.png" -hash = "bf3b36b6f154dcb3152c495bed20e741b48f5a5740c694e01b5dd67fce73b57b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/black_shulker_box.png" -hash = "2005e4f2bdb10ea58f10b9d2bf8fddebeaae8836b4486214589ee400582a1e1f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/black_stained_glass_pane_top.png" -hash = "56c365dedc955b696283de77341c6c3bb03bcc7af1f6b05d8c66fe91a4affcf3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta" -hash = "a1d4171d971c3a7b3202d9aa67062f643f579443a71cc92efe38f1acd8990f03" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blue_shulker_box.png" -hash = "016230227eeca302d7e794a7ecf5f76becb099fca1d7fa74b7d96222c9b3c2b2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blue_stained_glass.png" -hash = "0416e4a8c66f89b9394a8be3f5470e6bf8b232bdd26147b5a107eb7764a61676" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blue_stained_glass_pane_top.png" -hash = "98d37f5b0702444e1c8fe02261f5bdbca7496ac2ae123445475a6424fb824880" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brewing_stand.png" -hash = "b5c836c61057fba6199de182d8f8092d5787c0c5ee6e710dde43e996f0f3c8a6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brewing_stand_base.png" -hash = "498010af940a184fce56d9c8df1755a491a7806b64b90dc9214480d14149cd7c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brown_shulker_box.png" -hash = "159b97cfb4c144bb5eee08a45dc8b4ca4a2b09da4c2196bcf9718c1432cae104" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brown_stained_glass_pane_top.png" -hash = "cc4ff2cea45bbf1ee34313cec27707f787fd47263d1dbfecea9dd3d81e6f0d2e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/bubble_coral_block.png" -hash = "ec5b02421d7103f911595c1a50ecf5fac07aa10cb8d21a4b165d26267a03f735" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cactus_side.png" -hash = "cf4356a2f941fa9b869f97a831fe9b7686535402815bc8e257a89b3347b7e6f5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/carrots_stage3.png" -hash = "d1a958e0ecf04ed0dd871fc060f8b5585ffa6af929d6f80799ffa132c2db7bbb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_side1.png" -hash = "c7120e5d5e4ad7d30d39282e282f5c0d1aebcfd9f43b3622734ecf44212e1a84" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_side2.png" -hash = "1a0f3b1147860c65732dc6cf9b838f8cbba194edfcae39c57365bd00a44b5f42" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_side3.png" -hash = "0a06777552638d9a2eeef4f5ec4e0d02d58d7dc5de8faa5a893f8c3c246230a0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_top.png" -hash = "34f047fc83edcd4fe679244bc3490750df62e3384e7278be7ab4d2d102385d5d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/coal_ore.png" -hash = "a24553e4cb9cfe70aae48fdb19d8205736135551301dc9c16ecca842d8dd3ae3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cocoa_stage0.png" -hash = "6c6c894b25dad9f54c198ef8aec0fad480fd2d593c81810a69fc7b4a36cfbb33" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cocoa_stage1.png" -hash = "9c369c3b6905c176aab1ca617438ef9ffa6be3e2d8eed506f500edb0b65a318b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cocoa_stage2.png" -hash = "75d96d4e5390d26ce935064e32bd8e23819d0f3121d4da637c27a8b27663a855" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/comparator_on.png" -hash = "7e9dc96ead85f8b31d90f4b1fd58d2ad05d9b5afc0aa5bbeda66a19fb22521bb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/copper_ore.png" -hash = "3b102154c38a9cacb5f545b5102e2c09ec20e12830e6dfe5db88bdfd658b95f3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/crafting_table_front.png" -hash = "e061c824f62823f08aa42dfc6bbfbf00d43c0ada3c95b9d2c387986eb2ae5ef6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/crafting_table_side.png" -hash = "ea86aa4c746dbd809d005778fadde050020f35dab5d293f3f446cab4c7154584" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/crafting_table_top.png" -hash = "a0ee3df5370ba04b97b7894a871f84ee2e1b9f2e1e9a290a8402d8b87ac18dd9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cyan_shulker_box.png" -hash = "94c3915d1c4f7c723d47e68f189b60c60a015a9df9ea2492b24484ef5ea868d8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png" -hash = "4615f57edb11f58726f7cfe8d1db598432050aa7c47e5a18008ddf91cd80350d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/dark_oak_log_top.png" -hash = "4c14e602e9cca890046b0af78a2310527a8a0341f22a2d8b2fdb8d104c82c350" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/diamond_ore.png" -hash = "2ef421308b678d2225aef41affc087ae512a81213a24a98cf456dbe231884122" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/diorite.png" -hash = "d0ba8729e3428c0c84540bfad76516cf5c514f262fd403085ec4615644772b13" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/emerald_block.png" -hash = "4b12c3a046e04506a84bba48e9ae3b45f968518535762e0ad0644b143de06a1e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/emerald_ore.png" -hash = "4b67bad7d39643dd712b06d74437aaa17b63bf9cbb77e7dd7a037e352f2407dc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/end_portal_frame_side.png" -hash = "1391342868b416a693b5da0071fd7739745e069d485275d601019ca21e7e4769" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/end_rod.png" -hash = "2089c89b745e24048ae936c8d716beac37ee942d0ff27a0f1ddfedb2f25854c4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/fire_coral_block.png" -hash = "7d6e33a697936e7fac08d55e358962576b9513ae53347e6f23a28775e10a1571" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/glass_pane_top.png" -hash = "f8988e4292e308df7af3c29e8ee10470c6f5201f5b902e9c9a7ea05cc3a109c5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/glow_item_frame.png" -hash = "00ffdaa681e105a106dd9d0c8702d8da7c315133bea97b0e7cfdf5050a049b7a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/gold_ore.png" -hash = "5253e5a8ea32739a5c8cb1d844f0e46c8c85641f77c3d07dcc03645e2914dd1f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/gray_shulker_box.png" -hash = "ef816c40a7dcd2ce4417031437e1ac7fe1f43d36f6956dcc1f80141b133e2bcc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/gray_stained_glass_pane_top.png" -hash = "c2b7eed4ff372301fcea4d458b4afa03c851eabe044009e8e481134d5cb18eb8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/green_shulker_box.png" -hash = "c13af77339979a36b3e857ba501e0c3915a70029e09553bc9b8d8b3757969369" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/green_stained_glass_pane_top.png" -hash = "bbe95df654c8b5c822b4dc698006efbd6c4d8efc9d002c4a6d3b85a86d9643b0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/iron_door_top.png" -hash = "37448d7096ba20959fca81d53bb47c24d508950fb7ead0b9ee085af3daccc6b3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/iron_ore.png" -hash = "72fb64f5a1c7ef0c356b1510b84174576d8cca5ae1de3bb9fa41e3dd1a7a2719" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/item_frame.png" -hash = "81af3024beeeb049296b2ea838d2fa03cbc775d02bd66fa8a336f0667a985bc5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/kelp.png.mcmeta" -hash = "e4b5cce019fc5a41d76dd2a70b5ab4ee447468b92b699c211a2dc85ab5a94bce" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/kelp_plant.png.mcmeta" -hash = "e4b5cce019fc5a41d76dd2a70b5ab4ee447468b92b699c211a2dc85ab5a94bce" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lapis_ore.png" -hash = "f85afc08c133c664a39f1526da82b4627960d1d460982185b1a6e1d4eebda312" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lectern_base.png" -hash = "35093cbd56a0a22bb3d3a31976142e481e8c40830b84e2cb0aa2180b68366994" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_blue_shulker_box.png" -hash = "36d569a92275d0f6048588c9e3d7c882ae8b28fe180786a7d0a5038526ed4be0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png" -hash = "99ea8dfa466fef2206e327e1d737cdeaff0f4f5c095c49e821541aea46ae9f8f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_gray_shulker_box.png" -hash = "846b88d8264be8bcf1fb68f75bea62aad3a5396a5bc188bfc63a9d068cd5cf3b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png" -hash = "c03d83bcbbab4bebea35d6a9708a1c1a4ad49069b07dbc295b30c992d3fc4d0d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lime_shulker_box.png" -hash = "e8623ceb5d4438bd1bb8e5d8791959690ac416e4b96c589aff40ba099c83b5e7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lime_stained_glass_pane_top.png" -hash = "0bce29887ecd15ff8627078419b4edecaa306f8a259f4d393faefcad34f6e9ab" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/magenta_shulker_box.png" -hash = "45fb852aac541153b2db6cb381c93f5443883f1116586841568e3d0930641b6e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png" -hash = "6f7b9c5fd7028e6319236505da1bd7f8c48ea79b5cb175a8b7302d4c71150099" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/nether_bricks.png" -hash = "4303bf4e635cb2b2812725624d78c8242f6c9d9248acab94cd2ef84787a8db3a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/nether_wart_block.png" -hash = "5d6848013346fd5d0edf5eb363b9088a611ae268e9ecc39ccfdb3179d46bc719" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/oak_door_bottom.png" -hash = "9ccb7b1c34b3220e97ac3ab5e3641676aa11ff562eab3f0d145721cdb309562f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/oak_door_top.png" -hash = "198c14cc194ce97f35a72fb66657cb4f2d071d00bf09cb2d074c81fb4ccd99ec" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/observer_back_on.png" -hash = "596ad1b5f13340dd490a174f6331e2c574eda577233a4ce40bdf268c38a05986" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/orange_shulker_box.png" -hash = "9c244f7c4a1eca4b94104e07cb09c938fe8453faf31ca377bea1f3c2d84acc9a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/orange_stained_glass_pane_top.png" -hash = "1e015cd2d2703743a65bc3a474d82326e1136c5c9a3e0fb4c6b242c22595225b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/pink_shulker_box.png" -hash = "2b19d24a35042bf2d1a7ca0f98ffe3a0bfc1a2e205a4b5514583461fdc693358" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/pink_stained_glass_pane_top.png" -hash = "ad2c1785faaf9a9ac1508e75157b0dc3acd2bb7f770d057cc93225f19efa4e34" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/pumpkin_top.png" -hash = "210b14db3412d76e868025fe4255f523681b926c8ff3735f33ff0cbf847ae674" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purple_glazed_terracotta.png" -hash = "2e7a1c4e7eedfa3b7b0b969c13f59f79c4c8d4e9e6ffefb78ea8b4640216f728" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purple_shulker_box.png" -hash = "980ba3776fd9ea3d34b7b482787ec3a4102aa3cd67e8155cb9303174e4ffd6fe" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purple_stained_glass_pane_top.png" -hash = "d210a9d0db7f8b4dc2bd068ceb0be7a7e7b35768da9e1aee4463ea14ec7f01e2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purpur_pillar_top.png" -hash = "f2a28d37c6a92959ab2529997dd7d54269e0808cc8614fd12d5d4bf0686238ba" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/quartz_block_bottom.png" -hash = "99da01fae2c0a8980730fcb30d3881a94649ec51445cb9c8283ad35851ac5ebd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/quartz_block_side.png" -hash = "0c6920f4a66c2b6f6982f37a64e62549f760955085664a96d04d7f9b1005cd2c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/quartz_block_top.png" -hash = "b6c62bad4bdba807be61e988584ead942f1c1b217d8c5c8e4ed4532b00d02434" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/red_shulker_box.png" -hash = "74e7f34267f139a749d0cee9d324af500b9488cf71fae617d72846698343dc1b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/red_stained_glass.png" -hash = "70066502228f5e5d7295f46488e9ff4290b7aa4dda917a9686e43279ce1087c7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/red_stained_glass_pane_top.png" -hash = "2d2d1fbce4e1d08b7afc1d5852c343378d63cdb8729f1def79343cd10923d246" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/redstone_ore.png" -hash = "742b6a5bad43ec8875f3861ee713ca32a57a1a257c7fefecf981c0355615248f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/scaffolding_bottom.png" -hash = "2c9d412c7496703af46c5702599264f54923ef4ff9681a98371a83c6bfb87dca" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/scaffolding_side.png" -hash = "c9c28e6ce969d1544222c15c9fa9c72bbf1590d526c3a0bb848f150c0777ffca" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/scaffolding_top.png" -hash = "ebea0698fa56c2aa6305ff7bbd45f5f9e5ac69599741447907f39d69a1e6736e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/seagrass.png" -hash = "c08cac62e0db29148ec6a93cb26195a9b44f3075565e036f5ba10e22dee4236e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/seagrass.png.mcmeta" -hash = "96fb720f1febe8db48fd5355c86415d56fee94761caa712bf0dee8caaedd0b97" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/shulker_box.png" -hash = "15dc25ce188da2a7300fa0f2168af6ba3c6303f949ebe1c2da13167c2b3732b1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/smoker_bottom.png" -hash = "a6b105ab15b4a4883366a86416b4cfd99554e7284ac08c918abfb5623ccd527d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/smoker_front_on.png.mcmeta" -hash = "a1d4171d971c3a7b3202d9aa67062f643f579443a71cc92efe38f1acd8990f03" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/spruce_planks.png" -hash = "7655540d0c6259e688058be41ccfe44737d6e67094bcfa5b3c6faea374dccd5e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/stripped_dark_oak_log.png" -hash = "66061af79c765d961ac10aa66a43637eded090211b785d39f2a2d94405596a81" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/stripped_spruce_log.png" -hash = "390c776477c79e5f8eb04ac6afd1a906a85c36f0708947210ce4bad4a4978d29" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_bottom.png" -hash = "b9a2a93acdd2e7f5f5e2fdcf87f4efd6701ab6eb0e66606ca9d3570e4155d270" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta" -hash = "4c0be797667ed99c0e44e70ad3f7329f6e8a39d9768ba20f8966beb53e0ab317" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_top.png" -hash = "c4037172ca2836e8e18b2c708d2fbde1dbfb4b8f167d1c37a51bc2083185f162" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta" -hash = "4c0be797667ed99c0e44e70ad3f7329f6e8a39d9768ba20f8966beb53e0ab317" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_flow.png" -hash = "58b39713332fff4feb9e3f233ad550de906648e7f7571e255bae1984f6717610" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_flow.png.mcmeta" -hash = "802acdb8f55f30146d5ed18414b21ba35650d4e550f81825ea104131c12dc4fc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_still.png" -hash = "07a2732075ec93f56e79c5888de94d13b872e8304c69889ca4b43ca957380857" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_still.png.mcmeta" -hash = "e9b8025fde1b09b0a4d2a38427b04f98f28a593045be6d177eb2b29164c872b0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/white_shulker_box.png" -hash = "f850c62604dd344514d8c0d338faed17ef6262461024ceab3c7c344e464b5d94" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/white_stained_glass_pane_top.png" -hash = "d653887fb4c1a1aa300a8550403d086359bedd291155f4ea4f227b93d0adfafc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/yellow_shulker_box.png" -hash = "3970cd5dbfda77e983091f155c399508c1f957e110132f118454c0c0b2560a16" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png" -hash = "47254e1dcbf6d39436db7828a4f64784b1cb6c8a42a33e2bf33974675e096e0f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/player/slim/alex.png" -hash = "020e3703fe0b0568a244a6ae98d85b28d6b75586ddb32dcdc254a7f33d2b9f4b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/player/wide/steve.png" -hash = "b38da9382324be9530c02685aae1dc6f8cb0638df2fb7766fb2c465ea9af728d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/witch.png" -hash = "48a67e7f83254d26bda63e473d559400e48731804c98c44a6224f2a566bb94f6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/desert.png" -hash = "77b8eb907e4bcdfb88c3351295a926f8d5bacb24c300d869bd3b6efe43794d49" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/jungle.png" -hash = "437ad28a03731742ec1fbf7d9ae64d3622b8ce55b552b8d8a221fe0d32ce4e56" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/plains.png" -hash = "6fce4840b58beba721df022ab44f0dca56c6b1bf3c53fb4e76f5e126fe9b32b1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/savanna.png" -hash = "7d26f7a0c71a3ef0588511efae07b8be1c11b939ee8a81f49a126f4c42ce8685" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/snow.png" -hash = "77bb1b574c9754156ab02c14591fd83d96d2a6c73acf038138a6d71fbff3e4d4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/container/inventory/effect_background_large.png" -hash = "9778af7d6664951a0a396c36fc9d71ddf61db58af37714400cf5fb35f2003580" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/container/inventory/effect_background_small.png" -hash = "1d671be9ef8a8ec785615127ac12277dd4bad07df7608ab1075481a7f8c6fad6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/hud/effect_background.png" -hash = "6c6970316160d97395dd75e13db15097a1d34364f330b7cf06323b0ab26382d7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/hud/effect_background_ambient.png" -hash = "03d0e503fa44886a0182868677a17f0f71ed2d810406df15cdd214cf125baa94" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/toast/advancement.png" -hash = "149d56a0129c5f2e4c4bf9dd473ef85df0416c251dda4903549113ee997780b1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/toast/recipe.png" -hash = "74240d6adc43d73608e6154668e6052cef440a737679edc3b7d352fd2e7a30e8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/toast/tutorial.png" -hash = "74240d6adc43d73608e6154668e6052cef440a737679edc3b7d352fd2e7a30e8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/beetroot_seeds.png" -hash = "780bf0aa2e2f5f6a36732f532b78315c51b6af7e0d46ad7794d136c2d61ffd05" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/black_bed.png" -hash = "43b49569858e0bebc43b78a6943e7792559a5cf015fad456a911b2c48c742a7a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/blue_bed.png" -hash = "dc1274e6619005f387b1c8e3dbf14d744db8d61383405c5e71b9e139ce639348" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/brown_bed.png" -hash = "f87b9e795fed85bfeff17d740ae045731dc302d644d42705897f412d8be4560d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/cake.png" -hash = "fab8940a950c89e67073b89fedcea004774e3e609026aad87cd742aa74307925" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/campfire.png" -hash = "83d232ed92001659cbb4b3e3acc6315421b1cdafe64ec7da1a596d614b417de3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/cyan_bed.png" -hash = "9ff93b3ee9254efdaa8b4a0af1e35b010cc6191af06b3f22bf4c498111c4dd2f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_axe.png" -hash = "15dab639b2ea14e217c8df393c400c885d9b84f0b4dfc5200480288bc0a67bb2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_boots.png" -hash = "5e0c35db5c609b65666c8e7cff746efc78224981ff591be5a6504498cef11854" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_helmet.png" -hash = "d6c1951b1ef3674d0303ceb16fe8092c9b54f396a2d54c30e8a0d627974f0cf1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_hoe.png" -hash = "8145c6e29e49bada5b1e2b2f7df12e566b0462162570e7ad7322e5d2c985deb4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_leggings.png" -hash = "f877c4e80c1d4f70bfcc9271f91fe13e684a61730f582f374ca5903d2fe3f6ed" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_pickaxe.png" -hash = "1a069b323f70ac43c828b06c027ec36f913e501f1783eba111bd0ca87b39fd1d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_shovel.png" -hash = "6f0b6b113c7d8218383d2bf8659aee39ce63c4260b586025dd5a8887276c8c1d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_sword.png" -hash = "ad4f86c05f30b4ef0ed225b1e6a1eaa9023cab3a54891fa480ef26030aaa06f6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/dried_kelp.png" -hash = "b9724c49515fefe72870e0a6178123ae5d151c941157824b2f882df870f2bda4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/emerald.png" -hash = "8a7bfe2e990ebdae515c1e3082b67779219875ba3938739351e9b91374851f68" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/filled_map_markings.png" -hash = "16f88919fa1dd7aaa93dbb88caba76dc65d4c3afadf90b2975350880b3bf802b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/golden_hoe.png" -hash = "015cd9c6a468e97cbd54e0dc3d8e16236c5954399edd0c3880e399cbe8b10935" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/golden_leggings.png" -hash = "a31590e62c86169d24d844d3e6e743b870862e30e405dff3a7766ed6148f9f23" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/golden_pickaxe.png" -hash = "a6a684b8feabc5ff5270931447d93bc14f34ad4582dd37de55300b53320ff081" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/gray_bed.png" -hash = "7ab7379cac140821761d4cb28288c719fe018e8528d2a0d24c7cf11328816a09" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/green_bed.png" -hash = "ce241f3f6f0d25f3aedbfda2f1935d6d40727ec2bf6da3fa1d1c2bdfa11fdea5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/item_frame.png" -hash = "123949100466b6a21e43c64ac4ad4bc2084ca9d056289a7388ba5a7dff3753ad" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/light_blue_bed.png" -hash = "d8507a6d4a4565d1d9a63238a5cdd2fd70445ed3abd787723e2251939c8a4b7c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/light_gray_bed.png" -hash = "b246e3e8fbc77fdf57b8f3c0b1e9c5fec13ac7139b22586c9f4e7c3646403569" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/lime_bed.png" -hash = "f003c036cb14b6527e6331fc1b0d303af0549589e71f72b56aef9668b82f89f6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/magenta_bed.png" -hash = "534f843a1de52dbf95f744aa03de43b00cc1ac772bfec01e2adee300e10f2b98" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/melon_seeds.png" -hash = "f2cb356a3b8f6272d5b4db4ff946509e9ed882d45c785ba4aebf3971e6a32c11" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/orange_bed.png" -hash = "49f5c101272154e8389a48658e27fa64e8d498e5363582972224e0beb249f1fa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/phantom_membrane.png" -hash = "bedad6fc84fb0e373ddb6805944be722a89a4e48151a3879cc75e0f54da11d4d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/pink_bed.png" -hash = "b85732aee2bcfd8ceda8f3c12333b7ae1c0c13049e41b6c799a5a3c6b0e9031b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/potion_overlay.png" -hash = "9943f55ac70f7189759579bd1299f5eb0a26fb26500f612f47407c558c898206" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/purple_bed.png" -hash = "c725b51f3df475a8d6213f1b968edbb5eb33927c33e2864131f3a36b7693029b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/red_bed.png" -hash = "a700cddb439523ae7f4839b399d5138c76910d5fa2bf1673fbdfdef7949e9eab" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/snowball.png" -hash = "94de9004832488dfdbfbab8566f8eea2c61efdb9dd9d3d90f9ea14d649b0d6bb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/splash_potion.png" -hash = "81f8099f8a045b23afd852b9d1384e9d6d15a8ae3c1e3f9f1b7ac086fcf4482d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/sugar_cane.png" -hash = "3c2490ac31547b2d3a1a4df313838cd2a1e79a3a8c062ee1edf3730c513f5f85" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/tipped_arrow_head.png" -hash = "d4b72de8b9d21d30eae6dbd34cd1bd492dfb35888801c3cf6b54d45b560b9135" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/white_bed.png" -hash = "5e5643cb6765646f5a0c3f434e70a76a4eb7c8930d56345aa03caf7e4ed57070" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/wooden_hoe.png" -hash = "59ec176b3327cf56ef4a33116576dad298e73015b3e96671797aac8dc06910a3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/wooden_pickaxe.png" -hash = "89eb023ffaee48b9ca5c1f53c668c4f11c9b6ce4be5e959ff34f0e9c3e387288" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/yellow_bed.png" -hash = "ac213f5e1f733b18cd5cce6ad6383b581db4b8362502a5f28b772c1bd3059ac9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/map/map_icons.png" -hash = "04be7c19ce4971b91449d21c77bcb2ea462e369b1fc346e0a62cf01a03dce5d3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/1.png" -hash = "97cb045f9505d597c3a9ca50a541ac13622ee5a3f78c495e506ae467d22bab75" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/2.png" -hash = "cab1318f2d606776768f0e805acb61bf3b9b3e2c4b2321884d1d479cbf0c1fea" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/3.png" -hash = "7c6f6ce681c8ab3ae2b1072fde98c7f1de35e659730c9a6e7e91ececa12bf490" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/4.png" -hash = "e962f4835f706ff0102ac5c4cc6516c2c8c47e07dc832831e1c2361c91b89390" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/1.png" -hash = "1d02bbb2f31b263a2e630f7e54a570cebf8a78a1d90785735a77b1cbf6725daa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/2.png" -hash = "837d3df7700b00ac39385a852383fb0d83a335c9babba660809e06f9f1e36df7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/3.png" -hash = "11a83c10ec810050602db4718d5c40153c02f7a4a959a67cdcbb0ded8029bb04" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/4.png" -hash = "08997c97f6f64e9a805f8b32cc7f981c8275d88441e5b89d090dcd54961a71f7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/misc/enchanted_glint_entity.png" -hash = "23831803126a3b75e74deeb5a5e39df9a26c94872d20533f444eb5072b417fb5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/pack.mcmeta" -hash = "36c5f988594a10be449a0a125007c49edee2a45b227aa3559e97c015990e77be" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Hybrid Aspects/pack.png" -hash = "8802c885e4d689be9c85102ca3e4469ef2f6e382603a811bdc3b65fbcf76c0df" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_day.png" -hash = "a95f941fefec89f2ef53dec8a52fab1ea1e7add224336f64f894d5e451f1f16f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_day.png.mcmeta" -hash = "14972e242987e4be84336806bc1f08e61480110a1668718688def1be06787f1b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_night.png" -hash = "428a59bfc1afc46d53709632152f95bb1c2d236f8193155e9a7a1daa15d1082d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_night.png.mcmeta" -hash = "14972e242987e4be84336806bc1f08e61480110a1668718688def1be06787f1b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Legacy Panorama/pack.mcmeta" -hash = "1237eef6e823320ae41bc8740b794270635caeb79e1684a9342165dfc36a6ae5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Legacy Panorama/pack.png" -hash = "3d8b67e813ed44b9032a97d52da84d306468401d87179712fec81590b908acca" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Panorama/assets/legacy/textures/gui/title/panorama_day.png" -hash = "c05a44dfb2dcc9aed4b931713c55582689fcc061e9c2d535d819c913b12476c8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Panorama/assets/legacy/textures/gui/title/panorama_night.png" -hash = "f9820a5f20e05d5fc5d7b6ff582ab4e912217a3cfefc35a6c4a553a6f3b0a1cd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Panorama/pack.mcmeta" -hash = "6cbd382cd685ef462126162032d77e9c3e1aca1611281755e6c8f8e10646714f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Panorama/pack.png" -hash = "3d8b67e813ed44b9032a97d52da84d306468401d87179712fec81590b908acca" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/control_types.json" -hash = "bcf8b4b4b202e3730d0d5ff71535c7e0c4513b84ddc2e95d2a6d9dabcfab3935" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/default_11.json" -hash = "4d5969627e039e858e7877f920038e2667d86328bd078791927b894720ca7182" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/java.json" -hash = "41611dd458fc8d0a64f84b8480dc20f84afeb2f7f35b80105ac024f581e90872" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/java_hd.json" -hash = "daaa99fe783300abfbb26072a5d79ebb1cf2cd2e4b0947f6b325aa62b87a4803" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/java_sd.json" -hash = "8aa1c23b728a0f72fc7a1fad94deb4c16274bfba721b9f7be2c617502882683d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/mojangles_11.ttf" -hash = "144fc1afb4f265c606f710b7ad1613ad67614e68528a3f3d347114dffa929cc9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_3.json" -hash = "3bfa655d8c6c7dee4182c097c72542d216c7c5048e88faf912804f901c4a8c44" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_3_sd.json" -hash = "ff4eb780c355817da4bc5fc4ac4c905fbc68915824971270062d36b0a00f581b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_4.json" -hash = "142a7c8ceb11daccc0646d642f99de6c3dfed75cfe34fa4bc8d2c62d3df0db5c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_4_hd.json" -hash = "a1ad3cfba483bc4f17ad7f6c223afe3c466416c16d3374ab3e6ef8823279ac3e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_4_sd.json" -hash = "51f914b0c88b9cf717113c743eab052ba6d8c5fa13f1cec2b117475c424c9292" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_5.json" -hash = "71f9cbe8c6ce5874e498452fb0a2c58ce43dbeddc6f5bd52295426eecaa3233f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_5_hd.json" -hash = "7e596ed68d739fdf4ff93325f4bc2fae758f5949c9ef7f171c27ad288c0ae524" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_5_sd.json" -hash = "977b4ab2f649298ec8aaf51a6b609f3776c0ecccb7b9bd27d40c7514eb698d5a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_vita.json" -hash = "a5c1c2ad851f82aaf31f21852473e89bcbf0e0d875d02b9d638676505c4c12d3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/stadia.json" -hash = "ddf4400a2ee30953a30abb32dc845a98d6a0e5bc591ff97736a5df008368fef8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/stadia_hd.json" -hash = "3834e4f8a3f911c4f78b09972830284b6bf03bad418f03cc96693e93a5abab76" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/steam.json" -hash = "4098606a02e0ebbe211d03e631f4411f6331dfd96645abfdce0549268b6c2064" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/steam_hd.json" -hash = "4b3655a306962570a8a612dbea6e08a1ecd26a42b4ec935d5e4d513b4df76722" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/steam_sd.json" -hash = "67d0fd7855df9b180387253ceb3ef86d6a7927c7185fc85c2ec634eb7e6c49c0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/switch.json" -hash = "da2f0f3e06f2f91970c30dceed744058c7c854a67458b7f3b3f6a7ff625e2474" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/switch_hd.json" -hash = "a314a65aebaed5b695b6b35c281b231a312f8f44ab53514db4110aa6af05921f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/wii_u.json" -hash = "73e72aade96781cf7a24595a18915496b0718d71f3a1b1343d3183226a57e212" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_360.json" -hash = "ca420eaa6321f5ebc620a581ea5163005035125afeaeda3539460713fd6e9a3b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_360_hd.json" -hash = "8d288e91c1f1690561e36f53231e9bb7df882e668b7074a6b7dd54f0b5809244" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_360_sd.json" -hash = "a580d23599dbd19b582429af09807a706df1183eb88a10a3d08b024bc2ecf4f8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_one.json" -hash = "50d5b4f28530c3da55c550453244ec55eed25310d0ce32f6d348bbb6bdf82a57" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_one_hd.json" -hash = "bfe4eba46af9d01ff0f4fa8d9df22f3fe4368118a327f535e6d336de6b3ca9ae" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_one_sd.json" -hash = "d39889997a2695e087e05d4e1111677b0b665a91f76c802eef9cfb026e176aaf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/0_key.png" -hash = "8df8dc241419f6c21628356d5c277a3aed76e22fb12c58df17a1a0a4806ad007" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/0_key_pressed.png" -hash = "b20ebf051f7f8529eefd87d0063c6596bb8080d1bb258fae3ae872a8193d17bc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/1_key.png" -hash = "4ab305f68f171546e7237d269b5d685802ba2fec543ac806cb1c8ee49a712122" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/1_key_pressed.png" -hash = "c2f89f0dd23303d3d323be9af308fa1e76eed1a624326569dcd73b14c03ffa74" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/2_key.png" -hash = "e67b2f4c7b97e2c2bb33f3e488f92c95f9077b4b245e0f0fb1f0ceb9ee2a8186" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/2_key_pressed.png" -hash = "b5ae7ca0f20c695c42373689edc353b8a290d828cf322253ebc5f987e6092400" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/3_key.png" -hash = "9c214b844d77960917cff706a272e48d06c147eea256e7d848b4c3a838401506" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/3_key_pressed.png" -hash = "e41bd8a51245b224129a4c3bc2d8a430bc103a19dad97703c9e1642b6347817d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/4_key.png" -hash = "28f8064e506a6f60769216549af95fe1d161e06b18c1a90f4c2dc4ddb4f77fc0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/4_key_pressed.png" -hash = "443797abbe460dd4e6e7a803f3d87c0af6431ff443ad25bc38f49e92e5033745" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/5_key.png" -hash = "23aa96c568487c722e26eedc02e95f3cf24530349c6bb179293cedb9c4cc98ee" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/5_key_pressed.png" -hash = "e8b75afabafeb2b00816f29ad8d8cbb8559c7bfd2ee1c7ee627da9fabdde51d1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/6_key.png" -hash = "978c30c415025d21d1c1f81a2acb34a2df3d95abfb100559390d166cf20f3d1f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/6_key_pressed.png" -hash = "2c733f85abebd8ae3fd461f0710991761f69cefea9baf10535d994f35a04ca85" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/7_key.png" -hash = "35a7310acfafa76332fe0c390556e91efc5b6a4ee69eee0202c2adbc7dd10fab" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/7_key_pressed.png" -hash = "6ecf7453b067ac817518fcd02cbf2efeee218847f5c748d07ed7ee7f24a61a87" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/8_key.png" -hash = "ed71483d1a85da235ff1516c4ac0fa1d3acd3f360b9366b03060cdc1ae1d5184" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/8_key_pressed.png" -hash = "d2f07e88c14569437b96acaaddcfb042976edb8ea667e54236e4a6b31799b68e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/9_key.png" -hash = "6e29e43a1d00dbbb755128bb1548ce210ad2282c24527564b39b0ef1993df6e9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/9_key_pressed.png" -hash = "bfeb5fb21b5b7912cd895805fed155ddc3efda3f3d65542e0c32c2ba2ba5501d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/a_key.png" -hash = "21378df3eb4e0e0e503da71eff53248151f847ba0d91b51329318bb1eb764e06" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/a_key_pressed.png" -hash = "53ab308d11777f20026adbbe6cd136389162355217a384f63a2b37a1f2a34224" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/b_key.png" -hash = "a0b60ec2847dfa811cd6a35be51b7e2e852bb3a129685285f11cfbf00c2fd552" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/b_key_pressed.png" -hash = "67647c310d00c5bf5f5e2eb2a647c051c1cd2aaa9f20b826574068ae555779c2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backslash_key.png" -hash = "892ccdc6744c63d526ec7206a54b1f5976e3a91714caba492fa102fe3a86b4c5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backslash_key_pressed.png" -hash = "70c62d11e010b463bcee72bd56a0f4bdf7c24d58a88fbc48586930fba300409e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backspace_key.png" -hash = "c51c8bbf8cc95c247a59d4bd6963652af853e30a127e34ab91a239e333d686fd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backspace_key_pressed.png" -hash = "71c157acf9220121774b055690a8968c7ff51f8d6f613759126aa73f8abf8a6a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/c_key.png" -hash = "9108e82caa75b87dff2a9f9831bf2fdbaae7adb174ac36602117ce094c9bc753" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/c_key_pressed.png" -hash = "0f62a4a9b2b5f295d22ee0301567a83d7c7251ed084ae65ef1fa824983e5eed6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/caps_key.png" -hash = "2ef6ac95d1606e46a1b980207080e61b7d23da41613b9171fc1a6739561633d1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/caps_key_pressed.png" -hash = "340549a772f3b8a042b252ad0ab9a44d3b46dba0f6c9b88282491f9848d8f2cd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/comma_key.png" -hash = "95a785432b057f52957d71edd0470ec61e7425cf76efd2213209f691d5a75f99" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/comma_key_pressed.png" -hash = "31a15acd29ca88948014e927b5e6b10c1ee34163e7be17480d64293148169932" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/d_key.png" -hash = "41dcfd862125ad48ef2333949092a63806148af84096c3d9314677f0b847fd5d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/d_key_pressed.png" -hash = "b06a17c073985594d5dc7b981033ab577f207a519c0ca6e6ba2c543fa4b2ace8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/delete_key.png" -hash = "d3e2443132eabc742eb3bdd938a3d91263ce34122aecec7011e37da2fe1e10c0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/delete_key_pressed.png" -hash = "4f098057eda4a95ace2f267498e931925285613ed23943820c0be7e00b1e0987" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/down_key.png" -hash = "508b7c202e944851c70cf1069bb9656baba7dd44dd99fd6546cda432b8090f0c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/down_key_pressed.png" -hash = "369176f26207db5277f52d8a10672be809ab9c76fe6682ce0e9408e6b8574642" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/e_key.png" -hash = "a4594d1d758437589f76bad9bdbde739d757c73ff13ae19fa6bff2614709b6fb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/e_key_pressed.png" -hash = "e0c8fc054964fa7cce247d7f4f7fd6f2c1cf548ea869c64370e02a2ed81a12ef" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/end_key.png" -hash = "7578d768da9ace27c5e72a3361ee213520b95f5db65a8c5742b85785da2cc96c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/end_key_pressed.png" -hash = "d2cda93b8ddff4e1fab8ea53810847f76e43dbf3b78202ce9bf5d3eb2f7c2be5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/enter_key.png" -hash = "1c59512aeb3f6dc471ca632bd2a135a81d199ec237c1c6c768cf42983bdb46e4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/enter_key_pressed.png" -hash = "158bc5995d82e95b77c6fc12b5f2fa22603107e5ea469aca97109cf1b882aef9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/equals_key.png" -hash = "2e8ced71399c003fb327b204afb60e03fc857297ced809bf3bef176b33199a59" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/equals_key_pressed.png" -hash = "d242d8805ff0e7e4d349e287de852b046160e56a4dd5ce57b25ade10c36fba4b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/esc_key.png" -hash = "7c7c18e96812fcb6bce0eedbbb277d522a9fb0f7d684f68452defb028c249b34" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/esc_key_pressed.png" -hash = "7031f382d8e9f277a4f38df49a3b56662f31ffa7b129554b9f4196af736631d0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f10_key.png" -hash = "3b569b33e7b4511a76304fea0e41dc1dc679cbcfb08c9f8443aee851ded65e88" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f10_key_pressed.png" -hash = "fe2906802a6cb34c8b45f3c2c87f958c12481f54e4f152a397600f9ac7ffad15" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f11_key.png" -hash = "485b951b4e9067a6b80de04caafb66ee091309628dd06bafa3ddd5cc75f238e6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f11_key_pressed.png" -hash = "528b7c8e3ae500a9f47038d3efca3b095014386f356d20f0cb055109a63f9837" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f12_key.png" -hash = "71801b0b5a5460d79c239e3e0619edcb326322f072970b88a5242e6b245bd769" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f12_key_pressed.png" -hash = "9ab6aeadb069cf25c39c84f880f9c3f35aab1646fb258dd00e630ad1b1564a17" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f1_key.png" -hash = "a0034a81251dfb4c78d162af1546c3d504d4b30c4293164d5d0d97011f1286bc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f1_key_pressed.png" -hash = "16cbabdcb9d752a27685ca9916dc3659eb6bb39a5499b7edeb9ca0c4b49feaea" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f2_key.png" -hash = "a701f4cbbbc612e15f6d90d1ef53635e126bf44e80b217f1a7dc9c4b08d1c5fd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f2_key_pressed.png" -hash = "4fd709de2c7befe503d140548080cdeb1939d4d8469cc9135e0ae575b3b60010" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f3_key.png" -hash = "769f0e309e48ff72c4109b92aa356be7c064dde232bc2ba246f405147dd7c443" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f3_key_pressed.png" -hash = "33b58700c8aacd72742a20bcf75681c6143676b6f51ad31f7e03527bd11b1138" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f4_key.png" -hash = "5d7dd94a4ef65062fff920f811fdcfb795867e4fdfd932bf7bfbf3fc3b47d5d1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f4_key_pressed.png" -hash = "a23c7da8f37fa71671022c5e21263ca804857963e2014a08f539721ca00a055b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f5_key.png" -hash = "6b224f57e74ae2197c16095f5625542faa6d97b97c81a639f1f332b761cd5d52" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f5_key_pressed.png" -hash = "20d52df9b269e9bf641455402b40a27b15feb7dfd06e1cdcd13313da1b546b0d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f6_key.png" -hash = "20558757a30dac377af1a438bba3b4e6788c2391876097bc871aaff2fa059f53" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f6_key_pressed.png" -hash = "f3da97792cd19f724735599ef298eca50f40a7e97fc9a26bd7dde39a4f25491a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f7_key.png" -hash = "cba9aa4b01739f2f036e2a43a5e0942841ed58dedaa50fd8029986ea04a48880" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f7_key_pressed.png" -hash = "9c4da2d3d89f36a34b3bb00645340a25d8b1b86ed798012d68c057f6403d3005" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f8_key.png" -hash = "3a748a7920ff7f608d7b645a5e19ffc3ca3fa24731e3772bb32e154043d3e666" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f8_key_pressed.png" -hash = "6ea1e4e0a7a1324883d2ad119c5ccf13c1e4db6867fac4b244db75b14c58dec1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f9_key.png" -hash = "54b9635aa9087b2f4dbfc9b749150fce43d886baef44ad06761bceab512e6e80" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f9_key_pressed.png" -hash = "8708fb7ad3ccdc4845fac8d69dd1729e5e8f68175d962d2c46450ed293394458" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f_key.png" -hash = "c277360bd97b23fce497e752b9bba7f2931364a9e12ffad5c11c1c0012b3e7d9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f_key_pressed.png" -hash = "782bcccfbb9420165bc013f2c79395a2b331be043edfc4f587d1bcab51dd2d69" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/g_key.png" -hash = "2c9166f98f752d43ae153ebb6e775e62e504b4bfd374237740ce66e31d39a4d7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/g_key_pressed.png" -hash = "8cebf0bab085c56e8681e2e30c6a51a7fb966ac15e2f6d18ff05a23199ad8955" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/grave_key.png" -hash = "c27e137de7f0fc3d16193fa112e74f9444c84f06a1cd06d09df400e3b518a932" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/grave_key_pressed.png" -hash = "dee7ad2f85512a9fce96df30527a41922c223d1b9f89d59b4efda109997e6648" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/h_key.png" -hash = "38142182a69dc19ab44156a1abc92388df7561b1a0a56714f264a99cd73403ae" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/h_key_pressed.png" -hash = "257c2171c1ae015386359a24c3e3c17b27fa1ca8ba1cf9ac91b7d6602e71562f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/0_key.png" -hash = "986e34668f3b12c2b59cc00d0e13ba0e0d074b1b42f15590a999d0971898486b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/0_key_pressed.png" -hash = "f076ae791b58e75db410f7211d3228c75c614da6952db823e349e4a395935fde" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/1_key.png" -hash = "313d31c26fbcf1011603104212ac4ce7cc51eea7cb68a4c3953dcc75b54edc4f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/1_key_pressed.png" -hash = "0fbc26f511ea9c5b5a34581bf03cf2380d500747449b20b9cf7b09fdc8b44954" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/2_key.png" -hash = "54658ef4b92072abb3b7b0210365ad2e890a4605671ea3b94db602072efdc8ae" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/2_key_pressed.png" -hash = "7776ec8800c728ac3feeb90c2b2bc8d4567e3ba275d59aa4179c43287a2be9c8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/3_key.png" -hash = "298004bfbb6326c563026c21c4126313e8ec753ac689e720b239c883ebfeb32f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/3_key_pressed.png" -hash = "ddf430a84318e965485f2dcc10a6dac4d22d863a7b89addfd2b6ab4dbd127f8e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/4_key.png" -hash = "263276fb333fd752d8a1bcb84d7cfad42f2ba2073ce4062910c09f233643a62c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/4_key_pressed.png" -hash = "bcbc91203e380eaac06d765fdcf5fd542c11be58e80ba5109baf7412674152e2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/5_key.png" -hash = "285912cc9736ac7e4f0d6e4083815c4e77b54f04a43eadd742e937badfb35046" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/5_key_pressed.png" -hash = "fd6fd6498f8df799fffe6174b90d01e326d72d1716f1ecacd113ae12606a7e95" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/6_key.png" -hash = "a8f22088826d5744ef56b8a9d64a256353aa5218c7f18c77578209bf09dcaab6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/6_key_pressed.png" -hash = "8a208399ec122f6d10f06d83a07414896ba4249456fe8159e8c0043ff371ab8c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/7_key.png" -hash = "3fae494c89e5729f3979a1df196112dd52d8a8b8b9e268f11e12190abdd5765c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/7_key_pressed.png" -hash = "ced1f99756d80ffeff88e6f278a1b3162641f6f765fe91f6faf5c8906a4f27b0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/8_key.png" -hash = "cf72dddd5c9b5c9b1993aff310c7fc3d8dbe5d972a6bc3d377060ba8c0a7f85d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/8_key_pressed.png" -hash = "27efd514438a418e7eccc2871ee6184e45b82f755567b7c08c3fc10883aad523" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/9_key.png" -hash = "fc85c041d759884dda4ff21224bbc62b70e142b11661805a5a4ef83fa97648ae" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/9_key_pressed.png" -hash = "01652318066c7454e35f710d34e52f482c51da735254c8db3fab2e62124923a0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/a_key.png" -hash = "3a6b8dcabf837336059e92791979710a86691ab1242991c749b09cfe61161a76" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/a_key_pressed.png" -hash = "59b65d1180848bf312f66913458f8db92e3d4093a421ce6ce1228c0412aa018b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/b_key.png" -hash = "3f586f4cc7c0a7535f0d8d376fd92db2cac6c7bdc8b03d274e62dd035688ae24" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/b_key_pressed.png" -hash = "0cfe5441bff7cc262631d0de6023dff99bc0723696789f6a6415165d1a749330" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backslash_key.png" -hash = "f4a736e41258becde18fded0e0190745031138a99e2b0d415aacb8e708cd73e7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backslash_key_pressed.png" -hash = "32208405ab6f6313af1581c91cc8200ea6fa15216d484d6096e353f7a3b227e4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backspace_key.png" -hash = "a5a6ccf82cf0c18b8ff7d8ca3deab8d70c3cef9f0b9f6c03258e1482a08dbb43" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backspace_key_pressed.png" -hash = "cc016f690d376a9f67a1a4b68ad3b67b7fab2c7c4a11f5eb28b1ce7849e03f49" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/c_key.png" -hash = "3d389d6afa4e4cbefb5bbb13da7814bd1a84565fc9a12c11e0e9ee57d201916d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/c_key_pressed.png" -hash = "ff7fe7d236235ecd1b29e8556cbd35910585abefa117df4366f4325575d1e9e4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/caps_key.png" -hash = "b225460412dbbf7d5172a4ed7e9b270f9147edf72030a515c084a220ca2b54d2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/caps_key_pressed.png" -hash = "a9b94cfe11fdadb0c66103e87bfbaeb9c0c1736ce0f3a926be357b09c7bba226" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/comma_key.png" -hash = "a263dad1c8a99fe2d300ad609da816fd77df59060e02099cec0d09dd0743cb45" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/comma_key_pressed.png" -hash = "9fcb27bd17f07fd7f1f3d854fb8d2fda79383ef200abe2b7c9997c14e3783d0e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/d_key.png" -hash = "6087de5cf376090ee542e32d5f11183db0198e816135c787300dfbfd0a92dc0f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/d_key_pressed.png" -hash = "da68776567679feccc055859a852f8f95e34846bbc4aab5b33f9e2bb10242fb5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/delete_key.png" -hash = "118c1a1b67d53476b6de64c04351d25c653c1d5f26065174dd308ce72e212fe4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/delete_key_pressed.png" -hash = "1488e2f68e4770301830cca712d78ce7666b3b1dda49f53871b01a3bf0548c83" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/down_key.png" -hash = "d9a42a83d1b5a918d0d7ca23613d6da06c7ec9271261b4814050b78e0a66e6b1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/down_key_pressed.png" -hash = "fd2fcfb28f0e9e39f13c2c23e9a940068ade3399172a98f859550ab11471a3e1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/e_key.png" -hash = "7f39923791bf662f3c78e8253cdfa0152277877fe6a3f3539cf69842dbc7df06" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/e_key_pressed.png" -hash = "b833d27f12551e7cfdcb8dd766e10efd118e173806f6093bec779c66bec53297" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/end_key.png" -hash = "d07bfc20ce4f2188d603603f53225edbe70386f5f9f0f4a53eed1fc76a89d977" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/end_key_pressed.png" -hash = "b0b4163e3d8f08245d4fff6bb91a82d37e301f4a2c7f50442d40f036d8d5ff7e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/enter_key.png" -hash = "47d707d2f47c569c701b4e74920a3bb7213e0728cd578a4c73fbc2aacc2c98e0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/enter_key_pressed.png" -hash = "1e4beb0c2304e746a505c87838eda3110318a7de5cee7273d944e5fc513f0c3d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/equals_key.png" -hash = "d57024da66e0ee7887315ce3417cb555bc566a9c81aa60bff225911198e6359d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/equals_key_pressed.png" -hash = "8d37ddb731da9d15fb5046c8bddba679cbcd51eae5c45055149ada29a592e86b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/esc_key.png" -hash = "cbfa17123f5d2794bc2feba747670f4def82372e64c863bbd6651bf29a294e28" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/esc_key_pressed.png" -hash = "0467dda379e35ad3bc2399ac73f2fc97761fa425c391459bf36172e146c9f121" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f10_key.png" -hash = "a08442d0e6872b2edbe6a086cd6d9c0e41316fb0923470f07f6d920757755dbf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f10_key_pressed.png" -hash = "10f1b66ff3376729c3fbb8c88ade65c9fffc7745071d82e69dd971774d14b173" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f11_key.png" -hash = "e575f05f303ee1f0c5ce8d15f79a1b56efa798b8b12b9d38dcee952e840ca73a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f11_key_pressed.png" -hash = "15afd05f1f4bf60aec717b1939d71fab455cb8e1ad27e278943fc4fe67fc9c49" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f12_key.png" -hash = "88dd0eeeed5a7ead9a0d299b1c9d8f406991b6a7ef9550debc0b9b88ccdb7124" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f12_key_pressed.png" -hash = "77b9e7eedaf03bb2ea03b864eb677c8c6706b8fcea0d0709be9d6a5be00e0735" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f1_key.png" -hash = "9daecfe0177bb22489ee97dba5edf0914fb995171ed6d954f17a43d907e78664" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f1_key_pressed.png" -hash = "2d347938544db0fb2ddb37d1121f1122f3f6651227dd821c9f5443fce81baaa5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f2_key.png" -hash = "3d563538b26a9f0511c6988738ed6f2c92f016d5e18988ac8e075ad088715002" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f2_key_pressed.png" -hash = "451c8986c62b040854f41bdfdd06c22077a4fce857497a693e1c5555e6eaf363" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f3_key.png" -hash = "dd8e59e35797c172e32d3eb013e4750f811b7d7b7a07741a12b3d1cfbc2057de" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f3_key_pressed.png" -hash = "1bf4fdcc690843f4b3ab55241baa93c2db2954c9b392da039a0bc8d8255fa36d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f4_key.png" -hash = "0234054ac2d7c059334790bf1f06aba746adff0a56b267d0194c533b24e7eca8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f4_key_pressed.png" -hash = "a26104f78e29dcf5f719659ce94225a8620f5403770666b1e31f468962c03e86" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f5_key.png" -hash = "f7322172fc1b11e6cd75c411f1f28c6275fe150c9198777ba79c00ff710e37bb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f5_key_pressed.png" -hash = "8a4396943a1dddf9e81eb808f1e99484016893327e6b5afc1f6cf2d660a90c00" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f6_key.png" -hash = "79dba9f050d1e0972cc252e9ca5192d433a4e2d837e22304a6d0e167a839e96c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f6_key_pressed.png" -hash = "00076dc8d79a103a2fc73ad9235184cbeb98e32e361d1101ac826d190b6257f1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f7_key.png" -hash = "4351d1a3299f43d366afdfce0e1ce0816d67711e515e9b16b691cbbbac164146" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f7_key_pressed.png" -hash = "ab63514eaab0abc7500f3ab43626432001875e5f5b2accf8b32de3a3da038bd6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f8_key.png" -hash = "b3e1b7c3f6d76c208857c0a316ecf0f7a10351414c0cdf5566506b608297fe4e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f8_key_pressed.png" -hash = "667e0ca2121809098d848ee65eda30002c24697d733e0c8281bea25a2d9ec5fe" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f9_key.png" -hash = "ed78d8c74bf0714fc4bd7df395a8239bc548032e155489107986056634097099" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f9_key_pressed.png" -hash = "6d8e261633d677b5852e4ce2ea787fa1631efa3f172b2778b0b7197a28233b2d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f_key.png" -hash = "13b04e410fb4f9f04f44f1fbf4711911daedaca83a24e36acd12d13202c2047b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f_key_pressed.png" -hash = "df50fdbd00f1f7693e7ac2dcb4368809a1f0a91c53dbe486573ea064e80767fa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/g_key.png" -hash = "21ea30d92d27ac05abf1baefa516bf9ccaadb23d2eb50d24fde099f8b5360115" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/g_key_pressed.png" -hash = "84a8a3d79453a0770cb3907caf297c2b03cf2e4aa7deac673052fa2fd93b168a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/grave_key.png" -hash = "d89a24b326a3afe18ab6139bc640a5dcdecaa0f9cf062c63acc15bc4c3fa97b5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/grave_key_pressed.png" -hash = "1f88d83234fbc62bf4924fc1c744efcd602f2bfa092288726dabaa5d4c79a6bd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/h_key.png" -hash = "3a1f7162276ad99a8234cdbeda0aeee91faa78c4adc50801888792292ec7e2be" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/h_key_pressed.png" -hash = "0f4e3bf3d51e543259f877ac2919f3d4b5086ad2623107f2d5fae8a3620f6710" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/home_key.png" -hash = "51d5b9bc9e3566114f55996a6b7ff47b22fe097863d9cd7f9ccb9934fcd531cc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/home_key_pressed.png" -hash = "8ccc717e2706aacae02393e38106a10cfb09b0993254b584ad93aa2903f4a5a2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/i_key.png" -hash = "f7eb12532d89b9dcfd63d5409c33b0602a424c928da371524ededb429a73ad2b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/i_key_pressed.png" -hash = "e7a9741f1531b42efb678ed8fdf4dcabaf827a4666e09731bdf9afc7dcdcad00" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/insert_key.png" -hash = "992be8c9354471ee773d0b9bc1230fe6b6d194e76bd79492073d53f9fff08f4d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/insert_key_pressed.png" -hash = "ad725c9d66dac429df161a59abf9b3ea2367aa61e0f03aa3eaa8998483a3e62d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/j_key.png" -hash = "a73eeb9ee3450188820436b786f327102bdd2a54bf0cb055b990b0776c76aeeb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/j_key_pressed.png" -hash = "f1fe65e83f26c028e2b212056b7b3442b16d61fdc44368340d89641a7e067669" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/k_key.png" -hash = "cc1c3494a56014f30087630dce196e2c07dd6d6471f9cbe78d1288382db329de" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/k_key_pressed.png" -hash = "c6fd1e2b3c7c29959dfac51f8861b43090d28dcc58b643be3660e26e5996ac9d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/key_base.png" -hash = "c020f316b3ec11ba31d23a9e9615bfb12def4da1031a6073501fdcaccd74df43" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/key_base_pressed.png" -hash = "9cde241798870f131cbee2165b2f07ab76e8790191e81bf23f1b92e48a65c696" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/l_key.png" -hash = "4345664cb09699494f6bbfdc761b8ce6f66e36d8bac81031f01067e548eeedc4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/l_key_pressed.png" -hash = "a1aacf7d926ff3e2131d06285e2edc868979857b92c1e9468622be026d482602" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_alt_key.png" -hash = "14ac02029e733074ef86baf5af869910e8264e365c97087b162630bb2a025699" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_alt_key_pressed.png" -hash = "9efe2e309749f4f0efb9aa6cfcf8c7914c2d0f71f310cafcd3df3f1ee7620a91" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_bracket_key.png" -hash = "f656d68092b2de30705325ecbf10b3cf26de5b562ae58a1a609bf03e8668d950" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_bracket_key_pressed.png" -hash = "e163f744f8262c6927b9692200f3cdda236876a3c79f07aeccb1f5027f90ccd3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_control_key.png" -hash = "fa5b5935f37bb7ea89f227ecc661171e95575da1b9b6d8d048b6a028c97cb5aa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_control_key_pressed.png" -hash = "d55f2a1a1abd6d867f5182f6f5b0c1999c29fe22f73578a94f7ecb4678193f42" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_key.png" -hash = "a847cb9994d89bf89cf119991694113e628ff4706fbf471727b4c93918aa7584" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_key_pressed.png" -hash = "cae5aa89f1ba19a7286c5027c637040542ef3b31df592567d3cf1f42395a8ad8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_mouse.png" -hash = "8db5673275f1c6363bb4f0d9cda897bbdd6d7df6fa43d8dc5796aac83435a684" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_mouse_pressed.png" -hash = "c6e5d297e9b8c880ac6edd7baf1184a5afe6649d94da0bf3c4e8c34a18eece9e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_shift_key.png" -hash = "56f92c7d9e46b9a012b0f0439ddc73983aa9895d51cd03eb44d2f160eeea55f5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_shift_key_pressed.png" -hash = "5c2eb0c85e825e48420831599667465cf5288c42fbc2d25edc7fe7d319b21671" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/m_key.png" -hash = "6e3024daa4bfd35845afd786a2c16021f69a7ba9ee4951246382e1b798e2695b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/m_key_pressed.png" -hash = "efc2c51bd12f1aaae02c2c64bd6248638a618e40cb15b158aa24665be19f2920" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/minus_key.png" -hash = "e91af40c755868c05e7505fcd542d34a8947789395982cdee5e563917c573b23" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/minus_key_pressed.png" -hash = "1af4fc2c5f7fbdf2e41b8b11c49a96131d880bd2096aec6c777e6715e96519b0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_base.png" -hash = "93755f8fe450950be0da313e05a25872271b7d62b5f33d1472276ddddfba6b5a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_base_focused.png" -hash = "14b0c99aef1f4b7af0f287b469e10f8bb87407a9c455bb8a095538c9c9956a9b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll.png" -hash = "384325c860c996bb6146894475025b46f170cf399c09ee2ce0da293f4900b411" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_button.png" -hash = "4d57b3a5d2ab8d87fbe758a3223c76d43bcc69baa56f096217ecfdb47797fc95" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_button_pressed.png" -hash = "760444751797da268ca3476f6c9cfe2903354aea8a645bda1e1f11a613c43854" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_down.png" -hash = "b14a66265c8fb7950af37838b54cabb3fd497993e56c2de18d2e1c04dac556cd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_up.png" -hash = "a99615bb4ad47923df815d9bcc75a8b8b0ae4408140809e00f1f2c70d5b32d5f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/n_key.png" -hash = "0b01a1aceae9fac2892251ce4d7840d632a6e16025d4d478b2b2aa075d44fbcf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/n_key_pressed.png" -hash = "1dbe7908be6c1f89650d85d697eb23aa0c9a4b2a7e9b8cc80c0a16a27f4bbcd4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/o_key.png" -hash = "892d7d4a0ab643357b5ed473483937e12920f8dbf6c7de75794546ea5aefe502" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/o_key_pressed.png" -hash = "f83593896851fa5994a8512a9599fc47df8be0ca2553190f42ebd91cef58211b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/p_key.png" -hash = "dfffa53c5e395d88ee61491c5cb01f7eb695e9878cf8f15f78cfa7378ebf8e22" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/p_key_pressed.png" -hash = "6a583807ac54bdcbbe96630cd39cfdae14ac38c04c70026f61f9068309018385" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/period_key.png" -hash = "1a91038b3ce1741c935453ee3f9cdaae5b230c65eaea625dfd37d98b1e02f28e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/period_key_pressed.png" -hash = "c294a36ac788598b977400ef8caa02eefdc70e1a2bde3e77abe94412c77befb1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_down_key.png" -hash = "a4657f3d8de161888057c3c354530ef36e883b61e64afa7027f11784787c315e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_down_key_pressed.png" -hash = "bb4bfb377662166eb15a4a2d81846efc1c68812bd34703ea2b83794a659acfb8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_up_key.png" -hash = "85a365484cb4f49632fe005d3d82d8a8b0f1010a0772551d792c0b2e74e0e037" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_up_key_pressed.png" -hash = "1414062797372de9ca2ca8fc14e014665953b009e5b84bfbceea4d5c44c423d9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/plus_key.png" -hash = "6e1249b984c5c95e388daddfe2f94a8ab3cacb9940c7102efc02499ca4178eff" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/plus_key_pressed.png" -hash = "253b19b8190f3fb71a62377f8fed4a4d7ccc5d359d73d2dd16e559a415ab0c23" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/q_key.png" -hash = "59e78600b7b3294b1b69396d5a7bf12896448c782a3012d527c9e92259665b0f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/q_key_pressed.png" -hash = "660dcb5c7f48dfdc8e9a92c461baaf6fc20a13b0c41279e45288a270a9f7bee0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/quote_key.png" -hash = "8668d24693cc52f91d0400e1cde517184f3dc69b7ebe842ff00a4f14f49534bd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/quote_key_pressed.png" -hash = "4c390d4d78732038a160702636e173154d5a43a34e591233b59321640ad7e7f9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/r_key.png" -hash = "bd3d4060e114375af19f2f0e90ee73b2e5b2dd1102904af9820a01236e1c8a77" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/r_key_pressed.png" -hash = "be06ceddfb132cd19c78d1812c848f62b230bcc70c1f2145f5e4f79a39f255f7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/return_key.png" -hash = "56a271b619605cdf2c2ff165df9025ac7c37013177572aa5e8a85bd2c060e553" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/return_key_pressed.png" -hash = "c237ddf76f2138f84e76b6985337e02c19a56cccf54003f7266f409346884da5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_alt_key.png" -hash = "995b01bed3c3dbf9437725c2e5c67f8c97cd5990176aaa329f723f8be8241084" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_alt_key_pressed.png" -hash = "3aa5b5bdce94cfd821c0ba9d17d0f5fef3261f4f1a6f4039b4f5f332d799fa95" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_bracket_key.png" -hash = "ff059ac99060287972d07ee15503d704688beaaa08e1aba54082955e8919f2e8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_bracket_key_pressed.png" -hash = "e2bce0e13725699809f423400d54ba46b7444d21b19062b67160ab8b72566b3d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_control_key.png" -hash = "e624f5f237af4d50c4d92e3362de861c1f10236bf52a320896df5e0b2dac4673" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_control_key_pressed.png" -hash = "d84524c58700baf94e6cf9f83696175b998b78aef1a48e8b0c380186af7447f1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_key.png" -hash = "812910e3041f7f06baebae282847efa95ed0a7c532348d4ad9ba591dfa3d7eba" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_key_pressed.png" -hash = "c5d6c23820f3a2a0d60c5bb476b2048812b7c8e55680f2630923693196575a57" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_mouse.png" -hash = "cd43b3f87a395bbdf5219ef2cee21a5be4494fea9b4263a433f3918a9aee1fe2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_mouse_pressed.png" -hash = "492abcbd36946e0fedbcf8182d1917071de6799dcf1b19b85f2945075d6aa57c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_shift_key.png" -hash = "0ee4b076a2f7a8ac74263d96da4e3281c772c6923fe10b7786e78b406d9d11e2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_shift_key_pressed.png" -hash = "be0d91e1a93b2f6cc7d18301ded2b4dba249b1961cfcd8e6eff9cf29492fa7c9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/s_key.png" -hash = "a80386ae11af93a522a3884e1f68c66be39f33ea52c6082878dc841e01dac866" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/s_key_pressed.png" -hash = "75d883315f9d96a82978d7a483e2781e0fae9209f9f4afbc84f3af9da623deb3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/semicolon_key.png" -hash = "f026eb9862cd39f7194dfc035a4465f10d3e075747681f48bc18ae096da2346e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/semicolon_key_pressed.png" -hash = "f1116110135ba04f76a68f86fe237214c0f542f3b5b6a1a441e8df8c9e727b73" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/slash_key.png" -hash = "d8a1713c4ef81300f7b4cd21b4bf66a759176a59f428628ef067f11e7658cb5c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/slash_key_pressed.png" -hash = "ed04b1677e9bcc7e7dcae1fdd5c5ccf90415e7d365fd6c6e114574ba3b9d92f5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/space_key.png" -hash = "8c5e278c9cfaea6f9d83ff9f30f06ba6afbf7af6ec09642496b85b4d4fcf3ed2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/space_key_pressed.png" -hash = "647ab7d69f1ce553ba992b99f85c467f088e02da7e13d82900f6524b92a04984" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/special_key_base.png" -hash = "dc4b270055bafb150525d40b73eda3688e411d16fca97f0f1518327f89388172" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/special_key_base_pressed.png" -hash = "b6b6c5562f1c95b970a6d46334da5722f45e9e306fb89cf410520838bbc2727e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/t_key.png" -hash = "e305951c170f90f160a148e987917c7f02e626c3328e60579360e9bd547a50ce" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/t_key_pressed.png" -hash = "0a6b0daa6925edb3d01d1b319f56d20ec831cef1cabea45813c5b28755231c40" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/tab_key.png" -hash = "8640eb6a9b30885700378bb90bde2ce6ce8cd6db1c9bf71520c9e9694a824d69" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/tab_key_pressed.png" -hash = "bbf389ec53e1c1e58f227ad7ac6f367c3263c34b9d5fd13cd5ce6c055083ee7a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/u_key.png" -hash = "2f1c342c50dd766ef296ce26ffb8fe0582fa6dbc8e41d31e0502a423900b5bf5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/u_key_pressed.png" -hash = "16280735d3952f9c1e9a4491153d32aae7910e58493d58ad6ea6f29220c7d7ce" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/unrecognized_key.png" -hash = "9af99de1c2cecb69b1f1ef1271a2be002973ec77136afcd9143ece726a13071c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/unrecognized_key_pressed.png" -hash = "db71d063c33d386ca90505c30669f09a8084739b6564f7cdf09c4f5dc3f127aa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/up_key.png" -hash = "4b52b4ac997de2eec05865a7484f5c5cb5a05ae3f209cb40794573d916bd81f9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/up_key_pressed.png" -hash = "55437e9017d7f1ed52afeb8d62e24e8e0fabbcb97f9c31963aa619b74c846643" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/v_key.png" -hash = "a9f6ab0c98f0025bcca2fc0bdedb2f1c9160ab849c94baef58ec477d3743db93" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/v_key_pressed.png" -hash = "e59cf03d8e4dfe98abbab7f8775777de8c59279361428755ec11d6e5a2491e65" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/w_key.png" -hash = "f72c85acb607db774624f8e6cb3798ec443c966aa79bd60f67c8c57db85529c4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/w_key_pressed.png" -hash = "702f5efde97679958a8a283f6131a30db7fa2018b6e8579afaf4319df553c2a3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/x_key.png" -hash = "7e6783e5fd61c7b85462ac6f311d8cc04b8b12205a114137701a8081751eb6b3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/x_key_pressed.png" -hash = "59342f075e270d26eb7f050e59562f58e9895b0544cf4a6c425a4e871b5ae2bc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/y_key.png" -hash = "682bffcc1b8db18744311c3483654f318d5369490a0f6c836c114a3382375294" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/y_key_pressed.png" -hash = "58974d11bed87827220d574cedad010a1d9f6ba03f46fc21af3e2e37dc349733" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/z_key.png" -hash = "2940a197a72adfd01c77f1a8526088e50de402113f24e5c7a88e7ee2929f0bbc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/z_key_pressed.png" -hash = "4d52efc369b67a9e223d8c80ecde6493c2a0befaf7b246b39d54b90029b79acd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/home_key.png" -hash = "c63fae554f7389003e47a7e5c0a7df18d1cdba5b7e03529a097d98f77ae6c07b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/home_key_pressed.png" -hash = "e725a34c2b5eaa1e1b677e73a18f00ea89eeb14e3b1e11f31da012340557149d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/i_key.png" -hash = "532cdd6d418d6a7627c9d528087501627405e18acda587a33dd23ee8a50462c1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/i_key_pressed.png" -hash = "d10ac23e3a08f43e1b7392d8edca43ac715a03b8004cb2ac821fede6cadc5823" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/insert_key.png" -hash = "e76be815ee37cc93644ed1550466a7bc91e6a132e2c779da9b13f77dd2682b62" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/insert_key_pressed.png" -hash = "34cb82744b03d2e2a63eb1cce938b46e3ea707efee35b1cfe7c2c3ad620600aa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/j_key.png" -hash = "cbc0af824ebbd8c6067b6c4cf8da75da40a458a4946c982a2e850606ddf28856" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/j_key_pressed.png" -hash = "49f2a7eeb6765e2fe2394473126ae40f9dddf87a6615e28f95fc65b91dee4de4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/k_key.png" -hash = "75e1bbaa047f4266a99a01f5796724e0b218b3255a4743ab36a5840532f118cc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/k_key_pressed.png" -hash = "92251549b8524f4e1d7252b5028ad2baa68d26ad0d982d13e6ffd97d99f77d83" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/key_base.png" -hash = "44a100c75934f2d94fae3310c24b7b6a1b8966e06e6ca63b68ad34fb163f9da8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/key_base_pressed.png" -hash = "419d94d40ec338a6b7a09f128bd8f755ae62a272b8bc8b941984c14506e2b2f0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/l_key.png" -hash = "d8b91604753284e09b6c706c69a75b63db8d77b8cddb1b5a9ab833cb7a80827e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/l_key_pressed.png" -hash = "3e6c89fa2194e5053d5b378b243d8137523349b4f87bf50c0eeeb804afe49591" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_alt_key.png" -hash = "7dbcfd1897625e45aa7f6905856a020ca067481cfa05aea1f90ad844a5c38001" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_alt_key_pressed.png" -hash = "4abf0afaaa7001f1b986113ab1cc368b8479ac68352457070ae82444f6a5b9b6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_bracket_key.png" -hash = "11018f16229dfe80e4974c70cf3c3199c6db3019148d26c97bfbe03fcafacce4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_bracket_key_pressed.png" -hash = "d4e92d79f9d6000dc7c21dbec8de853a50e15749333f8b9d8be50aca138b051d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_control_key.png" -hash = "ec638967712f376c91b6888dd9d29154e2750a4c0843ab1163b10a5d28144893" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_control_key_pressed.png" -hash = "b0622ae39ddd652bd9a339da6b4453abbb662f093778f2e9515684ceb5e06e1a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_key.png" -hash = "75435181398f29fb89cb8de488d589f81763f27da56649f69d9f30270e534f2c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_key_pressed.png" -hash = "362063e33ab5ea825b6dc8ad1fd4fef356ab48c98ac0ebf7061e11fde20a2289" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_mouse.png" -hash = "6f74c38768051674d2f103a9644955ce4a504364eeec6466ff3606d811434244" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_mouse_pressed.png" -hash = "b6b8473378d08080bc23f442055054c91051b244d053c600045f5eda886b1fd6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_shift_key.png" -hash = "15cf8d88e564b1f334cd4ed7d133483c25e2c0800d24453fb0b4cf54c9992bf1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_shift_key_pressed.png" -hash = "7c35908b16a0a68264b14e39b17493a842cc5f6893fbd4dc102d67b706b13e46" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/m_key.png" -hash = "f427f40cb5e0a11c026406410cb83344ca88a7a159ace4cf76cacbfa60a72c51" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/m_key_pressed.png" -hash = "b733841c11f76e6dd5f17cf56b3de0c39db02e20fe35d9b94278d0a3e932446c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/minus_key.png" -hash = "771276a9c710c8b897f130420ea2faa51fab8bcb52f43abd619ed71861526103" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/minus_key_pressed.png" -hash = "5325edced1db72348a20cd80eaa0cf47e063d284511425a0a8b94faa5b08b5cc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_base.png" -hash = "1a78e10a6db156a65f69e421c2c48192ec4846f3de1ee3650176a86f7185479a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_base_focused.png" -hash = "9416731b2a7168264c35949f0e73c81ec256c097aa78ac6e5e2e55025542e9ce" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll.png" -hash = "fd58748c47b59bea0e33c6b9c1b719193fa71943b081dfdcb58d91d0fd32595e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_button.png" -hash = "debef75d0458141300f4a76c89e3680425b37b2cb2c7f997327e5d4a2ecee001" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_button_pressed.png" -hash = "eca861b0ebaf032a1b08b4e37de1a27161a93d2a86da033cf3d03c5797a1112a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_down.png" -hash = "2f74294edcf11bde4466a1928f638beaa7b9d42a7244a3db69d79f34e36adee3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_up.png" -hash = "8732bfab91ced30cb088b1e83934f43471116b6fba350b96f6cd55425852d163" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/n_key.png" -hash = "a38ce0c2375fd1a337848ad20b9744467e6660fb05217a7eb674f7a1c7692e31" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/n_key_pressed.png" -hash = "b9740feb0e3eec53ca317ddf952ef6a0cbcca38166c62f2dd3d6a54a9fe72e56" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/o_key.png" -hash = "ae444c9211484f251d8dcd44024f4863df631e60523aebfe966498ff1941f291" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/o_key_pressed.png" -hash = "add5c69d605c9f13c50780bd1e02db3cc2d869d6bbf5a5cb131ea73d9acfa6cf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/p_key.png" -hash = "68b97fb966c815731db279c2531007794c72c74eb664409508b3712b5ee73871" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/p_key_pressed.png" -hash = "06a90ffaf3b1e068a1336894e32470a22b1fd9d185d013f92462c6f73f37cec7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/period_key.png" -hash = "b94cd7fad492897923a7433e93d29052be0edbd9b862d4b88daf974a1b1449d6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/period_key_pressed.png" -hash = "9d68143799e94bf05b473bfdb9b16610e6f2438aa82e1d686c833457f20a9862" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_down_key.png" -hash = "2e6038e31d6f7bedaceac5704e23f7d1efcbea2ad6e50dabe3fc5e53ee2244a9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_down_key_pressed.png" -hash = "022433134e97904caaba5854d0d11262711d7205c9455c860ac0742849f1fba5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_up_key.png" -hash = "bba594356016410d6c489e84b9f77f55dc9423ee6903d9dfc1ec5ba65732f12b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_up_key_pressed.png" -hash = "870ddf4553d253a3a98ee4485239fec113ce447890b5ab393093e103b4448049" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/plus_key.png" -hash = "dfa99ad056887d504114b9ac0e61b1f9b0bfc8a8a2dcb0fb490200cdd1f47f4a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/plus_key_pressed.png" -hash = "6b62c0376c7b39dab53ba82eafc340bab7c03213cc4e08e5e5b62292f89dc725" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/q_key.png" -hash = "f6ae02c6b43a0efaa6143012a3dfe0a77a9c7a46c1800f98a53135041a6c8fb2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/q_key_pressed.png" -hash = "32ae9d15be2ff9e00a1e2adfe17927b89b7f3973f9d11762bd77802722ba0cad" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/quote_key.png" -hash = "24ad4d287c164c54638073d3fd8d49e572dc0bd98619e6d6a6d0c0e23f440d79" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/quote_key_pressed.png" -hash = "d225e19153cfd654662c77839f412319b453a620f91909b8da681867594ff8b6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/r_key.png" -hash = "3973550c42dfd2cf3d1bf52e1a0301e3f36799b01e7744fff48afd8fe41b8ed2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/r_key_pressed.png" -hash = "422b064b8cddfc1dfa258bc44df86ec91f70ecf290177a1c74da6a13bb66cd4d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/return_key.png" -hash = "58b0caee729b7a1c9b0d2cd6c2f134cb236a562354afbe8f16cea0ccd474f217" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/return_key_pressed.png" -hash = "43d768e8d8cc0fd56ef04d5379dcb8fb58e01b600061efff69ac1397cec4b2eb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_alt_key.png" -hash = "9eef61a44a92cf740a1eb031484b7c77c348014d79e91afdc1a9409d5cff2ff8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_alt_key_pressed.png" -hash = "27e7f4ca0e369ff66d16ed4b2fbdbca26f36ff5f8fae152aeeebc694fbcb39ac" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_bracket_key.png" -hash = "98050ed725fc7ae780465fe24db342d85d00e60e39da2bf8b2856e0ef929334c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_bracket_key_pressed.png" -hash = "de5ddde47164d245458a5ddcf9ed84154d100c74d8adf55a022036453b0fbb1d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_control_key.png" -hash = "be3fca74453d87746bee3a91e24c74d5953479a3d2bc371f462de84662903633" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_control_key_pressed.png" -hash = "18841a3224890ed6174f79285f77e45082e93a3fc5ded98d765621053a96d618" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_key.png" -hash = "1481485dc25c320fca910eb6066347f8c958e7ba66aedfc7f8cc74d3b21be9f2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_key_pressed.png" -hash = "2b012a4f3fb4d4c733d2e15dd08cc12f664cf76911839cecf45c5ccb5339b524" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_mouse.png" -hash = "6278e467c2c0d871482dc255701b8f3dfb826b93dacb77f42aafd13833771095" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_mouse_pressed.png" -hash = "512a05f03d80ebada6ba3bc842e82e495d71c5bf86654670373a5c33b0690875" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_shift_key.png" -hash = "536e810bdf88e7501e3d5efd4a0ab5d75a5d72b9ede7f849fec031dc4a5bd86b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_shift_key_pressed.png" -hash = "4d2e90c01cfaa4af9220e22ee114ad7dcb447a53d0250a8ac14395d69070ad9d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/s_key.png" -hash = "58ef5c17c03fc0143a0495b128d594597493a0ecb3a498d0149d5677396964bc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/s_key_pressed.png" -hash = "ac1830a0630e35ae60b5b2279e3be73e999bc55f26a8bf980c19577bd75ee548" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/0_key.png" -hash = "eddc111aed17ecd62874e7505b13f825acbbdcc87bc0f9977a9340e07f429f47" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/0_key_pressed.png" -hash = "1d58ce15c02e060c511ff362d32f192ed8820ee7d7bb3b5060f0543e382c2d06" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/1_key.png" -hash = "313779622020cfb35a5676765e0847b699607e084dfc2559a5ae03a4ae20f58c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/1_key_pressed.png" -hash = "17b12577abdf2d26c45d381b2609410a34cdc4e6b2fde12f2af2752f5409c992" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/2_key.png" -hash = "bc47c262f651a0c1f4d711195995dbe703332adba3384b2b0c550056fbaae656" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/2_key_pressed.png" -hash = "3aea151debdbcc117112dceb1c278ca9402bd26526949355e70bb7c57d9717a4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/3_key.png" -hash = "20369486765525c3dca0439dd146861d04950938ee973575a27e8fea547bfea6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/3_key_pressed.png" -hash = "1490a5004ebcef1323a9e4fb03daf9bc1b22f1d20472be9f092f8c7c7d943bfd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/4_key.png" -hash = "871b3e86b13fa51a5d6a34c5cacc060641dbf75e50e1e7757c20d9b1c3ca85cf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/4_key_pressed.png" -hash = "071ca31ac763d6fbd6260248df3a2fb61fc7db0bd6a614633a516f19152521e1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/5_key.png" -hash = "d536306c2bc31c1d0e399737dca2cb8ebae9ca5f55f8e75c46ca56f8030379eb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/5_key_pressed.png" -hash = "2d232ee8affd35b28401a2b31495eb784dcbf2a8c0780cbee31960e75f290799" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/6_key.png" -hash = "1a5c60dfa819647239302f2f23c0b130ffe678d1e9ccab6766d07b13ba6c538c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/6_key_pressed.png" -hash = "f7a2b2403d85b177406c7bdc0721aed9f9cfcacb2f60ab2f1bb310d2e0bb4f48" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/7_key.png" -hash = "cf559a0eb9379262ae7a3428e9749058a27b85f7452101ff609ff30ea8bd3922" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/7_key_pressed.png" -hash = "6c156f37993afa5611f826758ac717f1902c82b1f8e544216921f7fcb5ee3369" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/8_key.png" -hash = "8f0afe9ce7387bfc5cd1bd1414b4b58f0f57f8d8de153c3eecf60a72fc83a934" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/8_key_pressed.png" -hash = "cebbac90c1c957b107bb5887dd05d2ed89676baa8d19c0929bc4d6257ef2fc1b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/9_key.png" -hash = "9c5ac7d7c1cce196be81fd922a25aa0f6eafbcc1ce0f4ca60146f589f475556b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/9_key_pressed.png" -hash = "5ad95128e26835f52ef6dbca4742491c63e187ea157104837244dc35e22ef74b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/a_key.png" -hash = "37d090ef4bcc7d7007c9964a230286bea5c05c6fdcb82e0183d69e8aac714ae9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/a_key_pressed.png" -hash = "343413d785a9dc5417d139ad21dd0850d4025a464b5b46b2baec126f740dc46c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/b_key.png" -hash = "caa5935a24f5e26bb44533bf3a31ed33db9856898e97750c500d8d2962611380" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/b_key_pressed.png" -hash = "13f10d6948257f42feb46d44dedf9c1f56bae0875f8805fdf81a671d5eebcf66" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backslash_key.png" -hash = "ad91fffd33273561baf707334c26e6e981df0f2c8a7660f8fc0c45b9f2d507c9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backslash_key_pressed.png" -hash = "ef57d4e2510a056a241889cd89821f5eb04de4ca2a24e9360c593e1af0773fec" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backspace_key.png" -hash = "506040c5f3fad24f379a340ab3c9245808963d11749f69978fe88b838d5fa1b9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backspace_key_pressed.png" -hash = "5d6bd5cfdb5e400d15a5ac267c6cef49a079f76a09485cf8d48b3d4cfd5038ee" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/c_key.png" -hash = "751f3f289ece2493a09c3aadda25566284bf04efc0b532f9ad4263b1ae0bf61f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/c_key_pressed.png" -hash = "6ccd787184e1331cd04a91264dbbaadc9eadfbad6e6008f8e4ad4dfcc15abe30" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/caps_key.png" -hash = "7dbb8d2cedaeed7c940455d5a37f250038c3b8e55f67354c5d88425b4bab7eb2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/caps_key_pressed.png" -hash = "d1a7f933e814045ec41f8cf373749089d1b3d2f08340c16591df9906d0823e0f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/comma_key.png" -hash = "3444bec84ac6fba3d5257b8d69fc6256bfe61d5e29e3d175f3786b051205e6a8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/comma_key_pressed.png" -hash = "5b05200fe566ceef4a4f6ffd7fbbe5b24c5574522f37757c6861634ef4c8a0f1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/d_key.png" -hash = "5eb9835564db972bac413987f0366c9bcd12c181b7c1c24d3733008c6d985947" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/d_key_pressed.png" -hash = "5b023b802ac7e14727cdf1d508a99dc591c7a4e9eac0a01188b2ef73489b422b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/delete_key.png" -hash = "8a10a6d68fe3245a6dcccf9f99b123105bdc4bd0a90b094a2d97f460d4d77140" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/delete_key_pressed.png" -hash = "8d4c63506d0652997857212a7846498efaec3a4fcee4d507dc9aefd62eefa241" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/down_key.png" -hash = "d5e843dfcbb7ea9680c7226261db35f85f0530f7f18ecc1e8e7ad7ca9280f142" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/down_key_pressed.png" -hash = "858dd8db6f9fb8353a04e71d79e9152c56419f28190f45c228001712f0eb9813" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/e_key.png" -hash = "eac2976c566928072f9759ac539337681774c3a64c6883677730edc6a29ac33d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/e_key_pressed.png" -hash = "88be650197326fc4d38284d6fbf9be64a252b28877a7465534ee0e7d853fdc18" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/end_key.png" -hash = "25355dc67f934a7068abc2526853e442000486c2a607cd822f943307f53f0912" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/end_key_pressed.png" -hash = "7ce5d00c2907c6b1b06ea2412ae6771c7c7756b33e090a0921ae2c5e53ce8b31" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/enter_key.png" -hash = "f989994d3033c5a5b8ee5ea9363643eded445a91d22c213c3ddea848040f0d24" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/enter_key_pressed.png" -hash = "8d08104db0c6f06ed794592a7a47ff3a1109608dfdfbbfddb90b5e6b8328bc1b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/equals_key.png" -hash = "bc15c1892a0aa68f03b8eafcfe749ca85bc8c7999faa910783cc99e9d05eafd2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/equals_key_pressed.png" -hash = "069134ddf2f585a47b60ab1c3cc79747555f6d3b1f8b963aa7070e4b67f91446" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/esc_key.png" -hash = "537b89c463f6a834ceff768bb929d42ca529d068a5339d7de3a0faeaa1e6a752" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/esc_key_pressed.png" -hash = "49d987f9db444e8f45f32ea67505e9e1ac2d754d8012c430c82b5d3ae3e66284" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f10_key.png" -hash = "bcce44caf51af7eeac5aa8db11f4100753f475b41c38d5d205ca66d0f45eef77" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f10_key_pressed.png" -hash = "8dc7100b0fb2bf6d6c283daaa2cd6c89578aac4b46ec1fe80af09951abc2dd2b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f11_key.png" -hash = "9ec95fb82852b0a98ca7e9ce30020906fed9be9d12487f1af57d0df3ed0faa86" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f11_key_pressed.png" -hash = "40e80decbcc092178965049d007d9de9a5434c1649cec92ede5c3c577759acca" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f12_key.png" -hash = "74d7389a8fe0ca63620bab04ee02c58baa0426fced676e31851825a894d2b78f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f12_key_pressed.png" -hash = "e05aec22d087c1bbf0b34cd2736e075165b80976274b3d2cb747ab27a00fb947" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f1_key.png" -hash = "f6d9ce7c00090f7d42b7080687afd69849e5a035334ad924c4f859c8e4e70018" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f1_key_pressed.png" -hash = "5e3c6ee7f2eddb81e7f2159b5ffb1ac3d6d86ecb304a5e5bce834512e8e927c5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f2_key.png" -hash = "a0d3630ae387b4768b5ca00bf3261f1509330d8d9f0c514729ec9f20d06ff199" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f2_key_pressed.png" -hash = "5cb2aa3520c595f4cd4af9074961b562a7fd8f0ec74896be9b182427522d0467" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f3_key.png" -hash = "fb96bccf9920849ea3930c341aa42c218215e5f505ac53017ea115085aa3ee8d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f3_key_pressed.png" -hash = "d8e5e29fdbb1189e9c8925f4d4cbaa614aa9d7ad9649353c6c4285670b24f1b9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f4_key.png" -hash = "e192a56676334fa3bd704231323c981b08d7ec7f58ceff730cb440cca7bb5361" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f4_key_pressed.png" -hash = "dcd1291b7c761a96a8aee8ae3d287cac8315cf510cf2f200ada5b408b4b3c70d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f5_key.png" -hash = "2b6531a2a0fa0698c5d7db7cb79ac3fd9b95a767b9e7c1a0be38e10c225654b9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f5_key_pressed.png" -hash = "943035ab04968a892ad758324210d68878bf1b0349900aa5b63d9f4875eef65b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f6_key.png" -hash = "b48015d70510ebee7e67b021acfff839411922dc538a9cc3578ab790ec9c95b9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f6_key_pressed.png" -hash = "374536b5d831ff44cce2bef496a116c6e1116b33ac2f78e16772c35d79220d00" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f7_key.png" -hash = "c9f4a8894f5661e43942ff15d162d58c873921302f74fa675c230b8dfd513947" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f7_key_pressed.png" -hash = "6fef931f0539b065ef5d74ae0aebf857bfd4d7b9af3cde91a9209448910669ea" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f8_key.png" -hash = "f02224cfa9faa0e06bee5557b6f2cfa708be24f4e2c7fb77c45ebfbb21b9cfff" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f8_key_pressed.png" -hash = "0e86ac618f5108af6683170429155e0380201ce2c25931bc9e86e585e0b6dbd5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f9_key.png" -hash = "994865f79b33aa49405f803c0f5caeaa8ac8dbd91380948aaf3b1d56ca67da9f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f9_key_pressed.png" -hash = "45a0c19d6cc355c1eaf771aa767e872ce347a18aa40ea41782e26295c916d34d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f_key.png" -hash = "77462d40b1c70916f8540b3fa08956a2aeb5b59016795d87f0d5e3d04dc52241" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f_key_pressed.png" -hash = "fe0c63b373fb051c39b533130a9d1a41462557b8fbe0b58c699c0f0df69780b6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/g_key.png" -hash = "59ab6080efe454b38362b1c74c3b87e8cedc3b37f5cc0a886c2535e9c99c4837" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/g_key_pressed.png" -hash = "02db462d6cc0d3ab7aeffb8c551d91088f3d7453c1c8ac352a400d5250bc5e14" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/grave_key.png" -hash = "b6c18aea38cf3ec1ca597d0c97e50499ecd74a0382329b0b883faca4669e1978" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/grave_key_pressed.png" -hash = "90c1be7cb1c0471d95ec52d8423d3d818887d2b77dff5f4b8e256c5996308117" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/h_key.png" -hash = "00a5149ac0a47850f20db6768748ce6efb1db5b1de3f7e87132fa882b06e51c8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/h_key_pressed.png" -hash = "2bff950f9c8a2d9e1bf1a6f35c72f89e35e171c89afd23bc4afa0d119fe5e4a8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/home_key.png" -hash = "f66c66ed755a34992353385e4a60a2b9a99ed7bc576b64ef1a1ece3bef62c452" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/home_key_pressed.png" -hash = "6bb80d0332cbf5dc821005933492a038edd1c73e77946f4cad39fb488b09485f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/i_key.png" -hash = "c4d40476d97e870c745ef5b7dd29b412691983d1d637e52f4acb47be2c93841b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/i_key_pressed.png" -hash = "6960b2130efccf57711a2ed7df7161947856075f41c17cc24b62151f9fef9891" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/insert_key.png" -hash = "2f2618c8c798c05c6e02cd71dfe6ea87133d15509a504b77ddd3aceea55f3442" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/insert_key_pressed.png" -hash = "bf43fd182f9eda69fbd62116730855776d27244f8e55ae39b09a0eea30a6f04b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/j_key.png" -hash = "cd1319cb032b9552a3fdc76d5c633d0d97f1e294b6278c5f12e7f37d86e77267" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/j_key_pressed.png" -hash = "e96b9e0b17abb9944b389c8fcff4271b6b33dc9ef88d5599688cd74d5b6928ed" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/k_key.png" -hash = "ccbfe4b8e29319139be0915d4b59f468dc57efbd6e0d43d6cc7d69d8ccff069c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/k_key_pressed.png" -hash = "27690fb8c782f5e27f28603241af0bb5d6c6ba279a8e557ad72a3ef8f0e225a4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/key_base.png" -hash = "52fdce2ce58273b7ff2b89c22d3a025b85ecafab75e013f7853cb62fd000e4f6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/key_base_pressed.png" -hash = "a1538249a913f3dcc89688760ee7dc87f425478608abb75d4aa0779021df383a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/l_key.png" -hash = "0a9bf1ca903a99385195f9d8637222b13aec2eaef9465dd438332ff956a8b201" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/l_key_pressed.png" -hash = "7ac9f3da998adb0d01212eeafd62a1a62e2f14f6fe4705f28c9de5a9f8bc2a00" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_alt_key.png" -hash = "e8b014fe14b69970ecf960b8805d2148ae767e44c5b787ebe95709f5bc0c17ce" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_alt_key_pressed.png" -hash = "b0ae5380fa1fb5742b6edc0fa9ba782c2b730f7f7f4548216a0215c573c5d115" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_bracket_key.png" -hash = "1f17f7bab792dca8b80ccb93951566dbf1ea4452b3f5e6319032a364f32584e9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_bracket_key_pressed.png" -hash = "1b13666b6e92321081691e2b3d5e336407d4f94be45bd4ba2e4bed68c927537f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_control_key.png" -hash = "03b127ee6331bfebabb3d0030c3d7234c9692d7fb5b486f7ffb1541827fca20d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_control_key_pressed.png" -hash = "dc438bac092edf979379c3c67a2207bfde9fd36c32e59e10e0533ef189be0de2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_key.png" -hash = "5364c3d5d1b2c9ab7257fcab7c350556aa5bc596527ce501652ab89d459330cd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_key_pressed.png" -hash = "338920ec66002a9104d455e5f4b5ffdd2852dfd80b986571abc85a062f5819d4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_mouse.png" -hash = "5fc69d8f3fa7dc20e1865a1c3826212d94e18b499db38c13d0fb686bb9404879" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_mouse_pressed.png" -hash = "c0f7e3f52447d5a0e0021641b9e959daeaab6e8fc6e52a973c5d465072a10fef" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_shift_key.png" -hash = "2b01aff6c5f78106de126bebd350b9027c66f9efd79de0477a85c3592661a211" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_shift_key_pressed.png" -hash = "31cdc5e27ff26acae32a8f583c065850af0b00303adac9b0c27c0ae7641e3cac" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/m_key.png" -hash = "51f1426e4d214694d6a673a3e6811972e89eee9ed11c919d209767ab3bf8a677" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/m_key_pressed.png" -hash = "844b221f1f0954f2e06d4c5aca990f6a31e59e3813079e5d8c53c0f7e6ec05af" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/minus_key.png" -hash = "2e074717cb906d487864ba3d059742605e426a1d793bf972534a50bf8638a77f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/minus_key_pressed.png" -hash = "dea129ea865a023949d2b8f548c9faad7307d3547b205996c9398ef05a4d5b14" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_base.png" -hash = "ea1e1515984b467ae052d086fc2a8f12834ed202d1c3b3bc940d61031c7ef268" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_base_focused.png" -hash = "0982ee3bb29e49cb74acdb7eba805dff639bbe618e8a5071a7fef690db51b2e9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll.png" -hash = "57a11082e9fbf3344f420b0a04ec8e24ee5863183621b2d3d9ec141dfc07d00e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_button.png" -hash = "9fcdaa1bf9e1279d086a49b6bb0a135861bc8fd84bd1496c966962bf3c192276" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_button_pressed.png" -hash = "852d85768d73d75e6f7b209f9e8bf2c10d89880e66b0b90e50ffc346fcd36e35" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_down.png" -hash = "2406bc76fb035c1ce554f0c95a6aecb188a3d68147132f6b32f3782e36420c74" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_up.png" -hash = "b80f2c8337a8bafe9a1a729674e92b5f26e650298e0a8eb60aef97216726fceb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/n_key.png" -hash = "b3115f6804f1621b9dcc44f994cba3760df4617d0f5635367a5fc8ad8c628912" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/n_key_pressed.png" -hash = "419a63f9c5c91a74eef2262e40a9fe64fb2c5f96735b15c5c4393a982fe36d1f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/o_key.png" -hash = "f93347358ec65d26d845895a2e8081060bc55cc4d6f82dfbb6c91be2f3e56893" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/o_key_pressed.png" -hash = "3db4ab5e0daedbf1589adaf057d7f35ec5edde3bc36c5fa4325d095986cf1cec" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/p_key.png" -hash = "c15076eeec64cd74cffdebc36ad98af67b784f1ac05952342778194b0ecdfff2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/p_key_pressed.png" -hash = "09f67ed90b518cd87ca7ee0a81909bda1dffee109386400e5ecb6a0f905c5ce8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/period_key.png" -hash = "126419e8eb0b0cb4478749e792ad50e093cc45107bcdf87adf1f59f5a224de2e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/period_key_pressed.png" -hash = "823b04119b47c4ccfe6431cecf56ee496962c8b2d3ac6544975b643379c5e55b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_down_key.png" -hash = "921d173e539edb8601943d36d1919e87e8ca59ec7a46d1a1c45149203d0257ab" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_down_key_pressed.png" -hash = "fa9cc14f2a7631e60be4343c309aac5e43fa8e2063d698e8094d3ed72e53d292" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_up_key.png" -hash = "544f92f806e031d89e2d0ed3c8f45a1302efcc587e9873338a42b79f10a5d6cb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_up_key_pressed.png" -hash = "0e244b135902fb026eaa56f03695f671073976ca89119c9b82daef62070819e7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/plus_key.png" -hash = "572d6a7a0d1ad1623e4a39af10903438f820b3f419c1662ce77b4fe24ba76407" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/plus_key_pressed.png" -hash = "0a1bb638598121272dcf7bafc445312fd08a213fc7a4a6bf4e2d70ddaa7bfec3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/q_key.png" -hash = "9aaf8bf06f51938937696cc9c5c613e52d84f8f5e48d3dbe2775cfc1a054ac16" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/q_key_pressed.png" -hash = "a69ab959fd72480122647359c1f0c0360301ad0efe71bdacfc5ead6388220ab1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/quote_key.png" -hash = "b0b38a05a31e26071cf65ff929d61dfa5931595fd8b736777f599f19ffd3b6dc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/quote_key_pressed.png" -hash = "52e82dc786fb89a9843a628555720e27f461e2795a78f5fa8df4983f6b021c6c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/r_key.png" -hash = "38555ff2553804ef8fcfa7b159dc3f9612b3bd1ad9f7f30246eb42aff39c7c00" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/r_key_pressed.png" -hash = "c0b394aa244d75f206c90e9b61317400499cce2a70a21b2a18592c76e8c3513f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/return_key.png" -hash = "12badf5f13c90d891113d75e9612d5ce2ff70b674ee2056c35da9648646f3a72" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/return_key_pressed.png" -hash = "172a6328372cd31a8534107814e23512b9de0a64ca0735205c676c2ce6fe1f6f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_alt_key.png" -hash = "9b8bd6b04a8c45338fbc5e5dc942e0512135d25a22981ed4d84a04e94c56516e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_alt_key_pressed.png" -hash = "9d119f9f8b4c3466c7d6cdb2547b6f7d8a8bf1b5a5acf33d51ea9d2bcab783fc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_bracket_key.png" -hash = "ef8fbc31ccac6e213c464f1a94fc6aa6708b68fa2e1ce38ebee1d0c27b7c0015" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_bracket_key_pressed.png" -hash = "4980cb7c8f7924b8053177bfac6531854331dd2e3331318be9ba3d8be5e522ad" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_control_key.png" -hash = "6661de28310affdf86d0ac0554497cadc5a46ee8233a653023514e452ecb4a8e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_control_key_pressed.png" -hash = "1d41673da4f14dedd38f21730954aff12f080d7ae8f47e75c1297a999ab004cb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_key.png" -hash = "0d2349dcd0186a29a10aa2ff99579cdb49894d7edec50db4b0f631bfaa20f697" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_key_pressed.png" -hash = "3368e526a602e0511bc05387ecfbc8568eabce5d04d0c4ffce72add5c30383c9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_mouse.png" -hash = "0fb8bba1c08138399d6eec25c89d36b6f103d76a39e8316ccb451385267724e5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_mouse_pressed.png" -hash = "650e3cb153582b69f08a3f6589e82c463600e08f686b4a4a13ec7a0f98ff98ce" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_shift_key.png" -hash = "340ddc00072f5cfb243e4a49497e25a2ff1aea5ef007a09006d2a4c6d2c75198" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_shift_key_pressed.png" -hash = "eb7c3f128ef75aa7f3a1195c93e6996c0ebd992a169f8a6b89610471a0264515" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/s_key.png" -hash = "4e9f4b3e449f198537eb4214ae8258a34a049edb5145c0075173dd5c5429dc3f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/s_key_pressed.png" -hash = "77e65fa6997bd466a9e4e195f81aec0cfe399e4f6b8b2f7434a2ff65bca2ae6e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/semicolon_key.png" -hash = "c810f23a2589609650e3eb901dfd5fb4754040aaf2874c8303417d87642fb378" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/semicolon_key_pressed.png" -hash = "59fc75e91cfc16291e891963f682b9593d08c74a79d1f78b990cf69e02fe04c5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/slash_key.png" -hash = "9dd426f059c3485bff7f4cccd5d4d6490a20ba2238a5f8b148d057cc91350cb3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/slash_key_pressed.png" -hash = "c0e0edabab03cfc8cb09a0539454a374c6e8e17572e054b57c876dc23722620f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/space_key.png" -hash = "993d1fd6e1118eadc1eaade4c8a45d1b611ade96b2abf0c4016b1750bc870596" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/space_key_pressed.png" -hash = "18aad17d870e78ae7e344ab928eea5d849aa2f150dcf03ac7b14bcf1a8ba4171" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/special_key_base.png" -hash = "47d289cd81b6dac6c8972a8d500d1998932f55244e4b0a8312bf9f4332fded31" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/special_key_base_pressed.png" -hash = "01a8bba5a16c9443ba49aeb64b14dff60b5851f87cd6f3efe4a79648e7a190f2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/t_key.png" -hash = "3d37bad581bff3e7ff34b5378f073847c1164ea7b697926a425f4c1b5ec4c716" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/t_key_pressed.png" -hash = "ca2062944142f39928ca39615a84c7e64195dfb269aa340f1f7b821b8dff7b21" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/tab_key.png" -hash = "71287ad7ef9d71115a2bf1bdc0b5274b9a5827a8f7c09361f7e24ac61bd7e57b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/tab_key_pressed.png" -hash = "321241aa10ed85d3a912b6192a02efa8915b5bdec9ac066844ec47d526740ef4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/u_key.png" -hash = "cdf4837bd09d70d5d952a3bd27101ad0f46307c708d3bc380d2b07934dd5153a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/u_key_pressed.png" -hash = "1ad18ac0f46ee90c577291e78fe081c616074ed39276e0b4e4f9166481a4d17b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/unrecognized_key.png" -hash = "afc6fa708fef6cde9603cc96353f7c5e09a327b668425f0bd00f645c0d0d8ed3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/unrecognized_key_pressed.png" -hash = "9cfb72980f23b07b887983f2fc0e8a5a9c93518af7f17aee0930d067d8dbd5b7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/up_key.png" -hash = "46980c9a39b40eb117f6d13677692435024f3231c58641d80c1b1e340ce8448b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/up_key_pressed.png" -hash = "3a98c4461b19c513226e52969709bbaa50b8da2b87619c3fe40e4b0dec8070c8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/v_key.png" -hash = "e63c5a44578b68262afdd08b6e94752396196519c84424a597d3c880d8ef83fd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/v_key_pressed.png" -hash = "74d84f6a2d03bb83a7dd056e03468e8240798c4961bd46b7de56e956e07d6c51" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/w_key.png" -hash = "7746fd255ac954d0032ee4c146fa36deae843fe1b62fc784eb3d3eb0541da371" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/w_key_pressed.png" -hash = "e00acf53693766a0a3aea07ef0e92d11a3fb86d32894346bfa3064daae5667e1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/x_key.png" -hash = "322472e7aa77f8d78a6d17facb0b9b54399b6f19f28f52ffed081d64d0d2015b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/x_key_pressed.png" -hash = "463600fdc15845b2af53ef768e8e900a3107d8687c6b195ccb4b83fcac33005e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/y_key.png" -hash = "2245a6f938ad71ed6ccd9582b3afe0251e3a816eff41417fdfe97d4ea9295816" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/y_key_pressed.png" -hash = "54067e0c92df7b33daf8fae5d1ad634f078105cd3dfb4cf9d49cb1cbd3393eae" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/z_key.png" -hash = "e2dbfd8f16ee39c3f076169a18aa13407e60d29353a0b87df3254cb84ce2d6ef" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/z_key_pressed.png" -hash = "9e14d32c7a26e7f321a16ff5f8c4f841b2e665cb550b81a0687e60d5e7adecd7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/semicolon_key.png" -hash = "06dcad9cd5300c3eb3a992272cbd62ba1db648bb734b3a1546c34072290b99e1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/semicolon_key_pressed.png" -hash = "e30b96d05f885306c6ad5b413d7302404b35f5da647dce27d173a29c144764ad" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/slash_key.png" -hash = "774ebb3ccabee3264f8d9db8322cdc664b6919b1debb8d90a90275be2aa663f8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/slash_key_pressed.png" -hash = "fb24c6f5017d549b5db5d68616701d8a9465fc4436d074c368fc8c499098eea7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/space_key.png" -hash = "969cea66a9e0e1eb95dcfd82aa2cfa1a2aa5cd80aa1ac3e7157282807a650e4b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/space_key_pressed.png" -hash = "f954a4bc1d848f73775062d5a2e8915f4a6980e0776af9eeaf0db15a7c3c1c14" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/special_key_base.png" -hash = "015c4eb1e63070c469d64a5c69f2a715f7a1a9ee24c9be7b2ca0de2158d048f4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/special_key_base_pressed.png" -hash = "49b8f6af1d7fb95fec18bc2db220b1a9cf6aef8680caac71726fa89dee820fe8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/t_key.png" -hash = "84ac3fa9aa8627093765f72088020d4bc67f8444a283032a24a35b0564d55a9b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/t_key_pressed.png" -hash = "17c4f6e49f1ef2af775f7731ad9d3f95a9ff7104578ba4ebe04210f783337bbb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/tab_key.png" -hash = "65136640c4458425a49a148710167e85768ac6a2ba2795fe221711ec4ce97cc0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/tab_key_pressed.png" -hash = "467f11b25bed9bb1f50efa79970ecdb9f7c7d4b818cc3e395a4c0bd58175dede" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/u_key.png" -hash = "9357ca1bba5420db2a2d17372298e209790f2d5d8d571f373010e711e7a44aea" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/u_key_pressed.png" -hash = "56981bb899d22d63c7836b26880deb282fc9b85e6b5a6429519340bffad5f915" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/unrecognized_key.png" -hash = "6c2460c0843e7fa8ce3aae658d72eb7689bbf1ee44c837a99b41bdc4633429d1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/unrecognized_key_pressed.png" -hash = "6196b4b11a5bc15bfc42fb288d25c3697009f1ca45ef516821fc074c0b03dd45" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/up_key.png" -hash = "91a872c9beea809b892059586dba033225b6220d1d5841783187b3493c549955" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/up_key_pressed.png" -hash = "31c652ced6c8f2d18c0aab8c57829f7c9c529ecc31135b49f3ddc6c55b1dafcf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/v_key.png" -hash = "5fcab647a77b4d71697a3f54b9d7f26c89b4529d27693683f76a6b478b4ebb19" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/v_key_pressed.png" -hash = "30aab3cd33d6a255d6d78e2ebed66fff7e391e8305b7e77a0f55c3eb0a46f70f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/w_key.png" -hash = "75770f4423c208d08200fe79d320eed156d4f9ac04d0b4c21dbcff5236da807b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/w_key_pressed.png" -hash = "3ac99019682fa764aa6e98f6bf46a81f5d0a534748c45eb6f3d25e36cce2596f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/x_key.png" -hash = "456f6c01e31484864ea2d2de7d6a7e6613aff055ac68eb5cf7b933b93588c5bc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/x_key_pressed.png" -hash = "26fcd513f8097613a3a9c75bca6c9a4283d6216b0ec3c20fa5ec8671ca5516ad" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/y_key.png" -hash = "30422353c1c4ee3770fdbbb765947b84f120789afd360fe25a6994f70ae7c82c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/y_key_pressed.png" -hash = "ba5725e92b274110e2e45bfaff1782b6bad717344b728587e1f307621d29a50d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/z_key.png" -hash = "5f6e6f13c95b2e465ec0ff26313d43d8a8fb5864728a5d2ad916cf570d09680f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/z_key_pressed.png" -hash = "de8eb370353d3e9b9a641cdea27ee3fdaf2a0ad4cfee02fcf525b1d5b18c3425" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/back_button.png" -hash = "8598302b3bace3ee9bd08ff0b8fd1a0ce6278884dd20f61ec61a9170d65fd38e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/back_button_pressed.png" -hash = "7bf2a8bb3b704e6d6db24d7782d858fec253a482e8a1c142d5859d57fe3e5042" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/down_button.png" -hash = "ccdbbe29cf763ab4616c5db8aee90bb7441b4d232e498b7317862420e3a39e95" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/down_button_pressed.png" -hash = "22dbe881b68d6eae18bd5ad3b2c2bb7f4815ee1bd82eb7f7ab4e58c9fa387904" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_down.png" -hash = "fee88ddd4b6941fc28e0004ae1b2e4a37831d100b49a07fc6aa0f1eb5f196361" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_down_pressed.png" -hash = "8bd25c22b26db201f9f86139a28af63969db3751b9e4fb2ef99b8360258be460" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_left.png" -hash = "dacd69e12fc651739c1828deb5565f64959734e3c70bd3c87f4ff472e2ccd857" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_left_pressed.png" -hash = "fc3358e0312cc9b94158c091041a0d434d7457da9d6e218fab714cdfb9c23d0d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_right.png" -hash = "68cf95d8451d6c28a4aea92cbae1625b6498e65351cabded1f90887d2e22bffc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_right_pressed.png" -hash = "965a7a29262e4db3754229386c83ef0c8c4f823f057ecbb9d923ef8b9ceca613" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_up.png" -hash = "a25421fdf623ceaff16d5bb2d3ddca012439b96fb746450ca3df3d92c2222560" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_up_pressed.png" -hash = "29a2edb55a9ad52d6c02a4146767b95ea41d28fc6420875bb7326cb0f6d7af00" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/guide_button.png" -hash = "c416aa3861144b664b58d17334c37027fec12eec19b7fd0a4aa7702eb769c240" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_bumper.png" -hash = "fee26120310105d9bdd7ff2040bbc4707754aadcc549339cf4ac23340831b199" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_bumper_pressed.png" -hash = "9c9276ed819732f94b2bf29dbb90dbea92f53725072b2d209a132d369b9a2f2c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_button.png" -hash = "91aceb82deb066c3150880cd01aca203158824845acf2da9408739117494c455" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_button_pressed.png" -hash = "47bd5527e1ab630f2135a6afb49802b9f4f3788513e3e79dc1d541146f536c57" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick.png" -hash = "aa26a5278c13a02ce6b1361644c44b68170a496f60ea1b76dd195013bba52d81" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_button.png" -hash = "42ccc4b3814a64c98ff1ae3b618ab93d4277c26f832451366d3b4b2fbde2eac7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_button_pressed.png" -hash = "b310c3ddc40a07ec54855adea6182e8f640a7dd5316df35feace2c3a130400b5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_pressed_left.png" -hash = "4e87a2c77e7f65fe2f9c6f691fb930c6087890549cde399e285ba7f299a4d567" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_pressed_right.png" -hash = "45f5412cf7cad2dc690d4b8780f6d5d13127f064763b494fd1f4d012185f1977" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_trigger.png" -hash = "e521e2b653bae13ff3a538be26c175ae66f5980dc0e6837063e129154e141057" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_trigger_pressed.png" -hash = "cb3dccdf0992464a96f93144b3767c5f62aa0e8316dbf8db0ea3a26b02e0f682" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_bumper.png" -hash = "56b02b5543d9ba506bb51604dd52e22620e629d7b70c16d793d721918c7f9653" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_bumper_pressed.png" -hash = "f76228d656feb85b41aa956d45f5cf6202091df526919f164352c532f1c858d6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_button.png" -hash = "05be5f2d08b4a8d082220e9f393d74f23f60372e6614f702645627371d7dd32f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_button_pressed.png" -hash = "3a0732852930a610d4cc4093367a5abda3dce8dd8de538cd4c93e438d47fdd1a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick.png" -hash = "2b7da4d462f165e52a36ca98e9850399070432bcc820077b4874700e0fa13273" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_button.png" -hash = "6b1ec65618bcc17654a9e56a3c9bed1d923556f3dd4222c0f78c09178af02753" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_button_pressed.png" -hash = "4e83b78c2dbbcd2e1bcfd8a99461ffed750c7ce36b5f869bbb171cdd60490f7b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_pressed_left.png" -hash = "557b66fe5fff178938aaafd23b7ffee3d2069b32203bb1ffa6ff100010dc27c4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_pressed_right.png" -hash = "5940aa3eeef74b01de792d05feabc28ad67c918f48e1049fe555fd25763ac739" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_trigger.png" -hash = "06074ce27cbc8860be44dfd835fb92990dc2a9f620becf24cdd33ce67115f52a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_trigger_pressed.png" -hash = "621dc459370950ce63c2cb9de059f938b550c62fb02cdefce3bf0f7c359ed502" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/back_button.png" -hash = "f12a1598481bd65f067f73524466a1815d02749dfc7c9d984c0d193aa10a1cd6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/back_button_pressed.png" -hash = "7feccf6757f6ac895707d3eb6285054013ab33d2f24a66e68cfc9b9ac4c75b56" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/down_button.png" -hash = "9f8a4de100cb04d3d1de62f1318e92251c1fbd8f4c8396dd663412513cacf4ec" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/down_button_pressed.png" -hash = "93c07f3a78cf2ca84c9654d8c55d892c438597ee1ad96ac098d757bb67948ea5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_down.png" -hash = "670ee5b132f72a91afe8975ce675bbfa9c9b2bd1211b35b514aa68bae037a620" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_down_pressed.png" -hash = "bf43607e8884a0a822dd2992627448de771f6063e81cd5f4ff90cb06cc536bd9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_left.png" -hash = "f36955b4525c104607e3cb84f178698fd69c2cff5b32f76e982345b5e9d36ef6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_left_pressed.png" -hash = "1ffeca7953a21cf76dab2a8d8cdf9500ee81a39deb998a4ecec846a180cc2990" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_right.png" -hash = "ec9e9457080cb41ab10e9028a7aade49f0c6c33e94d6473f4e33f22e965d0bcc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_right_pressed.png" -hash = "841a7ba010925a3c8bf6cff69fe076e2ac71c0434a8448f1227d438e74e3fc5b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_up.png" -hash = "5e4c0b5668211071eb523d02643b3ac84d1b8fa4e8a609130cefc455f00a0127" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_up_pressed.png" -hash = "5c603771645938d827e22f8dff19c2b187cfb777b3564979d7bda2c8f64eab4f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/guide_button.png" -hash = "790ff6793ba85bc19db2f4e36baa00731d7fbee33ee22c59d75680a7c1a03040" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_bumper.png" -hash = "e23440c4e02d7b801b0676c98c34bcef7800cbfcc384c2bfe6cb896ece98f865" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_bumper_pressed.png" -hash = "16f34565e86cc3d99576dbd6c9f60532167f0eb06ac872887c8d9db2e15d9a2a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_button.png" -hash = "58a868cf4f3205365ba147ad40e307c9f8f0573fbefafa142bad7e0999ef57c8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_button_pressed.png" -hash = "2004172f0f28fc14b59e4ef7018fc2c42f914bf606dd1f1bd391396d58d097f3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick.png" -hash = "2570bc0099644ac0d7af90ec2c7adfd5a1753624b164fb636144622508e6ebd0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_button.png" -hash = "b9cb82f1f9b56beb37f0e2d17493bc05367c200c7c1e05739ae96ac51c82c207" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_button_pressed.png" -hash = "c6cc5e07f279ad45503f9955e623c6f9dc508298f90d3bb0df34f1e22fa43caa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_pressed_left.png" -hash = "09d9f4ab17d737d642a143d9ff22441ea48bad040713ae1284ecaa54b51900cd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_pressed_right.png" -hash = "5e0bba169e2231cc21f2309319960174c64e4b0866cfe47cecd0829ee4bb888d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_trigger.png" -hash = "d1bf73fd56db85005bada71ce140faf83f179592ac282dc5ae8a6f5aee3326a5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_trigger_pressed.png" -hash = "c86a7528dbc8c414710f8b5788494037231404684dfd4db939b2af1f246a9689" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_bumper.png" -hash = "2590fb1e1190b104afe535f7df8bd04220ecf0d1b1f1a54575950f47e7248fe1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_bumper_pressed.png" -hash = "dc376d2980590541570905df1c1cc69323e80d33915590d4f732e4e5475fbefe" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_button.png" -hash = "96a8a4b63e232ccadbdd36fdac92d942ddf9746dee668fedb9da13fd5ca62a8c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_button_pressed.png" -hash = "10c6b2d71997d1aabcf6aad677cc4b0e3e7ef11843e0e288491923823b6b426e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick.png" -hash = "cc2c3f0cfc6470492169e3a4b7a16e7ee508084c7aeeddb6adf7bedceda5dbe5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_button.png" -hash = "93c4628072f8be329cdbc085155fb77af745439c6b0cf4a5541125f1e18fa666" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_button_pressed.png" -hash = "0b2ae4f0ea28fee5a59d98f966c066ec7d8c0950adbe5ae82149cb1f435dc5b8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_pressed_left.png" -hash = "809a8e0d88829bc86487e989304276272604f3dcd06bdea04648ef6bcb8b148c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_pressed_right.png" -hash = "b6ee6ffe648ed440ddbb7b0bcf746b5478f2ac4a6759f99489531fa2055672d8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_trigger.png" -hash = "578a25c72cffa6740d6cf06019a5804eba2ceb86d110d084878388dec2f57b4b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_trigger_pressed.png" -hash = "c4cc4e1221e34d83034c258549325b96c10c1ba2668d69ec15269e4bc8179912" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/start_button.png" -hash = "9d22a5d249a059ffc862ecd084b73aee90a385ac6281df1c9e6e02ed72a5e7cc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/start_button_pressed.png" -hash = "4f5db27acd53d77f61e2325b5579ccfc13660cad98c478beaca05ac3c8c0dc16" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/unknown.png" -hash = "e04bbdb9bcfd8a4be1db4e1ef938556224d47e5f8055f458fedbf41e416633e2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/up_button.png" -hash = "1961a3ec574be13c18182a447e5bf3080402766f2517375a1acdf51bfb40c574" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/up_button_pressed.png" -hash = "4ce17c62ca2b814cf194d0dd2184c349bea238e5619742d8a928e516fcebef78" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/start_button.png" -hash = "2a2d262cef0e7d4456c3effc7bd7c0cf32cca7dc8fe49e524909c282c01263a9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/start_button_pressed.png" -hash = "d0d955a06224d39febf3909c070b0eec7767177be4ff5fec2ece8980210f3d02" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/unknown.png" -hash = "614b2460e3d548029a9eb5f48891cc8c1ac98c1757961c0e99584157aca6102e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/up_button.png" -hash = "619aa17d2b3f3a16a9297bd3a2fc9f13a938cd532f00a39ea0b53ecc59b67cc9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/up_button_pressed.png" -hash = "abd56be3b26c7e07457b19559eb5ed2d724f78b7008caabfba9721189c7391c6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/back_button.png" -hash = "436b19e3530c48f0e81ee6fcf36952a3b832306201ba321da4c0b6fda43235d9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/back_button_pressed.png" -hash = "57cc2a45c6552d80ea9d89c8228a96bf2501188e1105b02ae847144d96655cb5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/down_button.png" -hash = "d7ceb41096bb9bdff2a922f543381d66ea8893a9132035127205dc1efe06b05d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/down_button_pressed.png" -hash = "e229e1a514a33253bdd9f4fe771fee1be9836555bd7cf29b3bfa3fd10bd31b8c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_down.png" -hash = "d465a9ff78f31f66fc79419f5fec6d6a4ca7cc1edfc11f608db8a58d9f0bab2e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_down_pressed.png" -hash = "212dbbf16b606c8a81d585958142d4292f80bfd511cd03cbfcd1edfb8e42b1cd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_left.png" -hash = "2559104179ffa8bd16968e3919a620186e7205255517a40d0f31e6ab60b06c23" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_left_pressed.png" -hash = "45cc9b562a49b3e645d497bf831271c7a27daf7dc4de214cc93171a32d13e747" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_right.png" -hash = "a737db9844dcb254d00ae7a7db6393d4017f60a27cc5e3294495cffc98cee257" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_right_pressed.png" -hash = "690a5b21d3f9ae68609d3c4db32b740612bb489e3af7759ee232ee3c67e0d713" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_up.png" -hash = "a904885b8ec7e7a0d809db074353b6b20c9a407f84f8caef1ad6701041845714" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_up_pressed.png" -hash = "4d9e4e1df484f64d8675c9033751125af4085152d2f5ea54eae26d48220e7ee8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/guide_button.png" -hash = "bb4c748c2535dd5c89069c012eff4728acf8f1e5c4fdcbca96d743f5f67d5b8b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/back_button.png" -hash = "847896cfe634014f816573729058621fa8e3ed318d93c5dc6b29434f898121d1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/back_button_pressed.png" -hash = "ad83ff2469e682b4f35d8b3184a85ea81203c29beeb49e19c76eaede745e75c5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/down_button.png" -hash = "a3476f63747f9511634d2825457ab57b118aaed53370ffbbe1cbd56bb234eaac" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/down_button_pressed.png" -hash = "bfe25f6a0740a59acb21480ba52e213080a178952afc052cdd4251c9bf0a8253" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_down.png" -hash = "8fd338417cbb0e7dfa12ef2f12f8d35028287608f7b74bbefc96ac88b8279b4f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_down_pressed.png" -hash = "a98bfd77959ebe67926dd154a8f8daa62659fc46b3088f410e58dc82ed546d50" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_left.png" -hash = "e9ca2902e4d6c8d1101661919b1da15dda9795972a42ff0ef0c7881c1396d9ce" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_left_pressed.png" -hash = "1d9909c0adc274647f6dd1e56fe4c2bb7021e2419281cf693d441027d316c985" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_right.png" -hash = "b8f9a9fbe0723a3b09e31f7b3430752ddb979f134c8ee776a3516b8ada59956f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_right_pressed.png" -hash = "ee02ed02f91291572f9a3d6771e68aa9e2f87caa4a6c873d638f2cd6804f45db" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_up.png" -hash = "b86dd6e4a5da19d6f342e1fdacf45394f38ece945e968470d85d19499b03f3ec" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_up_pressed.png" -hash = "49492fcdc7d8385eb9cb420dd003d8042ea077777434d4c92abadb596a602234" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/guide_button.png" -hash = "c0d5f516b8f118617c2a74c7f0ac4560e24b42e70c0bf48525a50cce39524641" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_bumper.png" -hash = "1a331c19bf4eab8f073ea6a099c50b72acc7f95df52f2f301a152e6240665632" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_bumper_pressed.png" -hash = "fc699cdf55945b1251e5a2d2aefa99f11a3adec4a8d5456ae7711f950370771f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_button.png" -hash = "f55d66c2a5ed0204a3a8ffa076b6916527c08516df7181a848d656cfa8297a5a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_button_pressed.png" -hash = "329a553c78d9ece716ad9f4bdfb89202da577d9c793515d9ef2801ac0d7f229d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick.png" -hash = "4c532280dd9493c04c4e1045c1f55cad40619ae53d4ed7d365f2953b949ecea3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_button.png" -hash = "e84da7f9c55baa116c70a3b7c71775f02556ce07c91a355d777e0792304a60fa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_button_pressed.png" -hash = "e69ad30188048f7202b0d179fd39fc954aafdf3ff7a7ecb137ed793f93697626" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_pressed_left.png" -hash = "4172674150de226ac7c6b68d0db63d8a463900d1cae5974dfa2e8fb465843285" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_pressed_right.png" -hash = "ec8d4df44ad897fa76b1cccbc271d4b7fd3f754720c860727e87d2f1ade8e868" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_trigger.png" -hash = "299e04c6455edae0c4e8dc7e3cada733203ec5a9620edf1e18558b36fad84002" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_trigger_pressed.png" -hash = "1588c49cf539310ffdcc51718021fc46c56cec8dc9e0a2a14c87ffb60dc9ff73" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_bumper.png" -hash = "3c7d44696f01b8fa26546d9457dbc6e81d781baeabcdca055abfbc66ec4e8406" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_bumper_pressed.png" -hash = "03ae591cdf6883da9defe83cbf058d7fa1d60ba7db88aee4d9113f25369261e9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_button.png" -hash = "a631a2aa8c359bf548780464dd958319e79d09fc90628a9009b79a4b945f95e5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_button_pressed.png" -hash = "77f2bc36f9a6566d17b858abb6c8aa959f54dc743b8b4c2d1ea05b69ad57820e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick.png" -hash = "d7336da69f3a0d11cdfdc0a5fba03ad3e801f107b07be9027605c9b7bf6ef91f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_button.png" -hash = "e002f03a4a36a04eda666d0ce1bba15aacb6248043248c1dee1e2defebb39626" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_button_pressed.png" -hash = "bd3c6acfd3944be9ecd4b040e4dd6796e6f4a200cf94dddbeb839d59b89ad950" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_pressed_left.png" -hash = "116b86e6ab0048e90ff850f805d76b8af01a02b4f31c0b5cd2ac0018add87044" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_pressed_right.png" -hash = "cd0fe4dcec045d8c00ef03a1fde6fbd5f5973586c8297b28f7c99fc92ad0adbe" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_trigger.png" -hash = "05775e0d93051a4f7c3ffd8519886120afb22b2d960fdf7e45a2cf3de6421c8a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_trigger_pressed.png" -hash = "9e8fc04b0354f20ef8ee8a72f954c1470f9e1eedc03e7d8ff9490d8b6b4dc286" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/start_button.png" -hash = "14c85df89f8cf21b052c09d67c4eff678b94fea38d0d24b15ede11244848d886" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/start_button_pressed.png" -hash = "2be3df88e92505dacb5e4a429b721bec7d5e99c2427249d10d26f647574df916" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/touchpad.png" -hash = "2598f8ec3ac501d8353eb3f8191395460759b83d86d073cf96d66c72bb0d664e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/touchpad_pressed.png" -hash = "d881081a80d0d30d6732d8dc1082ffe5e07f91f095d493a4d3f0a5ba559a2c69" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/unknown.png" -hash = "fdaed6a579f2c04ea7fa3e9abca8dbe6b4706f7342095b3a6c7b49f3b3a483ce" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/up_button.png" -hash = "4a3d8ea2cd72d308661e51850378b1a7bffde681cee055a0553b4754352734e9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/up_button_pressed.png" -hash = "21380a15fbad3f62c46c56d1a951183ad45c8a9caf0962abcdd0e4197ab59469" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_bumper.png" -hash = "c38138bdcbb27aa7d0fa66c5bfb3342fc47ee9dadc24ad10cb7801082490defe" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_bumper_pressed.png" -hash = "9be709531ff1d58728f480da786879d6d78914a78b5789d7185613e6a91f50a2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_button.png" -hash = "0de15712cc2459cfffaca47aac5f2d3905de5a61e6508017f671465bde91f127" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_button_pressed.png" -hash = "230b41a7ae22a511174b936f0e70666a2756635ad279c8289671098314fb7250" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick.png" -hash = "c346b586d49c9a58186be849152c250065af8bdfe68c27f0839150a9e4d59541" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_button.png" -hash = "25fdb3028e4fd54dfc0c83b2758cba2d5c9ced9edd85ec13226524cd30920eda" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_button_pressed.png" -hash = "c65259a796044167712baa1ffb5386ab8459913c1e294fc2d701c31461fa10b6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_pressed_left.png" -hash = "8ae32cd31979ba1e82630ba93faa9c8a3f15060653115cf61a29cc9a8e0d4101" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_pressed_right.png" -hash = "b82e89bf2e102ae19adbdf78e58dd4f0478b2041438a117a5172fa63a2b53e94" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_trigger.png" -hash = "97a760d53fd8e738412d10db334dd7e2b673e9669923f36e79343d34f05d537c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_trigger_pressed.png" -hash = "18efb783d4129e06e6da13e8b02facee2750970f5ef59d6b27cac335851d1202" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_bumper.png" -hash = "4c27e9853b1b3a30fb161303aa2dd972938dbe3a63ee56ee59d79047876ba950" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_bumper_pressed.png" -hash = "bf39c8dfd1593e64d75cfb6a5db22ce3e8e299688c9f7b93f73077b917ecbdb5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_button.png" -hash = "ed3c32958522de506955578f08505ed1983aba9ff43d42c31fe1465d4b42b79d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_button_pressed.png" -hash = "4401c1e5a9992b1b1b9b9c4958089d7c2ad7773d46fc3982f0f9dc55842160c8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick.png" -hash = "fb4f8fe42913df86d17e208cf309ec50ccb49cd07b79707ea2460e3803bb7245" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_button.png" -hash = "3f8cfcb71c1c1fcccb57f40f3eeb51e61676574754dca6ee0e9c0c6b971010d5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_button_pressed.png" -hash = "973e1ef1843e5710600b68d2b893e0fd21b9471ab0227f26e708fc1716a4725b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_pressed_left.png" -hash = "37ca8bd7e6aca7685a52e0f7119ad30f71c93c76871aaafb9cbc75c9b3bc2ea8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_pressed_right.png" -hash = "631b29f288c6ad66995a562884f5d1f410f7a8acf6163bc71220b161dac92691" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_trigger.png" -hash = "36b0fefdd38f4e8b3b69c404d981abfd946462bd1dd30a3ea3e186bbfe42bbf2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_trigger_pressed.png" -hash = "22044977f70a05a70d22920b8ca82cad3cb3fd0500da056f3d7b4719dd11a746" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/back_button.png" -hash = "62fcdea8bfe5a56fc2469e5d5867b85567c976de6234f3a75b32fc0d39f4befd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/back_button_pressed.png" -hash = "8c12d814e4114537af22fee73ed611c4fe5a5ee6f62325ab5f05fc79bfdeff43" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/down_button.png" -hash = "9f8a4de100cb04d3d1de62f1318e92251c1fbd8f4c8396dd663412513cacf4ec" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/down_button_pressed.png" -hash = "93c07f3a78cf2ca84c9654d8c55d892c438597ee1ad96ac098d757bb67948ea5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_down.png" -hash = "670ee5b132f72a91afe8975ce675bbfa9c9b2bd1211b35b514aa68bae037a620" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_down_pressed.png" -hash = "bf43607e8884a0a822dd2992627448de771f6063e81cd5f4ff90cb06cc536bd9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_left.png" -hash = "f36955b4525c104607e3cb84f178698fd69c2cff5b32f76e982345b5e9d36ef6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_left_pressed.png" -hash = "1ffeca7953a21cf76dab2a8d8cdf9500ee81a39deb998a4ecec846a180cc2990" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_right.png" -hash = "ec9e9457080cb41ab10e9028a7aade49f0c6c33e94d6473f4e33f22e965d0bcc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_right_pressed.png" -hash = "841a7ba010925a3c8bf6cff69fe076e2ac71c0434a8448f1227d438e74e3fc5b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_up.png" -hash = "5e4c0b5668211071eb523d02643b3ac84d1b8fa4e8a609130cefc455f00a0127" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_up_pressed.png" -hash = "5c603771645938d827e22f8dff19c2b187cfb777b3564979d7bda2c8f64eab4f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/guide_button.png" -hash = "790ff6793ba85bc19db2f4e36baa00731d7fbee33ee22c59d75680a7c1a03040" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_bumper.png" -hash = "e23440c4e02d7b801b0676c98c34bcef7800cbfcc384c2bfe6cb896ece98f865" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_bumper_pressed.png" -hash = "16f34565e86cc3d99576dbd6c9f60532167f0eb06ac872887c8d9db2e15d9a2a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_button.png" -hash = "58a868cf4f3205365ba147ad40e307c9f8f0573fbefafa142bad7e0999ef57c8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_button_pressed.png" -hash = "2004172f0f28fc14b59e4ef7018fc2c42f914bf606dd1f1bd391396d58d097f3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick.png" -hash = "2570bc0099644ac0d7af90ec2c7adfd5a1753624b164fb636144622508e6ebd0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_button.png" -hash = "b9cb82f1f9b56beb37f0e2d17493bc05367c200c7c1e05739ae96ac51c82c207" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_button_pressed.png" -hash = "c6cc5e07f279ad45503f9955e623c6f9dc508298f90d3bb0df34f1e22fa43caa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_pressed_left.png" -hash = "09d9f4ab17d737d642a143d9ff22441ea48bad040713ae1284ecaa54b51900cd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_pressed_right.png" -hash = "5e0bba169e2231cc21f2309319960174c64e4b0866cfe47cecd0829ee4bb888d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_trigger.png" -hash = "d1bf73fd56db85005bada71ce140faf83f179592ac282dc5ae8a6f5aee3326a5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_trigger_pressed.png" -hash = "c86a7528dbc8c414710f8b5788494037231404684dfd4db939b2af1f246a9689" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_bumper.png" -hash = "2590fb1e1190b104afe535f7df8bd04220ecf0d1b1f1a54575950f47e7248fe1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_bumper_pressed.png" -hash = "dc376d2980590541570905df1c1cc69323e80d33915590d4f732e4e5475fbefe" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_button.png" -hash = "96a8a4b63e232ccadbdd36fdac92d942ddf9746dee668fedb9da13fd5ca62a8c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_button_pressed.png" -hash = "10c6b2d71997d1aabcf6aad677cc4b0e3e7ef11843e0e288491923823b6b426e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick.png" -hash = "cc2c3f0cfc6470492169e3a4b7a16e7ee508084c7aeeddb6adf7bedceda5dbe5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_button.png" -hash = "93c4628072f8be329cdbc085155fb77af745439c6b0cf4a5541125f1e18fa666" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_button_pressed.png" -hash = "0b2ae4f0ea28fee5a59d98f966c066ec7d8c0950adbe5ae82149cb1f435dc5b8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_pressed_left.png" -hash = "809a8e0d88829bc86487e989304276272604f3dcd06bdea04648ef6bcb8b148c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_pressed_right.png" -hash = "b6ee6ffe648ed440ddbb7b0bcf746b5478f2ac4a6759f99489531fa2055672d8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_trigger.png" -hash = "578a25c72cffa6740d6cf06019a5804eba2ceb86d110d084878388dec2f57b4b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_trigger_pressed.png" -hash = "c4cc4e1221e34d83034c258549325b96c10c1ba2668d69ec15269e4bc8179912" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/start_button.png" -hash = "ec476395eaa64497a0565838b2d59223683835642e24865c2319b6847b4bfb94" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/start_button_pressed.png" -hash = "7d52d9c16eb94004b096da9debc441c95f51a041eff387a65f6a6cb1f748e17b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/touchpad.png" -hash = "7d02670303d96285676478281afdf9859f207f12b62592e98ac786d24dcda7d0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/touchpad_pressed.png" -hash = "5e011db2bfd3d6a69d89dbfe7392f5a5e569a18dce637e5c3595bc95d1174ff5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/unknown.png" -hash = "e04bbdb9bcfd8a4be1db4e1ef938556224d47e5f8055f458fedbf41e416633e2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/up_button.png" -hash = "1961a3ec574be13c18182a447e5bf3080402766f2517375a1acdf51bfb40c574" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/up_button_pressed.png" -hash = "4ce17c62ca2b814cf194d0dd2184c349bea238e5619742d8a928e516fcebef78" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/start_button.png" -hash = "02114c72f579963cd411cfd2c7a05a9d90cb54f935d40b6955ec963f013bf0e3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/start_button_pressed.png" -hash = "3e2973adb16b9a3cacdfdf5423722f541942d662e7d72d32326a795ac6e81001" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/touchpad.png" -hash = "068ba9dd8df54e96093d7432cd765814291bb67f21c2e233e0878af268a4cf7f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/touchpad_pressed.png" -hash = "037d502ce33868df7da3431482c2eb7fa00766eea0e5a08c56ac340dae05c42d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/unknown.png" -hash = "bca5e75e1928867044166448d0ab226e94d42681e95f06fdd2044c224ff5d2d0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/up_button.png" -hash = "afde533911ba94114c3df74e16abc79418593dbadc377da4daa464f407322e8c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/up_button_pressed.png" -hash = "38b6d41c293e3f9dc3904e298bdf71786068580f62f5faec98b86e477026600b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/back_button.png" -hash = "f63066c09b3066d454a5b7b32a516b12129728e412c7c66299aa12edb70bb516" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/back_button_pressed.png" -hash = "f7476665969d5d8d83136eb3d45735c34032269beb82d0fde2d6c5168bc95b57" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/down_button.png" -hash = "70c1e6d34e85763404bd97cc9d5a3f317a3f4a93abb6375ffc926730c075f488" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/down_button_pressed.png" -hash = "a9ee737484ecdd0f8996617342d7f92ad6a8b422b35c02de3c22f1bc26af758a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_down.png" -hash = "caac6d2582dfdbdccf7a0cac78225fedcd1cc7cceb0f33634fe532590fbf5cf4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_down_pressed.png" -hash = "47c10da5a14597d80069f86b8414da55405a70f2dc1fab469e12dd1d1259a555" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_left.png" -hash = "f114300676243bb0421b52655f4e088bc5ca9c56ba8bd81b2a23bfa344ba176a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_left_pressed.png" -hash = "ae23bb3f86165e9960763bd6fd5c828cfddb3d7143eb8a6e393d61cdfe9a5b9b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_right.png" -hash = "b08a7df8d7ef5919b6f24bb9b08024d8dc833f68b22d0066cb902e991eba9b67" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_right_pressed.png" -hash = "07dee96311fd17126b4a2db15de72ab8508021dbf93c7dd7069f68bc2a6b5aa9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_up.png" -hash = "abd7858e59407a8f320de74f67f0564f3425c4cf2a436ca8bbb9d69cb2385b43" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_up_pressed.png" -hash = "90b4269f644fd5599b4eab09e658c3347b017b209d4dbfbf73c3e1bfe9cb4af8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/guide_button.png" -hash = "1c4866840f98525cefec3a32562399a66577664b4ebe4f52c32f31d7ce1b63fa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/back_button.png" -hash = "1e1fd1bde46bc1a0cad64683616a417e87d70408ea9fdc82f75cef51370e465a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/back_button_pressed.png" -hash = "f89b0eb8a7ee945d3a17a29aa81fbdb9cead1565a5a83aac039370823bdb5921" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/down_button.png" -hash = "1f7ae094ee6136d261a21c81cce7c86706adec404f41d67469e3f99b482d9448" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/down_button_pressed.png" -hash = "1edd5281498c9503e96247382d59780ae68932016f78b071102857bbf5f7b21d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_down.png" -hash = "6f9a4ffd3907dacb23ff83540a30b4ea07bc1df6fb50ca072115f6b4c0fec8af" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_down_pressed.png" -hash = "c5688269cac3d6adb0f99ae3c9a8147a8754c18ff29860e054d106a3199c46a9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_left.png" -hash = "b2db0b87a4f67dd73b7f1cb584e5eeb5daaa623851be4dd84e9035dbb778c47a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_left_pressed.png" -hash = "13c4a6d10056cd9ee46975a7b42cece19c8c6af624212f87d1c147229479def6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_right.png" -hash = "aede26eb62a9f40b7ace006aea8b32cf2724e6ff965df7e4c9d5773613cd27e4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_right_pressed.png" -hash = "64b3257d0d03b58b7321dd4dbda8ac55cced1cf6750fc641ab2832615f945160" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_up.png" -hash = "521c98538d443ce60ce3d453538fff4e669716b7cb1c66874a95cbc03bce2818" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_up_pressed.png" -hash = "d5f9df3e09aacf4960ada0dcc08c6e647ba2889bd311f91be46251619badb634" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/guide_button.png" -hash = "a29dd0540fd18f68959139b842def7b2761f12a8af37b97246c49b16b110a33b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_bumper.png" -hash = "1a331c19bf4eab8f073ea6a099c50b72acc7f95df52f2f301a152e6240665632" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_bumper_pressed.png" -hash = "fc699cdf55945b1251e5a2d2aefa99f11a3adec4a8d5456ae7711f950370771f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_button.png" -hash = "a16c5f078ad1ca648e9db3e263d730fc953441ee840fa6b73137cedb486e7cd1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_button_pressed.png" -hash = "8af8a6da54ffec6a29820e42bc0acfc83620619cb37d293383d19b24e48a5bb1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick.png" -hash = "4c532280dd9493c04c4e1045c1f55cad40619ae53d4ed7d365f2953b949ecea3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_button.png" -hash = "e84da7f9c55baa116c70a3b7c71775f02556ce07c91a355d777e0792304a60fa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_button_pressed.png" -hash = "e69ad30188048f7202b0d179fd39fc954aafdf3ff7a7ecb137ed793f93697626" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_pressed_left.png" -hash = "4172674150de226ac7c6b68d0db63d8a463900d1cae5974dfa2e8fb465843285" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_pressed_right.png" -hash = "ec8d4df44ad897fa76b1cccbc271d4b7fd3f754720c860727e87d2f1ade8e868" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_trigger.png" -hash = "06df186d7386149225541de60664620b71bc2f8adabfd790d6582bf6afbbb496" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_trigger_pressed.png" -hash = "2a7ad3263293cfe8dfbc578eea9780a1f4c98b64bb452ccd2ef639bd001c8352" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_bumper.png" -hash = "3c7d44696f01b8fa26546d9457dbc6e81d781baeabcdca055abfbc66ec4e8406" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_bumper_pressed.png" -hash = "03ae591cdf6883da9defe83cbf058d7fa1d60ba7db88aee4d9113f25369261e9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_button.png" -hash = "d8d43ed0c2f8f76e699f5b55064168c740f0d876ed79707efffe9f034dfcda04" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_button_pressed.png" -hash = "b7d515bcd67092ec801b16b1352fd0fd9f9ccda11921328b5f6d0ad3d9e37008" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick.png" -hash = "d7336da69f3a0d11cdfdc0a5fba03ad3e801f107b07be9027605c9b7bf6ef91f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_button.png" -hash = "e002f03a4a36a04eda666d0ce1bba15aacb6248043248c1dee1e2defebb39626" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_button_pressed.png" -hash = "bd3c6acfd3944be9ecd4b040e4dd6796e6f4a200cf94dddbeb839d59b89ad950" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_pressed_left.png" -hash = "116b86e6ab0048e90ff850f805d76b8af01a02b4f31c0b5cd2ac0018add87044" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_pressed_right.png" -hash = "cd0fe4dcec045d8c00ef03a1fde6fbd5f5973586c8297b28f7c99fc92ad0adbe" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_trigger.png" -hash = "ec1b6a5f072bf8a590ee76e243d3511945dddbc11f2e150b8d11ced8eabf0f4c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_trigger_pressed.png" -hash = "f7782e04e9290df5133390a1aa1b732a40ce9ae7595c8b9d8002111f4b8ee6d2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/start_button.png" -hash = "bd5d11b5ae432260008b600cc0bc68884f2657de66cf2fff9d199565b5ed80b1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/start_button_pressed.png" -hash = "ea75d24c87d6d5341669e8de4da73d73783de7f18e1fca52b5866c057cdafc77" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/touchpad.png" -hash = "11d26f1222c2b0c46c98630284c201b5c7c74e99e9ef42821fa42fe4fd62a7c6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/touchpad_pressed.png" -hash = "174ea2c625e2c857ad161de93bd857df68df05b488195e0413ef5395fca413c7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/unknown.png" -hash = "deb9e758086cc90aeed2ccfdfa03b3db1c8c030607b08bcfa0793746c456800f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/up_button.png" -hash = "39f7c13a0243e549dcf5d475b650f2de1d0f1979048e330696647c1287979cfe" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/up_button_pressed.png" -hash = "94c84b938ac3013ddf7515ad137cbe5512ceef5525f9a28ade9d690bee3893f2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_bumper.png" -hash = "3340eb0590837da60a47139f29315418777bfffa60aa71957ba29156b67202f3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_bumper_pressed.png" -hash = "7b1e73704152d931a8e4b3f055d7d07f9349d0516321868035bc89b485d21931" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_button.png" -hash = "869d01f8d7b085f1097a5a32e21b7763ac2aee2167e00d95f1be7ef8e6f27a06" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_button_pressed.png" -hash = "badce5ed18680ff5bddc42bbfa963ff7a8012dc9958d6e792a92a9efff817487" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick.png" -hash = "c346b586d49c9a58186be849152c250065af8bdfe68c27f0839150a9e4d59541" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_button.png" -hash = "25fdb3028e4fd54dfc0c83b2758cba2d5c9ced9edd85ec13226524cd30920eda" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_button_pressed.png" -hash = "c65259a796044167712baa1ffb5386ab8459913c1e294fc2d701c31461fa10b6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_pressed_left.png" -hash = "8ae32cd31979ba1e82630ba93faa9c8a3f15060653115cf61a29cc9a8e0d4101" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_pressed_right.png" -hash = "b82e89bf2e102ae19adbdf78e58dd4f0478b2041438a117a5172fa63a2b53e94" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_trigger.png" -hash = "d2c4473941c0c3c74882600fbb84f20eb585ceb64876c3c0ea8b61fb52b55afd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_trigger_pressed.png" -hash = "a1ab9c759ccb0e671447e330b3e306667c5a74d2042bb1b07f892628de3c8756" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_bumper.png" -hash = "31c3bfe95a7925b0bc8363777da3f3ab810aca0f39ec4514dbc6441d87469b94" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_bumper_pressed.png" -hash = "6e76f9c68565eab4b3ab8e1f3d367cd4889b5b985bcaf2c95bed3fab61fdde60" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_button.png" -hash = "e6f36d52819d01b3465e8098974263163d017704b99a015281e7019bd945c1d1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_button_pressed.png" -hash = "bb95e1efb9346a52e4fa6c2fb972e67064b97d2018db044c64c96b2f48e5154d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick.png" -hash = "fb4f8fe42913df86d17e208cf309ec50ccb49cd07b79707ea2460e3803bb7245" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_button.png" -hash = "3f8cfcb71c1c1fcccb57f40f3eeb51e61676574754dca6ee0e9c0c6b971010d5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_button_pressed.png" -hash = "973e1ef1843e5710600b68d2b893e0fd21b9471ab0227f26e708fc1716a4725b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_pressed_left.png" -hash = "37ca8bd7e6aca7685a52e0f7119ad30f71c93c76871aaafb9cbc75c9b3bc2ea8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_pressed_right.png" -hash = "631b29f288c6ad66995a562884f5d1f410f7a8acf6163bc71220b161dac92691" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_trigger.png" -hash = "4885e6daed7aaf8a681cd999a493f80c9591ddec9103dbc1c100cf4f0e8dba22" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_trigger_pressed.png" -hash = "2ce3790d6e25dfcc537b9a8fe3987d3eb87f671a64c4bf80f29e083bba649686" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/back_button.png" -hash = "ca8faf5945ad42bd43c43d903dc749d0d11f3e43c1f671d7e855156da10e6bc4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/back_button_pressed.png" -hash = "278a5f282ada89bc672fd371991e44434e90e45edecfb82d4b03af75cf8db0fb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/down_button.png" -hash = "c806787b679218b31c01b93fa3405bb324e439b7afa6858ee89adf95cc7ef020" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/down_button_pressed.png" -hash = "8312be25f9cd68b76a8979fad596f8803279dbfd55c44621c4807e63f885cece" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_down.png" -hash = "05fa0981a8127be7969ec0de2baa76c6595de3ad722ea9b69bc109bdd7cb41f7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_down_pressed.png" -hash = "bbca16f7dd85c46e7ff70f7993a07a96148d492273b442c34e4d808a7bd13a64" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_left.png" -hash = "d0c3e309920380eccf809302249342a1bdfe2dcf410346f1334fda3c946576f0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_left_pressed.png" -hash = "dafbd710f40672a96f10a425d2a0d7c28a77595daf64ff82a989ff3c21c06fb0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_right.png" -hash = "6a0d267f1937d8abf4a3c4598f1bae5029df20cc396ea0a7dbcd555fdb932981" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_right_pressed.png" -hash = "94be5f667d9034555943f04e3443bb160b5c0759b3eade36852a06667ace90fb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_up.png" -hash = "67f961f33d098e91233d5dfa9d423d2fdf3346181a58ebcd1be4ed5f72e7e4cb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_up_pressed.png" -hash = "99692b38baa996544ab2efda29873328972383007b64ad385dd0affce28f3521" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/guide_button.png" -hash = "b726a7c5049047964c2497171c8c554190c51802576ad534fb2d91d8d1ce49b9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_bumper.png" -hash = "e23440c4e02d7b801b0676c98c34bcef7800cbfcc384c2bfe6cb896ece98f865" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_bumper_pressed.png" -hash = "16f34565e86cc3d99576dbd6c9f60532167f0eb06ac872887c8d9db2e15d9a2a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_button.png" -hash = "eeb312656cafd5e662d615eb9b7b36a2995e05239f12324383b73b2bab556b3e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_button_pressed.png" -hash = "509d7045f08640994a2af8cd6e0c1096ab42446fe7e57020fbec3432cb4bca26" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick.png" -hash = "2570bc0099644ac0d7af90ec2c7adfd5a1753624b164fb636144622508e6ebd0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_button.png" -hash = "b9cb82f1f9b56beb37f0e2d17493bc05367c200c7c1e05739ae96ac51c82c207" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_button_pressed.png" -hash = "c6cc5e07f279ad45503f9955e623c6f9dc508298f90d3bb0df34f1e22fa43caa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_pressed_left.png" -hash = "09d9f4ab17d737d642a143d9ff22441ea48bad040713ae1284ecaa54b51900cd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_pressed_right.png" -hash = "5e0bba169e2231cc21f2309319960174c64e4b0866cfe47cecd0829ee4bb888d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_trigger.png" -hash = "d1bf73fd56db85005bada71ce140faf83f179592ac282dc5ae8a6f5aee3326a5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_trigger_pressed.png" -hash = "c86a7528dbc8c414710f8b5788494037231404684dfd4db939b2af1f246a9689" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_bumper.png" -hash = "2590fb1e1190b104afe535f7df8bd04220ecf0d1b1f1a54575950f47e7248fe1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_bumper_pressed.png" -hash = "dc376d2980590541570905df1c1cc69323e80d33915590d4f732e4e5475fbefe" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_button.png" -hash = "9fd3e906f91c830a81c83a25f404bda1ae1e2d1efa385a7273ee6b379b6d589b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_button_pressed.png" -hash = "5cf38979c223ecb4ee8734e7233f4a52d858e9c689f8c5689b520a37ab7878fe" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick.png" -hash = "cc2c3f0cfc6470492169e3a4b7a16e7ee508084c7aeeddb6adf7bedceda5dbe5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_button.png" -hash = "93c4628072f8be329cdbc085155fb77af745439c6b0cf4a5541125f1e18fa666" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_button_pressed.png" -hash = "0b2ae4f0ea28fee5a59d98f966c066ec7d8c0950adbe5ae82149cb1f435dc5b8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_pressed_left.png" -hash = "809a8e0d88829bc86487e989304276272604f3dcd06bdea04648ef6bcb8b148c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_pressed_right.png" -hash = "b6ee6ffe648ed440ddbb7b0bcf746b5478f2ac4a6759f99489531fa2055672d8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_trigger.png" -hash = "578a25c72cffa6740d6cf06019a5804eba2ceb86d110d084878388dec2f57b4b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_trigger_pressed.png" -hash = "c4cc4e1221e34d83034c258549325b96c10c1ba2668d69ec15269e4bc8179912" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/start_button.png" -hash = "9848b8f47ea00ff460164a68e93334e557488f46b689c7dc88675b0346923b2d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/start_button_pressed.png" -hash = "ea5701786cd4d2b372c54b4a9a46c9c331d55e4089bc71716818948a1f9ac718" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/touchpad.png" -hash = "a07b3e14391414f96d6b5b21dc50c2de45a90f35303feaed53fdaf02afbd6683" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/touchpad_pressed.png" -hash = "ff7d46ce5342f083871ded90eadf7f20cfb05df6db8379db52483c2f5811ebe8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/unknown.png" -hash = "c66de6b782d7bf44b9cc891d095b42a1b61511ebd6542a15f43228c5f0ba046a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/up_button.png" -hash = "25b5af032a13457307daaf0a12b04de7f66ce1d19966482fb3fcb1f98727b88f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/up_button_pressed.png" -hash = "8345327949d10251ae9b2ef93765e862eee328706b4833c22d07c36907ab877e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/start_button.png" -hash = "5454a4bed476b7ad186a2e9ce5bbf14c8f91b4668fbfa34100018b8a2542fdc0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/start_button_pressed.png" -hash = "c3fbf2e1a24406306a0cf4d46e8cac340d1a6f14d3b1e64d3acf11fd35c01b28" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/touchpad.png" -hash = "98ef0c4be1eb15a7f62715e52f6670b4fdb6b4b7fd0a7b583e62176317ac7cde" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/touchpad_pressed.png" -hash = "22c4d87ee744465012dd15fe2fe4b6345bc07f190d69b7239129faf18b7865b9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/unknown.png" -hash = "761f5c7769168530a87c12770aff5d54f23e79aacc2bdc9c1aa3471f62d43acf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/up_button.png" -hash = "e96cadf4e2de05fee3cee24a456e89b490f251f2c0befe71620212abc627cc33" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/up_button_pressed.png" -hash = "e7eaca6e01c3a0f359a06a910992c378998084862f29c2b19d50488f2aa39eb0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/back_button.png" -hash = "9a6a8f4e881354a89e53181a0750940d24d64c774c4440fe801c364dbba1b0cb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/back_button_pressed.png" -hash = "4ce7d9cf08cd632adc3b2c66b352ccb46b06909d7248f29fda7f245bb3b8e572" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/down_button.png" -hash = "6be1f0ee9e3a023c929309f7c941ec318eda860209e4fa60781c75cdb88b9e22" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/down_button_pressed.png" -hash = "7d638a44f0507a8a2fc54830018a395edfbbf6d0123ca7e7d8ca94b6f2a4077c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_down.png" -hash = "a21ca9275517f2277639e07c375faa92c827bbc44e0d3fae2fc30cb37043b884" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_down_pressed.png" -hash = "74be6838127c5a0395e9e066fe3edf98bfc06f1595971366d357d81087ae00df" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_left.png" -hash = "2098e847d2b42a6aecf1eedd1b46ead62f45a93c1280d2f4686e2510f99e41f5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_left_pressed.png" -hash = "0f25050cbd12ae0116b1f538055c43f3029477a5961941eb01bc5ec444628303" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_right.png" -hash = "cf560ec8ab9fb37dfcb51dc02205f6999c1203c7cf6e88bb90dcbb1cc069a0d5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_right_pressed.png" -hash = "94969be808ef32b8d2cbea67abcf1bc40813d39af5cc24301bf206e5c67a4fa4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_up.png" -hash = "be99aa1458d80d70f7d32e0f9737e22e3a59bc7dc0a971b0606a797a60db71de" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_up_pressed.png" -hash = "ffa74b454e95d124117712cb848b081b0fb90e461ff7a84498ad094318fadb33" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/guide_button.png" -hash = "a338624a9da885bb2c0a8e86682932f544085829cfaccfb9cf34a92668c83f23" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_bumper.png" -hash = "4b1bb2ced1fa9b269bd5d938e4d91a773ea5f0db8256d188dea5fed43e27fec0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_bumper_pressed.png" -hash = "381584e49936513c828143b17bdfe91a1893e03e7c943b65280444490b256297" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_button.png" -hash = "22300d8d42ecd4930b493e7e4c8be361fcdcf3d1898b0c8ff6cfa39e8c7de710" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_button_pressed.png" -hash = "ca2bd96e462cc6d91aa831cb6d1b4ff22a881b4c72e9567a54912ecc1dd99b5a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick.png" -hash = "f6675065c5aedd96e5016cc1118030cbb09f38cdc4b2bfa699368458fd498292" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_button.png" -hash = "42ccc4b3814a64c98ff1ae3b618ab93d4277c26f832451366d3b4b2fbde2eac7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_button_pressed.png" -hash = "b310c3ddc40a07ec54855adea6182e8f640a7dd5316df35feace2c3a130400b5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_pressed_left.png" -hash = "c4575a9bb81554f87dc40d953ca447ea83cc206e555a6f82db72911fbf7e821e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_pressed_right.png" -hash = "db8d9e02313df57dca2bd9d8d081b0c33e13bc85fbc3460b632bb72282f07738" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_trigger.png" -hash = "d1bf73fd56db85005bada71ce140faf83f179592ac282dc5ae8a6f5aee3326a5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_trigger_pressed.png" -hash = "c86a7528dbc8c414710f8b5788494037231404684dfd4db939b2af1f246a9689" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_bumper.png" -hash = "b1975cddea7b761855995310b86870ee1ac2084875e1fc2b30ba44113fd084eb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_bumper_pressed.png" -hash = "89c330c53e98059efffeb7fa3a3f42b42e8f252e457d49cbde32d9256f4a473a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_button.png" -hash = "546a335bb7e60a9a169c73876201137c6a55ebbaa59c6b64e429db811d78db01" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_button_pressed.png" -hash = "d35c42f8e2d5b2cf4b8422073eecd4a22ea44d2ecf8db30da485f32a140824bd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick.png" -hash = "15a0c7ba23e1f9db5344a6d81a7e5019409f763a9af02448c676fa8769c859cc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_button.png" -hash = "6b1ec65618bcc17654a9e56a3c9bed1d923556f3dd4222c0f78c09178af02753" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_button_pressed.png" -hash = "4e83b78c2dbbcd2e1bcfd8a99461ffed750c7ce36b5f869bbb171cdd60490f7b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_pressed_left.png" -hash = "67a32fc96b18c1faa09d238d2e44f33ac9e7431f6b02fb9e87afc2c2cd9e5176" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_pressed_right.png" -hash = "907cb03bd40d5dfb4caabe57b3dcda4e625aa0598eeab4132a5cf6dcaf8f22af" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_trigger.png" -hash = "578a25c72cffa6740d6cf06019a5804eba2ceb86d110d084878388dec2f57b4b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_trigger_pressed.png" -hash = "c4cc4e1221e34d83034c258549325b96c10c1ba2668d69ec15269e4bc8179912" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/start_button.png" -hash = "4aba58484db5a1144d71d1bb7750a9bd7c0834a8df9d341af54bd70f7cf2579c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/start_button_pressed.png" -hash = "9bf60b3052387366802580861172b2c2f31d784f21e4317a5c50e0919c683c71" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/unknown.png" -hash = "a86af9aeb1c065f9cf498172b7a8fb41db46bb2b0407990e35350f7598f7d0ef" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/up_button.png" -hash = "ae3153d240fa86396773d988d93405088088aa0f0c3a3d3b7c510a650960ec87" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/up_button_pressed.png" -hash = "fb440ec5c422992d3ea3fa407fca4dfa83e123c9fb61d36c8096d0913354f12d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/assistant_button.png" -hash = "1f5ad97604e1fd831e53c6406d6ee1aa43b0737a1a74d6cc01a9af18f72abfe1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/assistant_button_pressed.png" -hash = "e82e0cbe20009e16bfa9ab8d8bc9390049fed5de42a7f3c93d9829fb6e507e92" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/back_button.png" -hash = "a85883ea16df3bdaeeaa75313029beff392306aa4e5a4c43ab51923e6f4d4a97" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/back_button_pressed.png" -hash = "e79cde09ba663c47222bca74f3f1cf67262c9ccae49d8cfd0c2a6ea449691cd9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/capture_button.png" -hash = "e99f561f8305912b6dc6b2ea91730d8dfe0f67a6f09154349c9463af8f92b666" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/capture_button_pressed.png" -hash = "7219bc6800cf29e76182bd8dddb47ddc71f17747488eb47c1f5e7ba271847de7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/down_button.png" -hash = "8f63b8780ae02550dd446e6554d222d1b2dbf8bb87fc03300650c1a6ff802784" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/down_button_pressed.png" -hash = "06e2a8f0c4b66ae8c1a3a76797b2d73c1faad5b24330632f54f0d97256ad8274" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_down.png" -hash = "278662f97dc01731151394a78d838d57181055e1390215dec9226dca9dce8821" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_down_pressed.png" -hash = "7a416f95005cde33e9eb67a0b9ad186ee4f70f678bec99c7aa1de06f2719da40" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_left.png" -hash = "1cd4eea8a2a3533dd1c72a4312b5010f2db2a59007b45bc7e330725043f7eaff" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_left_pressed.png" -hash = "4bc05ab52f29ecc8daab8262ff82a571807582a19a42849dc48ccaee0bd434ca" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_right.png" -hash = "6bc1654ba084fb1a86eee52eae0bea1163dd0440eed38bc824f171b814726233" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_right_pressed.png" -hash = "e5a456c30ffd1579815d810185067e1875a22d9e032d039d3035183e31c03a7f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_up.png" -hash = "d7d0cd87d79360374830d17ee5912361cac23d2e206737090353716273d76a5d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_up_pressed.png" -hash = "ceee52e2ed2af93d2fa52777c9b7e2079c3192b0abfcd7e0bac392dbf3e81c2b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/guide_button.png" -hash = "a6fbc2d5ad48ae4c212d8f91e70245a5cecaba9d47139f14afc59a052d36df24" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/assistant_button.png" -hash = "9b51ee6322c362b6ae6960ff9e32f1612dbfcd54eee4d28bf2e696aaf409830c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/assistant_button_pressed.png" -hash = "eb9c1887dee31b8fa91806a00f355b4ff78d9f64fc2d6cdf35d64fda1cd3a856" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/back_button.png" -hash = "fb49a06201a762e3d55ccfb10822b4697487812fe36b774e643326caad73ebf1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/back_button_pressed.png" -hash = "9b494851e09ac88e32be67e884e5aa2f7a6f4cf8abbd3a3f246e4562a5bb7b46" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/capture_button.png" -hash = "f7f49348978d99e969fe5cb59185b15a885c86153b1cf33cc1ae91c7d409bb55" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/capture_button_pressed.png" -hash = "01a1cce57d82296f9c4d6735400227ee2775f3c7edd67c7c15e6baf14943b0af" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/down_button.png" -hash = "82a4fb8abd0aa541e34d780f74064d2f1a86383ccbe4a79a892ef0cabd798f4b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/down_button_pressed.png" -hash = "7197a790c0626c53c96be1276a70039b3ef2916408647eedd2d385acf3cb9e0a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_down.png" -hash = "c074f44ee4534b0220e35438b0604fad4bd02f35fe010ef13c29b2ce3ef69d58" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_down_pressed.png" -hash = "aeb41f645ac9677047cacb2fd48343fd1744d4c97a636677dd251dd72b971e89" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_left.png" -hash = "8c4e672f5c3664d8544989ecd6cc1a554f6f11018ff9cb8410399febe18853a9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_left_pressed.png" -hash = "c375ba4bde391b6665d92b77431b6c0be73eecbb12e02b05d7aaa57efbf41845" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_right.png" -hash = "15bca264decb733603d34d90c5adceb6aa27a449af33640490030145e18e15f9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_right_pressed.png" -hash = "da447d0ab51b65d8d74a8fe3341efdb24adf1176e7cf816b509a6e2abe5e75f5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_up.png" -hash = "ecebaa942a828091ce19c7aa2c795654708953453677759e9337347616b7acba" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_up_pressed.png" -hash = "982b5d86295abdbd99ebb52b282ae6913c0f3ac2582a14195549c524e19c56e8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/guide_button.png" -hash = "b2d058e2b05a961e7302c715fdc88d88f96e54dc4816ac428a8fd97c5b367a9a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_bumper.png" -hash = "daea35f10a6583c463c24049498e1037c223f787865c6f0eb425bea97af4a8ed" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_bumper_pressed.png" -hash = "0ac9e9347800b339dd5a723a859124889e63334a73d72c6d89de2b2465ae8507" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_button.png" -hash = "fc48484054170ba47c2deeffb00092594f587f6782b1637c62faef8ce69eab9d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_button_pressed.png" -hash = "d7f1ac6bf9cd273ad8a45849976701cf76d0df269887ada42879328778eaa4d1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick.png" -hash = "0cc817166bcb67882b489b822b8fce31bc0afa3bf2b3291fe3bad7e16a8bb7e1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_button.png" -hash = "8d977674acc69558704af71cc4b61a3f1d2b962081461aaed934a7759573c228" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_button_pressed.png" -hash = "1f97fe6956aef641be31f3ad69d4adef1b11d1ee824d418c87c5685b7cb26b5b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_pressed_left.png" -hash = "4099a44bad075031a399a9006334ed3100c59dbc62b79d140108cbbcc49f94e6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_pressed_right.png" -hash = "603daeb6e8a030402bf5ab6c07a051fa223415aa94fcd57db02b80faec867cec" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_trigger.png" -hash = "399a88ec7b4b75b38ef991e145d5240d2f5044f2fcc1e730283b247d3f245b7c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_trigger_pressed.png" -hash = "562f1106ee06c414df542337390bc042b429c1e09ef5e883e342661ab1a63b44" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_bumper.png" -hash = "1555f6037576e82adeb50bc3621bd530b2f783eb3f1e7024a355085e28fa4e00" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_bumper_pressed.png" -hash = "68fca9b6542e32d88d8a26e05c3f461d6c102ffc73355fe50b487d93ed5742aa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_button.png" -hash = "e54c2ad98232a9c96475d50d2e5cc21f39616f95c72a3ef28eee65b6c9581fb3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_button_pressed.png" -hash = "5f9cd4028775a2373b68024d868f72b64c2ba869b429b0871cd129f52774b6ac" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick.png" -hash = "64581ceb4841f954d8d24fa75520c7bb750bc4812547fef921fd2bdc3a96896d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_button.png" -hash = "24499292e18c4b119659e8e5728a9032c98bd211c8404050eb24a382fb50edf4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_button_pressed.png" -hash = "bba02897475dbbc30862f4f8d85776e897ec2a64b1577120124d8ccab037c83a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_pressed_left.png" -hash = "76cf9ba700048a5167e65bc8ed560f74593bb05941a5872c76c6c1689590edb5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_pressed_right.png" -hash = "14473158b841745500c3b22412f0c061c4737f7e0ef37258a6edc1282fd82f69" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_trigger.png" -hash = "abdd4701692dce91d948b2faac5b2114552fee6dfc71e35468b1c7add0b3137b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_trigger_pressed.png" -hash = "f6c177d91a3266aa19fb4308f5dc16ed11320a3e6fc385b46fb4e05972683cdf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/start_button.png" -hash = "66d3d0a428cc32da60235925cd2ebc36894297885f7deefdf3ced4c10a92f9b0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/start_button_pressed.png" -hash = "79869967cf0a954cc0f714a2af7b6fa430bc9448440cf75bc317030b9773a63d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/up_button.png" -hash = "9e4f204d4e081b037313eed51d8523d17ed26b0c161ce732a4597fcfe675e98f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/up_button_pressed.png" -hash = "dec849bcf59060ab5dc79d44b6e15e4d455c408c72a4bdfc5b9adcd184c5e402" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_bumper.png" -hash = "cdcc37b490030300d0b0c9113a218ef9b7260fc601b79ae2976bed3bbcdca203" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_bumper_pressed.png" -hash = "fdf88cdf3258d877e58837095f054f0c2636aa944446146dae4fb2f544682619" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_button.png" -hash = "f6f8025967e698c5fa8083a7bdb158c6d8a866c5b52fe7d7c7355a98193ccb84" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_button_pressed.png" -hash = "32f0935a2a0eaeb92b0e9f047b08857b2f3c11f45d4ba6a4d030f2c88bccc23a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick.png" -hash = "35dc04dba109c1772bf2317e89bd2c92749491a2d3e53ba43a940a9d25525f03" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_button.png" -hash = "b5a1307d339c4db4d9d41c7dcd041bcd4979abb12216e9e49f0d816ece68b7d2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_button_pressed.png" -hash = "741205c39e7c64256d40d8ed3bb6f2b30c1a05f6b6a2981779df62037cd673fc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_pressed_left.png" -hash = "6fd37971ff973bd67742ed967ad62f6bb13c765c2741344c2444b5eec2d09d61" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_pressed_right.png" -hash = "b17369591d85887987f188cb2fe4ce4c0b286d2a90dd68221368a9f9510675f3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_trigger.png" -hash = "240ddafb73dda999386c360cbdc7e69b27468c21a1334830151aa98c89addb84" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_trigger_pressed.png" -hash = "c8ce41b51bb05680cc7d29a7f42a4356c9d35ff687cdd90d0aeddf2c66b99ab4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_bumper.png" -hash = "f10e3c461f55f132108a731313be20edc6542de54cd35372fa6e01813ea95a8d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_bumper_pressed.png" -hash = "e47cf2966c782b7bab82bb598d31b47c4caf6227f8441704100babccd13ccb2b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_button.png" -hash = "58d6b5dced8fac1207b57ca52f624612c17acfa4b8e734f54b64d26a3ac39cb3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_button_pressed.png" -hash = "b8d389961e262468b2e73a5711ab8d04c841635afad5a5f9fe0b3800c36fbc0c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick.png" -hash = "14116bb0b61de63f3a8a9ae511b1743aefcecf8522846aeb14b999b66e653014" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_button.png" -hash = "fec29b4efd85abe21c1b3c23b32106466f61881340c1877589709eebb93b55d1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_button_pressed.png" -hash = "9411dab95303493691537479a5f001e878918cb52b0e9e28b045edbeb5996179" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_pressed_left.png" -hash = "8a5b94ff66f9e76d555746d605dca404607e0f11874b8350e09483dc802aa227" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_pressed_right.png" -hash = "f260069d7ab788ba4c8278e3a9bbe999a3042266fc761611238058599500e9ea" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_trigger.png" -hash = "2c77c5f3ea579fb12bf73ecee2bead6afbc84fc049344964e9c1b0a8333287ef" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_trigger_pressed.png" -hash = "ca24bd4b7ccb351677cd0182cc6c7d6db601954ae1f071a2e8ee0ba1c0999b8a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/start_button.png" -hash = "1adb2cb011b4ddb9740e8f51ccf7fadd6e45fc24a79335f62e7b619c9cefba26" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/start_button_pressed.png" -hash = "013f081306a74445eaf0ef1383045bfc9dedcef922fcd19f3d8179d8abcd45ef" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/unknown.png" -hash = "a376be0c4bb582c6e5ff311d3ab1daeccfae4cf7e0c5e25a26c82cadabef462e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/up_button.png" -hash = "c5d768a4e24d70858683210e7a910878169746c2aa08d7f87f531eec23cff200" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/up_button_pressed.png" -hash = "df5c7c9d14a243f849e488ca6b9cb5531edd85ad7c01082f5dc541e09ada5fde" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/back_button.png" -hash = "0d6130af5c9f873f3b66e2ed49582ea2e33899da676cdd0a5e6d2d98def00ea4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/back_button_pressed.png" -hash = "8ae72ee03cb6014a8e3890fe2ca0c93c2a37d4bfb4f6e59f178bc455456a70d5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dotdotdot.png" -hash = "f05980cd31bcd0855d89257b3bc5ad4d66838cfd5f364254fb008b3e38709707" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dotdotdot_pressed.png" -hash = "140c858919b7b71587ae3a896d4183a71df3ba448ab238b971543368a02338b8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/down_button.png" -hash = "1125c9d83c45e73e433ca6e9536c82baf495ace94ff0d6f79136880045d38a1a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/down_button_pressed.png" -hash = "1816ff165499026e7315c0fe0dd4a64fa046acf11155c74c0c1df23a6b564043" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_down.png" -hash = "64e2abec6d01852ff9e8c359c614b2654c19ca88b75c7e1f52c173e2db9b96b4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_down_pressed.png" -hash = "ad57dbe7d24a2da605187c563446e54f5461b9f31d9532e3cf5d47c3ca0230ad" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_left.png" -hash = "e425807e2485337624da79f1694610c1ae6c89fe7a90025d06dbfe4a9c4da38c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_left_pressed.png" -hash = "0ae228f3632dd68667e846e7ce78e77199259fddb273d363e22bae7b26b30c34" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_right.png" -hash = "36a6f1ce65660e64972ca436a4af43a1033b9f0abe5abd504357d663b5250135" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_right_pressed.png" -hash = "f194f220930830993b147793b69da32861de81dbf3f0782ed85070e17b6ccda1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_up.png" -hash = "aa897e983c9889fc0b7284a9aeb7d37e7417be63a2777421d83dca71b6f94332" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_up_pressed.png" -hash = "347410ab47a89bce3a65c4ba44a0170cd215aaddbbd7dd496304ced78cc21112" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/back_button.png" -hash = "ba98685d7b1698d04a177cecc740514b8672bfa8645e84e39cfc75fbe92ff335" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/back_button_pressed.png" -hash = "b4df62c763ed0e4bd7c79d841d3328bd007d76b09a471723e20c320734073568" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dotdotdot.png" -hash = "6ea826e92b0e54bdfb290dcffdee3c5369fb2ab6b642e8db976d4ee70b1b0035" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dotdotdot_pressed.png" -hash = "2758ac6201bf63cd90e5d1b512bfcdc2e97a71f183aa7690082c110d75ad7637" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/down_button.png" -hash = "c14e96263bee5b0c72f235c20ad5edf603a8d0ddde5c574e5fba3ad53a0af538" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/down_button_pressed.png" -hash = "c0ec01aa2786b4f1fec58dacd826c7075dbe4a034dee007de9614b1c3ec80638" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_down.png" -hash = "4399836c0f3b53f94a1ad2b5b4c2e6358639ec4fb4248273ce805940d5925a4a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_down_pressed.png" -hash = "9b2cf8a55c2cd9e6e7d859db50891e5b34d785568791b74405ab7e0b78585a45" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_left.png" -hash = "ef82be1e2a506a39ce35c07e8c16b648ad2182ad55259a84aa39ae21f8a4f021" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_left_pressed.png" -hash = "291c0a4f975f7e4b4abfa2c4bef62e1d4bd19746ef9710753eb47722a71e339f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_right.png" -hash = "e2b9f9c8a717a1ccedd5a44beda3ee4553509b8edd7fd74986f64244fe84176c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_right_pressed.png" -hash = "9587cad681cc5bc19332207ba9775e709e734fbbabe93a5d75cf7cb04733eb1d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_up.png" -hash = "6a49cb32870fe0b3caf3eb943c9e92a954a8bcf9906ed91dff266604e740fb69" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_up_pressed.png" -hash = "0582b80345546e7866e94a59d33acddc41214500ec352990334be10fc2205cc9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/guide_button.png" -hash = "083a17ee9a216fd5cbcce691106a4896899e575f6f204dbfbf99f634c9fdbb56" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/guide_button_pressed.png" -hash = "19cab010bbcf5593c592a0af5c33ef8065bc182fe04a29fa10326536a16361a0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_bumper.png" -hash = "8be8ac753df5d9e37d0858579b94b85b8c524f6b5b179af5c3ea74a3728f98b9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_bumper_pressed.png" -hash = "c7662004ed17da09d018afcd17c11a326fd869fb045c321358c2ba3d1f460882" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_button.png" -hash = "5288b15da3155d0729893c9f29cc97749139621ff6b1e3f5808f10f667390ce3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_button_pressed.png" -hash = "abb24d1b95e11973528f271a1a14dc78fe199060c231d8d5207eedff860b5e95" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick.png" -hash = "064f1883ce3780e7849a86c3720af146aa501e80d0b19c5be016ce3179f408ae" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_button.png" -hash = "bd0378e8d4505fb0cd73a1bc35d946598f4e453a79ccf023eb99bfba57352279" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_button_pressed.png" -hash = "fab04972740766e4fcd5c8a18e98c2ee7c16043bf9f7e44305676006deae1d62" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_pressed_left.png" -hash = "b9e2b3065e35df636b165a1cd4acf42d9d41999cbbb02c7d5d23881282cc86c9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_pressed_right.png" -hash = "d745eba01eaf0413eaa0797b5008fcc3141ec4c40ea1bb7629ed5387e2db4dad" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_trigger.png" -hash = "71c18a8077bb4d71072d2a47e52a9ee1864ee0358166fdc6d4ea7d4168433f76" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_trigger_pressed.png" -hash = "b3bfed35d0c4baf71882126109382232c34ebda8a45af6d7f0e7b5318f95b0e8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_bumper.png" -hash = "fac65e06a17709e0d2e580f4ee9e6e6ad9e5e808ca262f93b1deb3b75e8a7c7d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_bumper_pressed.png" -hash = "088431f8a89e68779dba195e62a91bd2bf7e1b1be27a0c537bc2e474a38536e4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_button.png" -hash = "f727e9dc37e6f38c56ad6507faa01a4ac596502d61d659590bae4200051a9eaa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_button_pressed.png" -hash = "5e59ae4e777c16e3e4da9efdf37100043cf2a2b929a687a92a8929cfd23e374c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick.png" -hash = "23a6ccc15e18bf67de0acb8f28720d06e9dd62f18da551b74c8f5a0d7145bfdb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_button.png" -hash = "c9095efedc38fa98fd6859f6ed05fed060607ee3c2c48d75418d4e6b3086835c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_button_pressed.png" -hash = "ef1f44be3466072aca410a4850c6ae1c8fdbd2a268a4c659c255e540bdabb67a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_pressed_left.png" -hash = "61a67b96650f49de9f23d472300d020ce5c9affe117907e830bc25b30d163a2d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_pressed_right.png" -hash = "8c71f8766442737627f67b8ae47c9fd141b42f1a494229b248a8a08100016bf9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_trigger.png" -hash = "1e90dfa256473273f2d944c78e3af18584e3e6c0356a832d5b4423397d66b5a2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_trigger_pressed.png" -hash = "72289f07e64df0903629cd81d78a3b533270e841edc678958e58bc67a2efe11d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/start_button.png" -hash = "7dbd77b3e4f3212dbe84b80f388eb801cbd13f625243f9e55c5096ae976ac08d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/start_button_pressed.png" -hash = "b6892510211c5a2a77bc209f8d6142610456f0a1b9dc198a34319f29c5467523" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/unknown.png" -hash = "0d704c7307fcdd4a9bf81227c4cbdf3d95ecad80b481afe812c05bf179549921" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/up_button.png" -hash = "baa078dce9261c736c430d3778e237282918e5cade18678862eb7844bdd945b8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/up_button_pressed.png" -hash = "1a39011dfb0da610e1f07b899017b00fd210263173c6399cf2d1fb71f008c98c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/guide_button.png" -hash = "9808b9e39592961c49f2d54086868a40fe6c68fb51c0f5b1af5d997b5690e3ca" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/guide_button_pressed.png" -hash = "cc9a6851bdba8f7650bf5f1d8b71db0132e8a5360e7fc8b12328cae694b3f629" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_bumper.png" -hash = "d8ea8c56c40586c1db7554b987ea3e2a805485e98a1bb25cb416c68ad57ee3f5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_bumper_pressed.png" -hash = "2a59bd8f088c8a4cd72c25ce72d3370d99d3eb93204463705379888a77a353b9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_button.png" -hash = "19ab623f277d306583ec6e6a28bc98e861697b7286c58953b9aabc998588432d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_button_pressed.png" -hash = "28a31abce66b16145a33313ea8989dbbb167f67c4bc26904ed032ccc141c69c7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick.png" -hash = "ba9e302eacf7afd8f7ab9bc8b59272132f7f6d32852d90d18c880924df8eb2af" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_button.png" -hash = "c41d4c56c79f2e6a06c8b0c7c5a554dce80e63ea6fc1f5a04c9550f4f8c258da" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_button_pressed.png" -hash = "217a4982fb4ce3ffe92057ee74f41a92243da63b5c97ac99a49aaac0e67b0724" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_pressed_left.png" -hash = "1dc7a7aefcb49a7e00a0b1ef8b6659820449c41a9e4c4d4afe4b3af52e9d7edd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_pressed_right.png" -hash = "8e0847c180c80c54d77b3a18dd5cb2970600e015e1e4186b8cb79931e8fd9265" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_trigger.png" -hash = "2af9b28a8ff51f4db4af2a0d2312d956507742dea59db4d6b0f72d32563aba4d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_trigger_pressed.png" -hash = "1a8fbb8f167b115ac42d5374b19f3da0961b34fa4805271054e9ab30f6c2dae6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_bumper.png" -hash = "0f1a7de1aeb5fd0fe4862aaeb86f5693d2f1328a4d40676bb323becfa00c70c7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_bumper_pressed.png" -hash = "e886fab13cb4b511749fc86f5264daf9e4c4352fd83fd7814b410e5a3fbc56d2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_button.png" -hash = "8ec600a60e8cdf44c312c3b716aa8f56a9a9a72f2cc183341001de4718b57986" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_button_pressed.png" -hash = "19f0162d886c9a9bdbd6c15bb06e9af352dc05d02f9e1677280710bc340da333" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick.png" -hash = "6ab2c6a0e75a617059b75523b7a924d16b8cca4894efb489e8d363c7883b3d7f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_button.png" -hash = "11ed3d56c981946393903004e61b9f531ac8e694d684cec2e510d67632a543a8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_button_pressed.png" -hash = "893fc436af66b5c7b364c2a3a86518435e44bd41479258cbf1573cd484fd6974" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_pressed_left.png" -hash = "95ab75a42f46f89504dc3b507dfaa71332a88ccb42ace6fe5d3855ff60526aca" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_pressed_right.png" -hash = "6cfb6398b8f9a1e63369f7d2c5f232105b299561e14463873a86dec70fa77fc1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_trigger.png" -hash = "c668adef7dcad9bb04bc5871cf0d985deedec40a4edfa9e82241d5311ff266da" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_trigger_pressed.png" -hash = "d5ec3ebbfda4c71426c9eaa425e004dfdf7979853eb4176fb038a6af14b12e8a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/back_button.png" -hash = "c96689896d91d5ee6852a78987b6235ea2fb269975ce054e7e4d580f8720480f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/back_button_pressed.png" -hash = "747de85e37d65d1e14c3fc33a78379431f92b097b9060674dc59e933cfcaa3ce" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/down_button.png" -hash = "604c1fbc0e807853b0c932c0fa2f078a17f87aaa0145e5a95c5c3a6af4f5e0f3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/down_button_pressed.png" -hash = "f8dafddab946aea4c6485b011ee2e6b7d1da25aac5881f902259868bcfd55032" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_down.png" -hash = "660a6824d9e70af2769ad55fbf0ef07e72a17465146f2766396c165b9bc15631" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_down_pressed.png" -hash = "6e0d14e519c6f28fc9aed94a6ef2ab59a750ac3604388d4f4bc31d7f8f6a49ef" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_left.png" -hash = "afc6e4577ec4fa114392ee17b5b3e9599dbecb555b60a7abf30fc8a9b89a987d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_left_pressed.png" -hash = "8102d82df96ff68887fddf7c8c8f0ffce1e16a6f74b4e67fd00fa37dc013a329" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_right.png" -hash = "a7fe403ad109fa29c6712105695034e12a6a722a722970ced8a715f17578a0cd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_right_pressed.png" -hash = "52103d7de0518130bb60ac9d3cbaa199e65c49fdae79502074a75aed7b77d794" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_up.png" -hash = "448a7b75848a2ab2762926d6d86fc8e4bb58c8a1b117fcded80511ffc6115aff" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_up_pressed.png" -hash = "bf84dc241c121842615d6ceedf58ba1480b55dbee939f24ec8ee7ef29e938732" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/guide_button.png" -hash = "d6ddda78af2d0ebb0a1c8621dc093560e4f60a3faecedcc8891069fd8439c4f9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/guide_button_pressed.png" -hash = "25f9b6883097a2a512e2e629b33876226b1d8e86db5bddc9fde698e140b19a1e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_bumper.png" -hash = "b415d133ddaf250e4ef504c3670cbc731ba22f7cbd834c4b5740bfbd58b32401" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_bumper_pressed.png" -hash = "bef181676cab7fa78b7bb51bae2efc0acec437be92ddb3c2ce4359ad832ef75b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_button.png" -hash = "14f78bd2636fc22bdfc97aaa1aed745a27cb94070fc8196e73eb0d5d07e8176d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_button_pressed.png" -hash = "a04d4a95e739eebb7f327d1b7eec75f939a4304065766d68ea69631b0a771775" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick.png" -hash = "9e8f000737325ed094fd1ae87073bc0781a187c25312de985022b60c5b036d2d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_button.png" -hash = "9bdbecdc34be72dab1a251dca35b0941079215b11991d939637a2916c63b3de8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_button_pressed.png" -hash = "916c3e2a9d0c5d65ce84d25685cc3c8e183978ad3279e5759d5fb3e6c0e4bbdf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_pressed_left.png" -hash = "52cf587cfc8746bd34cbbbfa989f75b383a2e8b6ad246b4c4f56239d6a64335c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_pressed_right.png" -hash = "d6139ce2c04529c44e1a6ae7746a6e3db370509e880fdd183b3a55ebca157404" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_trigger.png" -hash = "607eec4f68d3192de8278ffafecc9b959edbe54319b9455f08ac1d8f9893263e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_trigger_pressed.png" -hash = "4a0e839456f71ce9a24847726bb429282f940aefaefa657334fb622a48719ed3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_bumper.png" -hash = "1e0f74821b4e1f223c1c86f2d01bead93d1d73d6e715cba66ff04b617d37e2b6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_bumper_pressed.png" -hash = "d85951ab5ed3ee04fee1b20e62165f399c9c0649575dee8e97deb25476f8a7a5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_button.png" -hash = "0ca911bbc498ce90e09d026b012603d8498e9a9281fc8fddb6ffe6f976b74c19" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_button_pressed.png" -hash = "f532ff4a1166d8d3ebc53c0640b3a7f568cb3b926e249f659283ffa67c478375" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick.png" -hash = "2e8e437d9e130260b56eaad304a5b5bbf4f9ed806f91fef304f3401a29ad0346" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_button.png" -hash = "509c7d035498a8899d1ea3dadaa9380cfd2fb1848419ec3d9f9d76d10a94489c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_button_pressed.png" -hash = "35c3a242cc9af9ef4910afb515db70f442989b51ccd97852bd8487804b5f197d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_pressed_left.png" -hash = "2d68103901b2a380cdd95b2ce8bc5407ee3e0a897a6e1bc84b6be5ce57c31ef7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_pressed_right.png" -hash = "761f61721e87843c675f2e603ff30a046d9eb2e3752fa5d051557211b4e11fa0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_trigger.png" -hash = "bc10d1295934191bbbf52c4cc1d2c4b982af273c73659b7dc58073f2439434c7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_trigger_pressed.png" -hash = "793925ec402c41606f018c804275c5ff1301fdbe591972470816757b8fe208bb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/start_button.png" -hash = "1c3a0b9bb76d99038413da4360a09b1a5b99df62548ad81c2a3e546b6bac75e3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/start_button_pressed.png" -hash = "f89f227d4a4624ded1e66edbe0c80c9c0c393aae299f4cae7edecee4cc976169" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/unknown.png" -hash = "05371f786a8ca432d0b5ff1e1fdef5042f4d2ecd5b922e16c7002f027fddffa2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/up_button.png" -hash = "5c0d9899b4aef9394cd2284abaf32ad9b051eba3ccbab5034b225c64b3ba8033" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/up_button_pressed.png" -hash = "582a22b8a4a0b92190fdee9dac129d091610ddd604c7f326e5090a85cb36d8df" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/start_button.png" -hash = "565912e1b8b91774dada93127fa19edf600ea96f391e00178876a7ca3db7d391" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/start_button_pressed.png" -hash = "c5faa024298ff0884e3213bbd45cb4a8bbcaa566ba8baf7eccfe2913986eb740" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/unknown.png" -hash = "d88970a91570830a0d6516a28e6d16c15559d3a7cf805b04198fc7b76be275bb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/up_button.png" -hash = "e2610361a4a8390e7256735d3e4001c95933f879afa94df66788d47216ce90d5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/up_button_pressed.png" -hash = "a622c93043ebdd9cda3a4078f1f1165d0823aabb4ef62bd5c1153a4bbef8a1c1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/back_button.png" -hash = "172dba2912162ff2a0ca8fc9cf7aa75b1972d1d5a349107586c1480deb5f5394" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/back_button_pressed.png" -hash = "0aa20462d9d18421214b3d8ba80f0cbf1195eec64a010ba96a38c4fbe3ac7d35" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/capture_button.png" -hash = "71ca95e1b6b9b5998c05690b28508f3c409c547fe4928b6000c723fca97bc1b7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/capture_button_pressed.png" -hash = "3d7fc4a2a8b7c504eae4e7e772184298208d7e58959e836a9b2d10e5be33cfb1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/down_button.png" -hash = "9c9ba1b52d81260c8e0a13db2f9858992a5325ed3e982b3cd5eddd27f7abdede" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/down_button_pressed.png" -hash = "a2bfec46cb7eb3ae1795c13dbaa07b19dd1801e2ceaf0f8cf52bfb230048a419" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_down.png" -hash = "37a0bff8e22fbae38ba17d1ba3c933a64f60ccf1283f54c1b5242c66439c26a3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_down_pressed.png" -hash = "053271b26cae55695fb716427bc343ea5163b66158e9a16f9b4614f5baad02bf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_left.png" -hash = "1793ac59de5b197ebfc95cd9c8b8cf5998383b895f9f0ff4635d766fe9a5f3d4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_left_pressed.png" -hash = "62b948fdecc593561c5f2b29e901591c1ddb50f7c30e63225b6a09daf7a1eda2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_right.png" -hash = "54875bbff99b2eb3cb00b77e5bab798529798d150f80a645910b816590219f5f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_right_pressed.png" -hash = "44778bc598b3931c622a238d0f6ce2d3fd561503b7d24756e59203796add5bcd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_up.png" -hash = "17619e805e8d40eb7773237e1b5ea2226cc377970a86e16201c8ac454ef998d3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_up_pressed.png" -hash = "2c07117f862414243481882a977fcf97c059fa7875eeff4fb1e4d98c0a01078a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/guide_button.png" -hash = "026a283413ecb32ed42119e6bc0da483cc5271aee90c7845512487b2e4d691a4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/back_button.png" -hash = "60647ace7d294890c0a5fc3b0dddcb2f57b257850064953dbed32ccba82d4791" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/back_button_pressed.png" -hash = "ca598e0b6144e196b59b9081bce9aa9631d30d0315ae6568075c33cff5fa2a78" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/down_button.png" -hash = "a73913d64cd6188fd2548b9831a8de9fca28ce5d01576be224a1478bad8bcc32" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/down_button_pressed.png" -hash = "7952759aae12929f4343758bffdb95455c77c0935bbb6eda077c223358636bfd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_down.png" -hash = "263f9e2e918133b95e1122d5c3d320f018360f9ccacf163432de85c89031d00b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_down_pressed.png" -hash = "403bab82315bdd861041cc5769c22b385b41df4a151319fb58ea0e702ed97d6d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_left.png" -hash = "2339a7248c73fcaea73191bea6d4ee498435e25aba28b9c1a4044d6451ac6cc7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_left_pressed.png" -hash = "38b9162ac396ef3ac82fdc69224b13a0383ecf063bde9dcb6174b012ca836beb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_right.png" -hash = "97a1af567d898740661eca9a55c3d60eb6fdcd24e4ad42f4817641868089b35c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_right_pressed.png" -hash = "696d7fa97ba853597ac93ed96ab46535267f9d592b62fcc36ba6dffcd350f1b8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_up.png" -hash = "367ece8a1a989ae87451a979f6dd70312660dc940669eaa897878df0d6a40661" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_up_pressed.png" -hash = "cbc790a6bacc633de1e852bc272d630ffe289e109d2a2347474538b646cc9b6f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_bumper.png" -hash = "03cdb4239b5382daeb0afc8785ff993d0376de9abcd1d5fe13314a7b8e7a9301" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_bumper_pressed.png" -hash = "00870eefc335cc559565d75eb720df0ff24f75c265063c601b8633ee6cb52292" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_button.png" -hash = "dc0e5764cb4f58b47912cd5ea45c789ea42068118ff34eeb7e00f47e05c136f3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_button_pressed.png" -hash = "e8d346fb25adbf7908cf6c347e658c2d3e049f4c29823b3c9faabe365c768e7a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick.png" -hash = "e09f2afa2cc5465845372cb23111e346fdec0cf9e526e191e6f90e969d8f5027" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_button.png" -hash = "a560e988cfda1cbb40d67ce08c934cbea70c539d9f9e865e5de8f7be2b08639b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_button_pressed.png" -hash = "e042b08fb2df4570f25add14182d6cf9fe516ae94d5ac16868c5b2383ae980a2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_pressed_left.png" -hash = "0338d126d10c7f5c57ab8e4be2b4a28683418ecd78342613a711cbc84f7541c4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_pressed_right.png" -hash = "53e39eb4ea4648f7456dc43f34a08ed99c2fc30a9d18a8b433370e2ac4f5863e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_trigger.png" -hash = "04f0ac10ef47b3406b5714c5e4204e3534a9d831e19ebd701e6ac6b350926654" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_trigger_pressed.png" -hash = "2b00cf9b6583724e821b17f12fbd713718d7195c83df67ecdc97346588b9613a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_bumper.png" -hash = "081016a0ae6cf6b961ac01763788e8912caeb4f5100f0cb32d01b8633c539a53" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_bumper_pressed.png" -hash = "f6ab638f6fd25e9c4fce989ec41903f19520fe72ae1b31fd7d37606a6582a086" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_button.png" -hash = "a83dc69c945924065c59c284c815cdbf92e5be0195bd3c244d94becf38eb78be" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_button_pressed.png" -hash = "d40dc6af6e1badb2c971c6bb5f5c2c4f69b5ec7deab6fd7ec766ff7f0d5a92ec" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick.png" -hash = "d33a47f8a68b49ef7951817cc50e3469a477ff791231cc65ba1506f1a240216c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_button.png" -hash = "1e74e8ea5ee997939d43b70c7be66861dff3fa0b4dc378d8f1e8990e648cb57e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_button_pressed.png" -hash = "b3dd8a9d0673f752d1dc4e7fc2c2131da25d0a326c95a502bdcc72dcee1ff890" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_pressed_left.png" -hash = "9d40289ca919f77ac6afaf32b43d3a4e6a088e8ae4b46417594208f609d17f55" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_pressed_right.png" -hash = "7e8b4148635a438bf6f316789dcb7f3642d606ce2c483636a2521c1e20fd608b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_trigger.png" -hash = "18d1ba30a356ce2f957f09a00e15633a3ab203c0cba1abab4d24e8a8053c013a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_trigger_pressed.png" -hash = "76c9c0eabf7a4a9bbbbca1cb238047095d86f32e930ed6674b69b3cfe9d3f47e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/start_button.png" -hash = "7a962a9c92a06d5be6d3ebfcff76b0b2ac990678fce879c94342751eac32ef91" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/start_button_pressed.png" -hash = "ba081f85cad829f3d3a0faea9f6e715bca64ddec058ac78504b36825d681b728" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/unknown.png" -hash = "1ba7e5d29223d205b3130bd904209389bee796c8f1996afbef693e9b5a6acaea" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/up_button.png" -hash = "bc8f18e3ac11d772e80bf25a07296411b8394993b0ffbe0aabbde4095f6d34af" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/up_button_pressed.png" -hash = "c2299adb4a554e54f5a4ba3e1a791d48bcd5f084b59aed0b7fef5eb881444fe4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_bumper.png" -hash = "b2a6e02017ea5176805104efa4c8d0545d4ec1c038cc199b5874bd3a326e62a9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_bumper_pressed.png" -hash = "d1c37013206ad47e9d646434d55707aab1600923e27c03e3492340b822893465" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_button.png" -hash = "8c70955e1752e8b4dc43da10c4e5269122f78356563281184fc7de65561a86f6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_button_pressed.png" -hash = "de42ccd460a751a9ac51b0c9261e744bae06ab4c38e9246140fe51dd92b9a1f7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sl_button.png" -hash = "a765bc0d9a848a2e48e00662f29307862f61073b2140dee167188ab6870e8b23" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sl_button_pressed.png" -hash = "23100dccdba38705d49057f3b2d67597df86fec800075d704f4971aeb0bed82d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sr_button.png" -hash = "12a19861222ce29712080ae1e63b8073e9bfeb3034b481587eae96a8b8b6dd14" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sr_button_pressed.png" -hash = "142e451f3c81fce739c38b5c4594d4134abf99052ee7225514663d7c6a3b89e1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick.png" -hash = "1c08845763347e602fba8c8be204989a0086297cedafdb64ded9a8b1ab55164f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_button.png" -hash = "f388c2b0eaddf543abf409a18cf10dd72d28f2351afa79d5cd03fbc101b5ff77" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_button_pressed.png" -hash = "b1d059a8da4afee3f49b4acba7e82fa4e1fb4c69a77fc1db3ead06efac9fc2c6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_pressed_left.png" -hash = "c6c255710f7b8e38cd5cfd83c3dec53da708f9886448dd9517c65cf3b88b4498" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_pressed_right.png" -hash = "eba704f908daa35efff8aa3059aac084259834c25203b296d1ce6639d5a639b5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_trigger.png" -hash = "497f02ea7f60296ec0472ad9938bf15ebb4a6e4f991b839aa8e20b1747036dd4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_trigger_pressed.png" -hash = "5f185f9777d920063eff0753ba3981d1ef68ca688189c92015fb20e68bbbbc61" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_bumper.png" -hash = "c82030ba1c77df4528a673c25b7e9bcc16b65c69694a769ff7b8ae290124243b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_bumper_pressed.png" -hash = "eb97db0ae05c4d8268c27d6cece94d349975ad036d9ccf404140fc4d5b842696" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_button.png" -hash = "39bf56bd4380838acbe762b513541628eb54f1f03b4327ed0319dbb3f208a38b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_button_pressed.png" -hash = "5f658735925e6c27f9c9789e77a19f80c4ba3243c490ec8a0e336dedfeb7d79f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sl_button.png" -hash = "93a872c8e90b68fd53316909d1f8e7a231db7a25131256a5c933d22c9a74646c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sl_button_pressed.png" -hash = "03dd24d630b66be4ea84585f50024e1aab2abd356a911a6598360532943d8915" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sr_button.png" -hash = "cca43a0a4bb010c66ea84a9bb1a7fc9bf6438548980d8aa88ae83df518d5de9e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sr_button_pressed.png" -hash = "b29e651b38549d3e7cce4d9b994821055d4e6065264b0141a15698f688a3b028" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick.png" -hash = "2afbc0b8bc231c6eaef95299f6f5141103baf960f06c306b4a9334e3c891279f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_button.png" -hash = "dd0b3d52d1d0a94f09eb32adfa8ae9d0dc5f84ab50f793ca2655ab1075cd2fcb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_button_pressed.png" -hash = "93c9843af29b6d47bde3c076950501e0e287e0a31619c6a3917abe16a896ddd8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_pressed_left.png" -hash = "4b0cb3ac235e9d6e171eea2f37b198c6836b908782729b841c84d7c051bc0220" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_pressed_right.png" -hash = "be604da63f9b86c8b2f5785ad732b88a70826086ed3ef7c8b7109b1e89b2b7f8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_trigger.png" -hash = "46db944ac8a3d5d50e20d41e2ef0b35b2873b13ec2af30349dd8e4a954a6df99" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_trigger_pressed.png" -hash = "278c4c2b1781dac396b006347911401a524b17d3986bb65511949a79a4d2d4e2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/start_button.png" -hash = "71681ca8dd5df336f6e18c0d1e42febea577739e41433be3da7e73f88633bd07" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/start_button_pressed.png" -hash = "8db2169e1fafb43e1fe255c32a2c26b3753066c466db7425eb287dd8cc6e2b60" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/unknown.png" -hash = "50c5c6ba683cc71465d5d470292db801711733e44faaf8e008ad130427c1aafe" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/up_button.png" -hash = "a428644be504fdc0ce52c6f67f46580901e0437fcdabb59abf67cfab94d5edef" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/up_button_pressed.png" -hash = "15f6d2ef6d48e9d15ed721ecc2b8968649db8695d121f75333bd198c80ec60bf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/back_button.png" -hash = "4109229551f164ad033bf2f639642ea2cb6f4d7deee2b96faa4f8957dff10810" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/back_button_pressed.png" -hash = "9114471bd20f607295914eb7a1a848976b5c55fe8b83ad140b570167d269bf96" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/down_button.png" -hash = "edfd5f8a2fed35945f651c8ef44b372da3f0e87e5bfb46bc66f0df8e6bd0f686" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/down_button_pressed.png" -hash = "b1b40eede176e7f54a07e58b6918b0a3b70ad88c9f84593c771f37cc24f82802" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_down.png" -hash = "65d48af3861a6122f29fbd089361a9860234a16b1352fb6c79fdfa055a273c3a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_down_pressed.png" -hash = "70142b627c1bacca3dffde94885174835d634f621f22d9813b6c5712c9717564" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_left.png" -hash = "480efc374f702fc79ef7459b8ebdc3bb5d5f685b706abb1feaf64211554b9921" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_left_pressed.png" -hash = "a45d32e4d021553957ccc6fa790e5e989b04a66b59a26ef5d632edc9fe57647f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_right.png" -hash = "d8d4115777894b5c7c170f7e63d6aff6e30ec016180247e342cf19e5ec0e6c1e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_right_pressed.png" -hash = "9c6aeeff2b0a4b7e638ad96879a268ac074b676c28b4cfe66623a44bd720be4c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_up.png" -hash = "0aef26ca3a88acad1e717478a7e93b54825c547c8b2ff7ddf0db229dbdcb9876" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_up_pressed.png" -hash = "4c8d014d6cd7f4cb383f3840bdb762e65db475fb33ad1404fc81f32636e9d9b3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/guide_button.png" -hash = "d77df9c832fe62dbd34977816fcc149c427eb7510604caf6bcfa7302cf8fbfba" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_bumper.png" -hash = "9070d033d3858a30c085fd6e80aaf3de76d4af1c27933e646153fda110769b17" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_bumper_pressed.png" -hash = "8101d9c01aa50d53491c96f9c5f42e62ca48a10e41794493419ffa70f680d93b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_button.png" -hash = "7432cc18386c06b7d2daac99358f07a58369a4bd58bab73eda11c1673a957ffc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_button_pressed.png" -hash = "d111e61ff8982f44dbcfc6b70b56a8df998b5d06010676a96c0c6c8a79e49727" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick.png" -hash = "622d4c06484a4201a2a4d7b2385cc5e310612a7adac09bc2a858e756752c1874" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_button.png" -hash = "46dda16afc0b4940c912d0136428c7b91e1641720ab2b8185946ac76d9cd8367" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_button_pressed.png" -hash = "3cf6f3a84e0fdef2eed4e9a8bb641149be6bf28cc6222071ccda927a97a3a32c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_pressed_left.png" -hash = "cca5f2663d9ddf45822bbdefdfe915ea6a6fe50d6da1bfeba78c2583b9848e7a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_pressed_right.png" -hash = "3c4ff28b3d3de88a944dd6cb01bbd1e53a085435d480eaa545830bdef90dfc5c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_trigger.png" -hash = "cdee2c9bd1c70ac0c64b1339a07e2402e3240d93c30e59682be7bc0dc9ce40cc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_trigger_pressed.png" -hash = "8cd8eca9982554920736932c84861c00dac5ddd7d6d3f307ac5c5908553e6bce" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_bumper.png" -hash = "c634f10f77ab9e8a6b69088533a46c85568cb9a1be5434ea97f086d57bd13321" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_bumper_pressed.png" -hash = "76840ed9b9ba1edeb88b8b44fce56f21bb2eaf5b7cfd17216758770f2020aae9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_button.png" -hash = "ca81cfedc755ebf12847c1d1328194714cfb25578d47b17b07e94b346db3d49b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_button_pressed.png" -hash = "9434df1754cfdcabf5138533ac285f879f85e7e33e24aab8a04f13a8c8ab547d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick.png" -hash = "6cb8a10dd9cee421275f89c3cc066e70802b3c9da2ad78fbe440257729d72fe6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_button.png" -hash = "d0a854d09118a515646b4af4926cabbb217e9d94a82617381449e04719255a19" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_button_pressed.png" -hash = "142eda91bc0c9d187694f9974d8e25de55fb81c92b12373e3ce58526724c8c44" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_pressed_left.png" -hash = "ec48ecdfabe0608aa14bb5487efc63c2c4c0f2b790b4564b77f18e0d25db8e75" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_pressed_right.png" -hash = "687905776b2706d074b1d806c34494df82531134a3fa826b07b34f8ca1f168a6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_trigger.png" -hash = "7288bacc17310c58735dc399eec941a23b91db2a45862951020cfd7aa2870f6f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_trigger_pressed.png" -hash = "de223c7551f156c2d3b81a76161d24c757161850504b10b5d111ab05462602cd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/start_button.png" -hash = "02c1f43332d5f67a4b04c7a3c15de40cd8c14a9f86a75bf5aa7e2b8d3a54e56e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/start_button_pressed.png" -hash = "33b7665e241cc4653e16891b6d61fe91a916cb4543411776bd677f6bf0831977" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/unknown.png" -hash = "85ffcab773c5ffa1486f74f44463f6f87e38667763c7dc13b60b31fc1c5e1414" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/up_button.png" -hash = "9793662d89a2d874e269d63381ccefd03c3587e19e580a878991c91ff5a44b6b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/up_button_pressed.png" -hash = "c07b0173513d43feb8101f93250b88115fe9e6dd08130e632c5b18e962df6390" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/back_button.png" -hash = "230660a8892c1d5c925b7ba5fd1886c3b0a71585df7ad5504c4440b4d7f46801" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/back_button_pressed.png" -hash = "6d718fa1f7e32d8292167970b26b535a2b8c6fbd2dac7ddd71bc99136867d90d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/down_button.png" -hash = "47762c6b8bfd41778bcdbe757d1279172e82d778dc547ee078d2460a8ce1a89a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/down_button_pressed.png" -hash = "733a0262c17287b521db610be2929c2a31a1b249cc7c6b9a87c7a040c58e8b08" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_down.png" -hash = "08cab3e1e25b158b110c374d446918a2cea0de904ee83a1e179354a5a091918d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_down_pressed.png" -hash = "8115af916933b804b5dcbf5c496ec673a018ab61d94aeddcb998eae3ee37962b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_left.png" -hash = "dbf95a0593b9abdefeb56700f950546d7d98a038fb90b84af253a163855a7d6a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_left_pressed.png" -hash = "fbfbb6abbb19484da26835f34989cef14c788dc8774fafbaa65aee42432c40c7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_right.png" -hash = "1076c60538f211fe6dec61aab97b6e2a044452af4ee231c5cd971e3e824cbffa" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_right_pressed.png" -hash = "4b5b33a9e9a4e18c5a89415e4398b3faaf222378ef287d1f9cad3e01125ad622" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_up.png" -hash = "55976bd32f4be119a9ab158d1563fbda3ab3e4effa292ec058f71b94ac6d6eb4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_up_pressed.png" -hash = "425d26ebe9bebc46b926a1b9e89f89698869d3210b55946d1a5ead24ad93baa1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/guide_button.png" -hash = "47c3d09cd2ac8a484f754fc129f1fc6b178dbbc877374217e2867b120bb39104" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/back_button.png" -hash = "6976948824a3b3d4eaf0f8beb9f922db06dfb61f16b637660ad230be1a82ee5f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/back_button_pressed.png" -hash = "2299b58b53ef16e547451979f5dc770bdf74a1db344de30fe249f53d6ebe87b8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/down_button.png" -hash = "eea0bb225692a6d41c4c8de6b4c08e7dd399583557dad50033e275b97603809a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/down_button_pressed.png" -hash = "d1193d1a4db7c2a36e581dedb3ba80ff429c47f9434163ec5550bbf3f52059c7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_down.png" -hash = "5189633c1e0874896f346bbf369ff49b79ea83e710dec360bb28133b2ba6f7f1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_down_pressed.png" -hash = "78e7e23f958b6ec1957ec9a31e9f6357731c45e90efa77571a6496b8454ddab0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_left.png" -hash = "d854831f190f727b4937ecfe1b97eff9b83b50bb1175d7e5c386647b5c28065b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_left_pressed.png" -hash = "e82dea214e8d7ae2678ee081170e6def65656e2455dee1f58a8637ee8a277dc8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_right.png" -hash = "0cd0780cbd75a8a255cb2a23ed3cb421a903c553953a185e593df8e901380486" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_right_pressed.png" -hash = "86559bc253a1737f45693112b76c56cd65b536e7ce50c9b911131890c127ee26" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_up.png" -hash = "90c2a70dea8716f1b5489b4dc31632a9aa687f77ebfc456cbab276d810184f6d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_up_pressed.png" -hash = "8585906380cf6691bf5b2abba7a02dec8550ee3502b7791789ea4aca920832b9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/guide_button.png" -hash = "9f967f0b2eefacf7e43315a63428bfe13dd086720e53a87969060ae9a663da39" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_bumper.png" -hash = "30d2faa76cda2abb71b19f2ce085bdc781bd741a91f460909d4293ec7e536978" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_bumper_pressed.png" -hash = "f3b2df59fadf8c70771f160b98a4a82fa71cc8350c69d32081541e05a03876e2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_button.png" -hash = "d724c42fcf85088cf9d5496c82fd72dd2ea3ecad18c6932f0d51d960bc6e3a3f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_button_pressed.png" -hash = "cb06e7b6f9583584edb9852487af284c0fdbc9e0fcafb1c472619ef160ea4f80" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick.png" -hash = "1840fa17e6ea2620986e3149ad47749a34d3a264e696802125562b77c8abd8f3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_button.png" -hash = "dc2af72ec9f0ea1bd426d7df51e673f98803a337f03445c3b6db24900f62853e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_button_pressed.png" -hash = "4da73a3609bee0bd871fe2c2cfded22ae19940482529ba0bfbabb1b7a4884540" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_pressed_left.png" -hash = "0b45a87ad68b90795e21e1fa156bb3d49d6f1b3d57ebbe2e9a7e0e4c60a5b6db" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_pressed_right.png" -hash = "1794df5f807e0a50c5a829151af811878a5a2e0f198835d69b2a55c7a5b5c83c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_trigger.png" -hash = "adaab93b3055d3d939d6a8a998e401c181a20a47c039e08b57b34c9eb2da36d5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_trigger_pressed.png" -hash = "ecd31cf08d948194b1775f15a9ac174108bea6961076382764e18456f0d09624" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_bumper.png" -hash = "4c0b3643b94ab2832de3da1a1dc1aa280adbf2e18fef8d8d63acc1b335767a5d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_bumper_pressed.png" -hash = "ad9ad52dbb0b9205a0ea56b2a0688b374bc9186a826b3c6147c47083cd0130af" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_button.png" -hash = "86fb5fd1df82cd8d724da2a7197d1e4fe3867c4b344e567a722db79cddecf8c1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_button_pressed.png" -hash = "f2ff702d87942bc9c3ef9cf18694b03a5cea8114148cdc02545210cb23dd9b41" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick.png" -hash = "cbd3dedcdb33252f31d1d0892e9abc3ed56c7944b3b95e5059d65fb531204b14" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_button.png" -hash = "ef719562a18f023b0315d698f9a39a850a863cd2eb1e617e3642c7ff17272291" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_button_pressed.png" -hash = "9f73f9f9dc80ee939224cb5afbbac6d8351d58a639c2e70e655fca11f927fd80" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_pressed_left.png" -hash = "6680de0eb16ea8fc502174ded4b2b4e2a5b91be469fa08691e6518315636c46b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_pressed_right.png" -hash = "b61445783337d570344051558b124325ab2ddaff00600d361a3e68ded6f336b8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_trigger.png" -hash = "1c30850758e4aebd9b25432150cb31d80c5d461bbeb3c2d4a034efb3db4883de" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_trigger_pressed.png" -hash = "b16840010c30b28f02150ef91366b6f60cd3c83038f7d194b6c1f9b615a86a48" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/start_button.png" -hash = "497cde9816a6d46cffd69cf2067951359e87e0183c78d7cd29a9b873ab6ba02c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/start_button_pressed.png" -hash = "5944442af85ca634de1354c660662a81b491bedee6a5b6eb293f114b7b4f6d04" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/unknown.png" -hash = "a12ac4514731dc47facbb7f3114692492f2568b2a41854a61a5facc6ad7551d7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/up_button.png" -hash = "564b30a9e0481fbd39d261eca20d14d135ac26c18cde6ad52f6b1001543f6ff0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/up_button_pressed.png" -hash = "6f08fcbf9c8ee1a2c9f94404c75c1f33f3078aca1cd8b47e9f57d5be6b0d3491" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_bumper.png" -hash = "a2de334ca14f82b3dc8b23b2030585416412c15f171f4de9aa41c3db60aa37ef" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_bumper_pressed.png" -hash = "c7ada96e0a6f3be75938c1ab552fc0b27933591c753bf9fb25c071663054d653" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_button.png" -hash = "241e07cb29659bf56a88f38944c2acd8b4ee04407ada67228bd03e2e4378c386" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_button_pressed.png" -hash = "434513f99cedd858063127b51bf68142a2fe8149817875e0e88ec39ab30d8bfc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick.png" -hash = "bfeefdf57958eb17461f909880c47c9539c9cc1dbe2e0840c0ba9d6802f1e3eb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_button.png" -hash = "f38896133283f7eca9f33b299d17c28f7d445fcf0f5a65acb9d146c3ec9ec448" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_button_pressed.png" -hash = "43ed773e3ebeda9c917cee6490f5c6abfca101c004bfb993fdcf897d82afe8ee" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_pressed_left.png" -hash = "4f68294c8486f74fdce64ed75ad9bf17613e551318e3f16df0bd5ace12fd91cf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_pressed_right.png" -hash = "e936d36f3a6594f0bbd79b851eb94848118e37cb0a16bb464b0abd789cda6a12" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_trigger.png" -hash = "bc78fe5d85d8949435c455853f7f08883a6f2be5e4c639331ab9f138088c7d76" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_trigger_pressed.png" -hash = "ca0617086c8710a43a5501325c7b48fd6d635068224e6ae2966eaae82101f447" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_bumper.png" -hash = "96f2b02ed9e3d797bb0f99ceb50efadffa583d94a8760d3b721baed43026715d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_bumper_pressed.png" -hash = "0dd1d85a3389fcf80a302dff6635724feb475eaf69fc387b821c8d6d7e17c2eb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_button.png" -hash = "f9c8a8c07ac9b7d79bb4273880ad9092f77b83a9032cec78cc02a0f16592a870" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_button_pressed.png" -hash = "c8c2671a438a55592ab5bf5c24fcfbd88dbc7482f0b45e9163ba57db8b264c57" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick.png" -hash = "871cf4def5c60c7f47c5357c1fe6777c07fcee6257e801defc1d06ad522d6d88" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_button.png" -hash = "29e9583a2a7f8eec6558e9c7840471c58b1a40f9a8490b16d03ec48efbcb4064" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_button_pressed.png" -hash = "d9109c4be06f5f8b9c2c1e53260234b606f36d3083aa49d155e32ce9a553168e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_pressed_left.png" -hash = "38bc6e2a94996c1ebb28d71ac3fbf248f9f91e8a29a977b68ed83374ffc01ada" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_pressed_right.png" -hash = "cbcf6141d8246cd083f3cac60982f97081e637dcb927413e0b08eca58ca92318" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_trigger.png" -hash = "f51299e3db4396d354f85ec35fa1631d5d9af140a35596acb7892a1180c800d1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_trigger_pressed.png" -hash = "8ca58737642a2b8b700a5428982a4360854fb857e4de2d06957a8b45862f4884" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/back_button.png" -hash = "a592c2b443947fde3b2675ac54559237969c1e5258275ddd96203225f2ebead8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/back_button_pressed.png" -hash = "e86fbf897997e9b1c64b6688e13be47dc256053d5d1aa4ca594bde8b9feba1fe" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/down_button.png" -hash = "c739bdf95d36e16f2160fe6530e12c6bb60dccbe48a7e976202881167edce4cd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/down_button_pressed.png" -hash = "5c5858fa549dfaf145ec05db99e52e91c57538fd41a7c2265dad345e387c6c49" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_down.png" -hash = "883e6c660d46b8bbeab5913d099128544e5fd8a3c2b767d0c82b18e138f1dfd9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_down_pressed.png" -hash = "625a407d3174321563d4f8c86c36dad7307408cc202e4bb539290e70160a8e57" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_left.png" -hash = "d1389069cf18b855b1c7969de635c024b62c61115c3fcdb8a267012165965dc4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_left_pressed.png" -hash = "eb07089c93ec70f88beb8293ee95da3632b2a79c6b09b21711cd2a5cdaa3f192" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_right.png" -hash = "12cbf73427ef831bef396665f59ac1e9fd139d940ca7ce5cee357fc69754c7e1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_right_pressed.png" -hash = "d0f9d6e48e0d6fdf1fce4a2e681f217e7cda2f249facb512d78906251d55f500" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_up.png" -hash = "553c6c995d446fdd9c5ccf4323a630bcae6ac8d159748660e3c753b3679cdd29" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_up_pressed.png" -hash = "6d240cd8ac36e97a9062f9e787a0c65dc7d825396da40f335c07f0d9c04b18a9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/guide_button.png" -hash = "1941e746e61586c75973542cbede02719a87adf573ff2fab6932e0e5ce5ee36b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_bumper.png" -hash = "876df2013d9185ac50adfb1d6bf52a375498f3bf259a9082566553840139ac5d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_bumper_pressed.png" -hash = "105b8c1b02b680f00c7a75833753b538aa3e9b5975dd2530f6993ee036284f45" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_button.png" -hash = "ec7d2975b5cab63dfdeec0b4eae60a3a713656aa279ecf0614c8f27ff6a571c1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_button_pressed.png" -hash = "bf1e87207b6bdcbd57053224ec4dcac7ec51648621c1f01a55d4d2169bf6efd4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick.png" -hash = "859035db6f612a48f76c18d822d43309659c037bf01502588486668e9ed6b5e2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_button.png" -hash = "80d0ee0914bd06121929c377c6007f6bf29990a353ef4d938223ad3b6d23ad89" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_button_pressed.png" -hash = "c8ff0377955b0d21fbba9f821265c0c85025a117a5d9c65208265a55a48c4c5c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_pressed_left.png" -hash = "135eb3cc4f8b1f39d44223194290ae57f5128f1c7f226dfaf067f2c0f3e887d8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_pressed_right.png" -hash = "9bf53895e619508e3e58c0a5694761629d392d2317514a2c09ffbe462014ee06" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_trigger.png" -hash = "78f571d66574d2178275caa285b6063f03df2d8904e49e86e34a968d2f4b555a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_trigger_pressed.png" -hash = "24991d922c2dbd864566a0e52a7b13c4f3185e091219ac67565e91cf423fab5e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_bumper.png" -hash = "7a1cd368d7c4e7b7ce351653e08fd43c6fd1dc3a77e150035ee6345913c478c9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_bumper_pressed.png" -hash = "23ce60bbe34cee07fb6393cc796899ef712bf6eb9c6feebb6f0d0ea891326795" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_button.png" -hash = "f3e21fed1f92a6b9a19f4ccb6195438890ab12df8657e027444f167eb12614f5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_button_pressed.png" -hash = "82802c03928a863ce50e2ceda53d484d7326c595d950924fef4294ef532c2e80" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick.png" -hash = "40611cf90d743ef8e0ee55b4da3316187046470a9137bfd3270638fdc3018814" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_button.png" -hash = "c55d34d037545abf467311cb258630ea8b68846ff515a7f7a0d106b46bbcac75" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_button_pressed.png" -hash = "80d9c3988184446d5d03433baed684c4a6fd042202382ea7bde8fd1f68dcb420" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_pressed_left.png" -hash = "1aa6d53107a14297358863af318e9e96dc3c2397844cb920fbb1da66c9ac40fb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_pressed_right.png" -hash = "8b444e4b6322e7de80a784e9be82b9134fb5f1af7a1f0ea12c390bf6776ed75b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_trigger.png" -hash = "ac6868afbb03a67a8c547c4fda5fea1ea8e45df7a54bc23c2a636991f5bd7cfd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_trigger_pressed.png" -hash = "cc34f6d686335710423dd93e8bdb66a714de7264925ec8098c748d4813eeb231" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/start_button.png" -hash = "bba05808b1e03a58f027b24be69e31904e62a8b56e38d4f99f7d4738c73184f5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/start_button_pressed.png" -hash = "8ca14e8f0635a23da42f04b8b19021a7aee0a35a4ada4480157dec3987dcec22" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/unknown.png" -hash = "f88fe67ce3e046823054c1d997833acf7423b9b825218f0e065f1b00e9e93c80" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/up_button.png" -hash = "5ec8c8017ed338a4e8ee2a942afc906c960e710f05e08b156282f4a86d1f4882" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/up_button_pressed.png" -hash = "3f5524836bb5c03ccf832e0bcc181d1ecb9c9182f2a74a349463a5d35a5b46c6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/start_button.png" -hash = "27e6995ca1c7817cca56e4a5e0e6d3941e9d7aaabdbe237f4ed95346d5920a6b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/start_button_pressed.png" -hash = "6824ec7a7acb8762b973ce145033978ecb5bfcf7a400ca9144cc7f3720795e66" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/unknown.png" -hash = "ae6b264efbcccbb9fed239daa7020944705af4c1db265499e481883f5bdbef04" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/up_button.png" -hash = "5e4a93f5eef6e3740f2ef9ba713bc6bdc593efb508bcb7a5e7ee04fb0609b25c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/up_button_pressed.png" -hash = "06a551eb2fb10e1a75ddb3741261bf46c12087bb34da78e0a87258a390a0ccd8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/back_button.png" -hash = "9e59f57ad8f6b3dd7e7609439f7aab5ad1d2a841123a6fc3499f97439cd7d9cd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/back_button_pressed.png" -hash = "d57b55780397be20a98751ff314dc2298e7569f874fd080ae905547f3e357c83" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/down_button.png" -hash = "ed55289c5ed0cc2bb01228c6cc4d52aa18ff5af9661b07b703589134891764f9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/down_button_pressed.png" -hash = "7f5cb0dbd422145af49fd389c1a61efccda682da9c340f0f61c9c1460e3d4d4d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_down.png" -hash = "04c1a14194d1c71f38ccb701bd4f8da651b69de14022e581a56ca21c831de456" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_down_pressed.png" -hash = "e9ea585b16ffe018c4f6fabe312b2814876c56cfa1ec575670276db468109991" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_left.png" -hash = "bf6e56da398354ab1d11b5aeeba8ca32f3be8624801bca79a0dc766210cbf9e9" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_left_pressed.png" -hash = "524e065957395849afeb34b32ab9a242b806e6efa0bac63c279ffef5c1df8ecb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_right.png" -hash = "1a3d90227a33ea1614070ceb33446da93bc5649584c0b8088e0435c175cd6231" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_right_pressed.png" -hash = "0c688d024fe785d57756f72933b18e8b348e329db8444158a0d6484ce16e9670" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_up.png" -hash = "8a323c4473636cd0347beb7475cad53286e360790dcb17ccc743f7e5c4bf7ce6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_up_pressed.png" -hash = "8b784d6c0e18fe3f275aaad812d467c229ed3484d374bc6a33a0fc9c2055fed4" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/guide_button.png" -hash = "0dae0410e0c22f6c9ad6a1f0d02cab84c043b9669f3e1da75418beb32d301f20" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/back_button.png" -hash = "5b5c2c6a74bc4fa45c71b3d6099f9a7cb7801507e2751dd9dccca92d58b152df" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/back_button_pressed.png" -hash = "04e8989e42b396dae75163a2f7d7115670e88a69b44d3bbdd8b13eed9ac4d247" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/down_button.png" -hash = "e1ca45de35bebe2a59f519419a55109ae3e27f29d3aacf1f5453af8389195852" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/down_button_pressed.png" -hash = "aa5dd8a566bd3a26f936d9ddf0c4e43cae47285856912562cb156099c9efb388" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_down.png" -hash = "bf71d5463d70e474fa97e4aa164df2d4460d1bf2595fca6d89fb513296dc8cdb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_down_pressed.png" -hash = "bb6afbcba253934c4dd111b07d7fb1e2962a5d88f9ab6683f3f1f09f637b3e19" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_left.png" -hash = "03abc7c7ba139eec6086d94aa7f8a09070bbaf8dfa65d32e26cc0787f01f0bd3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_left_pressed.png" -hash = "e29a4fdacf77af2bd1fa39d0ee00147912cfcab846e54c16a9de201b39ee0934" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_right.png" -hash = "a863dcd2852833c5c2757cf9651a572c2ebf6940a4deed9442873dc6d5cb40f6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_right_pressed.png" -hash = "0867d5651db7e50897d9125821beff3988dec6653000274833274155ad234fbe" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_up.png" -hash = "b5715a7e7d52d08bbcc72f242adba36029bdd12f4c96761dcf724487c3c3f37c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_up_pressed.png" -hash = "2df78c636b529cbae1a250a4087ba21446a025857783fa339fbe1a6f7df24347" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/guide_button.png" -hash = "dd9c6fb2d98e283862edbd3d830c7ddb5825dc2be205c04c699952dfe2c31a4e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_bumper.png" -hash = "83c270cf98055bcb14c1e292e4ca20ed2508bf29959ae042524a91c3a093d1b5" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_bumper_pressed.png" -hash = "1f0049cc6657ad030220664682a89f1068be790c79ef697a82678649d958b9cd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_button.png" -hash = "8ce8a8d3858d416bcc9e79d33afdf934df926831c263d2eb33fd43a00a66bbeb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_button_pressed.png" -hash = "53b1b95ba9662a84a08a087ebc1bfa8457d63af06c6aa00cd2058902926d4e89" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick.png" -hash = "24613e318db2b7aeb89e1448833466254d6037d415c8d55765165aba24c6190a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_button.png" -hash = "cd01cdca46d7806a92615ab6fda02fda2c001acca055cbf318ebe05c4ede8ebe" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_button_pressed.png" -hash = "9018e36a04a31897f4d3185019316c9cedb141411d34d2b55171aad3b3a471cd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_pressed_left.png" -hash = "6cd1182e091b293fdea66adb8ad31441fa2b20e22927387a68882d90341ea52a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_pressed_right.png" -hash = "a4f56dea7e2723d582bb24afd8d0cc478945f18d880cd1b7748ca4d72e144a82" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_trigger.png" -hash = "1d3c9408c8efd02841a6f408bfd3614648a798369dcdb0fccab26eabfa092bee" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_trigger_pressed.png" -hash = "1f3a4b417605e364195e884f0f9e4b0dfe83211a320c8f7a9807ffbb39053a11" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_bumper.png" -hash = "01efb13818c87f9078d26df86cd3be0d0ffc6a04f49e14002520e01f842ea048" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_bumper_pressed.png" -hash = "c4de55ecb7397b3280843a6829b41ef030b01503155350a293afaa792c01bc80" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_button.png" -hash = "6839db7667545453350fe9e2def602ff22639c275adf137589ca03c048a10a44" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_button_pressed.png" -hash = "a351189560b6c8a5c4411e2b00a060c920705109040ee6ab1cefeeb7128127de" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick.png" -hash = "b4ea69412bb1a9a0b8c035dbf2e3fb875d4f6dc5ddb72f819ef90627731b0181" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_button.png" -hash = "814722b0d0b3793f190a99ebf458f0b861be6bcf6bb32d459f9d9b1d70da04d8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_button_pressed.png" -hash = "8700459cfcb55910d678a890515b6c4832df2d6f596626d9d35dd674a5bcf741" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_pressed_left.png" -hash = "1894c627014b014406897be02cce0630a9f952911d748193e079e196b74e97c1" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_pressed_right.png" -hash = "159643c8862e49ed94ce28be9b21d699d90902d6e177c6ec08179e0e0c11c1ec" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_trigger.png" -hash = "46224793075332bfedd3677b41d35a9bc348ef7453d2a4eb8691916131bb5377" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_trigger_pressed.png" -hash = "b7ecb8f561bd0b1d0bcee37ec91643cb23759f4e455991db27c423bc30dd9769" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/start_button.png" -hash = "1f9b92bc33b702dda87ea15f513bec0f35fdf5c2808c2aa023948749bb54c3cc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/start_button_pressed.png" -hash = "fb4708acefef4a7ef56180769a7e1547379f44f45b031e420344180c58f84903" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/unknown.png" -hash = "f135560e6130d3b0bdeb652ce011fa7ac1dc1abcee7cc4f13e31eeabd4c3d631" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/up_button.png" -hash = "5ae6cd35f7016afca5b7592be57a6796eae079ae18b3a308e9b335216989f052" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/up_button_pressed.png" -hash = "fec209a9b025e54a6c9197670ebccb725e22d4a0e75f5380381308b05dfcc107" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_bumper.png" -hash = "89d7c2658e5e9b43e129f3f1b8aa5ee063db41a6b89dd4f64f46ee7a1769a619" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_bumper_pressed.png" -hash = "9e8b235fc0f77ac0f75d853cba61459f22bfbd2138ee3dd29798527e8f29146e" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_button.png" -hash = "ce4b0765ee9a49807155de2f58cd3afd03200cd252eb790ab69b41f858d4cacf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_button_pressed.png" -hash = "db052cfe9873c74e6d5f1c0cc5d1308d80da99c01f775f0ad6de9653f42392f0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick.png" -hash = "998c0c74e118f1bfcdc38afd038fc0976d7f270ea00a6b0b6bf78bea63b8e6fc" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_button.png" -hash = "2b21f05fa3270457a6e66d6b67c83cab91a0e29bd99e06256b072a57dbca6cdf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_button_pressed.png" -hash = "76d498a618b396c81754d3207309b04bd031bd1adfc87a92ba0626e7e99d67ff" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_pressed_left.png" -hash = "4986747d4239c1ff7316fd061b3a2dbf44df269f994e2730813a0ca58060b126" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_pressed_right.png" -hash = "262082e60b99a4d12c1190b84c4adf86d53512f953a33f30790b729168c671a6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_trigger.png" -hash = "b568d526e894b7f1d016c28ed8af233492828e85c482dda64b4f4f65d143d9d8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_trigger_pressed.png" -hash = "d9e3227c928330c08e39e5fd02cf718a1530320c586f25d26454e9da6cd2e311" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_bumper.png" -hash = "ea1e4200d5d50a3d5670b708c123e41dd33099112ed422735aa32c8aa2cd3467" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_bumper_pressed.png" -hash = "31ff111427dae9e0a034c9e9ba11fbb17c948328873cdca579a8009fcd2bd72b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_button.png" -hash = "6f026083c12fe536eacdc0a05544941edee9675eeaa43b078c5989b05ee66d37" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_button_pressed.png" -hash = "871875a6fda74b08c602ca5b1555d15d980ea8558a5ab5f4fd1f248c01bc87c3" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick.png" -hash = "4471c81171984bda401c652be6e84685023bcbae2a15fbfb7a835a18abe9c407" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_button.png" -hash = "aade37e6bc4869e1699005b9693f72c9abebfe85650b71c343924861a24a07fb" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_button_pressed.png" -hash = "308a09433284f87397b6b3b2d1e8208cbe05ecb884b4802700e3ab81b75b9ba8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_pressed_left.png" -hash = "161f8ef1bb45f355f8f0bb5f9ac197e1492ec2fbd308e46b6d7ef6c125cca85a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_pressed_right.png" -hash = "a0e58ba0cf5dca6a54aca9a520da243337cf85c4528df984ac37a8c886c1f558" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_trigger.png" -hash = "3d6bf41e512176bfa748aa77c12919c3ea094757d7ea5b75c23446d75fa95cae" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_trigger_pressed.png" -hash = "591ec0f5cac54d7af9e108a5c407608b1141a4c7728849df369993f5320e9f88" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/back_button.png" -hash = "8e351914c260e2a1a099811e64132fc82935fab66fcfe901f61a8712bbf04b8b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/back_button_pressed.png" -hash = "8465d9b39a33db2fb6b73815358b785685be14f95c4e6da2286c8c63fc6c5af8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/down_button.png" -hash = "0b51cb516220e630e862ee323b257c428c7bb4f784586fd961edf4f13bce1032" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/down_button_pressed.png" -hash = "bc37427cc8d51c2999eeb99b5998319567e03079cd488e088e41f30cfc0824ab" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_down.png" -hash = "2bce1531578273da795414ab26f84c4bda5d5c2183b820926bbefb09ea9d77d2" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_down_pressed.png" -hash = "c2ae40ad2835ec668db31c1767e4d333fa4e26620aab4b5344d2d6b52f007d45" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_left.png" -hash = "c24df4dc045db51ff354706b7fc1a75626f47ea51a41841bb71726b75f65a575" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_left_pressed.png" -hash = "8cad09dbc603bc03e34456d988ec769d8929eb881ad8a89c69e8007c04185b3c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_right.png" -hash = "9c8b04a8c0d898edd1ed1e08b8aa6a75c6ce3ceba4352ea0820df8969cadbc0b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_right_pressed.png" -hash = "f559bfdca315c44db02346ba40815705fcbcc1c90f668fe250c5970c829cb236" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_up.png" -hash = "7f00ab72dc1a4e3313781c7e4f481899fe3c4f2e9d5fa66e3cda1f9122a0aa5a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_up_pressed.png" -hash = "f00756be48e43f8f571d09f9418e59451461e5c53903a838a0cb7ef4cb3bf411" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/guide_button.png" -hash = "d00bf9739de5146414f1ddcd1b75f16d77a14017ee002ee08777b149c69ac918" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_bumper.png" -hash = "46264a29c273bb43ee0d8cf6efc839985053ea73ac5d90f2cae6e2dd7dcd7bd0" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_bumper_pressed.png" -hash = "e9079b33a9e32b057860dcf3a922d297633ec962d6b953a6fa121fe3bc0c80bf" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_button.png" -hash = "085038b1ff62fb3d5e76ebe8d92be4b7dc86127cabbb1ee41ce32b8aafd46396" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_button_pressed.png" -hash = "bfcbcc9ed3464e5a06880c15044cfd78bb495f98520ebdc70f179ec179b93a12" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick.png" -hash = "3bdeb7aa60ffc6b878c3d2917094eed022f5d413648c3d8d1c5eae8773537b1c" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_button.png" -hash = "4ce7e648c170cbce6e0cefcb24c642da16da7fc07301cbd0b2d08fc9b1da5ff6" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_button_pressed.png" -hash = "e1752fcdb5c52ef7c83f0481719a78b7bc23e110ba90f63bd0283d4995aaa658" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_pressed_left.png" -hash = "4cd9f7da5d4466663d712ff8dcbbe3f5de297f91705b969c66efd53b1663e68a" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_pressed_right.png" -hash = "2c37714fb069b4e66b837e08d55f6b49d6c41a432c6421c4cdae914d7124b839" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_trigger.png" -hash = "ac062735dee9c5b4fca0516958a7a3abf85bb430bad4f13e6f5af8fb0ce418bd" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_trigger_pressed.png" -hash = "1c058243dfe5548bc4b145a2de594458f29c1c43b12f64aa806d54bafd35b932" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_bumper.png" -hash = "3f778f81e6806575ff5214d68f6ca4ee918a8f6292cce4108baf1fd5be460278" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_bumper_pressed.png" -hash = "37c844cd8c1e608bdc4714faf10d3f83bc42c5ddde748e3ec973899f7f0ed431" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_button.png" -hash = "b5881ab4092363a92f1fed547e2faa6c1870c913099b1128ea765cc3b824a339" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_button_pressed.png" -hash = "e2a7c61a7a14010e18eabafefd98f2fc6ac37edaeabeb62dbbd5172b6e4f96ce" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick.png" -hash = "a97e543a4232083edc15cf10febfd318f4d6d60241dea8ad32019c0e4bc7b82d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_button.png" -hash = "0331c528837d3ce65ceaa7db462a00a68bf1f7d19f31c86a353c16a48d3fd54d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_button_pressed.png" -hash = "c3b4921ec506384145c55ff4f43097b5e2bfc9222d27ebf2ccfa145d97db8050" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_pressed_left.png" -hash = "44c11248165f607f7c6306aad58b42dc10f9abc5ad148d627e6a89aa6faf83d7" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_pressed_right.png" -hash = "b0c3b63d22b3563a0a57fc26df7edfa61b3ae5bc92bd513384822670077bd1af" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_trigger.png" -hash = "683c5ca91d978e39e7053c116b2cdb61fc0531949b742c59029d7f4b015ca7db" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_trigger_pressed.png" -hash = "705636b518c660de5b753b685c28dd5eb5c6b57cd4954c51dbe6546c8654be79" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/start_button.png" -hash = "64bd5f7f3666267689b31acae9b21e5f12fd5dd6f15750656aea065a5f5abb3b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/start_button_pressed.png" -hash = "5c2b90e63c706b26359a60df89733a69bbc556dd6c777c6c210ad05fb7e7ac77" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/unknown.png" -hash = "d320bacfc9ac2ae8ad535ededcb10023d7ba636dc0f61899892f8e317e201a26" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/up_button.png" -hash = "97e73146c52e59bd52ed70f3c16b71cbdbba4498e658d3bb77c0b6cc3df0943d" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/up_button_pressed.png" -hash = "4db18acff236778a8b2252a15750f7def7af28fb593f93a45591f2709ba28193" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/start_button.png" -hash = "2b5eebe8dec6a2a45e900b827955c966abf44467ec1e3abb663322ee51c0ff3f" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/start_button_pressed.png" -hash = "84ce62ce33657889c123e6ff1de7188a970720a90bc6b1de0caadd93fb1fb601" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/unknown.png" -hash = "33b0fd952e72e808194df7b46c0ead8895eae4e6bc07c1c90a2ffd2ebd41539b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/up_button.png" -hash = "8a125126d3558513ae2cfbcf32a2eb951ead182be5b5db563601795ec5427be8" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/up_button_pressed.png" -hash = "d4175749332a85ef1f54cd6c72cc8b4ed0cfcd1f1d235d1468c0e4dca256455b" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/pack.mcmeta" -hash = "4cc321da38d1095be69d656463cd30d9741377bbcfc2b7acb62f9de3d5b3b479" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/Tooltips Enhanced/pack.png" -hash = "c14e96263bee5b0c72f235c20ad5edf603a8d0ddde5c574e5fba3ad53a0af538" -hash-format = "sha256" - -[[files]] -file = "resourcepacks/a-minecraft-movie-hero-pack.pw.toml" -hash = "91cb850b00f8e81ac49821b1477575a23be412acf0c440e4ec9b16ff45fdf4b1" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/bare-bones-x-lambdabettergrass.pw.toml" -hash = "caffd37b1b19ca47063cf567a553518502c164f2516510138ae5583ce81c0b6f" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/bare-bones.pw.toml" -hash = "4e07890bec25eadb6a671528dce288e5017f427191b178cb8d6373df192c4d6e" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/better-leaves.pw.toml" -hash = "610e5e08a034d7fdda17d17f37853c1abf19f94425e0a831ced52fccb6ccb063" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/candy-texture-pack.pw.toml" -hash = "c06f193ea95ed108d7777f88ae619eb6cafa4dee66144580ab6bb9f8a4c40935" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/cartoon-texture-pack.pw.toml" -hash = "a6d49118beb3c6f9d22ed89f70081d354344499d31d93eebff18369500ac490f" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/chinese-mythology-mash-up.pw.toml" -hash = "37afcd1e9435d88df534e5f51f4b59fdd96cfb7237fd9c77e31ce8c97c991b10" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/city-texture-pack.pw.toml" -hash = "fea6e9234072b4b8e68f85d623c1e90b2d05f516ae1b6c31ac16d9f9b5a24b10" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/classic-mcyt-sp.pw.toml" -hash = "864ad69f973d4bfe275f33a2372b12d9c7180f0f51bc051cca6731c5c1ced641" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/default-dark-mode-legacy4j.pw.toml" -hash = "2646791799cfff884ac8f7eb26acee15952f0f06653755f63586782b1ea9c2a9" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/egyptian-mythology-mash-up.pw.toml" -hash = "7f2bc490d78f90f9d6180fde18314de86e999783bdab07576b86b6737a1e7c5a" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/faithful-32x.pw.toml" -hash = "a45b9550b76fac1d0c2989df81349b28a86672b07551690656acec91c648c534" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/faithful-legacy.pw.toml" -hash = "1b52dfdcaf897e87bf2ff214f54f751bf2a1ec36b7a8edc4a41ee0bd8bf1a762" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/fallout-mashup.pw.toml" -hash = "3fda277cc45a2512a77a81d10654cec5c66b6b031cd979bef75b85e3a55061d2" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/fantasy-texture-pack.pw.toml" -hash = "55ec8fa7de4350a3f5150705bf64a5d475e80dd192af3bdb6c3c3d03e0abd09e" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/festive-mash-up.pw.toml" -hash = "6bde04aa6e144721b99fb0cbff8ba0d521645c750ea487e6f8f0764cb98770f4" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/festive-mashup-concept-update.pw.toml" -hash = "d64e8976782a98c7000613a5eb464e624600d7cfa2dbd0102fe8c64589749542" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/fresh-animations-extensions.pw.toml" -hash = "4393c628d194dcfe084323cd6da87839501af63397f29f2a28f67c85cce5a338" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/fresh-animations.pw.toml" -hash = "6a1556a0e4fcb411b33efafc3382b4abd9a6e671f140dc0d42e9aad2808e24f3" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/golden-days-alpha.pw.toml" -hash = "7c1ee0bee7e879b77660be624926e144d8c43e59cc0678199ddf6bf8dca63095" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/golden-days.pw.toml" -hash = "49cee0f62f37742ec374d5ba0bef8820e5197ea976098b84354c1e328d32d964" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/greek-mythology-mash-up.pw.toml" -hash = "5a5f1383ee0821f3fb56754030ad94c59f299b54b62a8c412ee2ae50519a07b2" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/halloween-mash-up.pw.toml" -hash = "404f163983b314a694a5854d360066f92aa0a9fb032f2cd292c925f48d9608fa" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/halloween-mashup-2025-concept-update.pw.toml" -hash = "f0268c1ee33c35a16919dfe46d81aacb084f4cd6557637ec11f7d2762d62b3bf" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/hellokitty-skinpack.pw.toml" -hash = "59752c28ffdfcdefffe1dedfd1dbab138e3cf48ea35dacd7a1ef0ae455dcbe83" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/legacy-skin-packs.pw.toml" -hash = "11b0c66e2b294eab4ae270ed7d34e67986224a70974914ce18bf1374285580a1" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml" -hash = "fd09d01844597d2306514da02ada7e6150ec97cc2fbc84782e982764d92be893" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/legacy-titles.pw.toml" -hash = "5511d96f77ea09478ff83064fa4489853d9f07889a8ef6e4f97cadb0df665344" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/legacy-worlds.pw.toml" -hash = "4950656224676524bb4bbd00360dcbf29f777d9ca5ba896b5d04e23ee767a2ba" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/mass-effect-mash-up.pw.toml" -hash = "e1a810fa0a790a0b96d1a9ffd50d682e80f552b9e73ac6657b0580e4f4461a70" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/natural-texture-pack.pw.toml" -hash = "53f20307ce039e851457ee0cfce02ede058e2395f8a5cd1a94373371990cb979" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/norse-mythology-mash-up.pw.toml" -hash = "cf6bbed9469e51584da481bfbd9ad865f4db7f038105651aad8dac4c141b94d7" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/old-ui-for-legacy4j.pw.toml" -hash = "39ed1845f2deede0087ab426661d8630e4884bfbbfde418d5d4c85ebc7f9bcdf" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/ore4j.pw.toml" -hash = "373da4fbb4e879f2dee7eae780c6e5e83f216d97212545348631ece71df6274d" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/pacp.pw.toml" -hash = "a293158595c142acaf88c3d88e62ac7d76b51a5c0045c7cee5a69c640ea64bd9" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/pattern-texture-pack.pw.toml" -hash = "ff6fa6afb673534294f189e36c156c0399d0961544cc467714373320bdeb2fb6" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml" -hash = "e4005a67f43adf9fa86a69eed9e956ce091ff74721ca696cda90db62da8d5b0f" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/plastic-texture-pack.pw.toml" -hash = "9a384454282e957410c7bfdc26934de37008115f3931ff518fd25612c451ba58" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/rays-3d-ladders.pw.toml" -hash = "e53f841d27f5921bd2246f1398d73460cffb92e14f24e6088783156cbd458620" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/rays-3d-rails.pw.toml" -hash = "0c6ec7a772645ff7af7ead10d9074c7b3dc7bf2e6ef8bb9ea4f0babe633aafdc" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/re-console-resources.pw.toml" -hash = "9d1e61232d46e8b80ccce3caeba5f9c35e982f1f150035981629f8d9a88a3300" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/round-trees.pw.toml" -hash = "be9af28ed4a6ddcc3a1df4c353ddae9f81a15f444b942565c76fb36c195e3eca" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/steampunk-texture-pack.pw.toml" -hash = "321bfac62ceab9845d1d6f566c2f8c63695e21b1bf8dc2513326762385b19f9f" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/super-cute.pw.toml" -hash = "26dccca45fdd89f31be11268cd5f95a7d4241e5e62f6a2731bc9a411ee99c42d" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/super-mario-mash-up.pw.toml" -hash = "a5afed631dc1117e9039fcd4b2208c8cac92c2b8a3f3ac59a849b6bf628b9a66" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/the-garden-awakens-skin-pack.pw.toml" -hash = "73ce3f2f8aed02f522b567a66f17d441c4b4d9a04bb4def0dc9d8f4547e90f21" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/the-ocelots-skin-pack.pw.toml" -hash = "b07380e24c72a7ebf9f49d9de4a81a4a96c8ad48aff8020a71b47fee68c86c15" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/transparency-fix.pw.toml" -hash = "73a6f19bf23daa6fa52fbc4926b89364e25ea22fd4c4ff9d7a85ba6950738e47" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/tras-fresh-player.pw.toml" -hash = "f4a8d33428cba015dc8e3d383ea4e2f1b2434c94c54671bf76198c7c4db244b6" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/tutorial-world-addon.pw.toml" -hash = "35e793894e0f6ba886bd936302355c4fe2268a5d577e90e625ab24309e5e5e7a" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/vanilla-live-mc.pw.toml" -hash = "e03ba038d09b1e922bdaf15c2844b02e078b0deaa599d35ca500d698b9a5d25e" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resourcepacks/vintage.pw.toml" -hash = "5632017fd01d392006f15ee66bc15cad163b090ee89f265fb5d321cfed2ee854" -hash-format = "sha256" -metafile = true - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/intro.json" -hash = "8c5566590c58d9cdffd4eed365e2354badca04e07912db2b923b84160c1c51c0" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/af_za.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ar_sa.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ca_es.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/cs_cz.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/da_dk.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/de_de.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/el_gr.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_au.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ca.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_gb.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_nz.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_pt.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ud.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_us.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/enp.json" -hash = "e707f6fb19a595f2f7d78fe57203f36e4d12cb2e2b5986bdaff9d3bc1d665086" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_es.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_mx.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fi_fi.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fr_fr.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/he_il.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/hu_hu.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/it_it.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ja_jp.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ko_kr.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/nl_nl.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/no_no.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pl_pl.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_br.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_pt.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ro_ro.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ru_ru.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sr_sp.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sv_se.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/tr_tr.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/uk_ua.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/vi_vn.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_cn.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_tw.json" -hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading.png" -hash = "7005196a8c4446f44d2c9044be5f8cf6cace1afde83f3702bc7d0bce4fb7e38f" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading1.png" -hash = "c797ed0959bee5a22f4289f2fb8c25b994b9a6e6caffa808d2fe6d363c349998" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading2.png" -hash = "ef45bbbe597e4b69d121327570f11f1408ed88dbdd624a491d51252df8cc2409" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading3.png" -hash = "3f6a7e313057c18ca80c09a310d45a10c64887ab355a388ba21560de23d692f5" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/adv_time/comparison.png" -hash = "ce5892b1d13ac22d021b27093e56cf28f27e8726930cd3ab908c3370b00db889" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/adv_time/icon.png" -hash = "fafb4ec3e279a23e0df864f7986fd490794d5aa05818a9fa3ff9516574c56775" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/alpha/icon.png" -hash = "a535ae2500061c82e1de47fe8d7444f02a467ef557acc0bf0521e3e9e9472541" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/animated/icon.png" -hash = "c1dcd628abed3a45828aa9ae8aac2f5ecda9b034193d3be443f5ca0a9bbedc96" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/beta/icon.png" -hash = "46e569d107c2db8efd1d6f951b84761d507f5c74e0c8b297005da7c46d06c4d1" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/candy/comparison.png" -hash = "1f80165c02ba6403d12b6dd684e74d4e25e110c9764aa65229ab8df193d9908c" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/candy/icon.png" -hash = "6c691407d0e38aae8e451d6a7f5a169e592d695b4326e2802b078874b63c7a09" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/caribbean/comparison.png" -hash = "bed3288b1d7e7f210ffd26ca5f4a1efb93e33bc33f07de084f23245f6e2b0e56" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/caribbean/icon.png" -hash = "a9df65ee8758fd219ce4ce6a8d72deb81cbd57286fb3d5388c3a9cef100f706d" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/cartoon/comparison.png" -hash = "979466ed7447b7bb2d4ba2f01f37ff91d1d274f0b76b594d9ed04c2bc9093b17" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/cartoon/icon.png" -hash = "6d225c94b384af7e141c9e387a53a3cf1055dfc2d7caf0aad3979b8288acebf2" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/chinese/comparison.png" -hash = "3b15dad26abe7c5e99a3615af9ec6be612aae5c16d7e4fa43ae9becff5191849" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/chinese/icon.png" -hash = "d11c1f20eb3cdb4207f1037c5fbb1910218d8f30f58b175b7b0270fc39b3c499" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/city/comparison.png" -hash = "8408546140623852493fa9ef336b8a7c7ed35f121e572c3010bb00fa895c554b" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/city/icon.png" -hash = "3ae45512e4a43b6e8e3d78bc51eeb4042014a044d0f8dcd58b9c5ba7c2c9c707" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/darkmode/icon.png" -hash = "aec2d2516ef1c1efdda8e442c977eef52bcb13329cf706fdf07e2191241f961b" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/dragonborn/comparison.png" -hash = "e23f6a6c01bdffe7b2321e0d65d6749430b8fee5686a854810e9001c3b6faab2" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/dragonborn/icon.png" -hash = "f0679e9d4a35236fbccee19e2848ddcfc20f7972b2346ba4bd119ef0a2ea5c4d" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/egyptian/comparison.png" -hash = "2a03675fd78bdc5e60a97415b8b7ee4abd123d6780e39b2ed626f19c22d91a58" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/egyptian/icon.png" -hash = "5dd8a7b1463905380ce3bec812bde41b898678da9dca8baaaf23e0411f412c68" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/faithful/icon.png" -hash = "db206a5ae7de02d36407d83838766df28328a84eccb6fb7b77d1e9aabce0ceee" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fallout/comparison.png" -hash = "ababda13b5eda2637c034374f13605ea405a00b7d15b0249049f18466bb354a5" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fallout/icon.png" -hash = "c7c96d4b911ae183f8cf8be00eda98248d757d4b4ca4ceb671d68be180e72a9e" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fantasy/comparison.png" -hash = "170f8a7663a5b83ddf43d2c88196f35c908e400a1a81dd4d1a5fbded22e4bd97" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fantasy/icon.png" -hash = "b39836e4216018d3a27a788641900ed801843d72b06163584492ffe1b2110393" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/festive/comparison.png" -hash = "1bd63065aaa0f3709c51ce844c9fffef91651831f31a8a3ddc5a3af298028446" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/festive/icon.png" -hash = "af643f37c4cff536dd9e63e436884f7c9e59d16ca2f4a6c541233bcb3983751d" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/greek/comparison.png" -hash = "500e3722aee77e56a6bebc2bbfacac4fc13fdbfe1115ab14cca253144aa79734" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/greek/icon.png" -hash = "4656ca807726f6ee2e0f573408d7ff6da140f6ad0d57214d823953c2f9907d54" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween/comparison.png" -hash = "fc869a028af3005f31a1b13587018539841c45d74862a9a6de207674d286e4ae" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween/icon.png" -hash = "dd049f2743b7f96629dc2546c91552baa91ec926086355db673c18adeacb1eb2" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween_2015/comparison.png" -hash = "0a08f41af41d29d1ca97766be24314b2fafeab857e564e396eec6fc6d11d2d49" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween_2015/icon.png" -hash = "13ebc0ea843091607988b725596abd4070fb5bab382239dbf94b367823ad80c1" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/live/icon.png" -hash = "809d9ce7126b6199c0aa815364af38a3ad70dc79429dc744a68b3ac51db00ad4" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/master_chief/comparison.png" -hash = "a8277fc9c122c933cd0029c2a0a7b4479aaefa886f64226e03f5522987ff9da9" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/master_chief/icon.png" -hash = "87f8d53a6789f040ae7e4ef53709c98cd546e7ad75015efe9df1d58da01d6dfa" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/n7/comparison.png" -hash = "a59571d1490a757974349c1e120775d8c81777c47d04c4c382f949efa4ba1fdd" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/n7/icon.png" -hash = "c4dca6fd44768af91a4cea21413e62e7bd828f50672cc6189c40c0ad8da9a01f" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/natural/comparison.png" -hash = "24bb54b428f1f1667bba5af0a43039afae8ce6273ea5fad68841cb047a990fbb" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/natural/icon.png" -hash = "abb7c3877a8be5239bce78960c29ac5f1c6a15d28957a58a98622e24a9683069" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/nightmare/comparison.png" -hash = "f8bc8027e602aaed12e012018df8caa8efa0c60cab3984b0212ba3d1f84001f5" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/nightmare/icon.png" -hash = "1098e02d10ac644686cb160f742b9feab7bde713c1ad3c9f894c794f4e6859e3" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/norse/comparison.png" -hash = "f4100a76da546e82e6847a5d29368074076b23d0850ee9b1daaecf473739d7ff" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/norse/icon.png" -hash = "459c7d02dc672c552051ca1d687945683a28feb62578e3ab709646dc5fd9c553" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/pattern/comparison.png" -hash = "d0f8405bdd26d0dd25b7087aa484f35e3c1c1e90ab18c2f659e94bbe4eb8963c" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/pattern/icon.png" -hash = "799aebc057d5a70ba64a6774b30aff4104167939e5c385c01651970ca33b1ed8" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/plastic/comparison.png" -hash = "5054d4769c62fe1ea30c4184044416adef63b9c9a02c0686987665d79b4a299b" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/plastic/icon.png" -hash = "5e53affb565e2ef75585a908937d51f95be5324facc5f81aec089c87387ac3ae" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/ps4parity/icon.png" -hash = "fa0af965d0cf1c068cff78f1da460e9a3392f5de5bd607344326a533ec686357" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/sackboy/comparison.png" -hash = "33371b91c2557c4f61db51679440321f68b4f9538e1401ffd0c9b27ca7b5a70c" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/sackboy/icon.png" -hash = "8c1a9fc99638ac0ef3e90ce569f21bdc247e43ec43cc19dd31de80a9e26bde95" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steampunk/comparison.png" -hash = "6f2e7232d7efdedeb179b70fc9ccd2388b211202a212b2a369a62ab27d233dba" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steampunk/icon.png" -hash = "c40ff126bb227fb76956521ade48f97d1df2b39301ccec04828cfcba3567fb05" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steven_uni/comparison.png" -hash = "4d34219d3c4e97f502013d194d52735067dad681d1ca73b8f920e6eea22cc308" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steven_uni/icon.png" -hash = "7554131bad578295866cf093e3c28478923f86f75c81ee721890fc6350ef2127" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_cute/comparison.png" -hash = "a8adea4d78feb81cc605448be65c1c3eebe900d9e41ac9da449da4e5d6c206a6" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_cute/icon.png" -hash = "fb8753d918d25bff5c1a3bb824fa2765565572889e94d9f92fd55a62fd4ea70b" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_mario/comparison.png" -hash = "de1b84ce8d7ffb4646a5eae6091c168d1073fd5e79824cafa96d9c75268a8711" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_mario/icon.png" -hash = "0f195001d9aa37a65dea613ebd44b145afd0191fb92e932fc13b8fe2ef00b420" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/toy/comparison.png" -hash = "92069c0592c5dd0d3211afb438ceae860e6ce11bb98180889883963e1690b92d" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/toy/icon.png" -hash = "ada1b7cc1eb8ee561d3df78f82aab0603fe14c74b9f8c28de514b2a06f7f1415" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/trailer/icon.png" -hash = "853515dc6f8f1b1fccbba8cf14f1fc8677d1e1cb42def3ceddda12d4dbae651f" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/vanillaplus/icon.png" -hash = "69c6092e1fdacc5739bf2f170ece29efdcbf49b0fcd64936b01189dffd96dd32" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/vintage/icon.png" -hash = "f7039ebe3f3f7271443da585100cf706b8f25d54c626a72c703424df02b578a8" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/legacy_world_sizes/lang/en_us.json" -hash = "01c69199f2a7d0d63f38b67ebd222eb599b95561f3dd9064eea15aedcc414bd3" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/assets/minecraft/lang/en_us.json" -hash = "e7ced9acb213b517915bcffbff6df231a1cc6f5ef1719812e75f61cc7972bc0c" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/pack.mcmeta" -hash = "0dfd1fdffe7955f4f543384b704805df7919b678d8066ab77ecf7e6372f085ad" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/Re-Console+ Resources/pack.png" -hash = "ceb8eb65289969cc6357c186c6ca529560aae559decb13ae02b343c974d91fa6" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/fixed-chest-models/assets/cem/chest.jem" -hash = "e13abe89090d216f1866e9408e9c37e5e1a83b8e365e695226659ef07310de8f" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/fixed-chest-models/assets/cem/chest_large.jem" -hash = "08c1145125ca3fdf126ade6b8c0a3943755bddf5778c55123e20fdf063cddb8d" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/fixed-chest-models/assets/cem/ender_chest.jem" -hash = "e13abe89090d216f1866e9408e9c37e5e1a83b8e365e695226659ef07310de8f" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/fixed-chest-models/assets/cem/trapped_chest.jem" -hash = "e13abe89090d216f1866e9408e9c37e5e1a83b8e365e695226659ef07310de8f" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/fixed-chest-models/assets/cem/trapped_chest_large.jem" -hash = "08c1145125ca3fdf126ade6b8c0a3943755bddf5778c55123e20fdf063cddb8d" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/fixed-chest-models/pack.mcmeta" -hash = "1a5f9f1c26572ef887647294c0fa5876b7e5f72abf3ec68a445d68dd3f925737" -hash-format = "sha256" - -[[files]] -file = "resources/resourcepack/required/fixed-chest-models/pack.png" -hash = "f3663988433fd24d83c8d016a58fa0d8046ede4a1b4d0d3e682a43d06376fd7f" -hash-format = "sha256" - -[[files]] -file = "shaderpacks/bliss-shader.pw.toml" -hash = "8ffd81a5e0b4c3bc2daf0d86714ef56df4beb1ed87a5c41c4e9bbb94a7006bc1" -hash-format = "sha256" -metafile = true - -[[files]] -file = "shaderpacks/bsl-shaders.pw.toml" -hash = "94d03e5e92ae89494263e9697a6629ebb5fb5f69d3c52f5ea0f2c8acfb7a1b3e" -hash-format = "sha256" -metafile = true - -[[files]] -file = "shaderpacks/complementary-reimagined.pw.toml" -hash = "b769a2f7ef2fa754224c5068491e79d02c0c85e0bc326fc05247f18315cc866b" -hash-format = "sha256" -metafile = true - -[[files]] -file = "shaderpacks/complementary-unbound.pw.toml" -hash = "5caf93fa1624aeb26d11cdbadcb0c03b2a92815c798a930014774c7d525baf28" -hash-format = "sha256" -metafile = true - -[[files]] -file = "shaderpacks/kappa-shader.pw.toml" -hash = "a01d824c592eebca3df5b5af6aed07839eb8b544de20a2e4f276cb0622b203c9" -hash-format = "sha256" -metafile = true - -[[files]] -file = "shaderpacks/makeup-ultra-fast-shaders.pw.toml" -hash = "461e40107c6b2b38ad33c7820b07b06f8dc8016611ed910ae49ecf7b073bf019" -hash-format = "sha256" -metafile = true - -[[files]] -file = "shaderpacks/miniature-shader.pw.toml" -hash = "44b28aa2f85ae4784083feb329c6abe44947887b40dbeab77e97e1c1ede01cdf" -hash-format = "sha256" -metafile = true - -[[files]] -file = "shaderpacks/rethinking-voxels.pw.toml" -hash = "0a3f01f56afd065dc65dffb073b4fc5f9ae031aaef08d95d9df92e0093ac8504" -hash-format = "sha256" -metafile = true - -[[files]] -file = "shaderpacks/solas-shader.pw.toml" -hash = "4fc7f37b65f44ae8ba65a06c9031a9c654c0c1ad993ccbf6f7822d5b7ea98d37" -hash-format = "sha256" -metafile = true - -[[files]] -file = "shaderpacks/super-duper-vanilla.pw.toml" -hash = "a8d349403d1c4b03c42f1962ba993e8b3dd65b9176176eec256f3fc6cbd9f40a" -hash-format = "sha256" -metafile = true diff --git a/modpacks/rc-plus/26.1.2-mr/mods/better-block-entities.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/better-block-entities.pw.toml deleted file mode 100644 index e39ea0d74..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/better-block-entities.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Better Block Entities" -filename = "bbe-fabric-1.3.2+mc26.1.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/ONZm0H7Y/versions/OdowMB2D/bbe-fabric-1.3.2%2Bmc26.1.2.jar" -hash-format = "sha512" -hash = "08ed0fba8df358e810b9b7a13a58b8b5b39b05f5e5e42ff7ed3f0f1ee416143cf355496fc664f1c567c88487c6d22ff97aa49a442d83a1bd38e522c4966a03e0" - -[update] -[update.modrinth] -mod-id = "ONZm0H7Y" -version = "OdowMB2D" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/bobby.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/bobby.pw.toml deleted file mode 100644 index b44cb4fb4..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/bobby.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Bobby" -filename = "bobby-5.2.12+mc26.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/M08ruV16/versions/8gsFUovP/bobby-5.2.12%2Bmc26.1.jar" -hash-format = "sha512" -hash = "db4e72c96ecf6f3861bf87a8af061a41edae1c5657718160a5cd5831e8ac31391c06a3de6a2b2b14bb30f0074cf9ec8ff9db30d2b7952b4cd1fde25c73af3811" - -[update] -[update.modrinth] -mod-id = "M08ruV16" -version = "8gsFUovP" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/borderless-mining-updated.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/borderless-mining-updated.pw.toml deleted file mode 100644 index 21657ef7a..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/borderless-mining-updated.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Borderless Mining Updated" -filename = "borderlessmining-1.2.3+26.1-fabric.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/KxYAzYLi/versions/Q2HwYDTI/borderlessmining-1.2.3%2B26.1-fabric.jar" -hash-format = "sha512" -hash = "55204b77f87758525898367af2ba1397fb3abbb148a482fb3252d09853d30c097f6c5002b32c08bddeb38684a96a4eff819fcefd3d50cf9c224b6638c09e076c" - -[update] -[update.modrinth] -mod-id = "KxYAzYLi" -version = "Q2HwYDTI" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/c2me-fabric.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/c2me-fabric.pw.toml deleted file mode 100644 index 31266b0d8..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/c2me-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Concurrent Chunk Management Engine (Fabric)" -filename = "c2me-fabric-mc26.1.1-0.3.7+alpha.0.63.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/VSNURh3q/versions/wGnmDPvI/c2me-fabric-mc26.1.1-0.3.7%2Balpha.0.63.jar" -hash-format = "sha512" -hash = "d22e6acf2ba318046ce268c56cea586580ab217325e451b37b72f3213ceab95561c5a8dad4e3aec36a087a1096fa51bb81c670d64076395f38ad286a05ec4f22" - -[update] -[update.modrinth] -mod-id = "VSNURh3q" -version = "wGnmDPvI" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/configmanager.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/configmanager.pw.toml deleted file mode 100644 index 9696ded9f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/configmanager.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Config Manager" -filename = "ConfigManager-fabric-26.1-1.1.2.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/jlNms3Jp/versions/wOTuMBMb/ConfigManager-fabric-26.1-1.1.2.jar" -hash-format = "sha512" -hash = "b8714845dd4eba6397502a4c3ea19e83e9ba2edb8d32d004b78fa736b7de46f4e6123ffbe2b1149b78fb63cc778df32bb7b319a769e90bfdd7b80aaaad22d99e" - -[update] -[update.modrinth] -mod-id = "jlNms3Jp" -version = "wOTuMBMb" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/crash-assistant.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/crash-assistant.pw.toml deleted file mode 100644 index 44b8a6c93..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/crash-assistant.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Crash Assistant" -filename = "CrashAssistant-fabric-26.1-1.11.8.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/klyidF0J/CrashAssistant-fabric-26.1-1.11.8.jar" -hash-format = "sha512" -hash = "b91da396eb5c52595d1f9320b2afc75d19881f29a1d1ab3c244a3900e066f653c7d1523548704c747bc7784374673fffa685d54ee6fe1ea8f7beb849a74191ea" - -[update] -[update.modrinth] -mod-id = "ix1qq8Ux" -version = "klyidF0J" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/cull-fewer-leaves.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/cull-fewer-leaves.pw.toml deleted file mode 100644 index f7c4e5a8c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/cull-fewer-leaves.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Cull Fewer Leaves" -filename = "cull-fewer-leaves-1.1.2+26.1-fabric.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/alhWWxax/versions/jIEsEM7M/cull-fewer-leaves-1.1.2%2B26.1-fabric.jar" -hash-format = "sha512" -hash = "80e1763a3e0f2746aaa27da4d20837f62f5bea22fff326a6b7cecff43923ba1de91c6c5d4d8e5125bc263f35464cc858b556aa8ce8f1118e612677341d96d5d2" - -[update] -[update.modrinth] -mod-id = "alhWWxax" -version = "jIEsEM7M" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/dynamic-fps.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/dynamic-fps.pw.toml deleted file mode 100644 index f0a4f2909..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/dynamic-fps.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Dynamic FPS" -filename = "dynamic-fps-3.11.6+minecraft-26.1.0-fabric.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/zGhSzRSB/dynamic-fps-3.11.6%2Bminecraft-26.1.0-fabric.jar" -hash-format = "sha512" -hash = "5bbe6880c5d9e3c073c422528ada2b947a9cfc7108dcaa16bff288463de7f708d7ad02ea2d53f03707d5d6df374a2f110d323fc18315c3ee34c13883fc442370" - -[update] -[update.modrinth] -mod-id = "LQ3K71Q1" -version = "zGhSzRSB" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/entity-model-features.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/entity-model-features.pw.toml deleted file mode 100644 index 6703ed7fe..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/entity-model-features.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "[EMF] Entity Model Features" -filename = "entity_model_features_26.1-fabric-3.1.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/awv0MUoS/entity_model_features_26.1-fabric-3.1.1.jar" -hash-format = "sha512" -hash = "813f146d5f551706be15eaa3dfa902d74198bb050b75be37019eda0609c54f200d4eb523773ec791712882a38019478314bddd15ec9771b56cd62c27687a8eb8" - -[update] -[update.modrinth] -mod-id = "4I1XuqiY" -version = "awv0MUoS" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/entityculling.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/entityculling.pw.toml deleted file mode 100644 index 6d61f02e2..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/entityculling.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Entity Culling" -filename = "entityculling-fabric-1.10.1-mc26.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/NaRJu6ah/entityculling-fabric-1.10.1-mc26.1.jar" -hash-format = "sha512" -hash = "028bfa99f6eda39f78fa8b700a95d6b05c0349545560596176291efe69c3d0061642c7af5b8063e326e1b311de3b055e10efcae1ed254075baf2d91c6921c011" - -[update] -[update.modrinth] -mod-id = "NNAgCjsB" -version = "NaRJu6ah" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/entitytexturefeatures.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/entitytexturefeatures.pw.toml deleted file mode 100644 index addf07e05..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/entitytexturefeatures.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "[ETF] Entity Texture Features" -filename = "entity_texture_features_26.1-fabric-7.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/pzW03Rc5/entity_texture_features_26.1-fabric-7.1.jar" -hash-format = "sha512" -hash = "9d740d901f691a5b9fb1eaa4acec488c9ceba2fa90742a8ca66f60a303b28c388cd2da8a6d2aac1aef3b0783bfeea5843657938bd6a5810e468ef7be12bd2b8b" - -[update] -[update.modrinth] -mod-id = "BVzZfTc1" -version = "pzW03Rc5" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/fabric-api.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/fabric-api.pw.toml deleted file mode 100644 index 311a3896f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/fabric-api.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fabric API" -filename = "fabric-api-0.146.1+26.1.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/tnmuHGZA/fabric-api-0.146.1%2B26.1.2.jar" -hash-format = "sha512" -hash = "cd8a760ecb976127036f8047c1e968f264aea9cd9deca60e6e9cb57496b1b5cca79873c59b7ab46b92f49ac22f49a2b695bb6ebe61653c8df6954e97b8836890" - -[update] -[update.modrinth] -mod-id = "P7dR8mSH" -version = "tnmuHGZA" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/fabric-language-kotlin.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/fabric-language-kotlin.pw.toml deleted file mode 100644 index 9dcc6441d..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/fabric-language-kotlin.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.13.10+kotlin.2.3.20.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/21TRTKmh/fabric-language-kotlin-1.13.10%2Bkotlin.2.3.20.jar" -hash-format = "sha512" -hash = "e4eaf7594de08eb4f3ea8af2e939f3ee61d07597afb4d5f420c3fbadcb381c7bbad4b1afd5919b3087b73ed9636fb018b1c978858a112bd4f6acdcb42e9eedaa" - -[update] -[update.modrinth] -mod-id = "Ha28R6CL" -version = "21TRTKmh" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/ferrite-core.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/ferrite-core.pw.toml deleted file mode 100644 index cebba5c1d..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/ferrite-core.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "FerriteCore" -filename = "ferritecore-9.0.0-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/uXXizFIs/versions/d5ddUdiB/ferritecore-9.0.0-fabric.jar" -hash-format = "sha512" -hash = "d81fa97e11784c19d42f89c2f433831d007603dd7193cee45fa177e4a6a9c52b384b198586e04a0f7f63cd996fed713322578bde9a8db57e1188854ae5cbe584" - -[update] -[update.modrinth] -mod-id = "uXXizFIs" -version = "d5ddUdiB" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/fzzy-config.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/fzzy-config.pw.toml deleted file mode 100644 index 303e88718..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/fzzy-config.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fzzy Config" -filename = "fzzy_config-0.7.6+26.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/hYykXjDp/versions/EzFtPUO0/fzzy_config-0.7.6%2B26.1.jar" -hash-format = "sha512" -hash = "cc381f10d93a20aaf20d7fe96ecbfa4a4accc2088cc47fcc08a1fd0d773658b2c70f8a09f22c6e774b9e556fed3350c0fb4fc4ee193775635cb865cf5a1a88f3" - -[update] -[update.modrinth] -mod-id = "hYykXjDp" -version = "EzFtPUO0" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/globalpacks.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/globalpacks.pw.toml deleted file mode 100644 index 30b9a47f9..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/globalpacks.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Global Packs" -filename = "globalpacks-fabric-26.1-26.1.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/NRLPy2mk/versions/bdqlFvg9/globalpacks-fabric-26.1-26.1.0.jar" -hash-format = "sha512" -hash = "b456d9beca9b0bd41fd06c93c31439099ef1443f26e2b28a58e9ed6d5bf2be23d715730358a4494ce460dd436db2828a82a6ffbaf69d180362b69f0b8566c24e" - -[update] -[update.modrinth] -mod-id = "NRLPy2mk" -version = "bdqlFvg9" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/immediatelyfast.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/immediatelyfast.pw.toml deleted file mode 100644 index 1363b56fc..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/immediatelyfast.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ImmediatelyFast" -filename = "ImmediatelyFast-Fabric-1.15.2+26.1.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/lRuSLf0Y/ImmediatelyFast-Fabric-1.15.2%2B26.1.2.jar" -hash-format = "sha512" -hash = "46371d0958d705182e0945a0bd93b750a07a1f32a4f3189d85741804392137a47790d3bd0e341e7e9d5bf2783652598575ae1dc26f188aa9a71758f9d568e709" - -[update] -[update.modrinth] -mod-id = "5ZwdcRci" -version = "lRuSLf0Y" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/iris.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/iris.pw.toml deleted file mode 100644 index 737c247b4..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/iris.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Iris Shaders" -filename = "iris-fabric-1.10.9+mc26.1.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/MwcLS51S/iris-fabric-1.10.9%2Bmc26.1.1.jar" -hash-format = "sha512" -hash = "01714943b36e7b78618bf133a20da489197322e20ebc2d9858f15bb57ac198fdab23dac6c917d6239ad3fe2e7c47f53fb387d475805eb7269fbfc16e30664155" - -[update] -[update.modrinth] -mod-id = "YL57xq9U" -version = "MwcLS51S" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/ixeris.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/ixeris.pw.toml deleted file mode 100644 index a9576607b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/ixeris.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Ixeris" -filename = "Ixeris-4.1.10+26.1.2-fabric.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/p8RJPJIC/versions/6zryDipI/Ixeris-4.1.10%2B26.1.2-fabric.jar" -hash-format = "sha512" -hash = "e7c865b2e4766849addb0c88de345952388fc99625fcb5d24bcaaec47be8ead0a98a07984a3bcf3c7c666351588acae0d3ecabeb6ca35da2205edf3a22519df8" - -[update] -[update.modrinth] -mod-id = "p8RJPJIC" -version = "6zryDipI" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/lambdynamiclights.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/lambdynamiclights.pw.toml deleted file mode 100644 index b95966a4a..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/lambdynamiclights.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "LambDynamicLights - Dynamic Lights" -filename = "lambdynamiclights-4.10.1+26.1.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/yBW8D80W/versions/XrvvtEB5/lambdynamiclights-4.10.1%2B26.1.1.jar" -hash-format = "sha512" -hash = "21950b0927d930dc45264b69080eb0801fcdf16e087f5c1833df7e8f0929cb018a2c6c3503837368c43d8e50ebcbb24653f156400e84912885fcd25bcf3f74ab" - -[update] -[update.modrinth] -mod-id = "yBW8D80W" -version = "XrvvtEB5" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/language-reload.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/language-reload.pw.toml deleted file mode 100644 index 7ea1b1fac..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/language-reload.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Language Reload" -filename = "language-reload-1.7.6+26.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/pBt7L8Nq/language-reload-1.7.6%2B26.1.jar" -hash-format = "sha512" -hash = "29159911f201c16e64cac490c17188bb07190c9c98668e65e125db9bacda3de9f15881b0dc77219b0594aa4bf1416285eb2b5f97d48a677d841b4ab721b6c07e" - -[update] -[update.modrinth] -mod-id = "uLbm7CG6" -version = "pBt7L8Nq" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/lithium.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/lithium.pw.toml deleted file mode 100644 index 6c047b343..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/lithium.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Lithium" -filename = "lithium-fabric-0.24.2+mc26.1.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/R7MxYvuW/lithium-fabric-0.24.2%2Bmc26.1.2.jar" -hash-format = "sha512" -hash = "9231ad05667d4eef0348c700bf5160929e0b723d9e145fd97c7fcef9387ac2e6d524fb15d99f47f8f838f1d235324fd750cdcb6603b63aab6085d79fbeaab31b" - -[update] -[update.modrinth] -mod-id = "gvQqBUqZ" -version = "R7MxYvuW" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/moderner-beta.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/moderner-beta.pw.toml deleted file mode 100644 index 965f404d4..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/moderner-beta.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Moderner Beta" -filename = "moderner-beta-fabric-4.1.2+26.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/xkrdwmh2/versions/Eti6GsSk/moderner-beta-fabric-4.1.2%2B26.1.jar" -hash-format = "sha512" -hash = "6a76eef6f23025afffe0b2879e8bb7251786730857a34df32db0a32254d70e14b5d441181669ab98856ba34ac1c230b767d708016a2fbe0fc1998e18412de858" - -[update] -[update.modrinth] -mod-id = "xkrdwmh2" -version = "Eti6GsSk" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/modernfix-mvus.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/modernfix-mvus.pw.toml deleted file mode 100644 index ae0f11417..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/modernfix-mvus.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ModernFix-mVUS" -filename = "modernfix-5.27.5-build.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/TjSm1wrD/versions/5REDoIHm/modernfix-5.27.5-build.2.jar" -hash-format = "sha512" -hash = "1ac2938e1cabe026ef667d6556874e1125ace2df1d0c0cd73fa6ee6224cd8850d00a2a92c90aa7ae9881c71a3dda628a18128fa7ce5fcd89247eadef6771c741" - -[update] -[update.modrinth] -mod-id = "TjSm1wrD" -version = "5REDoIHm" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/ok-zoomer.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/ok-zoomer.pw.toml deleted file mode 100644 index e7e4ea363..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/ok-zoomer.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Ok Zoomer" -filename = "ok_zoomer-17.0.0-beta.4.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/aXf2OSFU/versions/fefCTIDE/ok_zoomer-17.0.0-beta.4.jar" -hash-format = "sha512" -hash = "f62bbf97697103fc820f741574155f390ad4650bfd94080be2cceeb908f564eb57a1757a92b21f0d0df13d7cd443ab7c1800c6a4629c63f47e49e1f9bb7d7a26" - -[update] -[update.modrinth] -mod-id = "aXf2OSFU" -version = "fefCTIDE" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/plasmo-voice.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/plasmo-voice.pw.toml deleted file mode 100644 index fb536f8ef..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/plasmo-voice.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Plasmo Voice" -filename = "plasmovoice-fabric-26.1-2.1.9.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/1MYZbMc5/plasmovoice-fabric-26.1-2.1.9.jar" -hash-format = "sha512" -hash = "876e39adb8dec722f7dfd7554b3cac045e8f008bea1f2308a14f0c354e6164b6773fc9030a7499ddbc13eb051b16fcc0266c9e777719b86a94b456a1d7b1e4e7" - -[update] -[update.modrinth] -mod-id = "1bZhdhsH" -version = "1MYZbMc5" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/resourcify.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/resourcify.pw.toml deleted file mode 100644 index 436304a02..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/resourcify.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Resourcify" -filename = "Resourcify (26.1-fabric)-1.8.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/RLzHAoZe/versions/YakHUfFL/Resourcify%20%2826.1-fabric%29-1.8.2.jar" -hash-format = "sha512" -hash = "fa134d61dcab53e05b4db36c0610303a0dc0be5089d35edb640288cdf51ec4a61de6ba60927b0871008df1281fd76e4768e30371d4e4f313928f34bf3e40db8d" - -[update] -[update.modrinth] -mod-id = "RLzHAoZe" -version = "YakHUfFL" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/scalablelux.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/scalablelux.pw.toml deleted file mode 100644 index 1b4a1b3fc..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/scalablelux.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ScalableLux" -filename = "ScalableLux-0.2.0+fabric.2b63825-all.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Ps1zyz6x/versions/gYbHVCz8/ScalableLux-0.2.0%2Bfabric.2b63825-all.jar" -hash-format = "sha512" -hash = "48565a4d8a1cbd623f0044086d971f2c0cf1c40e1d0b6636a61d41512f4c1c1ddff35879d9dba24b088a670ee254e2d5842d13a30b6d76df23706fa94ea4a58b" - -[update] -[update.modrinth] -mod-id = "Ps1zyz6x" -version = "gYbHVCz8" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/shuttfup.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/shuttfup.pw.toml deleted file mode 100644 index 53fc9fc83..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/shuttfup.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Stfu" -filename = "Stfu-2.9.1-26.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/Rg9WdvvR/versions/TCs1xt2K/Stfu-2.9.1-26.1.jar" -hash-format = "sha512" -hash = "6c3fe6c9ec2cc21a0fe12fd4e8fa779056737f73300af6fb36785c6a98613b96b34305e361718328888bcd237db091b0ec089de13a957e5f8eab946bab0ada87" - -[update] -[update.modrinth] -mod-id = "Rg9WdvvR" -version = "TCs1xt2K" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/simple-music-control.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/simple-music-control.pw.toml deleted file mode 100644 index 33bba7293..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/simple-music-control.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Simple Music Control" -filename = "simple_music_control-1.4.2+26.1-fabric.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/8AX2hHnX/versions/Le7BqMpn/simple_music_control-1.4.2%2B26.1-fabric.jar" -hash-format = "sha512" -hash = "97ef480ee7d439678a394b58722a5705fd39598a0168a52bb5d17ba887de3d7ef871ae73de109fc2117580216c6da5741391c6b767d66ce40713bcac96a1219b" - -[update] -[update.modrinth] -mod-id = "8AX2hHnX" -version = "Le7BqMpn" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/skyboxify.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/skyboxify.pw.toml deleted file mode 100644 index fb12be128..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/skyboxify.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Skyboxify" -filename = "skyboxify-2.7+26.1.2-fabric.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/DWuwk8aA/versions/MFCMmjMe/skyboxify-2.7%2B26.1.2-fabric.jar" -hash-format = "sha512" -hash = "e732648d151e52a526a0a97b494bd4301d8f497125bc435c4d592b07bfc2d18d8c6507c82cd745007e8df3e9a8d6652406b964ddb638a48059f9dcdd513306f1" - -[update] -[update.modrinth] -mod-id = "DWuwk8aA" -version = "MFCMmjMe" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/sodium.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/sodium.pw.toml deleted file mode 100644 index b9ee5b3dc..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/sodium.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sodium" -filename = "sodium-fabric-0.8.9+mc26.1.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/AANobbMI/versions/uGvVQBnw/sodium-fabric-0.8.9%2Bmc26.1.1.jar" -hash-format = "sha512" -hash = "74f9dc8963b5258226837cc361ba6b525da734ab4fa5f05d1862bc6e9175f4fa81ca3d49443e2fb85be144d06042f0d65cbcceefc391043af857b38aa2614ae8" - -[update] -[update.modrinth] -mod-id = "AANobbMI" -version = "uGvVQBnw" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/vmp-fabric.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/vmp-fabric.pw.toml deleted file mode 100644 index cd51dfadd..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/vmp-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Very Many Players (Fabric)" -filename = "vmp-fabric-mc26.1.1-0.2.0+beta.7.233-all.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/pLnJ427m/vmp-fabric-mc26.1.1-0.2.0%2Bbeta.7.233-all.jar" -hash-format = "sha512" -hash = "d17204346fcc2cd9e744db9cf83927e6c552a9e43f0e07c20be8545f810439fa3cced7836d04df80b7bf50451d39c53f6def936cf7888c5295ff5f4c43d41c04" - -[update] -[update.modrinth] -mod-id = "wnEe9KBa" -version = "pLnJ427m" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/yacl.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/yacl.pw.toml deleted file mode 100644 index e9831da8b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/yacl.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "YetAnotherConfigLib (YACL)" -filename = "yet_another_config_lib_v3-3.9.2+26.1-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/h2FGeDHG/yet_another_config_lib_v3-3.9.2%2B26.1-fabric.jar" -hash-format = "sha512" -hash = "0efbc7bbf9cabcf5f78884eab0b85ca902e6ca7dfa07b60c1c812b828442b940e80c459fd3de8b87cae50bba3c203efc4444a8e29d21b94ad1ad12d438f91a58" - -[update] -[update.modrinth] -mod-id = "1eAoo2KR" -version = "h2FGeDHG" diff --git a/modpacks/rc-plus/26.1.2-mr/mods/zfastnoise.pw.toml b/modpacks/rc-plus/26.1.2-mr/mods/zfastnoise.pw.toml deleted file mode 100644 index d0c66f3ad..000000000 --- a/modpacks/rc-plus/26.1.2-mr/mods/zfastnoise.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fast Noise" -filename = "zfastnoise-1.0.28+26.1.1.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/OnlVIpq5/versions/9y7qbtS6/zfastnoise-1.0.28%2B26.1.1.jar" -hash-format = "sha512" -hash = "811e7e425303779c75aad467cb6db8323f62c1f3e6280e4c991311c5d35b2f65df5f29d24d17161cbaeeddd332c647a3576c56a339570188d0a2f866b1ce9134" - -[update] -[update.modrinth] -mod-id = "OnlVIpq5" -version = "9y7qbtS6" diff --git a/modpacks/rc-plus/26.1.2-mr/pack.toml b/modpacks/rc-plus/26.1.2-mr/pack.toml deleted file mode 100644 index f7e7cfc73..000000000 --- a/modpacks/rc-plus/26.1.2-mr/pack.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Re-Console Plus" -author = "omo50" -version = "unspecified" -pack-format = "packwiz:1.1.0" - -[index] -file = "index.toml" -hash-format = "sha256" -hash = "962df00d31650b8ea328918c2dc840ea95c71a6340e0e3ea42a5b9bf64564111" - -[versions] -fabric = "0.19.1" -minecraft = "26.1.2" diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/alpha.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/alpha.json deleted file mode 100644 index 95f94524d..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/alpha.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "icon": "legacy:comparisons/alpha/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "programmer_art", - "legacy:legacy_resources", - "file/golden-days-base-1.21.x-1.15.2.zip", - "file/golden-days-alpha-1.21.x-1.15.2.zip", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "file/Tooltips Enhanced", - "file/Legacy Titles.zip", - "file/Old UI for Legacy4J (With Vanilla Assets).zip", - "betterblockentities-generated" - ], - "id": "alpha", - "name": { - "translate": "legacy.menu.albums.resource.alpha" - }, - "description": { - "translate": "legacy.menu.albums.resource.alpha.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/animated.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/animated.json deleted file mode 100644 index 138fbe584..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/animated.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/animated/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "file/FreshAnimations_v1.10.4.zip", - "file/FA+All_Extensions-v1.8.zip", - "file/+1.21.3 Fresh Moves v3.1.1 (No Animated Eyes).zip", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "animated", - "name": { - "translate": "legacy.menu.albums.resource.animated" - }, - "description": { - "translate": "legacy.menu.albums.resource.animated.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/beta.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/beta.json deleted file mode 100644 index dee5521f8..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/beta.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "icon": "legacy:comparisons/beta/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "programmer_art", - "legacy:legacy_resources", - "file/golden-days-base-1.21.x-1.15.2.zip", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "file/Tooltips Enhanced", - "file/Legacy Titles.zip", - "file/Old UI for Legacy4J (With Vanilla Assets).zip", - "betterblockentities-generated" - ], - "id": "beta", - "name": { - "translate": "legacy.menu.albums.resource.beta" - }, - "description": { - "translate": "legacy.menu.albums.resource.beta.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/candy.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/candy.json deleted file mode 100644 index 6194cf41f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/candy.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/candy/icon", - "background": "legacy:comparisons/candy/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Candy Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "candy", - "name": { - "translate": "legacy.menu.albums.resource.candy" - }, - "description": { - "translate": "legacy.menu.albums.resource.candy.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/caribbean.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/caribbean.json deleted file mode 100644 index 3174c84bf..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/caribbean.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "icon": "legacy:comparisons/caribbean/icon", - "background": "legacy:comparisons/caribbean/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:console_aspects", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Pirates Of The Caribbean.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "caribbean", - "name": { - "translate": "legacy.menu.albums.resource.caribbean" - }, - "description": { - "translate": "legacy.menu.albums.resource.caribbean.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/cartoon.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/cartoon.json deleted file mode 100644 index bdecaf2d5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/cartoon.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/cartoon/icon", - "background": "legacy:comparisons/cartoon/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Cartoon Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "cartoon", - "name": { - "translate": "legacy.menu.albums.resource.cartoon" - }, - "description": { - "translate": "legacy.menu.albums.resource.cartoon.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/chinese.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/chinese.json deleted file mode 100644 index 75dc49e4b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/chinese.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/chinese/icon", - "background": "legacy:comparisons/chinese/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Chinese Mythology Mash-up.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "chinese", - "name": { - "translate": "legacy.menu.albums.resource.chinese" - }, - "description": { - "translate": "legacy.menu.albums.resource.chinese.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/city.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/city.json deleted file mode 100644 index 600808094..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/city.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/city/icon", - "background": "legacy:comparisons/city/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/City Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "city", - "name": { - "translate": "legacy.menu.albums.resource.city" - }, - "description": { - "translate": "legacy.menu.albums.resource.city.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/darkmode.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/darkmode.json deleted file mode 100644 index b22529971..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/darkmode.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "icon": "legacy:comparisons/darkmode/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "file/Default-Dark-Mode-Legacy4J-1.20+-1.2.0-alt.zip", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "darkmode", - "name": { - "translate": "legacy.menu.albums.resource.darkmode" - }, - "description": { - "translate": "legacy.menu.albums.resource.darkmode.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/egyptian.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/egyptian.json deleted file mode 100644 index e1b518d80..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/egyptian.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "icon": "legacy:comparisons/egyptian/icon", - "background": "legacy:comparisons/egyptian/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:console_aspects", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Egyptian Mythology Mash-up.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "egyptian", - "name": { - "translate": "legacy.menu.albums.resource.egyptian" - }, - "description": { - "translate": "legacy.menu.albums.resource.egyptian.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/faithful.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/faithful.json deleted file mode 100644 index e19a12494..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/faithful.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "icon": "legacy:comparisons/faithful/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "file/Faithful 32x - 1.21.10.zip", - "file/faithful-legacy.zip", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "faithful", - "name": { - "translate": "legacy.menu.albums.resource.faithful" - }, - "description": { - "translate": "legacy.menu.albums.resource.faithful.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/fallout.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/fallout.json deleted file mode 100644 index e9e52b684..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/fallout.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/fallout/icon", - "background": "legacy:comparisons/fallout/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/FalloutMash-upPack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "fallout", - "name": { - "translate": "legacy.menu.albums.resource.fallout" - }, - "description": { - "translate": "legacy.menu.albums.resource.fallout.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/fantasy.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/fantasy.json deleted file mode 100644 index dfeee5008..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/fantasy.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/fantasy/icon", - "background": "legacy:comparisons/fantasy/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Fantasy Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "fantasy", - "name": { - "translate": "legacy.menu.albums.resource.fantasy" - }, - "description": { - "translate": "legacy.menu.albums.resource.fantasy.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/festive.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/festive.json deleted file mode 100644 index f92fa0efa..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/festive.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "icon": "legacy:comparisons/festive/icon", - "background": "legacy:comparisons/festive/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Festive Mash-up.zip", - "file/Festive+Continued.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "festive", - "name": { - "translate": "legacy.menu.albums.resource.festive" - }, - "description": { - "translate": "legacy.menu.albums.resource.festive.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/greek.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/greek.json deleted file mode 100644 index 9ab540478..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/greek.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/greek/icon", - "background": "legacy:comparisons/greek/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Greek Mythology Mash-up.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "greek", - "name": { - "translate": "legacy.menu.albums.resource.greek" - }, - "description": { - "translate": "legacy.menu.albums.resource.greek.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/halloween.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/halloween.json deleted file mode 100644 index 1b7aa567b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/halloween.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/halloween_2015/icon", - "background": "legacy:comparisons/halloween_2015/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "file/Legacy-Modpack-Resources.zip", - "file/Halloween Mash-up.zip", - "file/Halloween+Continued.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "halloween", - "name": { - "translate": "legacy.menu.albums.resource.halloween" - }, - "description": { - "translate": "legacy.menu.albums.resource.halloween_2015.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/live.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/live.json deleted file mode 100644 index d856b8df6..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/live.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "icon": "legacy:comparisons/live/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "file/Legacy-Modpack-Resources.zip", - "file/vanilla-live-1.1.0.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "live", - "name": { - "translate": "legacy.menu.albums.resource.live" - }, - "description": { - "translate": "legacy.menu.albums.resource.live.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/minecraft.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/minecraft.json deleted file mode 100644 index c01258145..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/minecraft.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "background": "legacy:icon/background", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "lambdabettergrass:default", - "legacy:legacy_waters", - "file/Hybrid Aspects", - "file/Legacy-Modpack-Resources.zip", - "betterblockentities-generated" - ], - "displayPack": "vanilla", - "id": "minecraft", - "version": 2, - "name": { - "translate": "legacy.menu.albums.resource.minecraft" - }, - "description": { - "translate": "legacy.menu.albums.resource.minecraft.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/minecraft_classic.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/minecraft_classic.json deleted file mode 100644 index 38d4ea114..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/minecraft_classic.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "icon": "legacy:icon/minecraft_classic", - "background": "legacy:icon/minecraft_classic_background", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "programmer_art", - "file/PACP_Base_Release.zip", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "file/Legacy Panorama", - "betterblockentities-generated" - ], - "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/modpacks/rc-plus/26.1.2-mr/resource_albums/n7.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/n7.json deleted file mode 100644 index ef807e4b8..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/n7.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/n7/icon", - "background": "legacy:comparisons/n7/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Mass Effect.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "n7", - "name": { - "translate": "legacy.menu.albums.resource.n7" - }, - "description": { - "translate": "legacy.menu.albums.resource.n7.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/natural.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/natural.json deleted file mode 100644 index 287e09ff7..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/natural.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "icon": "legacy:comparisons/natural/icon", - "background": "legacy:comparisons/natural/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:console_aspects", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Natural Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "natural", - "name": { - "translate": "legacy.menu.albums.resource.natural" - }, - "description": { - "translate": "legacy.menu.albums.resource.natural.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/norse.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/norse.json deleted file mode 100644 index cf90d1454..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/norse.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/norse/icon", - "background": "legacy:comparisons/norse/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Norse Mythology Mash-up.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "norse", - "name": { - "translate": "legacy.menu.albums.resource.norse" - }, - "description": { - "translate": "legacy.menu.albums.resource.norse.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/pattern.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/pattern.json deleted file mode 100644 index e5c44a164..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/pattern.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/pattern/icon", - "background": "legacy:comparisons/pattern/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Pattern Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "pattern", - "name": { - "translate": "legacy.menu.albums.resource.pattern" - }, - "description": { - "translate": "legacy.menu.albums.resource.pattern.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/plastic.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/plastic.json deleted file mode 100644 index b2247ef97..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/plastic.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/plastic/icon", - "background": "legacy:comparisons/plastic/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Plastic Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "plastic", - "name": { - "translate": "legacy.menu.albums.resource.plastic" - }, - "description": { - "translate": "legacy.menu.albums.resource.plastic.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/ps4parity.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/ps4parity.json deleted file mode 100644 index 095c0dfbc..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/ps4parity.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "icon": "legacy:comparisons/ps4parity/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:console_aspects", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "file/Legacy Panorama", - "betterblockentities-generated" - ], - "id": "ps4parity", - "name": { - "translate": "legacy.menu.albums.resource.ps4parity" - }, - "description": { - "translate": "legacy.menu.albums.resource.ps4parity.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/steampunk.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/steampunk.json deleted file mode 100644 index 26c03a363..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/steampunk.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/steampunk/icon", - "background": "legacy:comparisons/steampunk/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Steampunk Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "steampunk", - "name": { - "translate": "legacy.menu.albums.resource.steampunk" - }, - "description": { - "translate": "legacy.menu.albums.resource.steampunk.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/super_cute.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/super_cute.json deleted file mode 100644 index a8e2c06d7..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/super_cute.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/super_cute/icon", - "background": "legacy:comparisons/super_cute/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "file/Super Cute Texture Pack.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "super_cute", - "name": { - "translate": "legacy.menu.albums.resource.super_cute" - }, - "description": { - "translate": "legacy.menu.albums.resource.super_cute.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/super_mario.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/super_mario.json deleted file mode 100644 index ae503320b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/super_mario.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "icon": "legacy:comparisons/super_mario/icon", - "background": "legacy:comparisons/super_mario/comparison", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:console_aspects", - "legacy:legacy_waters", - "file/Super Mario Mash-Up.zip", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "super_mario", - "name": { - "translate": "legacy.menu.albums.resource.super_mario" - }, - "description": { - "translate": "legacy.menu.albums.resource.super_mario.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/trailer.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/trailer.json deleted file mode 100644 index cc96413c3..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/trailer.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "icon": "legacy:comparisons/trailer/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "file/Bare Bones 1.21.11.zip", - "file/Bare Bones x LambdaBetterGrass 1.21.8.zip", - "srl_rp/Re-Console+ Language Files", - "file/ore4j-O4J-3.3.0.zip", - "file/Legacy-Modpack-Resources.zip", - "betterblockentities-generated" - ], - "id": "trailer", - "name": { - "translate": "legacy.menu.albums.resource.trailer" - }, - "description": { - "translate": "legacy.menu.albums.resource.trailer.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/vanillaplus.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/vanillaplus.json deleted file mode 100644 index f6489402f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/vanillaplus.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "icon": "legacy:comparisons/vanillaplus/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "file/RAYs_3D_Rails_v3.0.zip", - "file/RAYs_3D_Ladders_v2.0.zip", - "file/Round-Trees-8.2.zip", - "file/Better-Leaves-9.5.zip", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "betterblockentities-generated" - ], - "id": "vanillaplus", - "name": { - "translate": "legacy.menu.albums.resource.vanillaplus" - }, - "description": { - "translate": "legacy.menu.albums.resource.vanillaplus.description" - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resource_albums/vintage.json b/modpacks/rc-plus/26.1.2-mr/resource_albums/vintage.json deleted file mode 100644 index eb2b8420b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resource_albums/vintage.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "icon": "legacy:comparisons/vintage/icon", - "packs": [ - "variants-cit:assetgen", - "vanilla", - "fabric", - "legacy:legacy_waters", - "file/Legacy-Modpack-Resources.zip", - "srl_rp/Re-Console+ Language Files", - "file/Vintage.zip", - "betterblockentities-generated" - ], - "id": "vintage", - "name": { - "translate": "legacy.menu.albums.resource.vintage" - }, - "description": { - "translate": "legacy.menu.albums.resource.vintage.description" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/3d-crops.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/3d-crops.pw.toml deleted file mode 100644 index 8d11e0677..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/3d-crops.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "3D crops Revamped" -filename = "crops-3d(2).zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/PgpTtNoI/versions/iKYRZwnm/crops-3d%282%29.zip" -hash-format = "sha512" -hash = "57073e45b1499cb7c4e6e40f9314fa6bb24716f116ef83a65914c86a7999bb26d28c023afd502e2bdbce60312c225199c4e46a3194e8dbe7bb60121894338996" - -[update] -[update.modrinth] -mod-id = "PgpTtNoI" -version = "iKYRZwnm" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/af_za.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/af_za.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/af_za.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ar_sa.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ar_sa.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ar_sa.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ca_es.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ca_es.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ca_es.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/cs_cz.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/cs_cz.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/cs_cz.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/da_dk.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/da_dk.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/da_dk.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/de_de.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/de_de.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/de_de.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/el_gr.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/el_gr.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/el_gr.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_au.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_au.json deleted file mode 100644 index 344a11069..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_au.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "connect.connecting": "Connecting to host", - "connect.authorizing": "Connecting to host.", - "connect.encrypting": "Connecting to host..", - "connect.joining": "Connecting to host...", - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_ca.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_ca.json deleted file mode 100644 index 344a11069..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_ca.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "connect.connecting": "Connecting to host", - "connect.authorizing": "Connecting to host.", - "connect.encrypting": "Connecting to host..", - "connect.joining": "Connecting to host...", - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_gb.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_gb.json deleted file mode 100644 index 344a11069..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_gb.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "connect.connecting": "Connecting to host", - "connect.authorizing": "Connecting to host.", - "connect.encrypting": "Connecting to host..", - "connect.joining": "Connecting to host...", - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_nz.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_nz.json deleted file mode 100644 index 344a11069..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_nz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "connect.connecting": "Connecting to host", - "connect.authorizing": "Connecting to host.", - "connect.encrypting": "Connecting to host..", - "connect.joining": "Connecting to host...", - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_pt.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_pt.json deleted file mode 100644 index 344a11069..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_pt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "connect.connecting": "Connecting to host", - "connect.authorizing": "Connecting to host.", - "connect.encrypting": "Connecting to host..", - "connect.joining": "Connecting to host...", - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_ud.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_ud.json deleted file mode 100644 index 344a11069..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_ud.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "connect.connecting": "Connecting to host", - "connect.authorizing": "Connecting to host.", - "connect.encrypting": "Connecting to host..", - "connect.joining": "Connecting to host...", - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_us.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_us.json deleted file mode 100644 index 344a11069..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/en_us.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "connect.connecting": "Connecting to host", - "connect.authorizing": "Connecting to host.", - "connect.encrypting": "Connecting to host..", - "connect.joining": "Connecting to host...", - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/enp.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/enp.json deleted file mode 100644 index 344a11069..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/enp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "connect.connecting": "Connecting to host", - "connect.authorizing": "Connecting to host.", - "connect.encrypting": "Connecting to host..", - "connect.joining": "Connecting to host...", - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/es_es.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/es_es.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/es_es.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/es_mx.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/es_mx.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/es_mx.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/fi_fi.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/fi_fi.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/fi_fi.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/fr_fr.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/fr_fr.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/fr_fr.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/he_il.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/he_il.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/he_il.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/hu_hu.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/hu_hu.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/hu_hu.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/it_it.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/it_it.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/it_it.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ja_jp.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ja_jp.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ja_jp.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ko_kr.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ko_kr.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ko_kr.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/nl_nl.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/nl_nl.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/nl_nl.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/no_no.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/no_no.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/no_no.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/pl_pl.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/pl_pl.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/pl_pl.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/pt_br.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/pt_br.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/pt_br.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/pt_pt.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/pt_pt.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/pt_pt.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ro_ro.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ro_ro.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ro_ro.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ru_ru.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ru_ru.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/ru_ru.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/sr_sp.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/sr_sp.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/sr_sp.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/sv_se.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/sv_se.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/sv_se.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/tr_tr.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/tr_tr.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/tr_tr.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/uk_ua.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/uk_ua.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/uk_ua.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/vi_vn.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/vi_vn.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/vi_vn.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/zh_cn.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/zh_cn.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/zh_cn.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/zh_tw.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/zh_tw.json deleted file mode 100644 index 91e1400b1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/assets/legacy/lang/zh_tw.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "createWorld.preparing": "", - "selectWorld.resource_load": "", - "selectWorld.data_read": "" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/pack.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/pack.mcmeta deleted file mode 100644 index c9d00762b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/pack.mcmeta +++ /dev/null @@ -1,10 +0,0 @@ -{ - "pack": { - "description": "Hides certain text strings to clean up world loading", - "pack_format": 69, - "pack_format": 16, - "min_format": 16, - "max_format": 999, - "supported_formats": [ 16, 999 ] - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/pack.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/pack.png deleted file mode 100644 index c20c298d0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Clean World Loading/pack.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/biome_overrides.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/biome_overrides.json deleted file mode 100644 index f36b18a7d..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/biome_overrides.json +++ /dev/null @@ -1,233 +0,0 @@ -{ - "overrides": { - "default": { - "water_transparency": 1.0 - }, - "bamboo_jungle": { - "water_color": "#14A2C5" - }, - "bamboo_jungle_hills": { - "water_color": "#1B9ED8" - }, - "basalt_deltas": { - "water_color": "#826F6E" - }, - "beach": { - "water_color": "#157cab" - }, - "birch_forest": { - "water_color": "#0677ce" - }, - "cherry_grove": { - "water_color": "#5DB7EF" - }, - "old_growth_birch_forest": { - "water_color": "#0a74c4" - }, - "snowy_beach": { - "water_color": "#1463a5" - }, - "cold_ocean": { - "water_color": "#2080C9", - "water_fog_color": "#14559b" - }, - "snowy_taiga": { - "water_color": "#205e83" - }, - "crimson_forest": { - "water_color": "#8E4441" - }, - "deep_cold_ocean": { - "water_color": "#2080C9", - "water_fog_color": "#185390" - }, - "deep_dark": { - "water_color": "#1787D4" - }, - "deep_frozen_ocean": { - "water_color": "#2570B5", - "water_fog_color": "#1a4879" - }, - "deep_lukewarm_ocean": { - "water_color": "#0D96DB", - "water_fog_color": "#0e72b9" - }, - "deep_ocean": { - "water_color": "#1787D4", - "water_fog_color": "#1463a5" - }, - "deep_warm_ocean": { - "water_color": "#02B0E5", - "water_fog_color": "#0686ca" - }, - "desert": { - "water_color": "#32A598" - }, - "dripstone_caves": { - "water_color": "#326893" - }, - "windswept_hills": { - "water_color": "#007BF7" - }, - "mountain_edge": { - "water_color": "#045cd5" - }, - "windswept_gravelly_hills": { - "water_color": "#0E63AB" - }, - "windswept_forest": { - "water_color": "#0E63AB" - }, - "flower_forest": { - "water_color": "#20A3CC" - }, - "forest": { - "water_color": "#1E97F2" - }, - "frozen_ocean": { - "water_color": "#2570B5", - "water_fog_color": "#174985" - }, - "frozen_peaks": { - "water_color": "#1343A4" - }, - "frozen_river": { - "water_color": "#185390" - }, - "grove": { - "water_color": "#17598E" - }, - "nether_wastes": { - "water_color": "#905957" - }, - "ice_mountains": { - "water_color": "#1156a7" - }, - "snowy_plains": { - "water_color": "#14559b" - }, - "snowy_slopes": { - "water_color": "#14559b" - }, - "ice_spikes": { - "water_color": "#14559b" - }, - "jagged_peaks": { - "water_color": "#3651BD" - }, - "jungle": { - "water_color": "#14A2C5" - }, - "sparse_jungle": { - "water_color": "#0D8AE3" - }, - "lukewarm_ocean": { - "water_color": "#0D96DB", - "water_fog_color": "#0a74c4" - }, - "lush_caves": { - "water_color": "#1493BA" - }, - "mangrove_swamp": { - "water_color": "#3A7A6A" - }, - "meadow": { - "water_color": "#0E4ECF" - }, - "old_growth_spruce_taiga": { - "water_color": "#2d6d77" - }, - "giant_spruce_taiga_hills": { - "water_color": "#2d6d77" - }, - "old_growth_pine_taiga": { - "water_color": "#2d6d77" - }, - "giant_tree_taiga_hills": { - "water_color": "#286378" - }, - "badlands": { - "water_color": "#4E7F81" - }, - "eroded_badlands": { - "water_color": "#497F99" - }, - "badlands_plateau": { - "water_color": "#55809E" - }, - "wooded_badlands": { - "water_color": "#55809E" - }, - "mushroom_fields": { - "water_color": "#8a8997" - }, - "mushroom_fields_shore": { - "water_color": "#818193" - }, - "ocean": { - "water_color": "#1787D4", - "water_fog_color": "#1165b0" - }, - "plains": { - "water_color": "#44AFF5" - }, - "river": { - "water_color": "#0084FF" - }, - "dark_forest": { - "water_color": "#3B6CD1" - }, - "dark_forest_hills": { - "water_color": "#3B6CD1" - }, - "savanna": { - "water_color": "#2C8B9C" - }, - "windswept_savanna": { - "water_color": "#2590A8" - }, - "savanna_plateau": { - "water_color": "#2590A8" - }, - "shattered_savanna_plateau": { - "water_color": "#2590A8" - }, - "snowy_slopes": { - "water_color": "#00478E" - }, - "soul_sand_valley": { - "water_color": "#659393" - }, - "stone_beach": { - "water_color": "#0d67bb" - }, - "stony_peaks": { - "water_color": "#0862AE" - }, - "sunflower_plains": { - "water_color": "#44AFF5" - }, - "swamp": { - "water_color": "#4c6559", - "water_fog_color": "#4c6559", - "water_transparency": 1.0 - }, - "taiga": { - "water_color": "#287082" - }, - "taiga_mountains": { - "water_color": "#236583" - }, - "the_end": { - "water_color": "#62529e" - }, - "warm_ocean": { - "water_color": "#02B0E5", - "water_fog_color": "#0289d5", - "water_transparency": 1.0 - }, - "warped_forest": { - "water_color": "#5FB5A9" - } - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/chest_slot.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/chest_slot.png deleted file mode 100644 index ae87f0def..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/chest_slot.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/feet_slot.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/feet_slot.png deleted file mode 100644 index 38a95d124..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/feet_slot.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/head_slot.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/head_slot.png deleted file mode 100644 index f32a60157..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/head_slot.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/legs_slot.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/legs_slot.png deleted file mode 100644 index bf59eb981..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/legs_slot.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/shield_slot.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/shield_slot.png deleted file mode 100644 index c787cc449..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/shield_slot.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/brewing.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/brewing.png deleted file mode 100644 index c52709859..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/brewing.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/decoration.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/decoration.png deleted file mode 100644 index 947ee1a5b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/decoration.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/misc.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/misc.png deleted file mode 100644 index eec110bac..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/misc.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/redstone_and_transport.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/redstone_and_transport.png deleted file mode 100644 index 9ada2984b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/icon/redstone_and_transport.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/black_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/black_bed.json deleted file mode 100644 index 85734423f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/black_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/black_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/blue_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/blue_bed.json deleted file mode 100644 index 5b65f4016..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/blue_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/blue_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/brown_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/brown_bed.json deleted file mode 100644 index 6324a6a50..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/brown_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/brown_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/cyan_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/cyan_bed.json deleted file mode 100644 index cae508e3e..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/cyan_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/cyan_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/gray_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/gray_bed.json deleted file mode 100644 index 60d883fec..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/gray_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/gray_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/green_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/green_bed.json deleted file mode 100644 index 3e238566a..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/green_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/green_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/light_blue_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/light_blue_bed.json deleted file mode 100644 index 04a65473d..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/light_blue_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/light_blue_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/light_gray_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/light_gray_bed.json deleted file mode 100644 index 3e20a8b50..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/light_gray_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/light_gray_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/lime_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/lime_bed.json deleted file mode 100644 index 9b5c2951b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/lime_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/lime_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/magenta_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/magenta_bed.json deleted file mode 100644 index 63f9f0dc5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/magenta_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/magenta_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/orange_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/orange_bed.json deleted file mode 100644 index 2903a2308..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/orange_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/orange_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/pink_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/pink_bed.json deleted file mode 100644 index 0a9f17740..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/pink_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/pink_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/purple_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/purple_bed.json deleted file mode 100644 index 96940bcf5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/purple_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/purple_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/red_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/red_bed.json deleted file mode 100644 index 69a6e92df..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/red_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/red_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/white_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/white_bed.json deleted file mode 100644 index 62342ffcc..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/white_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/white_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/yellow_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/yellow_bed.json deleted file mode 100644 index 4a9175765..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/items/yellow_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "model", - "model": "minecraft:item/yellow_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/brewing_stand.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/brewing_stand.json deleted file mode 100644 index 64fc8b5b5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/brewing_stand.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "textures": { - "particle": "block/brewing_stand", - "base": "block/brewing_stand_base", - "stand": "block/brewing_stand" - }, - "elements": [ - { - "from": [ 7, 0, 7 ], - "to": [ 9, 14, 9 ], - "faces": { - "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } - } - }, - { - "from": [ 9, 0, 5 ], - "to": [ 15, 2, 11 ], - "faces": { - "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base", "cullface": "down" }, - "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, - "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } - } - }, - { - "from": [ 1, 0, 1 ], - "to": [ 7, 2, 7 ], - "faces": { - "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base", "cullface": "down" }, - "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, - "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } - } - }, - { - "from": [ 1, 0, 9 ], - "to": [ 7, 2, 15 ], - "faces": { - "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base", "cullface": "down" }, - "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } - } - } - ] -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/cocoa_stage2.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/cocoa_stage2.json deleted file mode 100644 index 2e242cd47..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/cocoa_stage2.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/cocoa_stage2", - "cocoa": "block/cocoa_stage2" - }, - "elements": [ - { - "from": [ 4, 3, 7 ], - "to": [ 12, 12, 15 ], - "faces": { - "down": { "uv": [ 0, 0, 7, 7 ], "texture": "#cocoa" }, - "up": { "uv": [ 0, 0, 7, 7 ], "texture": "#cocoa" }, - "north": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" }, - "south": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" }, - "west": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" }, - "east": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" } - } - }, - { "from": [ 8, 12, 12 ], - "to": [ 8, 16, 16 ], - "faces": { - "west": { "uv": [ 12, 0, 16, 4 ], "texture": "#cocoa" }, - "east": { "uv": [ 16, 0, 12, 4 ], "texture": "#cocoa" } - } - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/spawner.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/spawner.json deleted file mode 100644 index ab373b995..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/spawner.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "minecraft:block/spawner" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/sugar_cane.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/sugar_cane.json deleted file mode 100644 index efe1d46fa..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/sugar_cane.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cross", - "textures": { - "cross": "minecraft:block/sugar_cane" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_four_turtle_eggs.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_four_turtle_eggs.json deleted file mode 100644 index 534212feb..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_four_turtle_eggs.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "all": "block/turtle_egg", - "particle": "#all" - }, - "elements": [ - { - "from": [ 5, 0, 4 ], - "to": [ 10, 7, 9 ], - "faces": { - "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, - "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, - "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } - } - }, - { - "from": [ 1, 0, 7 ], - "to": [ 5, 5, 11 ], - "faces": { - "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, - "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, - "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } - } - }, - { - "from": [ 11, 0, 7 ], - "to": [ 14, 4, 10 ], - "faces": { - "down": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, - "up": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, - "north": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, - "south": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, - "west": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, - "east": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" } - } - }, - { - "from": [ 7, 0, 10 ], - "to": [ 10, 3, 13 ], - "faces": { - "down": { "uv": [ 0, 11, 4, 15 ], "texture": "#all" }, - "up": { "uv": [ 0, 11, 4, 15 ], "texture": "#all" }, - "north": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, - "south": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, - "west": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, - "east": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" } - } - } - ] -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_three_turtle_eggs.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_three_turtle_eggs.json deleted file mode 100644 index 46b7514f1..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_three_turtle_eggs.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "#all" - }, - "elements": [ - { - "from": [ 5, 0, 4 ], - "to": [ 10, 7, 9 ], - "faces": { - "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, - "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, - "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } - } - }, - { - "from": [ 1, 0, 7 ], - "to": [ 5, 5, 11 ], - "faces": { - "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, - "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, - "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } - } - }, - { - "from": [ 11, 0, 7 ], - "to": [ 14, 4, 10 ], - "faces": { - "down": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, - "up": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, - "north": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, - "south": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, - "west": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, - "east": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" } - } - } - ] -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_turtle_egg.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_turtle_egg.json deleted file mode 100644 index 6e6ded8f5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_turtle_egg.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "#all" - }, - "elements": [ - { - "from": [ 5, 0, 4 ], - "to": [ 10, 7, 9 ], - "faces": { - "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, - "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, - "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } - } - } - ] -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_two_turtle_eggs.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_two_turtle_eggs.json deleted file mode 100644 index 7bcbb284d..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_two_turtle_eggs.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "#all" - }, - "elements": [ - { - "from": [ 5, 0, 4 ], - "to": [ 10, 7, 9 ], - "faces": { - "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, - "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, - "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, - "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } - } - }, - { - "from": [ 1, 0, 7 ], - "to": [ 5, 5, 11 ], - "faces": { - "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, - "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, - "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, - "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } - } - } - ] -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/black_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/black_bed.json deleted file mode 100644 index b602a70bc..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/black_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/black_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/blue_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/blue_bed.json deleted file mode 100644 index 2dfba9506..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/blue_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/blue_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/brown_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/brown_bed.json deleted file mode 100644 index 30fc629ba..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/brown_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/brown_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/cyan_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/cyan_bed.json deleted file mode 100644 index a5aeee549..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/cyan_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/cyan_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/gray_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/gray_bed.json deleted file mode 100644 index f59ac7a36..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/gray_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/gray_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/green_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/green_bed.json deleted file mode 100644 index cbf2bdba5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/green_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/green_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/light_blue_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/light_blue_bed.json deleted file mode 100644 index d523a01e0..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/light_blue_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/light_blue_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/light_gray_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/light_gray_bed.json deleted file mode 100644 index 86c465c60..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/light_gray_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/light_gray_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/lime_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/lime_bed.json deleted file mode 100644 index 0798fc38b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/lime_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/lime_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/magenta_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/magenta_bed.json deleted file mode 100644 index d1b1e912a..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/magenta_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/magenta_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/orange_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/orange_bed.json deleted file mode 100644 index cbb8b9414..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/orange_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/orange_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/pink_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/pink_bed.json deleted file mode 100644 index e1fd15fcd..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/pink_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/pink_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/purple_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/purple_bed.json deleted file mode 100644 index 02880d4bf..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/purple_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/purple_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/red_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/red_bed.json deleted file mode 100644 index 9edea9b57..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/red_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/red_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/white_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/white_bed.json deleted file mode 100644 index 67127ec7f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/white_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/white_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/yellow_bed.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/yellow_bed.json deleted file mode 100644 index 30039db6d..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/models/item/yellow_bed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "minecraft:item/yellow_bed" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/barrel_bottom.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/barrel_bottom.png deleted file mode 100644 index 0914788e3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/barrel_bottom.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/black_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/black_shulker_box.png deleted file mode 100644 index 04023f3d9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/black_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/black_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/black_stained_glass_pane_top.png deleted file mode 100644 index cea8fad16..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/black_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta deleted file mode 100644 index 4894b537c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "interpolate": true, - "frametime": 10 - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blue_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blue_shulker_box.png deleted file mode 100644 index 58dedc52d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blue_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blue_stained_glass.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blue_stained_glass.png deleted file mode 100644 index ced023494..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blue_stained_glass.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blue_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blue_stained_glass_pane_top.png deleted file mode 100644 index c5cdcb5ef..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blue_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brewing_stand.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brewing_stand.png deleted file mode 100644 index f60968553..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brewing_stand.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brewing_stand_base.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brewing_stand_base.png deleted file mode 100644 index 04ddf7267..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brewing_stand_base.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brown_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brown_shulker_box.png deleted file mode 100644 index ce1d68de0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brown_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brown_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brown_stained_glass_pane_top.png deleted file mode 100644 index 0bcde1a26..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/brown_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/bubble_coral_block.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/bubble_coral_block.png deleted file mode 100644 index 250e0b450..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/bubble_coral_block.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cactus_side.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cactus_side.png deleted file mode 100644 index 0ef87571b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cactus_side.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/carrots_stage3.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/carrots_stage3.png deleted file mode 100644 index f9c349819..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/carrots_stage3.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_side1.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_side1.png deleted file mode 100644 index c8bab3f7f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_side1.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_side2.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_side2.png deleted file mode 100644 index b98e0004f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_side2.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_side3.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_side3.png deleted file mode 100644 index 01b8c2bc1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_side3.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_top.png deleted file mode 100644 index 91e6545ea..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cartography_table_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/coal_ore.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/coal_ore.png deleted file mode 100644 index 7252ab2c9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/coal_ore.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cocoa_stage0.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cocoa_stage0.png deleted file mode 100644 index ef97bfb58..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cocoa_stage0.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cocoa_stage1.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cocoa_stage1.png deleted file mode 100644 index 7e119aec4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cocoa_stage1.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cocoa_stage2.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cocoa_stage2.png deleted file mode 100644 index 4f5446e5c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cocoa_stage2.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/comparator_on.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/comparator_on.png deleted file mode 100644 index bd88b1d71..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/comparator_on.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/copper_ore.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/copper_ore.png deleted file mode 100644 index d6b80793e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/copper_ore.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/crafting_table_front.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/crafting_table_front.png deleted file mode 100644 index 9c958071e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/crafting_table_front.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/crafting_table_side.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/crafting_table_side.png deleted file mode 100644 index 0b0755083..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/crafting_table_side.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/crafting_table_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/crafting_table_top.png deleted file mode 100644 index cc2eb9304..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/crafting_table_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cyan_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cyan_shulker_box.png deleted file mode 100644 index 801f2fd36..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cyan_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png deleted file mode 100644 index 6c18de2ed..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/dark_oak_log_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/dark_oak_log_top.png deleted file mode 100644 index 8a957f711..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/dark_oak_log_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/diamond_ore.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/diamond_ore.png deleted file mode 100644 index c2333b773..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/diamond_ore.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/diorite.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/diorite.png deleted file mode 100644 index d51dcd949..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/diorite.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/emerald_block.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/emerald_block.png deleted file mode 100644 index 11cdf9053..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/emerald_block.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/emerald_ore.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/emerald_ore.png deleted file mode 100644 index a06b2e76c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/emerald_ore.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/end_portal_frame_side.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/end_portal_frame_side.png deleted file mode 100644 index 7e01e2aba..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/end_portal_frame_side.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/end_rod.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/end_rod.png deleted file mode 100644 index a710490cc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/end_rod.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/fire_coral_block.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/fire_coral_block.png deleted file mode 100644 index fdd11e0a5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/fire_coral_block.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/glass_pane_top.png deleted file mode 100644 index d384fa74d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/glow_item_frame.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/glow_item_frame.png deleted file mode 100644 index 57f8a6d93..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/glow_item_frame.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/gold_ore.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/gold_ore.png deleted file mode 100644 index 50658812e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/gold_ore.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/gray_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/gray_shulker_box.png deleted file mode 100644 index f8905b0a6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/gray_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/gray_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/gray_stained_glass_pane_top.png deleted file mode 100644 index 93a90c7db..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/gray_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/green_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/green_shulker_box.png deleted file mode 100644 index c53e46ecc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/green_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/green_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/green_stained_glass_pane_top.png deleted file mode 100644 index 5970ca321..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/green_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/iron_door_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/iron_door_top.png deleted file mode 100644 index b9fe61850..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/iron_door_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/iron_ore.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/iron_ore.png deleted file mode 100644 index f3f5cd8e7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/iron_ore.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/item_frame.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/item_frame.png deleted file mode 100644 index d892c393d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/item_frame.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/kelp.png.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/kelp.png.mcmeta deleted file mode 100644 index 73e1d375c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/kelp.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 4, - "interpolate": false - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/kelp_plant.png.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/kelp_plant.png.mcmeta deleted file mode 100644 index 73e1d375c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/kelp_plant.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 4, - "interpolate": false - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lapis_ore.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lapis_ore.png deleted file mode 100644 index 4e597d9ca..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lapis_ore.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lectern_base.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lectern_base.png deleted file mode 100644 index c3edb0c00..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lectern_base.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_blue_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_blue_shulker_box.png deleted file mode 100644 index e749d6a34..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_blue_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png deleted file mode 100644 index 0796a86c3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_gray_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_gray_shulker_box.png deleted file mode 100644 index 71711b74e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_gray_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png deleted file mode 100644 index 8ea2c6e49..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lime_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lime_shulker_box.png deleted file mode 100644 index 0fbb3102b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lime_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lime_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lime_stained_glass_pane_top.png deleted file mode 100644 index 3ac6d3199..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lime_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/magenta_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/magenta_shulker_box.png deleted file mode 100644 index 4c7ca34ac..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/magenta_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png deleted file mode 100644 index ae5a5f825..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/nether_bricks.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/nether_bricks.png deleted file mode 100644 index 18229a41c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/nether_bricks.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/nether_wart_block.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/nether_wart_block.png deleted file mode 100644 index 1d23eb44d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/nether_wart_block.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/oak_door_bottom.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/oak_door_bottom.png deleted file mode 100644 index eca6276f2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/oak_door_bottom.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/oak_door_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/oak_door_top.png deleted file mode 100644 index 270b5ecf2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/oak_door_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/observer_back_on.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/observer_back_on.png deleted file mode 100644 index 208abf2a5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/observer_back_on.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/orange_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/orange_shulker_box.png deleted file mode 100644 index c4face953..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/orange_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/orange_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/orange_stained_glass_pane_top.png deleted file mode 100644 index 2e9fff99f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/orange_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/pink_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/pink_shulker_box.png deleted file mode 100644 index 2055439aa..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/pink_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/pink_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/pink_stained_glass_pane_top.png deleted file mode 100644 index 68c1e6039..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/pink_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/pumpkin_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/pumpkin_top.png deleted file mode 100644 index d1dc625e6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/pumpkin_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purple_glazed_terracotta.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purple_glazed_terracotta.png deleted file mode 100644 index e4e3041ba..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purple_glazed_terracotta.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purple_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purple_shulker_box.png deleted file mode 100644 index 2109e91aa..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purple_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purple_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purple_stained_glass_pane_top.png deleted file mode 100644 index a31b4eaac..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purple_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purpur_pillar_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purpur_pillar_top.png deleted file mode 100644 index 5b240f6cd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/purpur_pillar_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/quartz_block_bottom.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/quartz_block_bottom.png deleted file mode 100644 index af3e93537..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/quartz_block_bottom.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/quartz_block_side.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/quartz_block_side.png deleted file mode 100644 index 5f75ecb81..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/quartz_block_side.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/quartz_block_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/quartz_block_top.png deleted file mode 100644 index b75a4d7e2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/quartz_block_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/red_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/red_shulker_box.png deleted file mode 100644 index 3e0b9c0d6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/red_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/red_stained_glass.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/red_stained_glass.png deleted file mode 100644 index 99bcc0634..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/red_stained_glass.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/red_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/red_stained_glass_pane_top.png deleted file mode 100644 index 45ebf023a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/red_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/redstone_ore.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/redstone_ore.png deleted file mode 100644 index 634bdde30..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/redstone_ore.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/scaffolding_bottom.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/scaffolding_bottom.png deleted file mode 100644 index d5886f9c4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/scaffolding_bottom.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/scaffolding_side.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/scaffolding_side.png deleted file mode 100644 index a2e0560f9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/scaffolding_side.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/scaffolding_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/scaffolding_top.png deleted file mode 100644 index d26717aec..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/scaffolding_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/seagrass.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/seagrass.png deleted file mode 100644 index 1dbe4f40c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/seagrass.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/seagrass.png.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/seagrass.png.mcmeta deleted file mode 100644 index f547074e0..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/seagrass.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 4, - "interpolate": false - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/shulker_box.png deleted file mode 100644 index 75b18f0a4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/smoker_bottom.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/smoker_bottom.png deleted file mode 100644 index feaac64c0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/smoker_bottom.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/smoker_front_on.png.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/smoker_front_on.png.mcmeta deleted file mode 100644 index 4894b537c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/smoker_front_on.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "interpolate": true, - "frametime": 10 - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/spruce_planks.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/spruce_planks.png deleted file mode 100644 index fde7ed246..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/spruce_planks.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/stripped_dark_oak_log.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/stripped_dark_oak_log.png deleted file mode 100644 index bec0085ab..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/stripped_dark_oak_log.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/stripped_spruce_log.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/stripped_spruce_log.png deleted file mode 100644 index 7cb3a3b2a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/stripped_spruce_log.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_bottom.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_bottom.png deleted file mode 100644 index 4fcde391e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_bottom.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta deleted file mode 100644 index bc8a3c72d..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 3, - "interpolate": false - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_top.png deleted file mode 100644 index 92a9968ab..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta deleted file mode 100644 index bc8a3c72d..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 3, - "interpolate": false - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_flow.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_flow.png deleted file mode 100644 index 906531b5c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_flow.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_flow.png.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_flow.png.mcmeta deleted file mode 100644 index 4f0718ac9..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_flow.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {} -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_still.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_still.png deleted file mode 100644 index b48867898..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_still.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_still.png.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_still.png.mcmeta deleted file mode 100644 index 0645f48c6..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_still.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 2 - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/white_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/white_shulker_box.png deleted file mode 100644 index aa4657210..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/white_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/white_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/white_stained_glass_pane_top.png deleted file mode 100644 index 82c64aa27..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/white_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/yellow_shulker_box.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/yellow_shulker_box.png deleted file mode 100644 index 0b2f33f98..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/yellow_shulker_box.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png deleted file mode 100644 index 31c13dae9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/player/slim/alex.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/player/slim/alex.png deleted file mode 100644 index 73a22c04f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/player/slim/alex.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/player/wide/steve.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/player/wide/steve.png deleted file mode 100644 index d7d21bd92..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/player/wide/steve.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/witch.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/witch.png deleted file mode 100644 index 6f76a44de..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/witch.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/desert.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/desert.png deleted file mode 100644 index 2cc6c22c6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/desert.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/jungle.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/jungle.png deleted file mode 100644 index ee26e40ca..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/jungle.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/plains.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/plains.png deleted file mode 100644 index 871ce0d1a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/plains.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/savanna.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/savanna.png deleted file mode 100644 index 75b25a66a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/savanna.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/snow.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/snow.png deleted file mode 100644 index 0f93f02b9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/entity/zombie_villager/type/snow.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/container/inventory/effect_background_large.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/container/inventory/effect_background_large.png deleted file mode 100644 index 249bfec5a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/container/inventory/effect_background_large.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/container/inventory/effect_background_small.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/container/inventory/effect_background_small.png deleted file mode 100644 index d9ff76e04..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/container/inventory/effect_background_small.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/hud/effect_background.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/hud/effect_background.png deleted file mode 100644 index 7f7f02a1d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/hud/effect_background.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/hud/effect_background_ambient.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/hud/effect_background_ambient.png deleted file mode 100644 index 3db9cf3c7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/hud/effect_background_ambient.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/toast/advancement.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/toast/advancement.png deleted file mode 100644 index 83a5e081b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/toast/advancement.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/toast/recipe.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/toast/recipe.png deleted file mode 100644 index 3a78f28f6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/toast/recipe.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/toast/tutorial.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/toast/tutorial.png deleted file mode 100644 index 3a78f28f6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/gui/sprites/toast/tutorial.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/beetroot_seeds.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/beetroot_seeds.png deleted file mode 100644 index 07c0e8700..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/beetroot_seeds.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/black_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/black_bed.png deleted file mode 100644 index f1dcdca34..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/black_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/blue_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/blue_bed.png deleted file mode 100644 index 33fdcf295..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/blue_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/brown_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/brown_bed.png deleted file mode 100644 index 7e7750724..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/brown_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/cake.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/cake.png deleted file mode 100644 index 137761842..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/cake.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/campfire.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/campfire.png deleted file mode 100644 index 0adfa213c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/campfire.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/cyan_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/cyan_bed.png deleted file mode 100644 index 444c65dee..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/cyan_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_axe.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_axe.png deleted file mode 100644 index a71c87440..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_axe.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_boots.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_boots.png deleted file mode 100644 index bdc3b0a61..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_boots.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_helmet.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_helmet.png deleted file mode 100644 index aa0375a7a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_helmet.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_hoe.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_hoe.png deleted file mode 100644 index 8fe701452..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_hoe.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_leggings.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_leggings.png deleted file mode 100644 index 035be4155..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_leggings.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_pickaxe.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_pickaxe.png deleted file mode 100644 index a4ad37c14..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_pickaxe.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_shovel.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_shovel.png deleted file mode 100644 index 3e798c6d6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_shovel.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_sword.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_sword.png deleted file mode 100644 index f7730b13a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/diamond_sword.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/dried_kelp.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/dried_kelp.png deleted file mode 100644 index d6848a5bc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/dried_kelp.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/emerald.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/emerald.png deleted file mode 100644 index a6da7c285..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/emerald.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/filled_map_markings.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/filled_map_markings.png deleted file mode 100644 index 8f2dd7f48..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/filled_map_markings.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/golden_hoe.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/golden_hoe.png deleted file mode 100644 index 71124074d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/golden_hoe.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/golden_leggings.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/golden_leggings.png deleted file mode 100644 index b514f0bdc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/golden_leggings.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/golden_pickaxe.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/golden_pickaxe.png deleted file mode 100644 index 1b2fc5fec..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/golden_pickaxe.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/gray_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/gray_bed.png deleted file mode 100644 index 190b2027c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/gray_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/green_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/green_bed.png deleted file mode 100644 index ecc0426b4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/green_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/item_frame.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/item_frame.png deleted file mode 100644 index f0dc0933c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/item_frame.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/light_blue_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/light_blue_bed.png deleted file mode 100644 index 1ccc3b11b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/light_blue_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/light_gray_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/light_gray_bed.png deleted file mode 100644 index 6a20f7d79..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/light_gray_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/lime_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/lime_bed.png deleted file mode 100644 index c237985d0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/lime_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/magenta_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/magenta_bed.png deleted file mode 100644 index fa8753352..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/magenta_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/melon_seeds.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/melon_seeds.png deleted file mode 100644 index bb49de68c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/melon_seeds.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/orange_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/orange_bed.png deleted file mode 100644 index 00b3b5538..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/orange_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/phantom_membrane.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/phantom_membrane.png deleted file mode 100644 index 654717eb0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/phantom_membrane.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/pink_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/pink_bed.png deleted file mode 100644 index b15575d0e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/pink_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/potion_overlay.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/potion_overlay.png deleted file mode 100644 index 001b5b045..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/potion_overlay.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/purple_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/purple_bed.png deleted file mode 100644 index 32d37a14d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/purple_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/red_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/red_bed.png deleted file mode 100644 index 391fdfdbd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/red_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/snowball.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/snowball.png deleted file mode 100644 index 2e62c1ec9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/snowball.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/splash_potion.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/splash_potion.png deleted file mode 100644 index cb9d50958..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/splash_potion.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/sugar_cane.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/sugar_cane.png deleted file mode 100644 index 38673e5b0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/sugar_cane.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/tipped_arrow_head.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/tipped_arrow_head.png deleted file mode 100644 index 297e295eb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/tipped_arrow_head.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/white_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/white_bed.png deleted file mode 100644 index dff4c64eb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/white_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/wooden_hoe.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/wooden_hoe.png deleted file mode 100644 index a3b4bd0d1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/wooden_hoe.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/wooden_pickaxe.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/wooden_pickaxe.png deleted file mode 100644 index 7521e1bb6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/wooden_pickaxe.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/yellow_bed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/yellow_bed.png deleted file mode 100644 index e600200dc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/item/yellow_bed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/map/map_icons.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/map/map_icons.png deleted file mode 100644 index b65531a0f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/map/map_icons.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/1.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/1.png deleted file mode 100644 index 8e98b2bef..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/1.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/2.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/2.png deleted file mode 100644 index d6b61895d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/2.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/3.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/3.png deleted file mode 100644 index 426bc669f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/3.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/4.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/4.png deleted file mode 100644 index 2c29c02cd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_flow/4.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/1.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/1.png deleted file mode 100644 index 158c35834..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/1.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/2.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/2.png deleted file mode 100644 index 1143a4170..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/2.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/3.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/3.png deleted file mode 100644 index b5de5fa70..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/3.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/4.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/4.png deleted file mode 100644 index ae128ff32..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/mipmap/water_still/4.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/misc/enchanted_glint_entity.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/misc/enchanted_glint_entity.png deleted file mode 100644 index a516b02f0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/assets/minecraft/textures/misc/enchanted_glint_entity.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/pack.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/pack.mcmeta deleted file mode 100644 index c0d7ac6ff..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/pack.mcmeta +++ /dev/null @@ -1,9 +0,0 @@ -{ - "pack": { - "description": "A more minimal version of Console Aspects. Original courtesy of WilyIcaro and AgentMindStorm", - "pack_format": 16, - "min_format": 16, - "max_format": 999, - "supported_formats": [ 16, 999 ] - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/pack.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/pack.png deleted file mode 100644 index 0c0cbcaa7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Hybrid Aspects/pack.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_day.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_day.png deleted file mode 100644 index 24db55f4e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_day.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_day.png.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_day.png.mcmeta deleted file mode 100644 index 2077f3ce0..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_day.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "texture": { - "blur": true - } -} - diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_night.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_night.png deleted file mode 100644 index 4ad9c6ddf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_night.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_night.png.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_night.png.mcmeta deleted file mode 100644 index 2077f3ce0..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_night.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "texture": { - "blur": true - } -} - diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/pack.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/pack.mcmeta deleted file mode 100644 index d69004c85..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/pack.mcmeta +++ /dev/null @@ -1,10 +0,0 @@ -{ - "pack": { - "description": "The LCE Update Aquatic panorama on top of Re-Console Resources for Simply Legacy", - "pack_format": 69, - "pack_format": 16, - "min_format": 16, - "max_format": 999, - "supported_formats": [ 16, 999 ] - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/pack.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/pack.png deleted file mode 100644 index 33381abfd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Legacy Panorama/pack.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Panorama/assets/legacy/textures/gui/title/panorama_day.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Panorama/assets/legacy/textures/gui/title/panorama_day.png deleted file mode 100644 index a5a7efae9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Panorama/assets/legacy/textures/gui/title/panorama_day.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Panorama/assets/legacy/textures/gui/title/panorama_night.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Panorama/assets/legacy/textures/gui/title/panorama_night.png deleted file mode 100644 index 68ed0e5eb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Panorama/assets/legacy/textures/gui/title/panorama_night.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Panorama/pack.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Panorama/pack.mcmeta deleted file mode 100644 index f76061dc3..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Panorama/pack.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pack": { - "pack_format": 34, - "description": "A resource pack adding the panorama and a bunch of utilities into Re-Console!!" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Panorama/pack.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Panorama/pack.png deleted file mode 100644 index 33381abfd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Panorama/pack.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/control_types.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/control_types.json deleted file mode 100644 index 83b3d219a..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/control_types.json +++ /dev/null @@ -1,121 +0,0 @@ -[ - { - "id": "legacy:java", - "name": {"translate": "legacy.options.controlType.java"}, - "isKbm": true, - "font": { - "default": "legacy:java_hd", - "fhd": "legacy:java", - "sd": { - "id": "legacy:java_sd", - "iconHeight": 9 - } - }, - "minecraftLogo": "legacy:textures/gui/title/minecraft/java.png" - }, - { - "id": "legacy:xbox_360", - "name": {"translate": "legacy.options.controlType.xbox_360"}, - "font": { - "default": "legacy:xbox_360", - "hd": "legacy:xbox_360_hd", - "sd": { - "id": "legacy:xbox_360_sd", - "iconHeight": 9 - } - }, - "minecraftLogo": "legacy:textures/gui/title/minecraft/xbox_360.png" - }, - { - "id": "legacy:xbox_one", - "name": {"translate": "legacy.options.controlType.xbox_one"}, - "font": { - "default": "legacy:xbox_one", - "hd": "legacy:xbox_one_hd", - "sd": { - "id": "legacy:xbox_one_sd", - "iconHeight": 9 - } - }, - "minecraftLogo": "legacy:textures/gui/title/minecraft/xbox_one.png" - }, - { - "id": "legacy:playstation_3", - "name": {"translate": "legacy.options.controlType.playstation_3"}, - "font": { - "default": "legacy:playstation_3", - "sd": { - "id": "legacy:playstation_3_sd", - "iconHeight": 9 - } - }, - "minecraftLogo": "legacy:textures/gui/title/minecraft/playstation_3.png" - }, - { - "id": "legacy:playstation_vita", - "name": {"translate": "legacy.options.controlType.playstation_vita"}, - "font": { - "id": "legacy:playstation_vita", - "iconHeight": 9 - }, - "minecraftLogo": "legacy:textures/gui/title/minecraft/playstation_vita.png" - }, - { - "id": "legacy:playstation_4", - "name": {"translate": "legacy.options.controlType.playstation_4"}, - "font": { - "default": "legacy:playstation_4", - "hd": "legacy:playstation_4_hd", - "sd": { - "id": "legacy:playstation_4_sd", - "iconHeight": 9 - } - }, - "minecraftLogo": "legacy:textures/gui/title/minecraft/playstation_4.png" - }, - { - "id": "legacy:playstation_5", - "name": {"translate": "legacy.options.controlType.playstation_5"}, - "font": { - "default": "legacy:playstation_5", - "hd": "legacy:playstation_5_hd", - "sd": { - "id": "legacy:playstation_5_sd", - "iconHeight": 9 - } - }, - "minecraftLogo": "legacy:textures/gui/title/minecraft/playstation_5.png" - }, - "legacy:wii_u", - { - "id": "legacy:switch", - "name": {"translate": "legacy.options.controlType.switch"}, - "font": { - "default": "legacy:switch", - "hd": "legacy:switch_hd" - }, - "minecraftLogo": "legacy:textures/gui/title/minecraft/switch.png" - }, - { - "id": "legacy:steam", - "name": {"translate": "legacy.options.controlType.steam"}, - "font": { - "default": "legacy:steam", - "hd": "legacy:steam_hd", - "sd": { - "id": "legacy:steam_sd", - "iconHeight": 9 - } - }, - "minecraftLogo": "legacy:textures/gui/title/minecraft/steam.png" - }, - { - "id": "legacy:stadia", - "name": {"translate": "legacy.options.controlType.stadia"}, - "font": { - "default": "legacy:stadia", - "hd": "legacy:stadia_hd" - }, - "minecraftLogo": "legacy:textures/gui/title/minecraft/stadia.png" - } -] diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/default_11.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/default_11.json deleted file mode 100644 index 744af4476..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/default_11.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "providers": [ - { - "type": "bitmap", - "file": "minecraft:font/icons.png", - "ascent": 10, - "height": 10, - "chars": ["\uD83C\uDF56\uD83D\uDC58"] - }, - { - "type": "bitmap", - "file": "legacy:font/default_11.png", - "ascent": 8, - "chars": [ - "\u0001\u017C\u017B\u017A\u0179\u0107\u0106\u0144\u0143\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", - "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0021\u0022\u0023\u0024\u0025\u0026\u0027\u0028\u0029\u002A\u002B\u002C\u002D", - "\u002E\u002F\u0030\u0031\u0032\u0033\u0034\u0035\u0036\u0037\u0038\u0039\u003A\u003B\u003C\u003D\u003E\u003F\u0040\u0041\u0042\u0043\u0044", - "\u0045\u0046\u0047\u0048\u0049\u004A\u004B\u004C\u004D\u004E\u004F\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005A\u005B", - "\u005C\u005D\u005E\u005F\u0060\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006A\u006B\u006C\u006D\u006E\u006F\u0070\u0071\u0072", - "\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007A\u007B\u007C\u007D\u007E\u007F\u0080\u0081\u0082\u0083\u0084\u0085\u0086\u0087\u0088\u0089", - "\u008a\u008b\u008c\u008d\u008e\u008f\u0090\u0091\u0092\u0093\u0094\u0095\u0096\u0097\u0098\u0099\u009a\u009b\u009c\u009d\u009e\u009f\u00a0", - "\u00a1\u00a2\u00a3\u00a4\u00a5\u00a6\u00a7\u00a8\u00a9\u00aa\u00ab\u00ac\u00ad\u00ae\u00af\u00b0\u00b1\u00b2\u00b3\u00b4\u00b5\u00b6\u00b7", - "\u00b8\u00b9\u00ba\u00bb\u00bc\u00bd\u00be\u00bf\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce", - "\u00cf\u00d0\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u00d7\u00d8\u00d9\u00da\u00db\u00dc\u00dd\u00de\u00df\u00e0\u00e1\u00e2\u00e3\u00e4\u00e5", - "\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\u00f0\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f7\u00f8\u00f9\u00fa\u00fb\u00fc", - "\u00fd\u00fe\u00ff\u0152\u0153\u0160\u0161\u0178\u017d\u017e\u0192\u02e3\u2784\u2013\u2014\u2019\u201a\u201c\u201d\u201e\u2020\u2021\u2022", - "\u2026\u2030\u2039\u203a\u20ac\u2122\u035d\u015e\u0130\u011e\u015f\u0131\u011f\u0119\u0118\u00f3\u00d3\u0105\u0104\u015b\u015a\u0142\u0141", - "\u0401\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425", - "\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c", - "\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u0451\u03c7\u03c8\u03c9", - "\u010c\u010e\u011a\u0139\u013d\u0147\u0150\u0158\u0164\u016e\u0170\u010d\u010f\u011b\u013a\u013e\u0148\u0151\u0159\u0165\u016f\u0171\u0000", - "\u0391\u0392\u0393\u0394\u0395\u0396\u0397\u0398\u0399\u039a\u039b\u039c\u039d\u039e\u039f\u03a0\u03a1\u03a3\u03a4\u03a5\u03a6\u03a7\u03a8", - "\u03a9\u03b1\u03b2\u03b3\u03b4\u03b5\u03b6\u03b7\u03b8\u03b9\u03ba\u03bb\u03bc\u03bd\u03be\u03bf\u03c0\u03c1\u03c2\u03c3\u03c4\u03c5\u03c6", - "\u0386\u0388\u0389\u038a\u038c\u038e\u038f\u0390\u03ac\u03ad\u03ae\u03af\u03ca\u03cc\u03cd\u03ce\u0155\u0384\u2018\u0000\u0000\u0000\u0000" - ] - }, - { - "type": "reference", - "id": "minecraft:include/space" - }, - { - "type": "reference", - "id": "minecraft:include/default" - } - ] -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/java.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/java.json deleted file mode 100644 index a5184cb2f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/java.json +++ /dev/null @@ -1,1229 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/kbm/key_base.png", - "ascent": 11, - "height": 15, - "chars": ["\uC000"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/key_base_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uC001"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/mouse_base.png", - "ascent": 11, - "height": 15, - "chars": ["\uC002"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/mouse_base_focused.png", - "ascent": 11, - "height": 15, - "chars": ["\uC003"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/space_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0032"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/space_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1032"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/comma_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0044"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/minus_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1045"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/minus_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0045"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/comma_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1044"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/period_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0046"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/period_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1046"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/slash_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0047"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/slash_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1047"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/semicolon_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0059"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/semicolon_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1059"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/equals_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0061"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/equals_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1061"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/0_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0048"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/0_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1048"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/1_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0049"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/1_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1049"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/2_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0050"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/2_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1050"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/3_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0051"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/3_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1051"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/4_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0052"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/4_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1052"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/5_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0053"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/5_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1053"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/6_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0054"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/6_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1054"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/7_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0055"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/7_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1055"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/8_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0056"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/8_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1056"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/9_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0057"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/9_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1057"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/a_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0065"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/a_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1065"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/b_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0066"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/b_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1066"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/c_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0067"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/c_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1067"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/d_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0068"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/d_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1068"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/e_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0069"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/e_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1069"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0070"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1070"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/g_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0071"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/g_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1071"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/h_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0072"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/h_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1072"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/i_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0073"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/i_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1073"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/j_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0074"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/j_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1074"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/k_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0075"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/k_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1075"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/l_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0076"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/l_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1076"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/m_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0077"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/m_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1077"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/n_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0078"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/n_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1078"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/o_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0079"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/o_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1079"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/p_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0080"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/p_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1080"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/q_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0081"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/q_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1081"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/r_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0082"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/r_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1082"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/s_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0083"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/s_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1083"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/t_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0084"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/t_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1084"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/u_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0085"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/u_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1085"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/v_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0086"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/v_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1086"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/w_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0087"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/w_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1087"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/x_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0088"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/x_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1088"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/y_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0089"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/y_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1089"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/z_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0090"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/z_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1090"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/left_bracket_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0091"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/left_bracket_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1091"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/backslash_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0092"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/backslash_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1092"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/right_bracket_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0093"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/right_bracket_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1093"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/grave_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0096"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/grave_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1096"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/up_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0265"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/up_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1265"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/left_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0263"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/left_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1263"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/down_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0264"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/down_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1264"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/right_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0262"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/right_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1262"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/esc_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0256"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/esc_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1256"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/return_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0257"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/return_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1257"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/tab_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0258"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/tab_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1258"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/backspace_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0259"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/backspace_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1259"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/insert_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0260"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/insert_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1260"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/delete_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0261"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/delete_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1261"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f1_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0290"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f1_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1290"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f2_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0291"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f2_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1291"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f3_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0292"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f3_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1292"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f4_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0293"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f4_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1293"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f5_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0294"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f5_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1294"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f6_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0295"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f6_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1295"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f7_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0296"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f7_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1296"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f8_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0297"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f8_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1297"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f9_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0298"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f9_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1298"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f10_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0299"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f10_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1299"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f11_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0300"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f11_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1300"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f12_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0301"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/f12_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1301"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/left_mouse.png", - "ascent": 11, - "height": 15, - "chars": ["\uD000"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/left_mouse_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE000"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/right_mouse.png", - "ascent": 11, - "height": 15, - "chars": ["\uD001"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/right_mouse_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/mouse_scroll.png", - "ascent": 11, - "height": 15, - "chars": ["\uA000"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/mouse_scroll_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uA001"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/mouse_scroll_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uA002"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/mouse_scroll_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uD002"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/mouse_scroll_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/enter_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0335"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/enter_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1335"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/left_shift_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0340"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/left_shift_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1340"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/right_shift_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0344"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/right_shift_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1344"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/left_control_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0341"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/left_control_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1341"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/right_control_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0345"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/right_control_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1345"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/left_alt_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0342"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/left_alt_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1342"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/right_alt_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0346"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/right_alt_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1346"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/pg_down_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0267"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/pg_down_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1267"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/pg_up_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0266"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/pg_up_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1266"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/home_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0268"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/home_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1268"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/end_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0269"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/end_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1269"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/caps_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0280"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/caps_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1280"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/java_hd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/java_hd.json deleted file mode 100644 index dae2d70fa..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/java_hd.json +++ /dev/null @@ -1,1229 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/key_base.png", - "ascent": 11, - "height": 15, - "chars": ["\uC000"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/key_base_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uC001"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/mouse_base.png", - "ascent": 11, - "height": 15, - "chars": ["\uC002"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/mouse_base_focused.png", - "ascent": 11, - "height": 15, - "chars": ["\uC003"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/space_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0032"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/space_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1032"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/comma_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0044"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/minus_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1045"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/minus_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0045"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/comma_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1044"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/period_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0046"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/period_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1046"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/slash_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0047"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/slash_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1047"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/semicolon_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0059"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/semicolon_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1059"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/equals_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0061"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/equals_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1061"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/0_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0048"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/0_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1048"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/1_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0049"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/1_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1049"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/2_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0050"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/2_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1050"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/3_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0051"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/3_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1051"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/4_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0052"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/4_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1052"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/5_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0053"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/5_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1053"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/6_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0054"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/6_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1054"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/7_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0055"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/7_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1055"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/8_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0056"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/8_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1056"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/9_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0057"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/9_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1057"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/a_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0065"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/a_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1065"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/b_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0066"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/b_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1066"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/c_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0067"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/c_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1067"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/d_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0068"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/d_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1068"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/e_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0069"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/e_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1069"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0070"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1070"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/g_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0071"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/g_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1071"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/h_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0072"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/h_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1072"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/i_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0073"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/i_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1073"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/j_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0074"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/j_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1074"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/k_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0075"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/k_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1075"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/l_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0076"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/l_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1076"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/m_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0077"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/m_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1077"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/n_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0078"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/n_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1078"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/o_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0079"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/o_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1079"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/p_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0080"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/p_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1080"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/q_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0081"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/q_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1081"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/r_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0082"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/r_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1082"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/s_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0083"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/s_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1083"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/t_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0084"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/t_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1084"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/u_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0085"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/u_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1085"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/v_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0086"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/v_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1086"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/w_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0087"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/w_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1087"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/x_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0088"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/x_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1088"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/y_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0089"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/y_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1089"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/z_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0090"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/z_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1090"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/left_bracket_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0091"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/left_bracket_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1091"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/backslash_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0092"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/backslash_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1092"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/right_bracket_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0093"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/right_bracket_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1093"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/grave_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0096"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/grave_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1096"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/up_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0265"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/up_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1265"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/left_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0263"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/left_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1263"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/down_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0264"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/down_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1264"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/right_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0262"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/right_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1262"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/esc_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0256"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/esc_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1256"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/return_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0257"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/return_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1257"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/tab_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0258"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/tab_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1258"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/backspace_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0259"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/backspace_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1259"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/insert_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0260"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/insert_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1260"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/delete_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0261"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/delete_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1261"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f1_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0290"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f1_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1290"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f2_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0291"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f2_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1291"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f3_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0292"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f3_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1292"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f4_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0293"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f4_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1293"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f5_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0294"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f5_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1294"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f6_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0295"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f6_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1295"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f7_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0296"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f7_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1296"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f8_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0297"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f8_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1297"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f9_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0298"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f9_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1298"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f10_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0299"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f10_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1299"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f11_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0300"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f11_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1300"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f12_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0301"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/f12_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1301"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/left_mouse.png", - "ascent": 11, - "height": 15, - "chars": ["\uD000"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/left_mouse_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE000"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/right_mouse.png", - "ascent": 11, - "height": 15, - "chars": ["\uD001"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/right_mouse_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/mouse_scroll.png", - "ascent": 11, - "height": 15, - "chars": ["\uA000"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/mouse_scroll_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uA001"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/mouse_scroll_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uA002"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/mouse_scroll_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uD002"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/mouse_scroll_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/enter_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0335"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/enter_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1335"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/left_shift_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0340"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/left_shift_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1340"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/right_shift_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0344"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/right_shift_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1344"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/left_control_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0341"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/left_control_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1341"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/right_control_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0345"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/right_control_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1345"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/left_alt_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0342"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/left_alt_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1342"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/right_alt_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0346"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/right_alt_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1346"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/pg_down_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0267"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/pg_down_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1267"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/pg_up_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0266"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/pg_up_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1266"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/home_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0268"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/home_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1268"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/end_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0269"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/end_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1269"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/caps_key.png", - "ascent": 11, - "height": 15, - "chars": ["\u0280"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/hd/caps_key_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\u1280"] - } - ] -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/java_sd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/java_sd.json deleted file mode 100644 index 1acce3b86..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/java_sd.json +++ /dev/null @@ -1,1229 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/key_base.png", - "ascent": 9, - "height": 10, - "chars": ["\uC000"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/key_base_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uC001"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/mouse_base.png", - "ascent": 9, - "height": 10, - "chars": ["\uC002"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/mouse_base_focused.png", - "ascent": 9, - "height": 10, - "chars": ["\uC003"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/space_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0032"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/space_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1032"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/comma_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0044"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/minus_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1045"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/minus_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0045"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/comma_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1044"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/period_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0046"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/period_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1046"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/slash_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0047"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/slash_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1047"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/semicolon_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0059"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/semicolon_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1059"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/equals_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0061"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/equals_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1061"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/0_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0048"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/0_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1048"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/1_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0049"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/1_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1049"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/2_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0050"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/2_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1050"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/3_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0051"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/3_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1051"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/4_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0052"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/4_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1052"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/5_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0053"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/5_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1053"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/6_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0054"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/6_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1054"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/7_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0055"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/7_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1055"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/8_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0056"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/8_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1056"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/9_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0057"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/9_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1057"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/a_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0065"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/a_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1065"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/b_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0066"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/b_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1066"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/c_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0067"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/c_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1067"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/d_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0068"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/d_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1068"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/e_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0069"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/e_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1069"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0070"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1070"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/g_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0071"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/g_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1071"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/h_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0072"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/h_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1072"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/i_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0073"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/i_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1073"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/j_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0074"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/j_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1074"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/k_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0075"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/k_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1075"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/l_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0076"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/l_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1076"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/m_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0077"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/m_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1077"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/n_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0078"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/n_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1078"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/o_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0079"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/o_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1079"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/p_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0080"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/p_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1080"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/q_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0081"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/q_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1081"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/r_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0082"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/r_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1082"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/s_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0083"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/s_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1083"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/t_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0084"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/t_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1084"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/u_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0085"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/u_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1085"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/v_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0086"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/v_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1086"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/w_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0087"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/w_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1087"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/x_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0088"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/x_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1088"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/y_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0089"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/y_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1089"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/z_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0090"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/z_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1090"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/left_bracket_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0091"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/left_bracket_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1091"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/backslash_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0092"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/backslash_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1092"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/right_bracket_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0093"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/right_bracket_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1093"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/grave_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0096"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/grave_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1096"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/up_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0265"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/up_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1265"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/left_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0263"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/left_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1263"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/down_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0264"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/down_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1264"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/right_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0262"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/right_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1262"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/esc_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0256"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/esc_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1256"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/return_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0257"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/return_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1257"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/tab_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0258"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/tab_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1258"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/backspace_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0259"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/backspace_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1259"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/insert_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0260"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/insert_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1260"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/delete_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0261"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/delete_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1261"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f1_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0290"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f1_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1290"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f2_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0291"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f2_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1291"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f3_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0292"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f3_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1292"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f4_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0293"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f4_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1293"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f5_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0294"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f5_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1294"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f6_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0295"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f6_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1295"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f7_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0296"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f7_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1296"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f8_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0297"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f8_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1297"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f9_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0298"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f9_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1298"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f10_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0299"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f10_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1299"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f11_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0300"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f11_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1300"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f12_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0301"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/f12_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1301"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/left_mouse.png", - "ascent": 9, - "height": 10, - "chars": ["\uD000"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/left_mouse_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE000"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/right_mouse.png", - "ascent": 9, - "height": 10, - "chars": ["\uD001"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/right_mouse_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/mouse_scroll.png", - "ascent": 9, - "height": 10, - "chars": ["\uA000"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/mouse_scroll_up.png", - "ascent": 9, - "height": 10, - "chars": ["\uA001"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/mouse_scroll_up.png", - "ascent": 9, - "height": 10, - "chars": ["\uA002"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/mouse_scroll_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uD002"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/mouse_scroll_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/enter_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0335"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/enter_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1335"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/left_shift_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0340"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/left_shift_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1340"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/right_shift_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0344"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/right_shift_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1344"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/left_control_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0341"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/left_control_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1341"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/right_control_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0345"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/right_control_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1345"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/left_alt_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0342"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/left_alt_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1342"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/right_alt_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0346"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/right_alt_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1346"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/pg_down_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0267"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/pg_down_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1267"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/pg_up_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0266"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/pg_up_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1266"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/home_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0268"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/home_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1268"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/end_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0269"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/end_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1269"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/caps_key.png", - "ascent": 9, - "height": 10, - "chars": ["\u0280"] - }, - { - "type": "bitmap", - "file": "legacy:component/kbm/sd/caps_key_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\u1280"] - } - ] -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/mojangles_11.ttf b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/mojangles_11.ttf deleted file mode 100644 index 9f782e832..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/mojangles_11.ttf and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_3.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_3.json deleted file mode 100644 index 7876cb869..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_3.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/ps3/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_3_sd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_3_sd.json deleted file mode 100644 index 1bc97405c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_3_sd.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/down_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/down_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/right_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/right_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/left_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/left_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/up_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/up_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/back_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/back_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/guide_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/start_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/start_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/left_stick.png", - "ascent": 9, - "height": 10, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/left_stick_pressed_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/left_stick_pressed_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/right_stick.png", - "ascent": 9, - "height": 10, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/right_stick_pressed_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/right_stick_pressed_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/left_stick_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/left_stick_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/right_stick_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/right_stick_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/left_bumper.png", - "ascent": 9, - "height": 10, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/left_bumper_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/right_bumper.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/right_bumper_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/left_trigger.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/left_trigger_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/right_trigger.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/right_trigger_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/dpad_down.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/dpad_down_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/dpad_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/dpad_right_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/dpad_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/dpad_left_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/dpad_up.png", - "ascent": 9, - "height": 10, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/dpad_up_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps3/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_4.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_4.json deleted file mode 100644 index 31664c99c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_4.json +++ /dev/null @@ -1,361 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/ps4/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/touchpad.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/touchpad_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE751"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_4_hd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_4_hd.json deleted file mode 100644 index 195b3283f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_4_hd.json +++ /dev/null @@ -1,361 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/touchpad.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/touchpad_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE751"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_4_sd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_4_sd.json deleted file mode 100644 index e45dc4539..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_4_sd.json +++ /dev/null @@ -1,361 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/down_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/down_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/right_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/right_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/left_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/left_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/up_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/up_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/back_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/back_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/guide_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/start_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/start_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/left_stick.png", - "ascent": 9, - "height": 10, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/left_stick_pressed_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/left_stick_pressed_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/right_stick.png", - "ascent": 9, - "height": 10, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/right_stick_pressed_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/right_stick_pressed_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/left_stick_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/left_stick_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/right_stick_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/right_stick_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/left_bumper.png", - "ascent": 9, - "height": 10, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/left_bumper_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/right_bumper.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/right_bumper_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/left_trigger.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/left_trigger_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/right_trigger.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/right_trigger_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/dpad_down.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/dpad_down_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/dpad_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/dpad_right_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/dpad_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/dpad_left_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/dpad_up.png", - "ascent": 9, - "height": 10, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/dpad_up_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/touchpad.png", - "ascent": 9, - "height": 10, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/touchpad_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE751"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps4/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_5.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_5.json deleted file mode 100644 index cf9c113ed..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_5.json +++ /dev/null @@ -1,361 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/ps5/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/touchpad.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/touchpad_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE751"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_5_hd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_5_hd.json deleted file mode 100644 index b366e2655..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_5_hd.json +++ /dev/null @@ -1,361 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/touchpad.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/touchpad_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE751"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] - } - ] -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_5_sd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_5_sd.json deleted file mode 100644 index cae9330b3..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_5_sd.json +++ /dev/null @@ -1,361 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/down_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/down_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/right_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/right_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/left_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/left_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/up_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/up_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/back_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/back_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/guide_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/start_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/start_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/left_stick.png", - "ascent": 9, - "height": 10, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/left_stick_pressed_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/left_stick_pressed_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/right_stick.png", - "ascent": 9, - "height": 10, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/right_stick_pressed_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/right_stick_pressed_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/left_stick_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/left_stick_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/right_stick_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/right_stick_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/left_bumper.png", - "ascent": 9, - "height": 10, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/left_bumper_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/right_bumper.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/right_bumper_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/left_trigger.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/left_trigger_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/right_trigger.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/right_trigger_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/dpad_down.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/dpad_down_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/dpad_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/dpad_right_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/dpad_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/dpad_left_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/dpad_up.png", - "ascent": 9, - "height": 10, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/dpad_up_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/touchpad.png", - "ascent": 9, - "height": 10, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/touchpad_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE751"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/ps5/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE75B"] - } - ] -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_vita.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_vita.json deleted file mode 100644 index 9f3888360..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/playstation_vita.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/psvita/down_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/down_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/right_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/right_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/left_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/left_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/up_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/up_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/back_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/back_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/guide_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/start_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/start_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/left_stick.png", - "ascent": 9, - "height": 10, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/left_stick_pressed_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/left_stick_pressed_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/right_stick.png", - "ascent": 9, - "height": 10, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/right_stick_pressed_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/right_stick_pressed_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/left_stick_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/left_stick_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/right_stick_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/right_stick_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/left_bumper.png", - "ascent": 9, - "height": 10, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/left_bumper_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/right_bumper.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/right_bumper_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/left_trigger.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/left_trigger_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/right_trigger.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/right_trigger_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/dpad_down.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/dpad_down_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/dpad_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/dpad_right_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/dpad_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/dpad_left_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/dpad_up.png", - "ascent": 9, - "height": 10, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/dpad_up_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/psvita/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/stadia.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/stadia.json deleted file mode 100644 index d4061d5c5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/stadia.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/stadia/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/stadia_hd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/stadia_hd.json deleted file mode 100644 index 32f372414..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/stadia_hd.json +++ /dev/null @@ -1,277 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/stadia/hd/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - } - ] -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/steam.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/steam.json deleted file mode 100644 index f62f4c28e..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/steam.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/fhd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] - } - ] -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/steam_hd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/steam_hd.json deleted file mode 100644 index 6c2f43008..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/steam_hd.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/steam/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/steam_sd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/steam_sd.json deleted file mode 100644 index 54addb0f4..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/steam_sd.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/steam/sd/down_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/down_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/right_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/right_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/left_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/left_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/up_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/up_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/back_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/back_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/guide_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/start_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/start_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/left_stick.png", - "ascent": 9, - "height": 10, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/left_stick_pressed_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/left_stick_pressed_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/right_stick.png", - "ascent": 9, - "height": 10, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/right_stick_pressed_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/right_stick_pressed_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/left_stick_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/left_stick_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/right_stick_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/right_stick_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/left_bumper.png", - "ascent": 9, - "height": 10, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/left_bumper_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/right_bumper.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/right_bumper_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/left_trigger.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/left_trigger_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/right_trigger.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/right_trigger_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/dpad_down.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/dpad_down_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/dpad_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/dpad_right_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/dpad_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/dpad_left_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/dpad_up.png", - "ascent": 9, - "height": 10, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/dpad_up_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/steam/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/switch.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/switch.json deleted file mode 100644 index be26dd7d4..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/switch.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/switch/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/capture_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/capture_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_sl_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_sl_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_sr_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/left_sr_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_sl_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_sl_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_sr_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/right_sr_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/switch_hd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/switch_hd.json deleted file mode 100644 index 2bd7d7bef..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/switch_hd.json +++ /dev/null @@ -1,277 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/switch/hd/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/switch/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - } - ] -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/wii_u.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/wii_u.json deleted file mode 100644 index 09d38e057..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/wii_u.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/wii_u/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/wii_u/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_360.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_360.json deleted file mode 100644 index 0feb0236e..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_360.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/x360/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_360_hd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_360_hd.json deleted file mode 100644 index 8e9e094d0..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_360_hd.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/x360/hd/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] - } - ] -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_360_sd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_360_sd.json deleted file mode 100644 index 8eb28a276..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_360_sd.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/x360/sd/down_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/down_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/right_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/right_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/left_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/left_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/up_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/up_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/back_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/back_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/guide_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/start_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/start_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/left_stick.png", - "ascent": 9, - "height": 10, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/left_stick_pressed_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/left_stick_pressed_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/right_stick.png", - "ascent": 9, - "height": 10, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/right_stick_pressed_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/right_stick_pressed_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/left_stick_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/left_stick_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/right_stick_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/right_stick_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/left_bumper.png", - "ascent": 9, - "height": 10, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/left_bumper_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/right_bumper.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/right_bumper_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/left_trigger.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/left_trigger_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/right_trigger.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/right_trigger_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/dpad_down.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/dpad_down_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/dpad_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/dpad_right_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/dpad_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/dpad_left_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/dpad_up.png", - "ascent": 9, - "height": 10, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/dpad_up_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/x360/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_one.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_one.json deleted file mode 100644 index 764b6be28..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_one.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/xone/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_one_hd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_one_hd.json deleted file mode 100644 index fca6c3b37..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_one_hd.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/xone/hd/down_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/down_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/right_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/right_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/left_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/left_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/up_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/up_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/back_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/back_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/guide_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/start_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/start_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/left_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/left_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/left_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/right_stick.png", - "ascent": 11, - "height": 15, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/right_stick_pressed_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/right_stick_pressed_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/left_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/left_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/right_stick_button.png", - "ascent": 11, - "height": 15, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/right_stick_button_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/left_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/left_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/right_bumper.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/right_bumper_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/left_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/left_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/right_trigger.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/right_trigger_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/dpad_down.png", - "ascent": 11, - "height": 15, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/dpad_down_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/dpad_right.png", - "ascent": 11, - "height": 15, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/dpad_right_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/dpad_left.png", - "ascent": 11, - "height": 15, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/dpad_left_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/dpad_up.png", - "ascent": 11, - "height": 15, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/dpad_up_pressed.png", - "ascent": 11, - "height": 15, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/hd/unknown.png", - "ascent": 11, - "height": 15, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_one_sd.json b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_one_sd.json deleted file mode 100644 index 945f4cd87..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/font/xbox_one_sd.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "providers":[ - { - "type": "bitmap", - "file": "legacy:component/xone/sd/down_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE735"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/down_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE001"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/right_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE736"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/right_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE002"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/left_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE737"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/left_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE003"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/up_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE738"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/up_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE004"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/back_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73E"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/back_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE005"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/guide_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE745"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/start_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73D"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/start_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE006"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/left_stick.png", - "ascent": 9, - "height": 10, - "chars": ["\uE746"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/left_stick_pressed_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE747"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/left_stick_pressed_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE748"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/right_stick.png", - "ascent": 9, - "height": 10, - "chars": ["\uE749"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/right_stick_pressed_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74E"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/right_stick_pressed_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74F"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/left_stick_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE743"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/left_stick_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/right_stick_button.png", - "ascent": 9, - "height": 10, - "chars": ["\uE744"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/right_stick_button_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE010"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/left_bumper.png", - "ascent": 9, - "height": 10, - "chars": ["\uE739"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/left_bumper_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74A"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/right_bumper.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73A"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/right_bumper_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74B"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/left_trigger.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73B"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/left_trigger_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74C"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/right_trigger.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73C"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/right_trigger_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE74D"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/dpad_down.png", - "ascent": 9, - "height": 10, - "chars": ["\uE73F"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/dpad_down_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00C"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/dpad_right.png", - "ascent": 9, - "height": 10, - "chars": ["\uE740"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/dpad_right_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00D"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/dpad_left.png", - "ascent": 9, - "height": 10, - "chars": ["\uE741"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/dpad_left_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00E"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/dpad_up.png", - "ascent": 9, - "height": 10, - "chars": ["\uE742"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/dpad_up_pressed.png", - "ascent": 9, - "height": 10, - "chars": ["\uE00F"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE750"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE752"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE753"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE754"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE755"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE756"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE757"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE758"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE759"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE75A"] - }, - { - "type": "bitmap", - "file": "legacy:component/xone/sd/unknown.png", - "ascent": 9, - "height": 10, - "chars": ["\uE75B"] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/0_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/0_key.png deleted file mode 100644 index c9c59c065..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/0_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/0_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/0_key_pressed.png deleted file mode 100644 index 8e7c2ec1e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/0_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/1_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/1_key.png deleted file mode 100644 index c82529166..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/1_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/1_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/1_key_pressed.png deleted file mode 100644 index 13f3e05f7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/1_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/2_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/2_key.png deleted file mode 100644 index af729c95f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/2_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/2_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/2_key_pressed.png deleted file mode 100644 index f9d3cddaa..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/2_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/3_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/3_key.png deleted file mode 100644 index 450411e39..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/3_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/3_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/3_key_pressed.png deleted file mode 100644 index 6aaffb6da..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/3_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/4_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/4_key.png deleted file mode 100644 index f9eefb1cb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/4_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/4_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/4_key_pressed.png deleted file mode 100644 index 3c9bc3285..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/4_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/5_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/5_key.png deleted file mode 100644 index d7443d68c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/5_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/5_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/5_key_pressed.png deleted file mode 100644 index b470c0214..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/5_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/6_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/6_key.png deleted file mode 100644 index f47095546..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/6_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/6_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/6_key_pressed.png deleted file mode 100644 index 5c2253bef..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/6_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/7_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/7_key.png deleted file mode 100644 index c93f86fff..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/7_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/7_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/7_key_pressed.png deleted file mode 100644 index 47a02331b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/7_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/8_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/8_key.png deleted file mode 100644 index d7587139f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/8_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/8_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/8_key_pressed.png deleted file mode 100644 index d601001e6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/8_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/9_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/9_key.png deleted file mode 100644 index efa311184..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/9_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/9_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/9_key_pressed.png deleted file mode 100644 index a31744669..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/9_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/a_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/a_key.png deleted file mode 100644 index 45f431f22..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/a_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/a_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/a_key_pressed.png deleted file mode 100644 index cf002a0ba..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/a_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/b_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/b_key.png deleted file mode 100644 index 62e230a7e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/b_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/b_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/b_key_pressed.png deleted file mode 100644 index b972c3f0c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/b_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backslash_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backslash_key.png deleted file mode 100644 index d7d68ecc5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backslash_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backslash_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backslash_key_pressed.png deleted file mode 100644 index bce086669..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backslash_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backspace_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backspace_key.png deleted file mode 100644 index 191e5442c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backspace_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backspace_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backspace_key_pressed.png deleted file mode 100644 index 03370ba77..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/backspace_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/c_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/c_key.png deleted file mode 100644 index e6c8c8b47..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/c_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/c_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/c_key_pressed.png deleted file mode 100644 index 74919ea80..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/c_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/caps_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/caps_key.png deleted file mode 100644 index 17a74e0c4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/caps_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/caps_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/caps_key_pressed.png deleted file mode 100644 index dea93cd10..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/caps_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/comma_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/comma_key.png deleted file mode 100644 index cce9baacd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/comma_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/comma_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/comma_key_pressed.png deleted file mode 100644 index e5787edbe..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/comma_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/d_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/d_key.png deleted file mode 100644 index 051109e3e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/d_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/d_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/d_key_pressed.png deleted file mode 100644 index a41041935..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/d_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/delete_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/delete_key.png deleted file mode 100644 index 8f94a753c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/delete_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/delete_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/delete_key_pressed.png deleted file mode 100644 index d688a0f2c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/delete_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/down_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/down_key.png deleted file mode 100644 index 60e370bc6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/down_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/down_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/down_key_pressed.png deleted file mode 100644 index 35de6cc37..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/down_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/e_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/e_key.png deleted file mode 100644 index fbf5a65e7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/e_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/e_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/e_key_pressed.png deleted file mode 100644 index 67b13a112..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/e_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/end_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/end_key.png deleted file mode 100644 index 8101fd654..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/end_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/end_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/end_key_pressed.png deleted file mode 100644 index 665c0c2ec..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/end_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/enter_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/enter_key.png deleted file mode 100644 index 60850de4a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/enter_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/enter_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/enter_key_pressed.png deleted file mode 100644 index 1068fc4e2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/enter_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/equals_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/equals_key.png deleted file mode 100644 index f478cee77..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/equals_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/equals_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/equals_key_pressed.png deleted file mode 100644 index a725b48e0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/equals_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/esc_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/esc_key.png deleted file mode 100644 index 3b10cb13c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/esc_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/esc_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/esc_key_pressed.png deleted file mode 100644 index b5789cfb4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/esc_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f10_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f10_key.png deleted file mode 100644 index ecbad6a8a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f10_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f10_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f10_key_pressed.png deleted file mode 100644 index f42b25b48..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f10_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f11_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f11_key.png deleted file mode 100644 index 4f3b05347..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f11_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f11_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f11_key_pressed.png deleted file mode 100644 index 24aea1d71..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f11_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f12_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f12_key.png deleted file mode 100644 index 4b4d2a6f6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f12_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f12_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f12_key_pressed.png deleted file mode 100644 index 23b6998c8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f12_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f1_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f1_key.png deleted file mode 100644 index e4e44aa21..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f1_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f1_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f1_key_pressed.png deleted file mode 100644 index ee461876d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f1_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f2_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f2_key.png deleted file mode 100644 index 825f3952b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f2_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f2_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f2_key_pressed.png deleted file mode 100644 index 4dd35b48f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f2_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f3_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f3_key.png deleted file mode 100644 index 93e2bc8ea..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f3_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f3_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f3_key_pressed.png deleted file mode 100644 index 27f6b03b4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f3_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f4_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f4_key.png deleted file mode 100644 index db3f65ff6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f4_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f4_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f4_key_pressed.png deleted file mode 100644 index 09bb56bfc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f4_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f5_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f5_key.png deleted file mode 100644 index 1ddb4c733..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f5_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f5_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f5_key_pressed.png deleted file mode 100644 index b1d76436a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f5_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f6_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f6_key.png deleted file mode 100644 index 062af80fd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f6_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f6_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f6_key_pressed.png deleted file mode 100644 index 7728de47f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f6_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f7_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f7_key.png deleted file mode 100644 index 6659d8fe5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f7_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f7_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f7_key_pressed.png deleted file mode 100644 index 4c1c14cd0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f7_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f8_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f8_key.png deleted file mode 100644 index 41873c628..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f8_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f8_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f8_key_pressed.png deleted file mode 100644 index c1f800808..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f8_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f9_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f9_key.png deleted file mode 100644 index 1c7185234..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f9_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f9_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f9_key_pressed.png deleted file mode 100644 index 3ae65e384..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f9_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f_key.png deleted file mode 100644 index 44037840b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f_key_pressed.png deleted file mode 100644 index 83b098ee4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/f_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/g_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/g_key.png deleted file mode 100644 index a89485929..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/g_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/g_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/g_key_pressed.png deleted file mode 100644 index 65c5dc594..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/g_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/grave_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/grave_key.png deleted file mode 100644 index 13340adfa..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/grave_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/grave_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/grave_key_pressed.png deleted file mode 100644 index bd2e67ad9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/grave_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/h_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/h_key.png deleted file mode 100644 index ad426ca14..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/h_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/h_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/h_key_pressed.png deleted file mode 100644 index d9078ec73..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/h_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/0_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/0_key.png deleted file mode 100644 index 3e1e18a9e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/0_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/0_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/0_key_pressed.png deleted file mode 100644 index 00401ec71..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/0_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/1_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/1_key.png deleted file mode 100644 index 3fc144ab1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/1_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/1_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/1_key_pressed.png deleted file mode 100644 index 137353ff6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/1_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/2_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/2_key.png deleted file mode 100644 index 8a819c171..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/2_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/2_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/2_key_pressed.png deleted file mode 100644 index 40a104b02..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/2_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/3_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/3_key.png deleted file mode 100644 index 2193527fc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/3_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/3_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/3_key_pressed.png deleted file mode 100644 index e33867588..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/3_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/4_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/4_key.png deleted file mode 100644 index cfc981ea8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/4_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/4_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/4_key_pressed.png deleted file mode 100644 index 8d1722688..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/4_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/5_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/5_key.png deleted file mode 100644 index f779d5172..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/5_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/5_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/5_key_pressed.png deleted file mode 100644 index 9d4df7f0b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/5_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/6_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/6_key.png deleted file mode 100644 index 0683406a2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/6_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/6_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/6_key_pressed.png deleted file mode 100644 index ae8d4503f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/6_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/7_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/7_key.png deleted file mode 100644 index 797d6838d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/7_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/7_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/7_key_pressed.png deleted file mode 100644 index 6de681e4f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/7_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/8_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/8_key.png deleted file mode 100644 index 652a1c170..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/8_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/8_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/8_key_pressed.png deleted file mode 100644 index d5ce2d302..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/8_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/9_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/9_key.png deleted file mode 100644 index 6c1301326..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/9_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/9_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/9_key_pressed.png deleted file mode 100644 index 70c8aa0b2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/9_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/a_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/a_key.png deleted file mode 100644 index 74ea764e5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/a_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/a_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/a_key_pressed.png deleted file mode 100644 index f839990b7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/a_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/b_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/b_key.png deleted file mode 100644 index a8dd87433..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/b_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/b_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/b_key_pressed.png deleted file mode 100644 index 82abddfb5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/b_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backslash_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backslash_key.png deleted file mode 100644 index 0e9a6a02e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backslash_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backslash_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backslash_key_pressed.png deleted file mode 100644 index 7d79a150d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backslash_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backspace_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backspace_key.png deleted file mode 100644 index 06348cbad..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backspace_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backspace_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backspace_key_pressed.png deleted file mode 100644 index 41e9d976a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/backspace_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/c_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/c_key.png deleted file mode 100644 index 9c594d17d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/c_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/c_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/c_key_pressed.png deleted file mode 100644 index 07710f2b3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/c_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/caps_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/caps_key.png deleted file mode 100644 index 1185afc96..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/caps_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/caps_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/caps_key_pressed.png deleted file mode 100644 index 1cec4d9e8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/caps_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/comma_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/comma_key.png deleted file mode 100644 index 73756bdad..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/comma_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/comma_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/comma_key_pressed.png deleted file mode 100644 index 87bde4182..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/comma_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/d_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/d_key.png deleted file mode 100644 index cafc91267..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/d_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/d_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/d_key_pressed.png deleted file mode 100644 index 35b0cafce..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/d_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/delete_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/delete_key.png deleted file mode 100644 index 836749648..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/delete_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/delete_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/delete_key_pressed.png deleted file mode 100644 index 01b4510cb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/delete_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/down_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/down_key.png deleted file mode 100644 index 66c8341a6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/down_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/down_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/down_key_pressed.png deleted file mode 100644 index dd263fdc2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/down_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/e_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/e_key.png deleted file mode 100644 index 2bc5745ae..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/e_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/e_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/e_key_pressed.png deleted file mode 100644 index 9869c9fe4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/e_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/end_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/end_key.png deleted file mode 100644 index 2d4809894..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/end_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/end_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/end_key_pressed.png deleted file mode 100644 index 454c0daf8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/end_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/enter_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/enter_key.png deleted file mode 100644 index 8c89e67bd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/enter_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/enter_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/enter_key_pressed.png deleted file mode 100644 index 2e26372de..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/enter_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/equals_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/equals_key.png deleted file mode 100644 index a4b1b16af..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/equals_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/equals_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/equals_key_pressed.png deleted file mode 100644 index 32496213d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/equals_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/esc_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/esc_key.png deleted file mode 100644 index 420127887..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/esc_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/esc_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/esc_key_pressed.png deleted file mode 100644 index 96a8e9c15..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/esc_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f10_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f10_key.png deleted file mode 100644 index 389601faf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f10_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f10_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f10_key_pressed.png deleted file mode 100644 index ae20f2ed6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f10_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f11_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f11_key.png deleted file mode 100644 index 9ab8025bd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f11_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f11_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f11_key_pressed.png deleted file mode 100644 index 69767b725..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f11_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f12_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f12_key.png deleted file mode 100644 index 2722b6643..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f12_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f12_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f12_key_pressed.png deleted file mode 100644 index 91aaf58ee..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f12_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f1_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f1_key.png deleted file mode 100644 index 3261ad8ed..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f1_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f1_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f1_key_pressed.png deleted file mode 100644 index f1eba2d65..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f1_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f2_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f2_key.png deleted file mode 100644 index c6e853095..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f2_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f2_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f2_key_pressed.png deleted file mode 100644 index 8189f8427..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f2_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f3_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f3_key.png deleted file mode 100644 index 871af2a2b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f3_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f3_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f3_key_pressed.png deleted file mode 100644 index 9f5667ec1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f3_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f4_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f4_key.png deleted file mode 100644 index e90df1420..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f4_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f4_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f4_key_pressed.png deleted file mode 100644 index 6762c7adf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f4_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f5_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f5_key.png deleted file mode 100644 index fc726cb21..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f5_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f5_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f5_key_pressed.png deleted file mode 100644 index 4b0ca2ad7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f5_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f6_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f6_key.png deleted file mode 100644 index 05557aec5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f6_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f6_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f6_key_pressed.png deleted file mode 100644 index 581a78a25..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f6_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f7_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f7_key.png deleted file mode 100644 index 9250e213a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f7_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f7_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f7_key_pressed.png deleted file mode 100644 index f4fc1691e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f7_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f8_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f8_key.png deleted file mode 100644 index 295159926..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f8_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f8_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f8_key_pressed.png deleted file mode 100644 index 8bf3af336..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f8_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f9_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f9_key.png deleted file mode 100644 index 072a9b932..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f9_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f9_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f9_key_pressed.png deleted file mode 100644 index 2262e2d25..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f9_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f_key.png deleted file mode 100644 index 7e206eec0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f_key_pressed.png deleted file mode 100644 index b02a18a80..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/f_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/g_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/g_key.png deleted file mode 100644 index fd3e1a339..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/g_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/g_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/g_key_pressed.png deleted file mode 100644 index c564ae50b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/g_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/grave_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/grave_key.png deleted file mode 100644 index 3879fe8f9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/grave_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/grave_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/grave_key_pressed.png deleted file mode 100644 index 792ef0730..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/grave_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/h_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/h_key.png deleted file mode 100644 index 949b71618..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/h_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/h_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/h_key_pressed.png deleted file mode 100644 index 2f60b6aef..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/h_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/home_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/home_key.png deleted file mode 100644 index 9a34b6136..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/home_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/home_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/home_key_pressed.png deleted file mode 100644 index 0cc7a081d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/home_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/i_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/i_key.png deleted file mode 100644 index e2a63f068..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/i_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/i_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/i_key_pressed.png deleted file mode 100644 index e16371b68..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/i_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/insert_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/insert_key.png deleted file mode 100644 index f4492aa90..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/insert_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/insert_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/insert_key_pressed.png deleted file mode 100644 index 2fa99bfb5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/insert_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/j_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/j_key.png deleted file mode 100644 index 747b34cf2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/j_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/j_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/j_key_pressed.png deleted file mode 100644 index 2bc33efd7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/j_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/k_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/k_key.png deleted file mode 100644 index c6e2c4892..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/k_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/k_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/k_key_pressed.png deleted file mode 100644 index f869da220..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/k_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/key_base.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/key_base.png deleted file mode 100644 index 64ac0a0a9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/key_base.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/key_base_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/key_base_pressed.png deleted file mode 100644 index 973f65f73..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/key_base_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/l_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/l_key.png deleted file mode 100644 index dc4085b59..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/l_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/l_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/l_key_pressed.png deleted file mode 100644 index d62d2dd3a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/l_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_alt_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_alt_key.png deleted file mode 100644 index c362e9350..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_alt_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_alt_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_alt_key_pressed.png deleted file mode 100644 index e8c0f900e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_alt_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_bracket_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_bracket_key.png deleted file mode 100644 index 9f4309fab..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_bracket_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_bracket_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_bracket_key_pressed.png deleted file mode 100644 index 39b445683..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_bracket_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_control_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_control_key.png deleted file mode 100644 index 0c4b4c384..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_control_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_control_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_control_key_pressed.png deleted file mode 100644 index db9aa4829..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_control_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_key.png deleted file mode 100644 index ffd2b8353..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_key_pressed.png deleted file mode 100644 index 2bb6ae1c4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_mouse.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_mouse.png deleted file mode 100644 index 161cbf4a4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_mouse.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_mouse_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_mouse_pressed.png deleted file mode 100644 index a55c7fe72..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_mouse_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_shift_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_shift_key.png deleted file mode 100644 index b263c05f5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_shift_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_shift_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_shift_key_pressed.png deleted file mode 100644 index f605b3102..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/left_shift_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/m_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/m_key.png deleted file mode 100644 index 04acda1ee..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/m_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/m_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/m_key_pressed.png deleted file mode 100644 index f89ee247a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/m_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/minus_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/minus_key.png deleted file mode 100644 index a9add0026..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/minus_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/minus_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/minus_key_pressed.png deleted file mode 100644 index 8f866679d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/minus_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_base.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_base.png deleted file mode 100644 index 95b4d9e5b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_base.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_base_focused.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_base_focused.png deleted file mode 100644 index 5f483a8f2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_base_focused.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll.png deleted file mode 100644 index 4461312eb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_button.png deleted file mode 100644 index a19b0f903..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_button_pressed.png deleted file mode 100644 index 32b461b9e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_down.png deleted file mode 100644 index c907e466c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_up.png deleted file mode 100644 index fb9c27202..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/mouse_scroll_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/n_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/n_key.png deleted file mode 100644 index c567a5493..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/n_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/n_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/n_key_pressed.png deleted file mode 100644 index 869fa9948..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/n_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/o_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/o_key.png deleted file mode 100644 index a6265fb1c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/o_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/o_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/o_key_pressed.png deleted file mode 100644 index 57930686a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/o_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/p_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/p_key.png deleted file mode 100644 index 4c9e62aa2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/p_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/p_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/p_key_pressed.png deleted file mode 100644 index 4f1cc7316..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/p_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/period_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/period_key.png deleted file mode 100644 index a843229ef..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/period_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/period_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/period_key_pressed.png deleted file mode 100644 index 06c29c8ba..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/period_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_down_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_down_key.png deleted file mode 100644 index 75657d9bf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_down_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_down_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_down_key_pressed.png deleted file mode 100644 index 6debec195..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_down_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_up_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_up_key.png deleted file mode 100644 index cb563d783..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_up_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_up_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_up_key_pressed.png deleted file mode 100644 index ff1bde5b9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/pg_up_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/plus_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/plus_key.png deleted file mode 100644 index 2c439cd9f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/plus_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/plus_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/plus_key_pressed.png deleted file mode 100644 index 4ebf3d368..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/plus_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/q_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/q_key.png deleted file mode 100644 index 801e8d6b5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/q_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/q_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/q_key_pressed.png deleted file mode 100644 index ad871cd12..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/q_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/quote_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/quote_key.png deleted file mode 100644 index 4f97ccf59..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/quote_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/quote_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/quote_key_pressed.png deleted file mode 100644 index efab83e3e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/quote_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/r_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/r_key.png deleted file mode 100644 index 02b1c5112..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/r_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/r_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/r_key_pressed.png deleted file mode 100644 index 19835477d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/r_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/return_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/return_key.png deleted file mode 100644 index 142a8751f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/return_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/return_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/return_key_pressed.png deleted file mode 100644 index f19bd7d29..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/return_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_alt_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_alt_key.png deleted file mode 100644 index 695ad760e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_alt_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_alt_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_alt_key_pressed.png deleted file mode 100644 index 523d49f95..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_alt_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_bracket_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_bracket_key.png deleted file mode 100644 index c22350df1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_bracket_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_bracket_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_bracket_key_pressed.png deleted file mode 100644 index 32f78d5e4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_bracket_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_control_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_control_key.png deleted file mode 100644 index 687a01b3e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_control_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_control_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_control_key_pressed.png deleted file mode 100644 index 323db6a38..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_control_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_key.png deleted file mode 100644 index 7013e7c3d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_key_pressed.png deleted file mode 100644 index 2131310e2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_mouse.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_mouse.png deleted file mode 100644 index c9541793f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_mouse.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_mouse_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_mouse_pressed.png deleted file mode 100644 index 842ea55e7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_mouse_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_shift_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_shift_key.png deleted file mode 100644 index 8b5b7b63b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_shift_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_shift_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_shift_key_pressed.png deleted file mode 100644 index 96c2a4457..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/right_shift_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/s_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/s_key.png deleted file mode 100644 index eab04c2a8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/s_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/s_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/s_key_pressed.png deleted file mode 100644 index e3c41f1ab..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/s_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/semicolon_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/semicolon_key.png deleted file mode 100644 index 453f83ea0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/semicolon_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/semicolon_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/semicolon_key_pressed.png deleted file mode 100644 index 4f1732f69..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/semicolon_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/slash_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/slash_key.png deleted file mode 100644 index 8fa9bf4c7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/slash_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/slash_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/slash_key_pressed.png deleted file mode 100644 index 308c7af8e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/slash_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/space_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/space_key.png deleted file mode 100644 index 6143b3b25..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/space_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/space_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/space_key_pressed.png deleted file mode 100644 index 2c5d29951..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/space_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/special_key_base.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/special_key_base.png deleted file mode 100644 index 3e35e7d19..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/special_key_base.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/special_key_base_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/special_key_base_pressed.png deleted file mode 100644 index aa55e8a58..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/special_key_base_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/t_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/t_key.png deleted file mode 100644 index f801d518f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/t_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/t_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/t_key_pressed.png deleted file mode 100644 index 4d1d3e1ab..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/t_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/tab_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/tab_key.png deleted file mode 100644 index 11c4ca2ef..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/tab_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/tab_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/tab_key_pressed.png deleted file mode 100644 index d005a05e8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/tab_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/u_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/u_key.png deleted file mode 100644 index 274e5525b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/u_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/u_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/u_key_pressed.png deleted file mode 100644 index 3f85204ea..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/u_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/unrecognized_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/unrecognized_key.png deleted file mode 100644 index 47b1da067..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/unrecognized_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/unrecognized_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/unrecognized_key_pressed.png deleted file mode 100644 index f7efce205..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/unrecognized_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/up_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/up_key.png deleted file mode 100644 index ae7cab524..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/up_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/up_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/up_key_pressed.png deleted file mode 100644 index 418599203..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/up_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/v_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/v_key.png deleted file mode 100644 index b78c754c7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/v_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/v_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/v_key_pressed.png deleted file mode 100644 index d56e6defb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/v_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/w_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/w_key.png deleted file mode 100644 index c86f78823..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/w_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/w_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/w_key_pressed.png deleted file mode 100644 index b5a2ceea3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/w_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/x_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/x_key.png deleted file mode 100644 index 87a57c9f1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/x_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/x_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/x_key_pressed.png deleted file mode 100644 index b77a7a5e2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/x_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/y_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/y_key.png deleted file mode 100644 index 879f69289..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/y_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/y_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/y_key_pressed.png deleted file mode 100644 index 85854983f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/y_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/z_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/z_key.png deleted file mode 100644 index f2052cd9d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/z_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/z_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/z_key_pressed.png deleted file mode 100644 index f580d749f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/hd/z_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/home_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/home_key.png deleted file mode 100644 index 0291f83f5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/home_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/home_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/home_key_pressed.png deleted file mode 100644 index 59507b0a8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/home_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/i_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/i_key.png deleted file mode 100644 index efd7ac8df..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/i_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/i_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/i_key_pressed.png deleted file mode 100644 index 42ac6cb2e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/i_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/insert_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/insert_key.png deleted file mode 100644 index 410b50c9a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/insert_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/insert_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/insert_key_pressed.png deleted file mode 100644 index 660c27942..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/insert_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/j_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/j_key.png deleted file mode 100644 index a69262e4d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/j_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/j_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/j_key_pressed.png deleted file mode 100644 index 49e1a0851..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/j_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/k_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/k_key.png deleted file mode 100644 index 218cec874..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/k_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/k_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/k_key_pressed.png deleted file mode 100644 index debba38af..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/k_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/key_base.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/key_base.png deleted file mode 100644 index a6864f678..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/key_base.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/key_base_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/key_base_pressed.png deleted file mode 100644 index 4be629c05..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/key_base_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/l_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/l_key.png deleted file mode 100644 index 30a489164..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/l_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/l_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/l_key_pressed.png deleted file mode 100644 index 80619c682..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/l_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_alt_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_alt_key.png deleted file mode 100644 index 418871400..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_alt_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_alt_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_alt_key_pressed.png deleted file mode 100644 index ca9905687..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_alt_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_bracket_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_bracket_key.png deleted file mode 100644 index b049c71e7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_bracket_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_bracket_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_bracket_key_pressed.png deleted file mode 100644 index 0a31971f9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_bracket_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_control_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_control_key.png deleted file mode 100644 index 4ed1b9a6e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_control_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_control_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_control_key_pressed.png deleted file mode 100644 index 53715b700..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_control_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_key.png deleted file mode 100644 index 0de594929..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_key_pressed.png deleted file mode 100644 index 466e24919..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_mouse.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_mouse.png deleted file mode 100644 index e434af113..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_mouse.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_mouse_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_mouse_pressed.png deleted file mode 100644 index a5f71a1cb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_mouse_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_shift_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_shift_key.png deleted file mode 100644 index 44fdf0697..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_shift_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_shift_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_shift_key_pressed.png deleted file mode 100644 index 0dad16d86..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/left_shift_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/m_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/m_key.png deleted file mode 100644 index c7fd6a219..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/m_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/m_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/m_key_pressed.png deleted file mode 100644 index c6d6cd703..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/m_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/minus_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/minus_key.png deleted file mode 100644 index 0cf17e18a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/minus_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/minus_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/minus_key_pressed.png deleted file mode 100644 index 7375f587b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/minus_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_base.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_base.png deleted file mode 100644 index 1d9e0e1d9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_base.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_base_focused.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_base_focused.png deleted file mode 100644 index 975365464..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_base_focused.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll.png deleted file mode 100644 index 02a002f5d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_button.png deleted file mode 100644 index bb2437500..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_button_pressed.png deleted file mode 100644 index 2b8350bde..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_down.png deleted file mode 100644 index 1e3232ebe..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_up.png deleted file mode 100644 index 74ce6f25a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/mouse_scroll_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/n_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/n_key.png deleted file mode 100644 index 13e262f6a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/n_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/n_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/n_key_pressed.png deleted file mode 100644 index 9ef5db15f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/n_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/o_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/o_key.png deleted file mode 100644 index e134debe7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/o_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/o_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/o_key_pressed.png deleted file mode 100644 index 12cf3c8a6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/o_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/p_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/p_key.png deleted file mode 100644 index 09ad073ca..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/p_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/p_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/p_key_pressed.png deleted file mode 100644 index 6a3d6f66c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/p_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/period_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/period_key.png deleted file mode 100644 index 6ba9d586a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/period_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/period_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/period_key_pressed.png deleted file mode 100644 index ab847b78f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/period_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_down_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_down_key.png deleted file mode 100644 index 29240c334..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_down_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_down_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_down_key_pressed.png deleted file mode 100644 index 5c862b75d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_down_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_up_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_up_key.png deleted file mode 100644 index e4fa942bb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_up_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_up_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_up_key_pressed.png deleted file mode 100644 index 762b7ea64..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/pg_up_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/plus_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/plus_key.png deleted file mode 100644 index ba8bfcb52..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/plus_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/plus_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/plus_key_pressed.png deleted file mode 100644 index e8c24cf7d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/plus_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/q_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/q_key.png deleted file mode 100644 index 5081c66ab..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/q_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/q_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/q_key_pressed.png deleted file mode 100644 index ebcce8734..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/q_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/quote_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/quote_key.png deleted file mode 100644 index 2624a7351..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/quote_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/quote_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/quote_key_pressed.png deleted file mode 100644 index 1501e84c7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/quote_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/r_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/r_key.png deleted file mode 100644 index de03d10e6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/r_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/r_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/r_key_pressed.png deleted file mode 100644 index c2874531e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/r_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/return_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/return_key.png deleted file mode 100644 index 38c2212b4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/return_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/return_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/return_key_pressed.png deleted file mode 100644 index 382477723..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/return_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_alt_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_alt_key.png deleted file mode 100644 index 516028f67..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_alt_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_alt_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_alt_key_pressed.png deleted file mode 100644 index 3702c0c7e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_alt_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_bracket_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_bracket_key.png deleted file mode 100644 index 8fa9b0d4f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_bracket_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_bracket_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_bracket_key_pressed.png deleted file mode 100644 index 97dedb263..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_bracket_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_control_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_control_key.png deleted file mode 100644 index e36181e2f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_control_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_control_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_control_key_pressed.png deleted file mode 100644 index f635bb4b4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_control_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_key.png deleted file mode 100644 index 1e2c9e2ad..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_key_pressed.png deleted file mode 100644 index ad5e9c8c5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_mouse.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_mouse.png deleted file mode 100644 index 70611a0ee..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_mouse.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_mouse_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_mouse_pressed.png deleted file mode 100644 index ae49ba2fd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_mouse_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_shift_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_shift_key.png deleted file mode 100644 index 2b59d8aac..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_shift_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_shift_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_shift_key_pressed.png deleted file mode 100644 index e6e7f6ec5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/right_shift_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/s_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/s_key.png deleted file mode 100644 index cf95d7c59..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/s_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/s_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/s_key_pressed.png deleted file mode 100644 index a67274bc9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/s_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/0_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/0_key.png deleted file mode 100644 index d34a380e2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/0_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/0_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/0_key_pressed.png deleted file mode 100644 index 6e0513918..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/0_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/1_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/1_key.png deleted file mode 100644 index e3456defa..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/1_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/1_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/1_key_pressed.png deleted file mode 100644 index 08bb4a5c2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/1_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/2_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/2_key.png deleted file mode 100644 index 7b4e036a8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/2_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/2_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/2_key_pressed.png deleted file mode 100644 index 55fa97bcc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/2_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/3_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/3_key.png deleted file mode 100644 index b0bf725ea..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/3_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/3_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/3_key_pressed.png deleted file mode 100644 index e5b6ffbef..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/3_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/4_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/4_key.png deleted file mode 100644 index 2bfff7690..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/4_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/4_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/4_key_pressed.png deleted file mode 100644 index 5f38f94c5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/4_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/5_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/5_key.png deleted file mode 100644 index 4affdf52a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/5_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/5_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/5_key_pressed.png deleted file mode 100644 index 875f1f7ad..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/5_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/6_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/6_key.png deleted file mode 100644 index 9d30e18f7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/6_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/6_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/6_key_pressed.png deleted file mode 100644 index 5ebafd8bb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/6_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/7_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/7_key.png deleted file mode 100644 index 4139d88a9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/7_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/7_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/7_key_pressed.png deleted file mode 100644 index fd81724e8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/7_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/8_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/8_key.png deleted file mode 100644 index 48989a3fc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/8_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/8_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/8_key_pressed.png deleted file mode 100644 index f55bd2435..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/8_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/9_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/9_key.png deleted file mode 100644 index 04d86be84..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/9_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/9_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/9_key_pressed.png deleted file mode 100644 index f09639ce4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/9_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/a_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/a_key.png deleted file mode 100644 index b293e961e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/a_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/a_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/a_key_pressed.png deleted file mode 100644 index c551a86c0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/a_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/b_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/b_key.png deleted file mode 100644 index 06a8a619b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/b_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/b_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/b_key_pressed.png deleted file mode 100644 index f1acfd499..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/b_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backslash_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backslash_key.png deleted file mode 100644 index 71afafc34..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backslash_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backslash_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backslash_key_pressed.png deleted file mode 100644 index d2a8c0371..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backslash_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backspace_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backspace_key.png deleted file mode 100644 index f57f4ff1c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backspace_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backspace_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backspace_key_pressed.png deleted file mode 100644 index 7a2620664..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/backspace_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/c_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/c_key.png deleted file mode 100644 index 1bdf2d4f1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/c_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/c_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/c_key_pressed.png deleted file mode 100644 index 7f9020dcd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/c_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/caps_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/caps_key.png deleted file mode 100644 index 03e47002a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/caps_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/caps_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/caps_key_pressed.png deleted file mode 100644 index ae99fae8b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/caps_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/comma_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/comma_key.png deleted file mode 100644 index 9e2024a89..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/comma_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/comma_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/comma_key_pressed.png deleted file mode 100644 index 2b2a6454f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/comma_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/d_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/d_key.png deleted file mode 100644 index 823f80286..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/d_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/d_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/d_key_pressed.png deleted file mode 100644 index 734bf7d23..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/d_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/delete_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/delete_key.png deleted file mode 100644 index 45e6fc255..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/delete_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/delete_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/delete_key_pressed.png deleted file mode 100644 index 9dea0e318..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/delete_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/down_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/down_key.png deleted file mode 100644 index 9713ec0df..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/down_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/down_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/down_key_pressed.png deleted file mode 100644 index 5ae2c953c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/down_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/e_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/e_key.png deleted file mode 100644 index 9d9d2268f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/e_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/e_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/e_key_pressed.png deleted file mode 100644 index 8c2caad5f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/e_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/end_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/end_key.png deleted file mode 100644 index ab3eb5056..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/end_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/end_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/end_key_pressed.png deleted file mode 100644 index 1ff8dea2a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/end_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/enter_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/enter_key.png deleted file mode 100644 index b228b88fa..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/enter_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/enter_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/enter_key_pressed.png deleted file mode 100644 index 112604908..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/enter_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/equals_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/equals_key.png deleted file mode 100644 index 1876105cb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/equals_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/equals_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/equals_key_pressed.png deleted file mode 100644 index c7d0582d5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/equals_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/esc_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/esc_key.png deleted file mode 100644 index 169e3d5ea..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/esc_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/esc_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/esc_key_pressed.png deleted file mode 100644 index c79c2a75e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/esc_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f10_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f10_key.png deleted file mode 100644 index e70f852b8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f10_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f10_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f10_key_pressed.png deleted file mode 100644 index cdcf2bdc4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f10_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f11_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f11_key.png deleted file mode 100644 index 314bfb54c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f11_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f11_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f11_key_pressed.png deleted file mode 100644 index b01c1e5e0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f11_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f12_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f12_key.png deleted file mode 100644 index 4edf9a355..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f12_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f12_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f12_key_pressed.png deleted file mode 100644 index a86042b08..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f12_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f1_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f1_key.png deleted file mode 100644 index b50450e49..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f1_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f1_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f1_key_pressed.png deleted file mode 100644 index 182706f32..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f1_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f2_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f2_key.png deleted file mode 100644 index a9ef27063..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f2_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f2_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f2_key_pressed.png deleted file mode 100644 index 234ed7a7c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f2_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f3_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f3_key.png deleted file mode 100644 index 74cd2d20e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f3_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f3_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f3_key_pressed.png deleted file mode 100644 index 7ad0a9bc3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f3_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f4_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f4_key.png deleted file mode 100644 index 8de5aee25..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f4_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f4_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f4_key_pressed.png deleted file mode 100644 index 323d0b620..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f4_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f5_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f5_key.png deleted file mode 100644 index 2b8c8d2df..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f5_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f5_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f5_key_pressed.png deleted file mode 100644 index 97ac51c6f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f5_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f6_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f6_key.png deleted file mode 100644 index 8da0490a4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f6_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f6_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f6_key_pressed.png deleted file mode 100644 index 692cea5e0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f6_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f7_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f7_key.png deleted file mode 100644 index 210888ed4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f7_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f7_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f7_key_pressed.png deleted file mode 100644 index 8ba6c74cc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f7_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f8_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f8_key.png deleted file mode 100644 index 0b4ed6b85..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f8_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f8_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f8_key_pressed.png deleted file mode 100644 index 87659701d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f8_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f9_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f9_key.png deleted file mode 100644 index f578567b5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f9_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f9_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f9_key_pressed.png deleted file mode 100644 index b4ef10be7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f9_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f_key.png deleted file mode 100644 index ebc93827c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f_key_pressed.png deleted file mode 100644 index ab46fc6ad..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/f_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/g_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/g_key.png deleted file mode 100644 index 9282611e9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/g_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/g_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/g_key_pressed.png deleted file mode 100644 index 26085bf8b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/g_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/grave_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/grave_key.png deleted file mode 100644 index 7345f553d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/grave_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/grave_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/grave_key_pressed.png deleted file mode 100644 index b70b67f0b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/grave_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/h_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/h_key.png deleted file mode 100644 index 60c8ffd9d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/h_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/h_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/h_key_pressed.png deleted file mode 100644 index 7c48ffe21..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/h_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/home_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/home_key.png deleted file mode 100644 index 443ae7b80..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/home_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/home_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/home_key_pressed.png deleted file mode 100644 index 56b35c2f9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/home_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/i_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/i_key.png deleted file mode 100644 index 9b7eb1017..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/i_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/i_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/i_key_pressed.png deleted file mode 100644 index dc0aba90e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/i_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/insert_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/insert_key.png deleted file mode 100644 index 9b7c5c91a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/insert_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/insert_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/insert_key_pressed.png deleted file mode 100644 index 4606edd5f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/insert_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/j_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/j_key.png deleted file mode 100644 index b7fd487a9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/j_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/j_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/j_key_pressed.png deleted file mode 100644 index 81ccc8400..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/j_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/k_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/k_key.png deleted file mode 100644 index a3812982b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/k_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/k_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/k_key_pressed.png deleted file mode 100644 index 98bc32061..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/k_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/key_base.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/key_base.png deleted file mode 100644 index 67af06b69..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/key_base.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/key_base_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/key_base_pressed.png deleted file mode 100644 index d25f29ecf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/key_base_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/l_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/l_key.png deleted file mode 100644 index a22d09f2b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/l_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/l_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/l_key_pressed.png deleted file mode 100644 index e58774c49..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/l_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_alt_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_alt_key.png deleted file mode 100644 index 1fe61501c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_alt_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_alt_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_alt_key_pressed.png deleted file mode 100644 index 7afdf87ff..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_alt_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_bracket_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_bracket_key.png deleted file mode 100644 index 4649f706f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_bracket_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_bracket_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_bracket_key_pressed.png deleted file mode 100644 index 151af26dd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_bracket_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_control_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_control_key.png deleted file mode 100644 index 6c98554c8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_control_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_control_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_control_key_pressed.png deleted file mode 100644 index d49184131..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_control_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_key.png deleted file mode 100644 index 245985784..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_key_pressed.png deleted file mode 100644 index 55381afe1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_mouse.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_mouse.png deleted file mode 100644 index 6ee148dd9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_mouse.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_mouse_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_mouse_pressed.png deleted file mode 100644 index f03d89e2b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_mouse_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_shift_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_shift_key.png deleted file mode 100644 index 6f1d1432f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_shift_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_shift_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_shift_key_pressed.png deleted file mode 100644 index 888ca9762..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/left_shift_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/m_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/m_key.png deleted file mode 100644 index b275d5820..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/m_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/m_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/m_key_pressed.png deleted file mode 100644 index a4023bec9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/m_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/minus_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/minus_key.png deleted file mode 100644 index fb3e88d92..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/minus_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/minus_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/minus_key_pressed.png deleted file mode 100644 index 7ba27ee05..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/minus_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_base.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_base.png deleted file mode 100644 index a27f10904..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_base.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_base_focused.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_base_focused.png deleted file mode 100644 index eab58fea2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_base_focused.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll.png deleted file mode 100644 index bc9cc1241..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_button.png deleted file mode 100644 index f0ff914da..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_button_pressed.png deleted file mode 100644 index 8ced0f597..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_down.png deleted file mode 100644 index 65c4d7ecc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_up.png deleted file mode 100644 index 112ac75b9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/mouse_scroll_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/n_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/n_key.png deleted file mode 100644 index f7f35dd47..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/n_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/n_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/n_key_pressed.png deleted file mode 100644 index 2c4e2586e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/n_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/o_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/o_key.png deleted file mode 100644 index 6dd8cd41b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/o_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/o_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/o_key_pressed.png deleted file mode 100644 index d40b0c853..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/o_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/p_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/p_key.png deleted file mode 100644 index 1132e9749..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/p_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/p_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/p_key_pressed.png deleted file mode 100644 index b9a17abb4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/p_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/period_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/period_key.png deleted file mode 100644 index c562bdefe..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/period_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/period_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/period_key_pressed.png deleted file mode 100644 index 0bebafd63..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/period_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_down_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_down_key.png deleted file mode 100644 index 23c9b9f5b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_down_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_down_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_down_key_pressed.png deleted file mode 100644 index e98dff203..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_down_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_up_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_up_key.png deleted file mode 100644 index 03a5b800b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_up_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_up_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_up_key_pressed.png deleted file mode 100644 index 0506dd359..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/pg_up_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/plus_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/plus_key.png deleted file mode 100644 index 0ed044f6d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/plus_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/plus_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/plus_key_pressed.png deleted file mode 100644 index c96a71d52..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/plus_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/q_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/q_key.png deleted file mode 100644 index 76e7701c7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/q_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/q_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/q_key_pressed.png deleted file mode 100644 index 962d599a7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/q_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/quote_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/quote_key.png deleted file mode 100644 index 8a7a01a83..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/quote_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/quote_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/quote_key_pressed.png deleted file mode 100644 index 939b4e724..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/quote_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/r_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/r_key.png deleted file mode 100644 index 1b380a013..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/r_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/r_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/r_key_pressed.png deleted file mode 100644 index c654f883b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/r_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/return_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/return_key.png deleted file mode 100644 index 5b9a451c4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/return_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/return_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/return_key_pressed.png deleted file mode 100644 index c20736ce6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/return_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_alt_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_alt_key.png deleted file mode 100644 index 128e2abdb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_alt_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_alt_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_alt_key_pressed.png deleted file mode 100644 index 4ac1f1f82..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_alt_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_bracket_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_bracket_key.png deleted file mode 100644 index b497508c6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_bracket_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_bracket_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_bracket_key_pressed.png deleted file mode 100644 index d9e22ff5d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_bracket_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_control_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_control_key.png deleted file mode 100644 index 439ff065f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_control_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_control_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_control_key_pressed.png deleted file mode 100644 index 014ee1051..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_control_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_key.png deleted file mode 100644 index 727245c22..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_key_pressed.png deleted file mode 100644 index 7458c39f5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_mouse.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_mouse.png deleted file mode 100644 index f36f46cd3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_mouse.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_mouse_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_mouse_pressed.png deleted file mode 100644 index 3743a482b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_mouse_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_shift_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_shift_key.png deleted file mode 100644 index 97af6e17d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_shift_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_shift_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_shift_key_pressed.png deleted file mode 100644 index 517173f12..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/right_shift_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/s_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/s_key.png deleted file mode 100644 index 819b0fee8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/s_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/s_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/s_key_pressed.png deleted file mode 100644 index e99492bc1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/s_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/semicolon_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/semicolon_key.png deleted file mode 100644 index 63f54c5ee..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/semicolon_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/semicolon_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/semicolon_key_pressed.png deleted file mode 100644 index d82a3955e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/semicolon_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/slash_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/slash_key.png deleted file mode 100644 index 4bd0c035c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/slash_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/slash_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/slash_key_pressed.png deleted file mode 100644 index 86e0d4c38..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/slash_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/space_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/space_key.png deleted file mode 100644 index 5e23aa38d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/space_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/space_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/space_key_pressed.png deleted file mode 100644 index 4cba59aef..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/space_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/special_key_base.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/special_key_base.png deleted file mode 100644 index fe42662ce..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/special_key_base.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/special_key_base_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/special_key_base_pressed.png deleted file mode 100644 index 3719ebbf3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/special_key_base_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/t_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/t_key.png deleted file mode 100644 index a11360206..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/t_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/t_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/t_key_pressed.png deleted file mode 100644 index 47ec1de2f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/t_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/tab_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/tab_key.png deleted file mode 100644 index 21d1905e6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/tab_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/tab_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/tab_key_pressed.png deleted file mode 100644 index fe3b416da..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/tab_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/u_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/u_key.png deleted file mode 100644 index 410e6424a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/u_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/u_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/u_key_pressed.png deleted file mode 100644 index 986351487..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/u_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/unrecognized_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/unrecognized_key.png deleted file mode 100644 index 6581b9ae6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/unrecognized_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/unrecognized_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/unrecognized_key_pressed.png deleted file mode 100644 index 2807d5452..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/unrecognized_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/up_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/up_key.png deleted file mode 100644 index 4309a3271..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/up_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/up_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/up_key_pressed.png deleted file mode 100644 index e4d5b3b5e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/up_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/v_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/v_key.png deleted file mode 100644 index 6b2011205..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/v_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/v_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/v_key_pressed.png deleted file mode 100644 index 54c95f633..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/v_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/w_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/w_key.png deleted file mode 100644 index 37b541518..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/w_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/w_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/w_key_pressed.png deleted file mode 100644 index 366c2ea94..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/w_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/x_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/x_key.png deleted file mode 100644 index 4dcd96320..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/x_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/x_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/x_key_pressed.png deleted file mode 100644 index f7fc9c901..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/x_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/y_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/y_key.png deleted file mode 100644 index 69c34a20f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/y_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/y_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/y_key_pressed.png deleted file mode 100644 index 0432eccf9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/y_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/z_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/z_key.png deleted file mode 100644 index e5599141c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/z_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/z_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/z_key_pressed.png deleted file mode 100644 index 98bc55fac..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/sd/z_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/semicolon_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/semicolon_key.png deleted file mode 100644 index 8b916f1cb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/semicolon_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/semicolon_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/semicolon_key_pressed.png deleted file mode 100644 index ca2276983..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/semicolon_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/slash_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/slash_key.png deleted file mode 100644 index 7bcbb9099..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/slash_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/slash_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/slash_key_pressed.png deleted file mode 100644 index 1e4854c9b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/slash_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/space_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/space_key.png deleted file mode 100644 index 13ae4d933..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/space_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/space_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/space_key_pressed.png deleted file mode 100644 index 5be51dd84..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/space_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/special_key_base.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/special_key_base.png deleted file mode 100644 index f79374311..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/special_key_base.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/special_key_base_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/special_key_base_pressed.png deleted file mode 100644 index f55a1ba38..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/special_key_base_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/t_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/t_key.png deleted file mode 100644 index 31209302f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/t_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/t_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/t_key_pressed.png deleted file mode 100644 index d9265f594..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/t_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/tab_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/tab_key.png deleted file mode 100644 index ce17446bc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/tab_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/tab_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/tab_key_pressed.png deleted file mode 100644 index 3f12c94cf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/tab_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/u_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/u_key.png deleted file mode 100644 index 6edfe2bbf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/u_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/u_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/u_key_pressed.png deleted file mode 100644 index ea5c5158c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/u_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/unrecognized_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/unrecognized_key.png deleted file mode 100644 index dd2fb9c4f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/unrecognized_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/unrecognized_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/unrecognized_key_pressed.png deleted file mode 100644 index d26728241..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/unrecognized_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/up_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/up_key.png deleted file mode 100644 index 1bb48ea5f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/up_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/up_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/up_key_pressed.png deleted file mode 100644 index 143341422..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/up_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/v_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/v_key.png deleted file mode 100644 index 19d861e7a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/v_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/v_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/v_key_pressed.png deleted file mode 100644 index d680e14df..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/v_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/w_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/w_key.png deleted file mode 100644 index de28dd1c7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/w_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/w_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/w_key_pressed.png deleted file mode 100644 index d7b101ec9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/w_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/x_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/x_key.png deleted file mode 100644 index 34e6ad12d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/x_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/x_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/x_key_pressed.png deleted file mode 100644 index 222d9d180..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/x_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/y_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/y_key.png deleted file mode 100644 index 201ca43aa..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/y_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/y_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/y_key_pressed.png deleted file mode 100644 index b64b5ed67..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/y_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/z_key.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/z_key.png deleted file mode 100644 index a0f9e4661..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/z_key.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/z_key_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/z_key_pressed.png deleted file mode 100644 index 68b05b775..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/kbm/z_key_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/back_button.png deleted file mode 100644 index 34058f209..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/back_button_pressed.png deleted file mode 100644 index 2deb51815..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/down_button.png deleted file mode 100644 index 988cef60a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/down_button_pressed.png deleted file mode 100644 index 88c6fc6d7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_down.png deleted file mode 100644 index 54f8fdd80..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_down_pressed.png deleted file mode 100644 index 2dd0ff9d3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_left.png deleted file mode 100644 index 83d6b3807..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_left_pressed.png deleted file mode 100644 index 5dacda2b1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_right.png deleted file mode 100644 index fd2a3bc0f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_right_pressed.png deleted file mode 100644 index 0a335faa6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_up.png deleted file mode 100644 index 74cb213a2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_up_pressed.png deleted file mode 100644 index 994f210ee..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/guide_button.png deleted file mode 100644 index 72f2901fd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_bumper.png deleted file mode 100644 index ae831b217..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_bumper_pressed.png deleted file mode 100644 index 8f18f5f73..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_button.png deleted file mode 100644 index c21dcaef1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_button_pressed.png deleted file mode 100644 index b8073f02d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick.png deleted file mode 100644 index c497066af..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_button.png deleted file mode 100644 index 207996983..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_button_pressed.png deleted file mode 100644 index 7905d38ec..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_pressed_left.png deleted file mode 100644 index 56c675681..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_pressed_right.png deleted file mode 100644 index 038dd56ed..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_trigger.png deleted file mode 100644 index 2e758f3b7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_trigger_pressed.png deleted file mode 100644 index 46efa9ed5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_bumper.png deleted file mode 100644 index 27d8596d3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_bumper_pressed.png deleted file mode 100644 index 442e5dca5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_button.png deleted file mode 100644 index 4183c4dc6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_button_pressed.png deleted file mode 100644 index 45a6c982e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick.png deleted file mode 100644 index 28f1a64c2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_button.png deleted file mode 100644 index b87dfa234..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_button_pressed.png deleted file mode 100644 index db22bf297..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_pressed_left.png deleted file mode 100644 index cee80874b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_pressed_right.png deleted file mode 100644 index 89dd58053..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_trigger.png deleted file mode 100644 index bb711494f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_trigger_pressed.png deleted file mode 100644 index 1d7f64d35..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/back_button.png deleted file mode 100644 index 401045be5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/back_button_pressed.png deleted file mode 100644 index b1f2fa974..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/down_button.png deleted file mode 100644 index de4825d3c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/down_button_pressed.png deleted file mode 100644 index f620ddfb1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_down.png deleted file mode 100644 index 86db5bf79..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_down_pressed.png deleted file mode 100644 index 05f857a8a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_left.png deleted file mode 100644 index f4872eb9c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_left_pressed.png deleted file mode 100644 index 6905b7c61..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_right.png deleted file mode 100644 index 88af9fe7c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_right_pressed.png deleted file mode 100644 index ea454b19d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_up.png deleted file mode 100644 index 9df708927..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_up_pressed.png deleted file mode 100644 index 642ffa65b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/guide_button.png deleted file mode 100644 index 994a319d8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_bumper.png deleted file mode 100644 index 2cd7de762..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_bumper_pressed.png deleted file mode 100644 index d6b3a16cd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_button.png deleted file mode 100644 index 7ff7d89a6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_button_pressed.png deleted file mode 100644 index 5ca9597bd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick.png deleted file mode 100644 index 18fd27840..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_button.png deleted file mode 100644 index 297d08e32..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_button_pressed.png deleted file mode 100644 index 720ec552d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_pressed_left.png deleted file mode 100644 index 611a4b0c9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_pressed_right.png deleted file mode 100644 index 4e4821078..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_trigger.png deleted file mode 100644 index 46aacfef6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_trigger_pressed.png deleted file mode 100644 index 8b535e17e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_bumper.png deleted file mode 100644 index 957fcc60c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_bumper_pressed.png deleted file mode 100644 index 8e9d0e468..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_button.png deleted file mode 100644 index 523ce4df8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_button_pressed.png deleted file mode 100644 index c7a6d0403..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick.png deleted file mode 100644 index 0eb116a90..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_button.png deleted file mode 100644 index e546f5222..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_button_pressed.png deleted file mode 100644 index 95f89b18c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_pressed_left.png deleted file mode 100644 index 61a56908c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_pressed_right.png deleted file mode 100644 index 2c7d4bb35..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_trigger.png deleted file mode 100644 index 6b4f92c43..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_trigger_pressed.png deleted file mode 100644 index bba592e41..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/start_button.png deleted file mode 100644 index 4203d872d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/start_button_pressed.png deleted file mode 100644 index 80f641614..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/unknown.png deleted file mode 100644 index 65a7ec14f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/up_button.png deleted file mode 100644 index 60d61f9f3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/up_button_pressed.png deleted file mode 100644 index 4b54d6898..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/sd/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/start_button.png deleted file mode 100644 index 28cb08291..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/start_button_pressed.png deleted file mode 100644 index 89ea417cc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/unknown.png deleted file mode 100644 index 97317110b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/up_button.png deleted file mode 100644 index 0dacf4117..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/up_button_pressed.png deleted file mode 100644 index 4ef219fef..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps3/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/back_button.png deleted file mode 100644 index 06568c3b9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/back_button_pressed.png deleted file mode 100644 index 21d174dfa..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/down_button.png deleted file mode 100644 index eef885ecd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/down_button_pressed.png deleted file mode 100644 index 025ced015..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_down.png deleted file mode 100644 index b2d8f3c6f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_down_pressed.png deleted file mode 100644 index a27cc697e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_left.png deleted file mode 100644 index 233c10abe..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_left_pressed.png deleted file mode 100644 index 6a8d83b88..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_right.png deleted file mode 100644 index 1891eb494..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_right_pressed.png deleted file mode 100644 index d0f288401..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_up.png deleted file mode 100644 index 146c58eaf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_up_pressed.png deleted file mode 100644 index 553cfd581..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/guide_button.png deleted file mode 100644 index 6eb96eb3e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/back_button.png deleted file mode 100644 index ffcf5dc0f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/back_button_pressed.png deleted file mode 100644 index 4ab9caa1f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/down_button.png deleted file mode 100644 index 865c04dcf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/down_button_pressed.png deleted file mode 100644 index 8f0be1531..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_down.png deleted file mode 100644 index fbacf8fd2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_down_pressed.png deleted file mode 100644 index cceb8ccec..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_left.png deleted file mode 100644 index ca0942dd4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_left_pressed.png deleted file mode 100644 index be9a6b963..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_right.png deleted file mode 100644 index 1d8e77bf7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_right_pressed.png deleted file mode 100644 index 3845875be..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_up.png deleted file mode 100644 index aa379771c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_up_pressed.png deleted file mode 100644 index 9cc2aa596..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/guide_button.png deleted file mode 100644 index 6c731bd96..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_bumper.png deleted file mode 100644 index 7f8625db8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_bumper_pressed.png deleted file mode 100644 index 2331f479f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_button.png deleted file mode 100644 index 216372498..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_button_pressed.png deleted file mode 100644 index 7ecbac4b8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick.png deleted file mode 100644 index 33ecd325f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_button.png deleted file mode 100644 index faeca9c76..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_button_pressed.png deleted file mode 100644 index d11bb5c8c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_pressed_left.png deleted file mode 100644 index f96a87325..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_pressed_right.png deleted file mode 100644 index 7c75c1989..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_trigger.png deleted file mode 100644 index a130efdbd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_trigger_pressed.png deleted file mode 100644 index 99009ba7c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_bumper.png deleted file mode 100644 index 8649410d2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_bumper_pressed.png deleted file mode 100644 index e95ada11e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_button.png deleted file mode 100644 index 0ec4e9208..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_button_pressed.png deleted file mode 100644 index 354a878b4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick.png deleted file mode 100644 index 04327a111..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_button.png deleted file mode 100644 index 87cba13d4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_button_pressed.png deleted file mode 100644 index 4abf44d82..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_pressed_left.png deleted file mode 100644 index 3a2e83992..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_pressed_right.png deleted file mode 100644 index 6c35f6dc1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_trigger.png deleted file mode 100644 index 61a9c2298..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_trigger_pressed.png deleted file mode 100644 index be216ae60..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/start_button.png deleted file mode 100644 index 98d6268f8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/start_button_pressed.png deleted file mode 100644 index c3d5b6c2e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/touchpad.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/touchpad.png deleted file mode 100644 index d85e1a2a3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/touchpad.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/touchpad_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/touchpad_pressed.png deleted file mode 100644 index e5b34e799..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/touchpad_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/unknown.png deleted file mode 100644 index 0510e063f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/up_button.png deleted file mode 100644 index f622d676a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/up_button_pressed.png deleted file mode 100644 index d30e00e2e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/hd/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_bumper.png deleted file mode 100644 index 4c137eb95..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_bumper_pressed.png deleted file mode 100644 index e53271b0c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_button.png deleted file mode 100644 index 70fefa260..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_button_pressed.png deleted file mode 100644 index 22760be72..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick.png deleted file mode 100644 index abe524dce..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_button.png deleted file mode 100644 index 1833b7ad9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_button_pressed.png deleted file mode 100644 index 3916d5806..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_pressed_left.png deleted file mode 100644 index 86900698f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_pressed_right.png deleted file mode 100644 index 868ca508a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_trigger.png deleted file mode 100644 index 690633afe..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_trigger_pressed.png deleted file mode 100644 index 036d407f9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_bumper.png deleted file mode 100644 index 1b31f9386..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_bumper_pressed.png deleted file mode 100644 index bd0179c0d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_button.png deleted file mode 100644 index 1a5019580..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_button_pressed.png deleted file mode 100644 index 498542c29..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick.png deleted file mode 100644 index 229749ee1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_button.png deleted file mode 100644 index 41c54310a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_button_pressed.png deleted file mode 100644 index 4d8b37f6f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_pressed_left.png deleted file mode 100644 index 99c9d02af..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_pressed_right.png deleted file mode 100644 index 33d1455cc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_trigger.png deleted file mode 100644 index c13f0835e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_trigger_pressed.png deleted file mode 100644 index 7141ce018..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/back_button.png deleted file mode 100644 index 5ce60c7cc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/back_button_pressed.png deleted file mode 100644 index 54df905e1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/down_button.png deleted file mode 100644 index de4825d3c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/down_button_pressed.png deleted file mode 100644 index f620ddfb1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_down.png deleted file mode 100644 index 86db5bf79..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_down_pressed.png deleted file mode 100644 index 05f857a8a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_left.png deleted file mode 100644 index f4872eb9c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_left_pressed.png deleted file mode 100644 index 6905b7c61..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_right.png deleted file mode 100644 index 88af9fe7c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_right_pressed.png deleted file mode 100644 index ea454b19d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_up.png deleted file mode 100644 index 9df708927..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_up_pressed.png deleted file mode 100644 index 642ffa65b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/guide_button.png deleted file mode 100644 index 994a319d8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_bumper.png deleted file mode 100644 index 2cd7de762..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_bumper_pressed.png deleted file mode 100644 index d6b3a16cd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_button.png deleted file mode 100644 index 7ff7d89a6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_button_pressed.png deleted file mode 100644 index 5ca9597bd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick.png deleted file mode 100644 index 18fd27840..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_button.png deleted file mode 100644 index 297d08e32..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_button_pressed.png deleted file mode 100644 index 720ec552d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_pressed_left.png deleted file mode 100644 index 611a4b0c9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_pressed_right.png deleted file mode 100644 index 4e4821078..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_trigger.png deleted file mode 100644 index 46aacfef6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_trigger_pressed.png deleted file mode 100644 index 8b535e17e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_bumper.png deleted file mode 100644 index 957fcc60c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_bumper_pressed.png deleted file mode 100644 index 8e9d0e468..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_button.png deleted file mode 100644 index 523ce4df8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_button_pressed.png deleted file mode 100644 index c7a6d0403..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick.png deleted file mode 100644 index 0eb116a90..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_button.png deleted file mode 100644 index e546f5222..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_button_pressed.png deleted file mode 100644 index 95f89b18c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_pressed_left.png deleted file mode 100644 index 61a56908c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_pressed_right.png deleted file mode 100644 index 2c7d4bb35..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_trigger.png deleted file mode 100644 index 6b4f92c43..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_trigger_pressed.png deleted file mode 100644 index bba592e41..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/start_button.png deleted file mode 100644 index 243e7917b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/start_button_pressed.png deleted file mode 100644 index dd83ef13d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/touchpad.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/touchpad.png deleted file mode 100644 index 0bfa2e422..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/touchpad.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/touchpad_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/touchpad_pressed.png deleted file mode 100644 index d9c3b4bbc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/touchpad_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/unknown.png deleted file mode 100644 index 65a7ec14f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/up_button.png deleted file mode 100644 index 60d61f9f3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/up_button_pressed.png deleted file mode 100644 index 4b54d6898..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/sd/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/start_button.png deleted file mode 100644 index d6fc8e0f4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/start_button_pressed.png deleted file mode 100644 index 69471ef5b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/touchpad.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/touchpad.png deleted file mode 100644 index 2b3b2ee7b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/touchpad.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/touchpad_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/touchpad_pressed.png deleted file mode 100644 index 273c66afc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/touchpad_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/unknown.png deleted file mode 100644 index 1b34c3923..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/up_button.png deleted file mode 100644 index b703890ce..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/up_button_pressed.png deleted file mode 100644 index 6303c8a64..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps4/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/back_button.png deleted file mode 100644 index e6b282f32..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/back_button_pressed.png deleted file mode 100644 index 5f682bdb2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/down_button.png deleted file mode 100644 index 2ecf61cf9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/down_button_pressed.png deleted file mode 100644 index 09024c86c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_down.png deleted file mode 100644 index 37bc1004e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_down_pressed.png deleted file mode 100644 index f2cca2fa3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_left.png deleted file mode 100644 index 3723e2b2c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_left_pressed.png deleted file mode 100644 index c2dd36f8f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_right.png deleted file mode 100644 index a6124299a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_right_pressed.png deleted file mode 100644 index 6ac4e6417..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_up.png deleted file mode 100644 index f6e865fd3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_up_pressed.png deleted file mode 100644 index 80df0e0bb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/guide_button.png deleted file mode 100644 index c91be80d2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/back_button.png deleted file mode 100644 index dfdeb74b3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/back_button_pressed.png deleted file mode 100644 index d0cb0d785..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/down_button.png deleted file mode 100644 index 9d7171060..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/down_button_pressed.png deleted file mode 100644 index 59f3a709e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_down.png deleted file mode 100644 index 8123b97a4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_down_pressed.png deleted file mode 100644 index fb5277fa7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_left.png deleted file mode 100644 index c8987372f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_left_pressed.png deleted file mode 100644 index 76e963f6c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_right.png deleted file mode 100644 index 8ed0770c0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_right_pressed.png deleted file mode 100644 index 6eae466e8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_up.png deleted file mode 100644 index 4a1f6055e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_up_pressed.png deleted file mode 100644 index 9bf5f8019..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/guide_button.png deleted file mode 100644 index 9800402a3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_bumper.png deleted file mode 100644 index 7f8625db8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_bumper_pressed.png deleted file mode 100644 index 2331f479f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_button.png deleted file mode 100644 index 295dd35ca..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_button_pressed.png deleted file mode 100644 index f41971904..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick.png deleted file mode 100644 index 33ecd325f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_button.png deleted file mode 100644 index faeca9c76..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_button_pressed.png deleted file mode 100644 index d11bb5c8c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_pressed_left.png deleted file mode 100644 index f96a87325..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_pressed_right.png deleted file mode 100644 index 7c75c1989..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_trigger.png deleted file mode 100644 index 7292f1a1c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_trigger_pressed.png deleted file mode 100644 index b6e765bd6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_bumper.png deleted file mode 100644 index 8649410d2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_bumper_pressed.png deleted file mode 100644 index e95ada11e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_button.png deleted file mode 100644 index 516fad61f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_button_pressed.png deleted file mode 100644 index 52568f614..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick.png deleted file mode 100644 index 04327a111..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_button.png deleted file mode 100644 index 87cba13d4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_button_pressed.png deleted file mode 100644 index 4abf44d82..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_pressed_left.png deleted file mode 100644 index 3a2e83992..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_pressed_right.png deleted file mode 100644 index 6c35f6dc1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_trigger.png deleted file mode 100644 index c684ba129..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_trigger_pressed.png deleted file mode 100644 index e09a67a5b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/start_button.png deleted file mode 100644 index 62118fe88..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/start_button_pressed.png deleted file mode 100644 index 613d793fd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/touchpad.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/touchpad.png deleted file mode 100644 index edd97071c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/touchpad.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/touchpad_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/touchpad_pressed.png deleted file mode 100644 index b682933c6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/touchpad_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/unknown.png deleted file mode 100644 index 024d697a7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/up_button.png deleted file mode 100644 index 81194d814..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/up_button_pressed.png deleted file mode 100644 index 28ab84a42..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/hd/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_bumper.png deleted file mode 100644 index 45221a57e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_bumper_pressed.png deleted file mode 100644 index 232ad0cd9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_button.png deleted file mode 100644 index 58fdc2226..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_button_pressed.png deleted file mode 100644 index 89ec5eb61..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick.png deleted file mode 100644 index abe524dce..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_button.png deleted file mode 100644 index 1833b7ad9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_button_pressed.png deleted file mode 100644 index 3916d5806..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_pressed_left.png deleted file mode 100644 index 86900698f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_pressed_right.png deleted file mode 100644 index 868ca508a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_trigger.png deleted file mode 100644 index f62bc0474..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_trigger_pressed.png deleted file mode 100644 index d35bc779f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_bumper.png deleted file mode 100644 index 6af42acbb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_bumper_pressed.png deleted file mode 100644 index 1ac726f35..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_button.png deleted file mode 100644 index e98db8af5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_button_pressed.png deleted file mode 100644 index 02ea5b4f2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick.png deleted file mode 100644 index 229749ee1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_button.png deleted file mode 100644 index 41c54310a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_button_pressed.png deleted file mode 100644 index 4d8b37f6f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_pressed_left.png deleted file mode 100644 index 99c9d02af..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_pressed_right.png deleted file mode 100644 index 33d1455cc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_trigger.png deleted file mode 100644 index ce708adc6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_trigger_pressed.png deleted file mode 100644 index 4e05a75f3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/back_button.png deleted file mode 100644 index 9d4074f02..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/back_button_pressed.png deleted file mode 100644 index ccc43c292..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/down_button.png deleted file mode 100644 index e3f360762..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/down_button_pressed.png deleted file mode 100644 index 25aa842d4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_down.png deleted file mode 100644 index 9dde7cbbf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_down_pressed.png deleted file mode 100644 index dc97a415f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_left.png deleted file mode 100644 index 7ca684d23..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_left_pressed.png deleted file mode 100644 index c369d720f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_right.png deleted file mode 100644 index 23ddb3382..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_right_pressed.png deleted file mode 100644 index 4f425d27c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_up.png deleted file mode 100644 index a009f28b3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_up_pressed.png deleted file mode 100644 index 24183d9b3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/guide_button.png deleted file mode 100644 index 4a16ff507..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_bumper.png deleted file mode 100644 index 2cd7de762..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_bumper_pressed.png deleted file mode 100644 index d6b3a16cd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_button.png deleted file mode 100644 index 340127e51..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_button_pressed.png deleted file mode 100644 index b98622dda..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick.png deleted file mode 100644 index 18fd27840..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_button.png deleted file mode 100644 index 297d08e32..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_button_pressed.png deleted file mode 100644 index 720ec552d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_pressed_left.png deleted file mode 100644 index 611a4b0c9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_pressed_right.png deleted file mode 100644 index 4e4821078..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_trigger.png deleted file mode 100644 index 46aacfef6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_trigger_pressed.png deleted file mode 100644 index 8b535e17e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_bumper.png deleted file mode 100644 index 957fcc60c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_bumper_pressed.png deleted file mode 100644 index 8e9d0e468..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_button.png deleted file mode 100644 index e12494464..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_button_pressed.png deleted file mode 100644 index 0f3a86a0e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick.png deleted file mode 100644 index 0eb116a90..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_button.png deleted file mode 100644 index e546f5222..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_button_pressed.png deleted file mode 100644 index 95f89b18c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_pressed_left.png deleted file mode 100644 index 61a56908c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_pressed_right.png deleted file mode 100644 index 2c7d4bb35..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_trigger.png deleted file mode 100644 index 6b4f92c43..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_trigger_pressed.png deleted file mode 100644 index bba592e41..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/start_button.png deleted file mode 100644 index a571464c5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/start_button_pressed.png deleted file mode 100644 index 37372fbf5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/touchpad.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/touchpad.png deleted file mode 100644 index db64235fc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/touchpad.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/touchpad_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/touchpad_pressed.png deleted file mode 100644 index 95f56bce7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/touchpad_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/unknown.png deleted file mode 100644 index 679e10695..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/up_button.png deleted file mode 100644 index 935d9ea35..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/up_button_pressed.png deleted file mode 100644 index 6e1077af3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/sd/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/start_button.png deleted file mode 100644 index 1700594e3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/start_button_pressed.png deleted file mode 100644 index ab456f674..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/touchpad.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/touchpad.png deleted file mode 100644 index de09a073b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/touchpad.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/touchpad_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/touchpad_pressed.png deleted file mode 100644 index a814fb88d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/touchpad_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/unknown.png deleted file mode 100644 index 0a6dbee38..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/up_button.png deleted file mode 100644 index 6f1b85ac0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/up_button_pressed.png deleted file mode 100644 index 593f9e10c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/ps5/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/back_button.png deleted file mode 100644 index 47e3b39f5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/back_button_pressed.png deleted file mode 100644 index 65cbb612f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/down_button.png deleted file mode 100644 index 7daa4950b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/down_button_pressed.png deleted file mode 100644 index 15e2d7884..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_down.png deleted file mode 100644 index d83ff7e48..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_down_pressed.png deleted file mode 100644 index ba267dc41..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_left.png deleted file mode 100644 index f18fc2850..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_left_pressed.png deleted file mode 100644 index 700d9feb6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_right.png deleted file mode 100644 index 31cd67f4a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_right_pressed.png deleted file mode 100644 index 9cef71145..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_up.png deleted file mode 100644 index fc031acaf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_up_pressed.png deleted file mode 100644 index 2c222ba98..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/guide_button.png deleted file mode 100644 index ce9d3a4a9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_bumper.png deleted file mode 100644 index edc18d543..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_bumper_pressed.png deleted file mode 100644 index 3af744b48..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_button.png deleted file mode 100644 index dc3bf7a78..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_button_pressed.png deleted file mode 100644 index 9fc90728e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick.png deleted file mode 100644 index 213ba9140..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_button.png deleted file mode 100644 index 207996983..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_button_pressed.png deleted file mode 100644 index 7905d38ec..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_pressed_left.png deleted file mode 100644 index 5daef75f8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_pressed_right.png deleted file mode 100644 index 3e10e54ba..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_trigger.png deleted file mode 100644 index 46aacfef6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_trigger_pressed.png deleted file mode 100644 index 8b535e17e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_bumper.png deleted file mode 100644 index 4bdd7174d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_bumper_pressed.png deleted file mode 100644 index 64d557885..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_button.png deleted file mode 100644 index e3f209cfb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_button_pressed.png deleted file mode 100644 index c4b32cdfc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick.png deleted file mode 100644 index 686ac50a6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_button.png deleted file mode 100644 index b87dfa234..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_button_pressed.png deleted file mode 100644 index db22bf297..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_pressed_left.png deleted file mode 100644 index 8dcdf585c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_pressed_right.png deleted file mode 100644 index d72644b53..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_trigger.png deleted file mode 100644 index 6b4f92c43..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_trigger_pressed.png deleted file mode 100644 index bba592e41..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/start_button.png deleted file mode 100644 index 541b21621..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/start_button_pressed.png deleted file mode 100644 index d3420c207..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/unknown.png deleted file mode 100644 index 51f434c0f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/up_button.png deleted file mode 100644 index 020160e14..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/up_button_pressed.png deleted file mode 100644 index be39d3f01..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/psvita/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/assistant_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/assistant_button.png deleted file mode 100644 index 358602999..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/assistant_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/assistant_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/assistant_button_pressed.png deleted file mode 100644 index 30ab18f68..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/assistant_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/back_button.png deleted file mode 100644 index 03a45f7bc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/back_button_pressed.png deleted file mode 100644 index 7fd8edb17..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/capture_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/capture_button.png deleted file mode 100644 index 4b5335f1d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/capture_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/capture_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/capture_button_pressed.png deleted file mode 100644 index e40a36db2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/capture_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/down_button.png deleted file mode 100644 index 9549079a6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/down_button_pressed.png deleted file mode 100644 index 9e022d1b0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_down.png deleted file mode 100644 index 5a26496c4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_down_pressed.png deleted file mode 100644 index d31e9e687..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_left.png deleted file mode 100644 index 4a3e19a78..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_left_pressed.png deleted file mode 100644 index 139f9b2ae..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_right.png deleted file mode 100644 index f62bba177..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_right_pressed.png deleted file mode 100644 index 6bfc5df47..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_up.png deleted file mode 100644 index 8caf8dead..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_up_pressed.png deleted file mode 100644 index 85b244132..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/guide_button.png deleted file mode 100644 index 883548a99..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/assistant_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/assistant_button.png deleted file mode 100644 index 4bf834c40..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/assistant_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/assistant_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/assistant_button_pressed.png deleted file mode 100644 index b7485cda4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/assistant_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/back_button.png deleted file mode 100644 index bcabcc88d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/back_button_pressed.png deleted file mode 100644 index 1643f105c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/capture_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/capture_button.png deleted file mode 100644 index 9dc331761..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/capture_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/capture_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/capture_button_pressed.png deleted file mode 100644 index af7663e69..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/capture_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/down_button.png deleted file mode 100644 index 1f47840b8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/down_button_pressed.png deleted file mode 100644 index 5e24b1f83..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_down.png deleted file mode 100644 index 6c3410044..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_down_pressed.png deleted file mode 100644 index ed0ffec76..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_left.png deleted file mode 100644 index bd2794767..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_left_pressed.png deleted file mode 100644 index f553891d4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_right.png deleted file mode 100644 index 049d42bf0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_right_pressed.png deleted file mode 100644 index 2d7f8c1c3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_up.png deleted file mode 100644 index 4070d6582..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_up_pressed.png deleted file mode 100644 index 8bb45a80e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/guide_button.png deleted file mode 100644 index 92dd4c3f8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_bumper.png deleted file mode 100644 index d4ac897f5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_bumper_pressed.png deleted file mode 100644 index d1da8c2ed..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_button.png deleted file mode 100644 index 0a3130441..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_button_pressed.png deleted file mode 100644 index 1c9003754..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick.png deleted file mode 100644 index 1225fc7a7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_button.png deleted file mode 100644 index 969e2be0e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_button_pressed.png deleted file mode 100644 index 3057f5959..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_pressed_left.png deleted file mode 100644 index 3b17abbde..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_pressed_right.png deleted file mode 100644 index 624c8b513..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_trigger.png deleted file mode 100644 index eb3ce8d46..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_trigger_pressed.png deleted file mode 100644 index 81ac137cd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_bumper.png deleted file mode 100644 index c63501924..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_bumper_pressed.png deleted file mode 100644 index 2635b10c7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_button.png deleted file mode 100644 index a77687cb3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_button_pressed.png deleted file mode 100644 index aabb5ee82..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick.png deleted file mode 100644 index 2fff4d8c1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_button.png deleted file mode 100644 index 906d30802..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_button_pressed.png deleted file mode 100644 index b8a5b0fe2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_pressed_left.png deleted file mode 100644 index 755742a4f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_pressed_right.png deleted file mode 100644 index c117a638c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_trigger.png deleted file mode 100644 index 6cf7eca53..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_trigger_pressed.png deleted file mode 100644 index 17c69e840..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/start_button.png deleted file mode 100644 index 50c8c9c87..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/start_button_pressed.png deleted file mode 100644 index 00aaff0e6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/up_button.png deleted file mode 100644 index a2e5fbfdd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/up_button_pressed.png deleted file mode 100644 index 0de37a558..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/hd/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_bumper.png deleted file mode 100644 index e65222e94..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_bumper_pressed.png deleted file mode 100644 index eb30dc004..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_button.png deleted file mode 100644 index f2b876af0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_button_pressed.png deleted file mode 100644 index bc7b0d910..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick.png deleted file mode 100644 index 7e1ba3ecb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_button.png deleted file mode 100644 index 8d11740f0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_button_pressed.png deleted file mode 100644 index 1a7202568..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_pressed_left.png deleted file mode 100644 index 97aaf782a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_pressed_right.png deleted file mode 100644 index 77fb50ba6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_trigger.png deleted file mode 100644 index 4cb418e54..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_trigger_pressed.png deleted file mode 100644 index 45142df2d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_bumper.png deleted file mode 100644 index 84cedb0aa..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_bumper_pressed.png deleted file mode 100644 index 2cd9c298e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_button.png deleted file mode 100644 index edfb2b23c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_button_pressed.png deleted file mode 100644 index 0e5eb6419..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick.png deleted file mode 100644 index c3f11eaf1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_button.png deleted file mode 100644 index 0f20bea63..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_button_pressed.png deleted file mode 100644 index b8c7861f4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_pressed_left.png deleted file mode 100644 index 212b361c9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_pressed_right.png deleted file mode 100644 index fabcc9dd7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_trigger.png deleted file mode 100644 index c40960b14..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_trigger_pressed.png deleted file mode 100644 index ab8985eca..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/start_button.png deleted file mode 100644 index ef1af3610..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/start_button_pressed.png deleted file mode 100644 index 7c8290e66..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/unknown.png deleted file mode 100644 index 1efe1c877..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/up_button.png deleted file mode 100644 index d72acc584..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/up_button_pressed.png deleted file mode 100644 index c6e87381b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/stadia/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/back_button.png deleted file mode 100644 index 54d4cec5b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/back_button_pressed.png deleted file mode 100644 index e5f76330f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dotdotdot.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dotdotdot.png deleted file mode 100644 index 3d40c54a9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dotdotdot.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dotdotdot_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dotdotdot_pressed.png deleted file mode 100644 index d04639b5f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dotdotdot_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/down_button.png deleted file mode 100644 index ba13ee78a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/down_button_pressed.png deleted file mode 100644 index 4a2ac4e9e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_down.png deleted file mode 100644 index 96fc38f5a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_down_pressed.png deleted file mode 100644 index bf666a2e0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_left.png deleted file mode 100644 index 003905aa0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_left_pressed.png deleted file mode 100644 index ccf0cf3d0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_right.png deleted file mode 100644 index 4f06fe2ec..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_right_pressed.png deleted file mode 100644 index e553ab8a2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_up.png deleted file mode 100644 index 5ca097390..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_up_pressed.png deleted file mode 100644 index 66c5fde9e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/back_button.png deleted file mode 100644 index 16b7735d1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/back_button_pressed.png deleted file mode 100644 index 55dfdaf06..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dotdotdot.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dotdotdot.png deleted file mode 100644 index 9f092b417..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dotdotdot.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dotdotdot_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dotdotdot_pressed.png deleted file mode 100644 index 4a2ef9b57..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dotdotdot_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/down_button.png deleted file mode 100644 index b86b002c9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/down_button_pressed.png deleted file mode 100644 index c5c188e77..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_down.png deleted file mode 100644 index ee122be81..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_down_pressed.png deleted file mode 100644 index 53adc83f4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_left.png deleted file mode 100644 index 09cf11c5b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_left_pressed.png deleted file mode 100644 index ff045753f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_right.png deleted file mode 100644 index e4e901bde..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_right_pressed.png deleted file mode 100644 index a733dc12a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_up.png deleted file mode 100644 index cede1a31a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_up_pressed.png deleted file mode 100644 index dc435eedb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/guide_button.png deleted file mode 100644 index 6c19465f1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/guide_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/guide_button_pressed.png deleted file mode 100644 index 94df753e5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/guide_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_bumper.png deleted file mode 100644 index 2680eb849..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_bumper_pressed.png deleted file mode 100644 index 63c58623d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_button.png deleted file mode 100644 index f6966a4a6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_button_pressed.png deleted file mode 100644 index d23807881..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick.png deleted file mode 100644 index 68cda0208..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_button.png deleted file mode 100644 index 1c0c3c0b5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_button_pressed.png deleted file mode 100644 index 41a4dc86c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_pressed_left.png deleted file mode 100644 index 6663b5062..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_pressed_right.png deleted file mode 100644 index 4da774eb3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_trigger.png deleted file mode 100644 index ed725a4c9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_trigger_pressed.png deleted file mode 100644 index 8088f6e94..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_bumper.png deleted file mode 100644 index 73247f03d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_bumper_pressed.png deleted file mode 100644 index e5f52b3ee..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_button.png deleted file mode 100644 index 0a7d9c9e8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_button_pressed.png deleted file mode 100644 index d906c197d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick.png deleted file mode 100644 index 0206c6f34..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_button.png deleted file mode 100644 index db38ca753..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_button_pressed.png deleted file mode 100644 index 38691cf4e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_pressed_left.png deleted file mode 100644 index 9cd544d8a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_pressed_right.png deleted file mode 100644 index b83794e65..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_trigger.png deleted file mode 100644 index 3eb19772c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_trigger_pressed.png deleted file mode 100644 index 9d9311e63..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/start_button.png deleted file mode 100644 index ffd877937..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/start_button_pressed.png deleted file mode 100644 index d18b56699..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/unknown.png deleted file mode 100644 index 652d9032f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/up_button.png deleted file mode 100644 index 2d363da60..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/up_button_pressed.png deleted file mode 100644 index 482fb92cf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/fhd/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/guide_button.png deleted file mode 100644 index c9d3fd090..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/guide_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/guide_button_pressed.png deleted file mode 100644 index 8d5203265..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/guide_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_bumper.png deleted file mode 100644 index 7fab63231..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_bumper_pressed.png deleted file mode 100644 index a5c36b164..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_button.png deleted file mode 100644 index 510151161..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_button_pressed.png deleted file mode 100644 index 9dbd5e433..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick.png deleted file mode 100644 index 8d69b7360..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_button.png deleted file mode 100644 index 24b6b49fd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_button_pressed.png deleted file mode 100644 index d6d4cf93e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_pressed_left.png deleted file mode 100644 index 844636a6c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_pressed_right.png deleted file mode 100644 index 1460c7a30..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_trigger.png deleted file mode 100644 index e26ce2f4e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_trigger_pressed.png deleted file mode 100644 index 312247355..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_bumper.png deleted file mode 100644 index 98234b414..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_bumper_pressed.png deleted file mode 100644 index b1b43b1ac..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_button.png deleted file mode 100644 index be333f8b8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_button_pressed.png deleted file mode 100644 index 8eef3ec9d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick.png deleted file mode 100644 index 38b973625..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_button.png deleted file mode 100644 index 297de5e40..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_button_pressed.png deleted file mode 100644 index 3909ec27b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_pressed_left.png deleted file mode 100644 index 28be84789..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_pressed_right.png deleted file mode 100644 index 8538f865f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_trigger.png deleted file mode 100644 index d4dedb810..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_trigger_pressed.png deleted file mode 100644 index 153e1d39f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/back_button.png deleted file mode 100644 index 40e8ef674..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/back_button_pressed.png deleted file mode 100644 index b2e407fd6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/down_button.png deleted file mode 100644 index 545f73521..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/down_button_pressed.png deleted file mode 100644 index e7ea0a0a1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_down.png deleted file mode 100644 index d901a306a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_down_pressed.png deleted file mode 100644 index be9ae0512..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_left.png deleted file mode 100644 index 0d3961f36..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_left_pressed.png deleted file mode 100644 index ebd450872..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_right.png deleted file mode 100644 index 195e21234..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_right_pressed.png deleted file mode 100644 index db793ecc4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_up.png deleted file mode 100644 index b77679ebc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_up_pressed.png deleted file mode 100644 index 0030ed9fb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/guide_button.png deleted file mode 100644 index 19d75c814..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/guide_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/guide_button_pressed.png deleted file mode 100644 index 6bc7adc9d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/guide_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_bumper.png deleted file mode 100644 index 8092dd5ee..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_bumper_pressed.png deleted file mode 100644 index 58212c3f1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_button.png deleted file mode 100644 index aa1a84ab5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_button_pressed.png deleted file mode 100644 index 2748018e2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick.png deleted file mode 100644 index da0257286..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_button.png deleted file mode 100644 index a93de05d7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_button_pressed.png deleted file mode 100644 index 5e01fcd59..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_pressed_left.png deleted file mode 100644 index d2c7e6a56..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_pressed_right.png deleted file mode 100644 index 359d8bce4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_trigger.png deleted file mode 100644 index a7210fada..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_trigger_pressed.png deleted file mode 100644 index 362fcb4bc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_bumper.png deleted file mode 100644 index 74b5dd7e2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_bumper_pressed.png deleted file mode 100644 index 0be18bbfe..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_button.png deleted file mode 100644 index 16b06d932..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_button_pressed.png deleted file mode 100644 index 2b81aadb1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick.png deleted file mode 100644 index 36f2c1a8e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_button.png deleted file mode 100644 index 31a9e6bf6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_button_pressed.png deleted file mode 100644 index 0c74f02a0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_pressed_left.png deleted file mode 100644 index dcc17952b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_pressed_right.png deleted file mode 100644 index 9dc7be5c9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_trigger.png deleted file mode 100644 index 6978b41b4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_trigger_pressed.png deleted file mode 100644 index 5d76e24ac..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/start_button.png deleted file mode 100644 index e1c95bf05..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/start_button_pressed.png deleted file mode 100644 index dcc2e4a54..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/unknown.png deleted file mode 100644 index 4de774068..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/up_button.png deleted file mode 100644 index 87f57a25a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/up_button_pressed.png deleted file mode 100644 index 6a33f7810..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/sd/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/start_button.png deleted file mode 100644 index 3e41f8a8b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/start_button_pressed.png deleted file mode 100644 index 278c723fa..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/unknown.png deleted file mode 100644 index 0498275e5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/up_button.png deleted file mode 100644 index 6acb79ca2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/up_button_pressed.png deleted file mode 100644 index ebdffcd20..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/steam/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/back_button.png deleted file mode 100644 index 0f83037c0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/back_button_pressed.png deleted file mode 100644 index b89fffd57..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/capture_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/capture_button.png deleted file mode 100644 index 30f3a41df..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/capture_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/capture_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/capture_button_pressed.png deleted file mode 100644 index 628f5c33d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/capture_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/down_button.png deleted file mode 100644 index e02d0b6ff..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/down_button_pressed.png deleted file mode 100644 index 42c27cdca..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_down.png deleted file mode 100644 index 02457ad6e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_down_pressed.png deleted file mode 100644 index 995fc4d92..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_left.png deleted file mode 100644 index 16fecd02e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_left_pressed.png deleted file mode 100644 index 892cd49df..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_right.png deleted file mode 100644 index b6edc8625..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_right_pressed.png deleted file mode 100644 index e1916eb67..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_up.png deleted file mode 100644 index 2e00c4050..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_up_pressed.png deleted file mode 100644 index 0d470a916..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/guide_button.png deleted file mode 100644 index 70221f63d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/back_button.png deleted file mode 100644 index 79a05fdc1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/back_button_pressed.png deleted file mode 100644 index d662048d9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/down_button.png deleted file mode 100644 index 24f177e7e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/down_button_pressed.png deleted file mode 100644 index c706ddbf4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_down.png deleted file mode 100644 index 6828c13c1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_down_pressed.png deleted file mode 100644 index 0e563868c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_left.png deleted file mode 100644 index c2125fe04..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_left_pressed.png deleted file mode 100644 index 2d8810c7e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_right.png deleted file mode 100644 index 6f795de4e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_right_pressed.png deleted file mode 100644 index 07766c398..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_up.png deleted file mode 100644 index 949f43dc5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_up_pressed.png deleted file mode 100644 index 1e88f36e0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_bumper.png deleted file mode 100644 index 530b8cc8e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_bumper_pressed.png deleted file mode 100644 index eac81d970..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_button.png deleted file mode 100644 index a2e7a04e5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_button_pressed.png deleted file mode 100644 index 0c871eef3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick.png deleted file mode 100644 index 1340419df..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_button.png deleted file mode 100644 index 98ef95243..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_button_pressed.png deleted file mode 100644 index 05c93a9fe..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_pressed_left.png deleted file mode 100644 index 738ca1a50..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_pressed_right.png deleted file mode 100644 index 629700da2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_trigger.png deleted file mode 100644 index 660b838d4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_trigger_pressed.png deleted file mode 100644 index 3fa875f41..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_bumper.png deleted file mode 100644 index fa5853ddd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_bumper_pressed.png deleted file mode 100644 index f3e4db31a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_button.png deleted file mode 100644 index 5b03c93e2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_button_pressed.png deleted file mode 100644 index 278b38428..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick.png deleted file mode 100644 index b867ecf3c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_button.png deleted file mode 100644 index e2c285728..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_button_pressed.png deleted file mode 100644 index 9a945f4fa..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_pressed_left.png deleted file mode 100644 index cb354199d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_pressed_right.png deleted file mode 100644 index f97c73cfc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_trigger.png deleted file mode 100644 index cf4d89659..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_trigger_pressed.png deleted file mode 100644 index bf6fbc3b7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/start_button.png deleted file mode 100644 index dd3cd2ddc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/start_button_pressed.png deleted file mode 100644 index bc847e348..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/unknown.png deleted file mode 100644 index d90ca11fb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/up_button.png deleted file mode 100644 index a1d4553a3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/up_button_pressed.png deleted file mode 100644 index 1fd31aa90..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/hd/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_bumper.png deleted file mode 100644 index fb91289c2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_bumper_pressed.png deleted file mode 100644 index aa2f2d58c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_button.png deleted file mode 100644 index aafe94df8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_button_pressed.png deleted file mode 100644 index 3c566ff6b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sl_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sl_button.png deleted file mode 100644 index 88733cc09..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sl_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sl_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sl_button_pressed.png deleted file mode 100644 index 208b79edf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sl_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sr_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sr_button.png deleted file mode 100644 index 1a57e352b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sr_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sr_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sr_button_pressed.png deleted file mode 100644 index 2df34deef..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_sr_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick.png deleted file mode 100644 index 70847a055..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_button.png deleted file mode 100644 index efe64953f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_button_pressed.png deleted file mode 100644 index fe9c04c3e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_pressed_left.png deleted file mode 100644 index 70c5a9fc1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_pressed_right.png deleted file mode 100644 index 341a9b51b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_trigger.png deleted file mode 100644 index c47c25cc1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_trigger_pressed.png deleted file mode 100644 index b6d65317a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_bumper.png deleted file mode 100644 index fad523df4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_bumper_pressed.png deleted file mode 100644 index d48470f7e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_button.png deleted file mode 100644 index d9296d630..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_button_pressed.png deleted file mode 100644 index 156c8a6e6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sl_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sl_button.png deleted file mode 100644 index fd0a25a70..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sl_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sl_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sl_button_pressed.png deleted file mode 100644 index 3a5266484..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sl_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sr_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sr_button.png deleted file mode 100644 index 12a669b93..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sr_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sr_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sr_button_pressed.png deleted file mode 100644 index 50cdfdfa9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_sr_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick.png deleted file mode 100644 index a14456675..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_button.png deleted file mode 100644 index 2ddae3c0b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_button_pressed.png deleted file mode 100644 index a90ca798d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_pressed_left.png deleted file mode 100644 index 0481c197e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_pressed_right.png deleted file mode 100644 index a510fbc83..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_trigger.png deleted file mode 100644 index f84bccb50..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_trigger_pressed.png deleted file mode 100644 index 87ca63f8a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/start_button.png deleted file mode 100644 index 98ffe1ec1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/start_button_pressed.png deleted file mode 100644 index 186a8abb9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/unknown.png deleted file mode 100644 index 95e9d023b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/up_button.png deleted file mode 100644 index 87a546de2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/up_button_pressed.png deleted file mode 100644 index cc693777d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/switch/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/back_button.png deleted file mode 100644 index 835173d2c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/back_button_pressed.png deleted file mode 100644 index 542e01fa7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/down_button.png deleted file mode 100644 index cd3982539..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/down_button_pressed.png deleted file mode 100644 index eb6969ecc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_down.png deleted file mode 100644 index d8c910691..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_down_pressed.png deleted file mode 100644 index 5736b9dcc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_left.png deleted file mode 100644 index f02fb7ec1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_left_pressed.png deleted file mode 100644 index 94a3c6162..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_right.png deleted file mode 100644 index 229337561..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_right_pressed.png deleted file mode 100644 index 7b9ed9066..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_up.png deleted file mode 100644 index 2ffdcb02b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_up_pressed.png deleted file mode 100644 index 806411944..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/guide_button.png deleted file mode 100644 index f637ee9bf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_bumper.png deleted file mode 100644 index 559dea4ff..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_bumper_pressed.png deleted file mode 100644 index 8309678cd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_button.png deleted file mode 100644 index 5f64e92bc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_button_pressed.png deleted file mode 100644 index 6c7988715..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick.png deleted file mode 100644 index 3b5112385..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_button.png deleted file mode 100644 index f5b1da865..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_button_pressed.png deleted file mode 100644 index a723a64e3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_pressed_left.png deleted file mode 100644 index 91d617cbb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_pressed_right.png deleted file mode 100644 index 107ceaf30..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_trigger.png deleted file mode 100644 index d3f015156..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_trigger_pressed.png deleted file mode 100644 index 942c31e76..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_bumper.png deleted file mode 100644 index 92ddfaa65..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_bumper_pressed.png deleted file mode 100644 index 5cb0d41f0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_button.png deleted file mode 100644 index ef728653b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_button_pressed.png deleted file mode 100644 index 62f868cae..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick.png deleted file mode 100644 index 2180ff69d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_button.png deleted file mode 100644 index 41475a0a5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_button_pressed.png deleted file mode 100644 index 3811d341a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_pressed_left.png deleted file mode 100644 index c1122ece2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_pressed_right.png deleted file mode 100644 index 2dff05834..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_trigger.png deleted file mode 100644 index 734acf5f2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_trigger_pressed.png deleted file mode 100644 index 8fe3faf46..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/start_button.png deleted file mode 100644 index 34211f1b8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/start_button_pressed.png deleted file mode 100644 index ab2dbbac0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/unknown.png deleted file mode 100644 index 0324754e5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/up_button.png deleted file mode 100644 index c8c97b0f9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/up_button_pressed.png deleted file mode 100644 index b0f09564a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/wii_u/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/back_button.png deleted file mode 100644 index ec85ffddd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/back_button_pressed.png deleted file mode 100644 index 27990a222..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/down_button.png deleted file mode 100644 index 5345adef6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/down_button_pressed.png deleted file mode 100644 index 5f7ec038b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_down.png deleted file mode 100644 index 13139aedd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_down_pressed.png deleted file mode 100644 index 98ffa0e5c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_left.png deleted file mode 100644 index 93bc58603..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_left_pressed.png deleted file mode 100644 index 77d6cf803..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_right.png deleted file mode 100644 index 40261a226..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_right_pressed.png deleted file mode 100644 index 74505f138..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_up.png deleted file mode 100644 index f46c77075..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_up_pressed.png deleted file mode 100644 index 51bb04817..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/guide_button.png deleted file mode 100644 index b72174785..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/back_button.png deleted file mode 100644 index 5b08a2f04..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/back_button_pressed.png deleted file mode 100644 index 97584bbd7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/down_button.png deleted file mode 100644 index 4192aebe0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/down_button_pressed.png deleted file mode 100644 index ecf46f15c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_down.png deleted file mode 100644 index 65ff6d9a3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_down_pressed.png deleted file mode 100644 index c16900827..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_left.png deleted file mode 100644 index e8fa8692c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_left_pressed.png deleted file mode 100644 index 46a99261a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_right.png deleted file mode 100644 index 4d1838be8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_right_pressed.png deleted file mode 100644 index b905dcf21..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_up.png deleted file mode 100644 index c71b3654c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_up_pressed.png deleted file mode 100644 index 56e53e774..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/guide_button.png deleted file mode 100644 index da653665f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_bumper.png deleted file mode 100644 index 65ffe19d9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_bumper_pressed.png deleted file mode 100644 index 1a7157892..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_button.png deleted file mode 100644 index f32c6c574..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_button_pressed.png deleted file mode 100644 index 8ae7ac3fb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick.png deleted file mode 100644 index a30e35950..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_button.png deleted file mode 100644 index 666022b97..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_button_pressed.png deleted file mode 100644 index ba8eadce7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_pressed_left.png deleted file mode 100644 index f2f6f26e2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_pressed_right.png deleted file mode 100644 index 9d5f7b844..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_trigger.png deleted file mode 100644 index 50059ceea..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_trigger_pressed.png deleted file mode 100644 index 3c6299355..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_bumper.png deleted file mode 100644 index e44c56d75..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_bumper_pressed.png deleted file mode 100644 index 6fd583045..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_button.png deleted file mode 100644 index 9b34186f5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_button_pressed.png deleted file mode 100644 index 686eb2792..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick.png deleted file mode 100644 index 72cc12e3a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_button.png deleted file mode 100644 index 0a2e90ead..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_button_pressed.png deleted file mode 100644 index e077b50a5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_pressed_left.png deleted file mode 100644 index 8b5366abf..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_pressed_right.png deleted file mode 100644 index 6f82ce239..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_trigger.png deleted file mode 100644 index 79d914533..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_trigger_pressed.png deleted file mode 100644 index 8790dd9fc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/start_button.png deleted file mode 100644 index 9a210aeb5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/start_button_pressed.png deleted file mode 100644 index 7cf364137..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/unknown.png deleted file mode 100644 index ae7cd40c9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/up_button.png deleted file mode 100644 index 8eff36845..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/up_button_pressed.png deleted file mode 100644 index d46773725..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/hd/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_bumper.png deleted file mode 100644 index 084a8a281..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_bumper_pressed.png deleted file mode 100644 index d05ad2731..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_button.png deleted file mode 100644 index b03ccf115..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_button_pressed.png deleted file mode 100644 index 66ebdb876..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick.png deleted file mode 100644 index 0109931b4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_button.png deleted file mode 100644 index 3c863d630..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_button_pressed.png deleted file mode 100644 index 065399481..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_pressed_left.png deleted file mode 100644 index 40e25df3f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_pressed_right.png deleted file mode 100644 index 5ec4a1463..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_trigger.png deleted file mode 100644 index 56cc3d00c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_trigger_pressed.png deleted file mode 100644 index 814307fc9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_bumper.png deleted file mode 100644 index 1ab74fa02..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_bumper_pressed.png deleted file mode 100644 index cce49b10d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_button.png deleted file mode 100644 index 726996161..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_button_pressed.png deleted file mode 100644 index ec356c21f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick.png deleted file mode 100644 index 3711f834f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_button.png deleted file mode 100644 index 15cb7accd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_button_pressed.png deleted file mode 100644 index 4f77a71dc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_pressed_left.png deleted file mode 100644 index 306d29a22..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_pressed_right.png deleted file mode 100644 index b11bc232f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_trigger.png deleted file mode 100644 index 951953a1f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_trigger_pressed.png deleted file mode 100644 index ea01c12f2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/back_button.png deleted file mode 100644 index 098676dff..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/back_button_pressed.png deleted file mode 100644 index ad2e45e37..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/down_button.png deleted file mode 100644 index 0dfd086be..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/down_button_pressed.png deleted file mode 100644 index 86de30e29..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_down.png deleted file mode 100644 index 118f77a54..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_down_pressed.png deleted file mode 100644 index 5ed270648..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_left.png deleted file mode 100644 index 42473ffd7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_left_pressed.png deleted file mode 100644 index 9766c8afa..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_right.png deleted file mode 100644 index 855f37727..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_right_pressed.png deleted file mode 100644 index 077a1817a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_up.png deleted file mode 100644 index 1afc43557..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_up_pressed.png deleted file mode 100644 index 82b082a15..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/guide_button.png deleted file mode 100644 index 59b296738..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_bumper.png deleted file mode 100644 index e597b929b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_bumper_pressed.png deleted file mode 100644 index 001612252..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_button.png deleted file mode 100644 index 03228e3f4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_button_pressed.png deleted file mode 100644 index 02c21a4ba..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick.png deleted file mode 100644 index 5031fe869..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_button.png deleted file mode 100644 index 85697926d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_button_pressed.png deleted file mode 100644 index 964cdf8bd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_pressed_left.png deleted file mode 100644 index 49e82952c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_pressed_right.png deleted file mode 100644 index 68a77c170..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_trigger.png deleted file mode 100644 index 2f2b84672..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_trigger_pressed.png deleted file mode 100644 index 30701c0bb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_bumper.png deleted file mode 100644 index 0c70a9a30..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_bumper_pressed.png deleted file mode 100644 index ca2c3c877..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_button.png deleted file mode 100644 index 8c3a3166d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_button_pressed.png deleted file mode 100644 index 7b4ad89af..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick.png deleted file mode 100644 index 99cb66189..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_button.png deleted file mode 100644 index 9ea7b7c81..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_button_pressed.png deleted file mode 100644 index 1ca4602a7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_pressed_left.png deleted file mode 100644 index 71c5fb611..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_pressed_right.png deleted file mode 100644 index 2497550a5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_trigger.png deleted file mode 100644 index 8b27de7e5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_trigger_pressed.png deleted file mode 100644 index c562efae0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/start_button.png deleted file mode 100644 index 2c161f6d4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/start_button_pressed.png deleted file mode 100644 index bdddf3c26..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/unknown.png deleted file mode 100644 index bd9ac55d7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/up_button.png deleted file mode 100644 index 2c7b32c08..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/up_button_pressed.png deleted file mode 100644 index 78cfbb294..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/sd/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/start_button.png deleted file mode 100644 index 4b26b4017..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/start_button_pressed.png deleted file mode 100644 index 2b7bc4050..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/unknown.png deleted file mode 100644 index b53c07eda..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/up_button.png deleted file mode 100644 index 6e3bffaf2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/up_button_pressed.png deleted file mode 100644 index a0d37dd79..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/x360/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/back_button.png deleted file mode 100644 index 52f7302d2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/back_button_pressed.png deleted file mode 100644 index ceb7f737a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/down_button.png deleted file mode 100644 index a2bbe3636..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/down_button_pressed.png deleted file mode 100644 index 7a7cf33ca..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_down.png deleted file mode 100644 index 51cefce46..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_down_pressed.png deleted file mode 100644 index 6cfab342a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_left.png deleted file mode 100644 index 08571d9e5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_left_pressed.png deleted file mode 100644 index 8f874472b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_right.png deleted file mode 100644 index a783f1bce..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_right_pressed.png deleted file mode 100644 index 220a1a405..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_up.png deleted file mode 100644 index bcb91cb59..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_up_pressed.png deleted file mode 100644 index 07e2f6217..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/guide_button.png deleted file mode 100644 index cbdea01b5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/back_button.png deleted file mode 100644 index 471de9ad0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/back_button_pressed.png deleted file mode 100644 index 282f5354a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/down_button.png deleted file mode 100644 index 885a7422a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/down_button_pressed.png deleted file mode 100644 index 6c5986fa9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_down.png deleted file mode 100644 index f50794947..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_down_pressed.png deleted file mode 100644 index 250aa0721..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_left.png deleted file mode 100644 index 70bee1d4d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_left_pressed.png deleted file mode 100644 index fb57018fc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_right.png deleted file mode 100644 index a71871bd0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_right_pressed.png deleted file mode 100644 index d43ead2db..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_up.png deleted file mode 100644 index 2e39a164f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_up_pressed.png deleted file mode 100644 index 99ad2082f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/guide_button.png deleted file mode 100644 index 65cdd8b66..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_bumper.png deleted file mode 100644 index 6df794533..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_bumper_pressed.png deleted file mode 100644 index 959e68afe..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_button.png deleted file mode 100644 index 8ef13150f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_button_pressed.png deleted file mode 100644 index 9b83c065d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick.png deleted file mode 100644 index fb07a7043..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_button.png deleted file mode 100644 index eff5899a8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_button_pressed.png deleted file mode 100644 index 7d621defe..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_pressed_left.png deleted file mode 100644 index 9cb3f7d99..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_pressed_right.png deleted file mode 100644 index 2b1ac55df..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_trigger.png deleted file mode 100644 index ad7c8e1fe..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_trigger_pressed.png deleted file mode 100644 index 3c0ef8b5c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_bumper.png deleted file mode 100644 index 10358a03a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_bumper_pressed.png deleted file mode 100644 index e31d75ea4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_button.png deleted file mode 100644 index 9821d3a7b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_button_pressed.png deleted file mode 100644 index 5b52f30cc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick.png deleted file mode 100644 index ec1a50782..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_button.png deleted file mode 100644 index 41fc54672..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_button_pressed.png deleted file mode 100644 index ce40d5c3a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_pressed_left.png deleted file mode 100644 index d2faea3bc..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_pressed_right.png deleted file mode 100644 index 7e1248050..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_trigger.png deleted file mode 100644 index 272d57c3d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_trigger_pressed.png deleted file mode 100644 index 3d132405c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/start_button.png deleted file mode 100644 index bb606d053..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/start_button_pressed.png deleted file mode 100644 index de9dd5feb..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/unknown.png deleted file mode 100644 index 279914c27..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/up_button.png deleted file mode 100644 index e92d4a25a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/up_button_pressed.png deleted file mode 100644 index e00bcc6c1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/hd/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_bumper.png deleted file mode 100644 index c5a9990b3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_bumper_pressed.png deleted file mode 100644 index aea241e47..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_button.png deleted file mode 100644 index 3e807746c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_button_pressed.png deleted file mode 100644 index 99a0d522b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick.png deleted file mode 100644 index 4a106ac11..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_button.png deleted file mode 100644 index 14502a7f9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_button_pressed.png deleted file mode 100644 index 3246971f3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_pressed_left.png deleted file mode 100644 index 158d68cd7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_pressed_right.png deleted file mode 100644 index df987728f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_trigger.png deleted file mode 100644 index 684d5d0b7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_trigger_pressed.png deleted file mode 100644 index 81bef605f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_bumper.png deleted file mode 100644 index 03d97a9ab..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_bumper_pressed.png deleted file mode 100644 index ee57efad0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_button.png deleted file mode 100644 index e8eb6f341..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_button_pressed.png deleted file mode 100644 index 7e64fa557..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick.png deleted file mode 100644 index de2e85d12..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_button.png deleted file mode 100644 index 9e88fa89d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_button_pressed.png deleted file mode 100644 index 938ea28ae..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_pressed_left.png deleted file mode 100644 index 0f19d92dd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_pressed_right.png deleted file mode 100644 index a3596b808..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_trigger.png deleted file mode 100644 index bdcac909b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_trigger_pressed.png deleted file mode 100644 index fa6352000..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/back_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/back_button.png deleted file mode 100644 index b06da1580..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/back_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/back_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/back_button_pressed.png deleted file mode 100644 index 5c4f8a54d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/back_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/down_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/down_button.png deleted file mode 100644 index e8e69a2d8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/down_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/down_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/down_button_pressed.png deleted file mode 100644 index 458879cc5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/down_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_down.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_down.png deleted file mode 100644 index c28b74800..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_down.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_down_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_down_pressed.png deleted file mode 100644 index 18b9764cd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_down_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_left.png deleted file mode 100644 index c0a9059c6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_left_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_left_pressed.png deleted file mode 100644 index f1e647029..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_left_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_right.png deleted file mode 100644 index d543eec92..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_right_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_right_pressed.png deleted file mode 100644 index bfa12d1e2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_right_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_up.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_up.png deleted file mode 100644 index 520f8ae83..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_up.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_up_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_up_pressed.png deleted file mode 100644 index 051e5934e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/dpad_up_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/guide_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/guide_button.png deleted file mode 100644 index 29c43f813..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/guide_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_bumper.png deleted file mode 100644 index 84669c520..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_bumper_pressed.png deleted file mode 100644 index 56606ead8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_button.png deleted file mode 100644 index a2668f3f0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_button_pressed.png deleted file mode 100644 index 87d397085..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick.png deleted file mode 100644 index f32b8d768..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_button.png deleted file mode 100644 index 021709711..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_button_pressed.png deleted file mode 100644 index 3f2cf7554..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_pressed_left.png deleted file mode 100644 index 4edc2f01e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_pressed_right.png deleted file mode 100644 index f7a1e2b2a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_trigger.png deleted file mode 100644 index fcea37308..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_trigger_pressed.png deleted file mode 100644 index 9cd793347..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/left_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_bumper.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_bumper.png deleted file mode 100644 index 73839612f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_bumper.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_bumper_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_bumper_pressed.png deleted file mode 100644 index cf33ce810..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_bumper_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_button.png deleted file mode 100644 index afe1bf2a6..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_button_pressed.png deleted file mode 100644 index ba0fb788d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick.png deleted file mode 100644 index d869352b1..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_button.png deleted file mode 100644 index f71eaffc5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_button_pressed.png deleted file mode 100644 index 0e72f6ae0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_pressed_left.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_pressed_left.png deleted file mode 100644 index 6d424cee9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_pressed_left.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_pressed_right.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_pressed_right.png deleted file mode 100644 index 8381d6ac7..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_stick_pressed_right.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_trigger.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_trigger.png deleted file mode 100644 index 43cb517af..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_trigger.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_trigger_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_trigger_pressed.png deleted file mode 100644 index 9a383c0da..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/right_trigger_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/start_button.png deleted file mode 100644 index d0abfddf4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/start_button_pressed.png deleted file mode 100644 index 6b009d168..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/unknown.png deleted file mode 100644 index 0816bf444..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/up_button.png deleted file mode 100644 index e67796337..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/up_button_pressed.png deleted file mode 100644 index 98791cca3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/sd/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/start_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/start_button.png deleted file mode 100644 index 1fc482d1e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/start_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/start_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/start_button_pressed.png deleted file mode 100644 index 4bb300b17..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/start_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/unknown.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/unknown.png deleted file mode 100644 index 741a9bb86..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/unknown.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/up_button.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/up_button.png deleted file mode 100644 index 6e431d9a8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/up_button.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/up_button_pressed.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/up_button_pressed.png deleted file mode 100644 index 5b2b61f62..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/assets/legacy/textures/component/xone/up_button_pressed.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/pack.mcmeta b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/pack.mcmeta deleted file mode 100644 index 3d475f126..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/pack.mcmeta +++ /dev/null @@ -1,10 +0,0 @@ -{ - "pack": { - "description": "Enhanced tooltips from a future Legacy4J release. Courtesy of Cjnator38 and NicSonic-_-", - "pack_format": 69, - "pack_format": 16, - "min_format": 16, - "max_format": 999, - "supported_formats": [ 16, 999 ] - } -} diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/pack.png b/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/pack.png deleted file mode 100644 index b86b002c9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resourcepacks/Tooltips Enhanced/pack.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/a-minecraft-movie-hero-pack.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/a-minecraft-movie-hero-pack.pw.toml deleted file mode 100644 index 64fdef7ca..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/a-minecraft-movie-hero-pack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "A Minecraft Movie Hero Pack" -filename = "A Minecraft Movie Hero Pack.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/x1fU20j7/versions/2aHKlUHr/A%20Minecraft%20Movie%20Hero%20Pack.zip" -hash-format = "sha512" -hash = "e9f4f4f9a70b8ea071db1001fdd8501f2e6c315ade3cd60953030dc67aaa6cae104373768ad78630e873a3e7e6f872ae767f4ac6a80aab697b6c16756e79fc0d" - -[update] -[update.modrinth] -mod-id = "x1fU20j7" -version = "2aHKlUHr" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/bare-bones-x-lambdabettergrass.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/bare-bones-x-lambdabettergrass.pw.toml deleted file mode 100644 index 482935833..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/bare-bones-x-lambdabettergrass.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Bare Bones x LambdaBetterGrass" -filename = "Bare Bones x LambdaBetterGrass 1.21.8.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/7x43ZN3Z/versions/D6OKFWf7/Bare%20Bones%20x%20LambdaBetterGrass%201.21.8.zip" -hash-format = "sha512" -hash = "5dd67fce81162ea2f0bd7b6f4d008c585b7b71115cee4c5d1b5d5710cf7ac123df04f966b08b70deae673516c1b5dfe615a37e7d904deb72677ace279774ad77" - -[update] -[update.modrinth] -mod-id = "7x43ZN3Z" -version = "D6OKFWf7" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/bare-bones.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/bare-bones.pw.toml deleted file mode 100644 index 1b29cde93..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/bare-bones.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Bare Bones" -filename = "Bare Bones 1.21.11.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/rox3U8B6/versions/jQBWn2Q3/Bare%20Bones%201.21.11.zip" -hash-format = "sha512" -hash = "268b578d6d34adaa2491572af4cabf65fab94edee00e688f5b4cb4f072c0620c492d58a4442769e6a889cd940cfe3c4a4fe65e5bb422b8e283ad174e32ceefb0" - -[update] -[update.modrinth] -mod-id = "rox3U8B6" -version = "jQBWn2Q3" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/better-leaves.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/better-leaves.pw.toml deleted file mode 100644 index b280aa69f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/better-leaves.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Motschen's Better Leaves" -filename = "Better-Leaves-9.5.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/uvpymuxq/versions/XWtayRKd/Better-Leaves-9.5.zip" -hash-format = "sha512" -hash = "3f50d72bdc7274aa01a7c68d1e8a8f592eddc5e28ad9c60d796815a9892751bc862c0ee0dbed290dd7c4ad994c68d38b8cde02b21c96ecbaab6fe18808fb8750" - -[update] -[update.modrinth] -mod-id = "uvpymuxq" -version = "XWtayRKd" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/candy-texture-pack.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/candy-texture-pack.pw.toml deleted file mode 100644 index 612122deb..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/candy-texture-pack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Candy Texture Pack" -filename = "Candy Texture Pack.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/NGIRqFgR/versions/R2Sp0xlI/Candy%20Texture%20Pack.zip" -hash-format = "sha512" -hash = "2cc59053c6145131fce4416afc88033dc31392d3bbf90a7b51cee0309fc96949a7a234075523aa3c0aedb3d3032aa86d9605feaf4cfefc3238a10f8476a44989" - -[update] -[update.modrinth] -mod-id = "NGIRqFgR" -version = "R2Sp0xlI" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/cartoon-texture-pack.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/cartoon-texture-pack.pw.toml deleted file mode 100644 index e86f8fc43..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/cartoon-texture-pack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Cartoon Texture Pack" -filename = "Cartoon Texture Pack.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/I8Wm3eT9/versions/3jwtSKEQ/Cartoon%20Texture%20Pack.zip" -hash-format = "sha512" -hash = "dcc1cb8907912318eef32f6f385de19f7ffd9577fa6579128724e3f7a4865b6da5a865cf141c15a477bbdffba67891e0bd939677396d4877b19d99dff1bc4b74" - -[update] -[update.modrinth] -mod-id = "I8Wm3eT9" -version = "3jwtSKEQ" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/chinese-mythology-mash-up.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/chinese-mythology-mash-up.pw.toml deleted file mode 100644 index f432a9228..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/chinese-mythology-mash-up.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Chinese Mythology Mash-up" -filename = "Chinese Mythology Mash-up.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/kRsZVu69/versions/KSdastsm/Chinese%20Mythology%20Mash-up.zip" -hash-format = "sha512" -hash = "4441b431877f1ab7bea73253f8e20de698661f07fd9bc916a57d0c1fdf5b541d8d5dd8a8a113bb76bd733180364abe3e5150bb052b3c785f07fa2a11b644b705" - -[update] -[update.modrinth] -mod-id = "kRsZVu69" -version = "KSdastsm" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/city-texture-pack.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/city-texture-pack.pw.toml deleted file mode 100644 index 003654c32..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/city-texture-pack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "City Texture Pack" -filename = "City Texture Pack.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/IcRlkcNt/versions/I1UhD6DR/City%20Texture%20Pack.zip" -hash-format = "sha512" -hash = "3626bf760cf4d9f3ac134ef7737c15017c503f6a66a26cd5081fd77e8653c22d33e413c5fab8d72b72a93e53a4be9aff7a2040f592c7bdb96996f689534730ce" - -[update] -[update.modrinth] -mod-id = "IcRlkcNt" -version = "I1UhD6DR" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/classic-mcyt-sp.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/classic-mcyt-sp.pw.toml deleted file mode 100644 index 1bb512b9f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/classic-mcyt-sp.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Classic Minecraft YouTuber Skin Pack" -filename = "Classic MCYT Skin Pack.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/8fM4nRG5/versions/QOretmOo/Classic%20MCYT%20Skin%20Pack.zip" -hash-format = "sha512" -hash = "7fcc94c5479ff11d1b9096a8eb42bfa99c5c40ba2493385460f9fdf9ae80f6270e3843b6d5c37ff9bc55cf1056ca2e51eb538ea8dad1331353f45ab92759795a" - -[update] -[update.modrinth] -mod-id = "8fM4nRG5" -version = "QOretmOo" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/default-dark-mode-legacy4j.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/default-dark-mode-legacy4j.pw.toml deleted file mode 100644 index 7dbaf9ecc..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/default-dark-mode-legacy4j.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Default Dark Mode: Legacy4J" -filename = "Default-Dark-Mode-Legacy4J-1.20+-1.2.0-alt.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/8xdgUCRk/versions/iARsV6G1/Default-Dark-Mode-Legacy4J-1.20%2B-1.2.0-alt.zip" -hash-format = "sha512" -hash = "40356961a06703df1aec4ac8658c4ed0a4a868d492042af07b5b62922c614d136ea4cff6b27040ae48ce9355b28a84a5dd0d369bea088e33cedc808f6cb725ef" - -[update] -[update.modrinth] -mod-id = "8xdgUCRk" -version = "iARsV6G1" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/egyptian-mythology-mash-up.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/egyptian-mythology-mash-up.pw.toml deleted file mode 100644 index 770d2ee09..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/egyptian-mythology-mash-up.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Egyptian Mythology Mash-up" -filename = "Egyptian Mythology Mash-up.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/1Ee44YG5/versions/xhUR5AEF/Egyptian%20Mythology%20Mash-up.zip" -hash-format = "sha512" -hash = "663fc1c5aee13fb5edba77a7dc131a67cda45b06c16c283b1decc8abbfdd08e901e5b604bf9b4d8cad9e7e2df5ff860c2ff4cdff1317287663c5d4e244d50588" - -[update] -[update.modrinth] -mod-id = "1Ee44YG5" -version = "xhUR5AEF" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/faithful-32x.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/faithful-32x.pw.toml deleted file mode 100644 index 39abb1b8c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/faithful-32x.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Faithful 32x" -filename = "Faithful 32x - 1.21.10.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/w0TnApzs/versions/lpwK2qwi/Faithful%2032x%20-%201.21.10.zip" -hash-format = "sha512" -hash = "f0b40e4545548b7aa73717d0f7c21abf7620fa86468bd606683d04dc8fdc070b397ca4919c5214fec00b00370ced9528546b6ac6f214e2e506c8ba0f5021f0d4" - -[update] -[update.modrinth] -mod-id = "w0TnApzs" -version = "lpwK2qwi" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/faithful-legacy.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/faithful-legacy.pw.toml deleted file mode 100644 index 2a2be5556..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/faithful-legacy.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Faithful Legacy" -filename = "faithful-legacy.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/PbrKfOSH/versions/LaRBCmRN/faithful-legacy.zip" -hash-format = "sha512" -hash = "4bba8d453edbb00d3a6506bf4ed5b55cce25b4969216115cffcd089868dba70d84df7be41d41eefea8e0e5dd2be717c99be3e642cd538598b6b48c047cabaebd" - -[update] -[update.modrinth] -mod-id = "PbrKfOSH" -version = "LaRBCmRN" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/fallout-mashup.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/fallout-mashup.pw.toml deleted file mode 100644 index d292a03c7..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/fallout-mashup.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fallout Mash-up Pack" -filename = "FalloutMash-upPack.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/YyQcuyAN/versions/UZEBNeOe/FalloutMash-upPack.zip" -hash-format = "sha512" -hash = "b26bc649d6084998f9dd4cd6c2d322013a89b483ed57daee0493a7ee85a94391ac17a7d171ff78a6114aa5e96dd00ce0578ea45ba2a906f02b5428062deaa4f6" - -[update] -[update.modrinth] -mod-id = "YyQcuyAN" -version = "UZEBNeOe" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/fantasy-texture-pack.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/fantasy-texture-pack.pw.toml deleted file mode 100644 index cb1f24fed..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/fantasy-texture-pack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fantasy Texture Pack" -filename = "Fantasy Texture Pack.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/kFbEIMmd/versions/kVfBtnvh/Fantasy%20Texture%20Pack.zip" -hash-format = "sha512" -hash = "56dd761914376fbb588e4d415beba67625125885a220321ecd11cd8c92d707dc19bc2b4531ac73fbd0d3970438f7c19bcd36ae24d9d164e974bb0aa5e672eb73" - -[update] -[update.modrinth] -mod-id = "kFbEIMmd" -version = "kVfBtnvh" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/festive-mash-up.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/festive-mash-up.pw.toml deleted file mode 100644 index abc503715..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/festive-mash-up.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Festive Mash-up" -filename = "Festive Mash-up.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/pE8Ji9UH/versions/D5bB70i8/Festive%20Mash-up.zip" -hash-format = "sha512" -hash = "95d763d88b0d1f3adefb50083ef76823bc685b4527623672928f38ae8a7d8c6f688983d13bd41b5428b7ebce3fc12cd1a69d0af88b59c8a8fb18825135ab4620" - -[update] -[update.modrinth] -mod-id = "pE8Ji9UH" -version = "D5bB70i8" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/festive-mashup-concept-update.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/festive-mashup-concept-update.pw.toml deleted file mode 100644 index ebbacb90e..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/festive-mashup-concept-update.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Festive Mashup Concept Update" -filename = "Festive+Continued.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/SPRYZD9q/versions/yCfNt1DW/Festive%2BContinued.zip" -hash-format = "sha512" -hash = "2fc7b7a20f271cb080e1479d60ca200f8a3939502d844dcb7ff218bb20ccd8dc631094eacd4bf616897ad8b84cc3baf7b8246ff39f0eac10b4a1ebf94206078f" - -[update] -[update.modrinth] -mod-id = "SPRYZD9q" -version = "yCfNt1DW" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/fresh-animations-extensions.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/fresh-animations-extensions.pw.toml deleted file mode 100644 index 1701edfc3..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/fresh-animations-extensions.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fresh Animations - Extensions" -filename = "FA+All_Extensions-v1.8.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/YAVTU8mK/versions/9rbQZuzp/FA%2BAll_Extensions-v1.8.zip" -hash-format = "sha512" -hash = "27b1e91617bcb01617ac8623bad97d45c0388882d86a2a427c4ae48a63c8ca688c7a2b4c055f175ce2e5d0f1b2e8da2a66c910aa0345fa2a82b34a6d2c2abc8c" - -[update] -[update.modrinth] -mod-id = "YAVTU8mK" -version = "9rbQZuzp" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/fresh-animations.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/fresh-animations.pw.toml deleted file mode 100644 index 69291c5e7..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/fresh-animations.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fresh Animations" -filename = "FreshAnimations_v1.10.4.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/50dA9Sha/versions/xN57JJts/FreshAnimations_v1.10.4.zip" -hash-format = "sha512" -hash = "41258f9bea1a773d823f9a014d0c08206e9e7b339bc538e1538211fff28fadd06878a836d292cbb636ed6829cd2801a509368ae3eb3ad4bedf42190a0d5f7a90" - -[update] -[update.modrinth] -mod-id = "50dA9Sha" -version = "xN57JJts" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/golden-days-alpha.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/golden-days-alpha.pw.toml deleted file mode 100644 index cc85fcaf5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/golden-days-alpha.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Golden Days Alpha" -filename = "golden-days-alpha-1.21.x-1.15.2.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/GalExSh7/versions/IMAS2Bsd/golden-days-alpha-1.21.x-1.15.2.zip" -hash-format = "sha512" -hash = "7524a81f0a6b6f755d5c771407d56eefa368c74b02dd0baeea9a19d085fc2eea8baacefbc3f3c73b2aeebca40a8f8cd20201a46358ab29070c13e4267a2f244d" - -[update] -[update.modrinth] -mod-id = "GalExSh7" -version = "IMAS2Bsd" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/golden-days.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/golden-days.pw.toml deleted file mode 100644 index 679f8fac8..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/golden-days.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Golden Days Base" -filename = "golden-days-base-1.21.x-1.15.3.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/BFzJ6aQL/versions/tXegcMmz/golden-days-base-1.21.x-1.15.3.zip" -hash-format = "sha512" -hash = "e2e1eaa4fafcee14256d85b172abd01d4b186423917cc94cd01455425e38be8a1d688b8ea555a2ecd7877c7820b4f4a20c8074e38724d38c69f2e0635589b81b" - -[update] -[update.modrinth] -mod-id = "BFzJ6aQL" -version = "tXegcMmz" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/greek-mythology-mash-up.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/greek-mythology-mash-up.pw.toml deleted file mode 100644 index 6938c2c9f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/greek-mythology-mash-up.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Greek Mythology Mash-up" -filename = "Greek Mythology Mash-up.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/WtfCCeNe/versions/X3RfZgU8/Greek%20Mythology%20Mash-up.zip" -hash-format = "sha512" -hash = "1ad1a2428a0ef51c703c66380dc91cec29201494e17e6bda1b57aecf6f0a2b2cdb08954eaff373f534538c43bb120cb6a0e0625fe3506145e288fbc2d84a8470" - -[update] -[update.modrinth] -mod-id = "WtfCCeNe" -version = "X3RfZgU8" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/halloween-mash-up.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/halloween-mash-up.pw.toml deleted file mode 100644 index a9469f4ed..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/halloween-mash-up.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Halloween Mash-up" -filename = "Halloween Mash-up.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/mXZavX3c/versions/ZW2YDeII/Halloween%20Mash-up.zip" -hash-format = "sha512" -hash = "66c2beb39f8c10659549fb6babe946bfa1203eb6df654962485bf85c6366738f1cddfb4dfa3dc43e46df9a814050874e18bb817632f457c258c8dbcc18ab62fb" - -[update] -[update.modrinth] -mod-id = "mXZavX3c" -version = "ZW2YDeII" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/halloween-mashup-2025-concept-update.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/halloween-mashup-2025-concept-update.pw.toml deleted file mode 100644 index d252cb668..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/halloween-mashup-2025-concept-update.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Halloween Mashup 2025 Concept Update" -filename = "Halloween+Continued.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/1suDOUj6/versions/dxqLkhO9/Halloween%2BContinued.zip" -hash-format = "sha512" -hash = "bafaff867ca7de24d91b1d446ecc8b87ea5e176609c879c9da2f1f194debb9e4c9c672f8a76b2a9acdd7b2f56bd48648b7a3e4bf5e6826fac90bbef50baf3817" - -[update] -[update.modrinth] -mod-id = "1suDOUj6" -version = "dxqLkhO9" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/hellokitty-skinpack.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/hellokitty-skinpack.pw.toml deleted file mode 100644 index 797b8162c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/hellokitty-skinpack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Baby Kitty And Friends" -filename = "Baby Kitty and Friends.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/iQdku7XQ/versions/q2UiQ1PD/Baby%20Kitty%20and%20Friends.zip" -hash-format = "sha512" -hash = "d903c0bb45e29dbf2252e14fc4a62cea273746c21f8cd5c1cec9a9d38d03219433b8ab1bbaff16f58d3bf4b3023e9ec002afd84fd6e0392f8ff9dcebf644aa52" - -[update] -[update.modrinth] -mod-id = "iQdku7XQ" -version = "q2UiQ1PD" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/legacy-skin-packs.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/legacy-skin-packs.pw.toml deleted file mode 100644 index 152051356..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/legacy-skin-packs.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Legacy Skin Packs" -filename = "Legacy-Skin-Packs-2.4.0.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/IU7pUM86/versions/hW2BbtE4/Legacy-Skin-Packs-2.4.0.zip" -hash-format = "sha512" -hash = "c5beac2ff6c6f733ae644488c91fb19fd360bb1af967e86bf52716eaa08dc67a32000f9c3faa3a381662fd1c276d179d5091de48dc5fa07289738aade980580b" - -[update] -[update.modrinth] -mod-id = "IU7pUM86" -version = "hW2BbtE4" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml deleted file mode 100644 index e130d4f56..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Legacy Skins: Doctor Who" -filename = "Doctor Who Legacy Skins.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/M4781Cfl/versions/1uAEf2Su/Doctor%20Who%20Legacy%20Skins.zip" -hash-format = "sha512" -hash = "2161a7249818361655d3d2f987d9b14a4a2f1bb256c686f6e46d7c20dc504c2b3e99dc25d87815389a51f4cef97c59833382e8d0ac7f43b1a4e8df248959782e" - -[update] -[update.modrinth] -mod-id = "M4781Cfl" -version = "1uAEf2Su" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/legacy-titles.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/legacy-titles.pw.toml deleted file mode 100644 index 9ffb4711c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/legacy-titles.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Legacy Titles" -filename = "Legacy Titles.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/o8MTMlkh/versions/rPLuF5xp/Legacy%20Titles.zip" -hash-format = "sha512" -hash = "687c176fb84daf109bd300e4b033539423307b4abb435ecd5a2f0ac89ea7e018bf0b5a8c2c227979b8d13ffca23635ea0d5013e00f5561e7fda4792e79e67ba8" - -[update] -[update.modrinth] -mod-id = "o8MTMlkh" -version = "rPLuF5xp" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/legacy-worlds.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/legacy-worlds.pw.toml deleted file mode 100644 index 0a4cacbfc..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/legacy-worlds.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Legacy Worlds" -filename = "Legacy Worlds.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/IFQ5IZDt/versions/zLFkHTiN/Legacy%20Worlds.zip" -hash-format = "sha512" -hash = "16e1e03c11108e19c9bb6b9155ed365c5ec9080b2413757376f3208c6a5f413160fc4fb8f301d5882a5d9ad560f384e22351c458f1cacf33edc7d6766288a52e" - -[update] -[update.modrinth] -mod-id = "IFQ5IZDt" -version = "zLFkHTiN" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/mass-effect-mash-up.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/mass-effect-mash-up.pw.toml deleted file mode 100644 index 75e26b9ae..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/mass-effect-mash-up.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Mass Effect Mash-up" -filename = "Mass Effect.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/27e5KETs/versions/u0aJfMeM/Mass%20Effect.zip" -hash-format = "sha512" -hash = "3e559c667f9e1ae8b412ef707f22196de3554783d79fd718e1292256ab1233a8a398249b62534b7917f4be0705e76a567c8aa5908bbc59d552fa1b3133e7e832" - -[update] -[update.modrinth] -mod-id = "27e5KETs" -version = "u0aJfMeM" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/modern-skin-packs.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/modern-skin-packs.pw.toml deleted file mode 100644 index 4db21a242..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/modern-skin-packs.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Modern Skin Packs" -filename = "Modern-Skin-Packs-2.4.0.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/UJZvIuVv/versions/uHBubbwJ/Modern-Skin-Packs-2.4.0.zip" -hash-format = "sha512" -hash = "1e294128c1341f9933720c0ad33baa5636bd3b82339269ef7726b290c3f2cfc32042380da1821dfacb391f0bf6b095e0e618334555877645d2bc01ea9e23b84e" - -[update] -[update.modrinth] -mod-id = "UJZvIuVv" -version = "uHBubbwJ" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/natural-texture-pack.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/natural-texture-pack.pw.toml deleted file mode 100644 index cc1bbe7e9..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/natural-texture-pack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Natural Texture Pack" -filename = "Natural Texture Pack.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/wl6YG9AY/versions/oR14vI1u/Natural%20Texture%20Pack.zip" -hash-format = "sha512" -hash = "5642cf8622f58383cdb8042688b45c9d5a782b6c88efb124bf44f6b7e91670ddf5e4c944e7ffb8533ea7d29bc5d58802b8b38977fdb2dad53ed87dab133b5eef" - -[update] -[update.modrinth] -mod-id = "wl6YG9AY" -version = "oR14vI1u" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/norse-mythology-mash-up.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/norse-mythology-mash-up.pw.toml deleted file mode 100644 index 2e9e48073..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/norse-mythology-mash-up.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Norse Mythology Mash-up" -filename = "Norse Mythology Mash-up.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/1COPjvze/versions/Zi7yz6pF/Norse%20Mythology%20Mash-up.zip" -hash-format = "sha512" -hash = "6426be7ff48927c67c7d7ce8d58f5924fe5a9f052bb0aba77572806a845d21bd33662b991ce6b895d4a58d9b8b4f6d4f0ac50875fb368452f5c7fe7e90697dd3" - -[update] -[update.modrinth] -mod-id = "1COPjvze" -version = "Zi7yz6pF" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/old-ui-for-legacy4j.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/old-ui-for-legacy4j.pw.toml deleted file mode 100644 index 3edd488da..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/old-ui-for-legacy4j.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Old UI for Legacy4J" -filename = "Old UI for Legacy4J (With Vanilla Assets).zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/LIHfShYl/versions/vyjJa8ka/Old%20UI%20for%20Legacy4J%20%28With%20Vanilla%20Assets%29.zip" -hash-format = "sha512" -hash = "237256b405ddd347a5f273c32d6d41dc9a29d896c14b3f44ec970371aad115e4400722e7f524312a9667f48bcda6e6015ee909f60065c8506059b80c7119801e" - -[update] -[update.modrinth] -mod-id = "LIHfShYl" -version = "vyjJa8ka" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/ore4j.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/ore4j.pw.toml deleted file mode 100644 index 72c36ed18..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/ore4j.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Ore4J" -filename = "ore4j-O4J-3.3.0.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/pEZP92gi/versions/cbeycLW6/ore4j-O4J-3.3.0.zip" -hash-format = "sha512" -hash = "ecf7eaa71c875c2455e481aa0ba5127e6e69cff4fdcff01e0ab3775405b0e690c966e23fee415fa7644b310655d03efd5f7fc94bf23e9da297690b6e9748c904" - -[update] -[update.modrinth] -mod-id = "pEZP92gi" -version = "cbeycLW6" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/pacp.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/pacp.pw.toml deleted file mode 100644 index d711edf5c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/pacp.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Programmer Art Continuation Project" -filename = "PACP_Base_Release.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/gx2HeuWD/versions/WBVhgaQB/PACP_Base_Release.zip" -hash-format = "sha512" -hash = "7d3394fcf2d3111eed915e7c39f37c5cf9681ec27f66898ff22f9d3b6dfeb94313f133607d7aacfc370fccc61a7343463e9a9392e0b07aabaeb21db3bfa1bb51" - -[update] -[update.modrinth] -mod-id = "gx2HeuWD" -version = "WBVhgaQB" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/pattern-texture-pack.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/pattern-texture-pack.pw.toml deleted file mode 100644 index fd8ad3976..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/pattern-texture-pack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Pattern Texture Pack" -filename = "Pattern Texture Pack.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/2F04lb0o/versions/nTsNQYft/Pattern%20Texture%20Pack.zip" -hash-format = "sha512" -hash = "ffacd8be2567818ecfb182b79480aee31fa109703fbdaadced282be5a4e6f544d6c5e7f171fef81368d0a79b40051346658e8ae129c7a1425b85e0a501853227" - -[update] -[update.modrinth] -mod-id = "2F04lb0o" -version = "nTsNQYft" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml deleted file mode 100644 index 7fb89bffd..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Pirates of the Caribbean Mash-up" -filename = "Pirates Of The Caribbean.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/bkDlbAtL/versions/ov7cVEHe/Pirates%20Of%20The%20Caribbean.zip" -hash-format = "sha512" -hash = "dfc65e14fa72ac8136d9cdada010dc3a2b73c759506dd397c91c84b0d163fd3e3ed9ac06f4e321f8b7e3cb57dae3c68178a488eeb408ede0a6c41e83fa96343a" - -[update] -[update.modrinth] -mod-id = "bkDlbAtL" -version = "ov7cVEHe" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/plastic-texture-pack.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/plastic-texture-pack.pw.toml deleted file mode 100644 index 3fe5f6d78..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/plastic-texture-pack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Plastic Texture Pack" -filename = "Plastic Texture Pack.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/meEXwbr9/versions/zT0YGbvp/Plastic%20Texture%20Pack.zip" -hash-format = "sha512" -hash = "4244ddcd58b1df76835a9f4347663e9e7271ae43ac656a584d2ec6c3b5edc1d23e1c1c50f8dc2594622d5763f5018b445ef5e1ddb9f784986209ba10cf6c61d8" - -[update] -[update.modrinth] -mod-id = "meEXwbr9" -version = "zT0YGbvp" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/rays-3d-ladders.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/rays-3d-ladders.pw.toml deleted file mode 100644 index d428d7b34..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/rays-3d-ladders.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "RAY's 3D Ladders" -filename = "RAYs_3D_Ladders_v2.0.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/Uupo7yGf/versions/KEPsTS4k/RAYs_3D_Ladders_v2.0.zip" -hash-format = "sha512" -hash = "0b6c9b91d31b7daaff7d2956eb7850c6d250e3bf3e155ec9c47d586eda099ce568626be0ee93a9c6ef4e1e488394e4a50917eba00ebffdd1bb4572d9a5e3fd32" - -[update] -[update.modrinth] -mod-id = "Uupo7yGf" -version = "KEPsTS4k" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/rays-3d-rails.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/rays-3d-rails.pw.toml deleted file mode 100644 index 3c510cc76..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/rays-3d-rails.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "RAY's 3D Rails" -filename = "RAYs_3D_Rails_v3.0.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/jKa9Ievs/versions/HZjq6uZs/RAYs_3D_Rails_v3.0.zip" -hash-format = "sha512" -hash = "de97cf43bfba055c9efa6abcadb083f1ba70502ee96d1bd4b6d71be3acffd1ecfb36e56049938706f82aec2ef220534a330026f44b6bb9ed9e4b95d14971e184" - -[update] -[update.modrinth] -mod-id = "jKa9Ievs" -version = "HZjq6uZs" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/re-console-resources.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/re-console-resources.pw.toml deleted file mode 100644 index 7069c71e9..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/re-console-resources.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Legacy Modpack Resources" -filename = "Legacy-Modpack-Resources.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/WUq4Lff9/versions/wO1Y7LK3/Legacy-Modpack-Resources.zip" -hash-format = "sha512" -hash = "1de23ff21ffdcfe1fb4108c95fd8eddc5092f799026251fe84e4f56ddcf245f2e22bc2e64515969e82f2c0fed6c2f2938c2a19b6dfc399e02ba2d91c168ebab3" - -[update] -[update.modrinth] -mod-id = "WUq4Lff9" -version = "wO1Y7LK3" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/round-trees.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/round-trees.pw.toml deleted file mode 100644 index b477b6378..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/round-trees.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Round Trees" -filename = "Round-Trees-8.2.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/XlqZTP4W/versions/UL7fsCMC/Round-Trees-8.2.zip" -hash-format = "sha512" -hash = "1b9db1d78d23b014000060e111af1e3d88940e4b4a4c45f1a1df558d0114690e8ddc8750e9fffe55bae391da0376c59c37dec6b30f0ce4e6be39a47e6932a13f" - -[update] -[update.modrinth] -mod-id = "XlqZTP4W" -version = "UL7fsCMC" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/steampunk-texture-pack.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/steampunk-texture-pack.pw.toml deleted file mode 100644 index feb6466ef..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/steampunk-texture-pack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Steampunk Texture Pack" -filename = "Steampunk Texture Pack.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/iWaY0S0z/versions/aIVZEkA1/Steampunk%20Texture%20Pack.zip" -hash-format = "sha512" -hash = "83814174b6a73ed44ddd354c06f68e2586393cd243a7c09d0851c8fa76f6f6e9f84717df0b78cf53b55d0399d6a2723225b7d3614e19d975bf519818858142a0" - -[update] -[update.modrinth] -mod-id = "iWaY0S0z" -version = "aIVZEkA1" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/super-cute.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/super-cute.pw.toml deleted file mode 100644 index 8e0738062..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/super-cute.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Super Cute Texture Pack" -filename = "Super Cute Texture Pack.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/ohS9Jkb7/versions/nrtOJiLM/Super%20Cute%20Texture%20Pack.zip" -hash-format = "sha512" -hash = "0dfa869c9dd2f2ee198662cede1865be18442d32623cc99fa1e326e92688ddbf712a056d01f0479cc235678fea8073b9be0b85b5cf69705dc84e27dbe9799436" - -[update] -[update.modrinth] -mod-id = "ohS9Jkb7" -version = "nrtOJiLM" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/super-mario-mash-up.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/super-mario-mash-up.pw.toml deleted file mode 100644 index 78ff9798b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/super-mario-mash-up.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Super Mario Mash-up" -filename = "Super Mario Mash-Up.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/ArxJTTKm/versions/liceZcLU/Super%20Mario%20Mash-Up.zip" -hash-format = "sha512" -hash = "82a2c026149f1591c6836d563320e2ef67760094ca6c936f46ec6e6e8771c1f3f62f46b400ab55affc91e6b8575f46ca52fb807c236ef9a99226b71dfb6ca86d" - -[update] -[update.modrinth] -mod-id = "ArxJTTKm" -version = "liceZcLU" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/the-garden-awakens-skin-pack.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/the-garden-awakens-skin-pack.pw.toml deleted file mode 100644 index 21dd15b45..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/the-garden-awakens-skin-pack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "The Garden Awakens Skin Pack" -filename = "The_Garden_Awakens_v1.0.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/btzz80tF/versions/N3oRgK5f/The_Garden_Awakens_v1.0.zip" -hash-format = "sha512" -hash = "7ed60857d1ba982b4c189dcd4a6a9488f3f7f1626983bcaeaf558b99ecf28b3d0423fd265424814b0b6a1bf914f8f85e87210c0bbcad90485db1e4ddbc17b65b" - -[update] -[update.modrinth] -mod-id = "btzz80tF" -version = "N3oRgK5f" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/the-ocelots-skin-pack.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/the-ocelots-skin-pack.pw.toml deleted file mode 100644 index 2a4420e7c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/the-ocelots-skin-pack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "The Ocelots Skin Pack" -filename = "Ocelots-Skin-Pack.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/YQaFsEwB/versions/8lSHT67E/Ocelots-Skin-Pack.zip" -hash-format = "sha512" -hash = "86dbe64ef92748a0ea2dc4875a2e274aa4e53b86725f0da291585f1ea0f7531ed8758e04467a6ce0472449e28ff23910b7578f274c109cdb09bbc177ea2e9fc2" - -[update] -[update.modrinth] -mod-id = "YQaFsEwB" -version = "8lSHT67E" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/transparency-fix.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/transparency-fix.pw.toml deleted file mode 100644 index abdfc2def..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/transparency-fix.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Transparency Fix" -filename = "Transparency Fix.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/MK3k9U5o/versions/BdYLypGY/Transparency%20Fix.zip" -hash-format = "sha512" -hash = "2d4676d33d5a4d15e944cf084b52b5fbacbea9d0b6615fde57e5be746370a3cced8eab86eb22a6c641e0b070aaf42b0ab213616781dbeb0ed8fb61e53408c470" - -[update] -[update.modrinth] -mod-id = "MK3k9U5o" -version = "BdYLypGY" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/tras-fresh-player.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/tras-fresh-player.pw.toml deleted file mode 100644 index 9ad02f280..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/tras-fresh-player.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fresh Moves" -filename = "+1.21.3 Fresh Moves v3.1.1 (No Animated Eyes).zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/slufHzC2/versions/JFOw2pGN/%2B1.21.3%20Fresh%20Moves%20v3.1.1%20%28No%20Animated%20Eyes%29.zip" -hash-format = "sha512" -hash = "f75c307bc30a518e3685f3a1b1d3549910cad83678f398964301cd959b9e7a4ab122a0e2bca6b29c04477dbc7890ae23984ed0438f02b738aa795261e0d94856" - -[update] -[update.modrinth] -mod-id = "slufHzC2" -version = "JFOw2pGN" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/tutorial-world-addon.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/tutorial-world-addon.pw.toml deleted file mode 100644 index f1c613344..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/tutorial-world-addon.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Tutorial World Addon" -filename = "TutorialWorldAddon.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/If3YYTYV/versions/UwXUb7sq/TutorialWorldAddon.zip" -hash-format = "sha512" -hash = "9aebf95578cc237788594cb0e12c2a38e6ae70e03dc6c83b572d9c81def1450c025bcf630c0ef425f7ceb4e79f3714fe481bdda7eeb367a3e0a59c0a27e790a0" - -[update] -[update.modrinth] -mod-id = "If3YYTYV" -version = "UwXUb7sq" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/vanilla-live-mc.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/vanilla-live-mc.pw.toml deleted file mode 100644 index 86f62a3b3..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/vanilla-live-mc.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Vanilla Live" -filename = "vanilla-live-1.1.0.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/gztVVDVO/versions/P0zoJPL0/vanilla-live-1.1.0.zip" -hash-format = "sha512" -hash = "e8f85fb652acd8f0bfbc95c1cfc654607ef84a4acab8431676466fa300016f6c0b85e61a6cbf71d4000ceff9051c74b2704121b3c1221b30ca7b5c20ec76618f" - -[update] -[update.modrinth] -mod-id = "gztVVDVO" -version = "P0zoJPL0" diff --git a/modpacks/rc-plus/26.1.2-mr/resourcepacks/vintage.pw.toml b/modpacks/rc-plus/26.1.2-mr/resourcepacks/vintage.pw.toml deleted file mode 100644 index bdf5e2d46..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resourcepacks/vintage.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Vintage - Programmer Art Remade" -filename = "Vintage.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/9kOsrTdF/versions/7MTmrJ8h/Vintage.zip" -hash-format = "sha512" -hash = "9fb8b1e3e0799a3759aeae1e38ecdbab348722d69cc6cf9ac630e45c8394824e44971d67ea6a4fc7ddf722ecaa961bfef8b69393b95e55bb8d9a0418f1bbf4a4" - -[update] -[update.modrinth] -mod-id = "9kOsrTdF" -version = "7MTmrJ8h" diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/intro.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/intro.json deleted file mode 100644 index f682c25d6..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/intro.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "brands": [ - "legacy:textures/gui/intro/loading3.png", - "legacy:textures/gui/intro/loading.png", - "legacy:textures/gui/intro/loading1.png", - "legacy:textures/gui/intro/loading2.png", - "legacy:textures/gui/intro/loading3.png", - "legacy:textures/gui/intro/eula.png", - "legacy:textures/gui/intro/lasting.png", - "legacy:textures/gui/intro/mojang.png", - "legacy:textures/gui/intro/4j.png", - "legacy:textures/gui/intro/xbox.png" - ], - "background": "legacy:textures/gui/intro/background.png", - "brandDuration": 2500, - "fadeIn": 0.1, - "fadeOut": 0.1, - "crossFade": true -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/af_za.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/af_za.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/af_za.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ar_sa.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ar_sa.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ar_sa.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ca_es.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ca_es.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ca_es.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/cs_cz.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/cs_cz.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/cs_cz.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/da_dk.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/da_dk.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/da_dk.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/de_de.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/de_de.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/de_de.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/el_gr.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/el_gr.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/el_gr.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_au.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_au.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_au.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ca.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ca.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ca.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_gb.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_gb.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_gb.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_nz.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_nz.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_nz.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_pt.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_pt.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_pt.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ud.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ud.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ud.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_us.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_us.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_us.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/enp.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/enp.json deleted file mode 100644 index f44462e1f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/enp.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "legacy.menu.mods": "Modifications", - "legacy.menu.download_natives_message": "Would you like to download these libraries to be able to play on Controller?", - "legacy.menu.downloading_natives": "Downloading Libraries", - "legacy.menu.loading_natives": "Loading Libraries", - "legacy.menu.download_natives": "Download %s Libraries", - "legacy.controls.controller.steam": "Steam Deck Edition", - "legacy.controls.controller.java": "Keyboard Icons", - "legacy.menu.albums.resource": "Texture Packs", - "legacy.menu.albums.resource.minecraft": "Minecraft Texture Pack", - "legacy.menu.albums.resource.minecraft.description": "Default Minecraft Textures", - "legacy.menu.albums.resource.minecraft_classic": "Minecraft Classic Texture Pack", - "legacy.menu.albums.resource.minecraft_classic.description": "The classic Minecraft look you know and love! We recently updated the game with new and stylish textures, but if you prefer more of a retro flavor to your Minecraft, this is the pack for you! Why not try both packs and compare them yourself?", - "legacy.menu.change_skin": "Change Skin", - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!", - "legacy.menu.albums.resource.unavailable": "This texture pack is currently not available. Applying this will fallback to the Minecraft Texture Pack.", - "legacy.menu.albums.resource.vintage": "Vintage Texture Pack", - "legacy.menu.albums.resource.vintage.description": "Experience Minecraft as if old and new mixed with the Vintage Texture Pack!", - "legacy.menu.albums.resource.template": "Texture Pack %s", - "legacy.menu.albums.resource.template.description": "A custom texture pack saved with the resource packs that were selected in the Resource Packs Screen! You can edit it in the resource_albums.json file in the game directory.", - "legacy.menu.add_album": "Add Texture Pack", - "legacy.menu.downloading_world_template": "Downloading Save", - "legacy.menu.edit_album": "Edit Pack Properties", - "legacy.menu.album_info": "Enter the information for your pack", - "legacy.menu.album_options": "Texture Pack Options", - "legacy.menu.remove_album": "Remove Texture Pack", - "legacy.menu.create_world": "Create New World", - "legacy.options.optionsPreset.lmr_6th": "Very Low (XB/PS2*)", - "legacy.options.optionsPreset.lmr_6th.tooltip": "A preset based on a what-if* idea where the Legacy Console Edition came to the 6th Generation of Consoles (PlayStation® 2, GameCube, Xbox)", - "legacy.options.optionsPreset.handheld": "Handheld (Switch/Vita)", - "legacy.options.optionsPreset.low": "Low (XB360/PS3)", - "legacy.options.optionsPreset.low.tooltip": "A preset based on the classic console editions, such as Xbox 360, PlayStation® 3 and Wii U, which had 10 chunks render distance, a fake autosaving screen, and an autosave countdown.", - "legacy.options.optionsPreset.lmr_default": "Default", - "legacy.options.optionsPreset.lmr_default.tooltip": "A preset that is similar to the Low preset, but instead with a 12 chunk render distance, no fake autosaving acreen, and no autosave countdown.", - "legacy.options.optionsPreset.lmr_defaultplus": "Default+", - "legacy.options.optionsPreset.lmr_defaultplus.tooltip": "A preset that is in-between the Default and Medium presets, with a 15 chunk render distance.", - "legacy.options.optionsPreset.medium": "Medium (XB1/PS4)", - "legacy.options.optionsPreset.high": "High (XB Series/PS5*)", - "legacy.options.optionsPreset.high.tooltip": "A preset for higher-end machines, potentially what could've shipped on PlayStation® 5 and Xbox Series X|S consoles*, having aspects of modern console editions, but with a 24 chunk render distance.", - "legacy.options.optionsPreset.ultra": "Ultra", - "legacy.options.optionsPreset.ultra.tooltip": "A preset for higher-end machines, having aspects of modern console editions, but with a 32 chunk render distance.", - "legacy.options.optionsPreset.lmr_extrene": "Extreme", - "legacy.options.optionsPreset.lmr_extreme.tooltip": "A preset prepared for powerful 'puters, having aspects of modern console editions, but instead having a 64 chunk render distance. Requires a beefy computer. Here be dragons!", - "legacy.loadingTip.sweepingEdge": "Enchanting a sword with Sweeping Edge enables sweep attacks.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.action.all_recipes": "Show All Recipes" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_es.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_es.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_es.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_mx.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_mx.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_mx.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fi_fi.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fi_fi.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fi_fi.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fr_fr.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fr_fr.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fr_fr.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/he_il.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/he_il.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/he_il.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/hu_hu.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/hu_hu.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/hu_hu.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/it_it.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/it_it.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/it_it.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ja_jp.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ja_jp.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ja_jp.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ko_kr.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ko_kr.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ko_kr.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/nl_nl.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/nl_nl.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/nl_nl.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/no_no.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/no_no.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/no_no.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pl_pl.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pl_pl.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pl_pl.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_br.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_br.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_br.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_pt.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_pt.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_pt.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ro_ro.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ro_ro.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ro_ro.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ru_ru.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ru_ru.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ru_ru.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sr_sp.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sr_sp.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sr_sp.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sv_se.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sv_se.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sv_se.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/tr_tr.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/tr_tr.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/tr_tr.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/uk_ua.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/uk_ua.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/uk_ua.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/vi_vn.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/vi_vn.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/vi_vn.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_cn.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_cn.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_cn.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_tw.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_tw.json deleted file mode 100644 index 6bc6c3ff5..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_tw.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "legacy.menu.albums.resource.alpha": "Alpha Texture Pack", - "legacy.menu.albums.resource.alpha.description": "Have a throwback to alpha with this Texture Pack!", - "legacy.menu.albums.resource.9thgen": "9th Generation Texture Pack", - "legacy.menu.albums.resource.9thgen.description": "Experience Minecraft as it could have been, on the 9th generation of consoles, like the PS5 and Xbox Series X!", - "legacy.menu.albums.resource.8thgen": "8th Generation Texture Pack", - "legacy.menu.albums.resource.8thgen.description": "Experience Minecraft as it was on the 8th generation of consoles, like the PS4 and Xbox One!", - "legacy.menu.albums.resource.7thgen": "7th Generation Texture Pack", - "legacy.menu.albums.resource.7thgen.description": "Experience Minecraft as it was on the 7th generation of consoles, like the PS3 and Xbox 360!", - "legacy.menu.albums.resource.6thgen": "6th Generation Texture Pack", - "legacy.menu.albums.resource.6thgen.description": "Experience Minecraft as it could have been, on the 6th generation of consoles, like the PS2 and Xbox!", - "legacy.menu.albums.resource.darkmode": "Dark Mode Texture Pack", - "legacy.menu.albums.resource.darkmode.description": "Experience Minecraft in Dark Mode! Enjoy a better late night experience!", - "legacy.menu.albums.resource.ps4parity": "PlayStation® 4 Parity Pack", - "legacy.menu.albums.resource.ps4parity.description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition.", - "legacy.menu.albums.resource.vanillaplus": "Vanilla Plus Texture Pack", - "legacy.menu.albums.resource.vanillaplus.description": "3D rails.. 3D doors.. and MORE!", - "legacy.menu.albums.resource.animated": "Animated Texture Pack", - "legacy.menu.albums.resource.animated.description": "Start moving like a movie with the Animated Texture Pack, bringing your game to life on your own system!", - "legacy.menu.albums.resource.beta": "Beta Texture Pack", - "legacy.menu.albums.resource.beta.description": "Return to the Golden Age of Minecraft.", - "legacy.menu.albums.resource.faithful": "High-Resolution Texture Pack", - "legacy.menu.albums.resource.faithful.description": "The original Minecraft texture feel, with double the resolution and double the fun!", - "legacy.menu.albums.resource.trailer": "Trailer Texture Pack", - "legacy.menu.albums.resource.trailer.description": "Experience Minecraft like it is in the Trailers! With colorful textures, this pack is great for those looking to enjoy the game in a very vibrant fashion.", - "legacy.menu.albums.resource.live": "Live Texture Pack", - "legacy.menu.albums.resource.live.description": "Experience Minecraft like the Minecraft Lives! Enjoy a high definition, high quality texture pack!.", - "legacy.menu.albums.resource.adv_time": "Adventure Time", - "legacy.menu.albums.resource.adv_time.description": "Adventure Time goes totally geometric in this Minecraft Mash-up Pack - containing an Adventure Time-themed Skin Pack, Texture Pack, original soundtrack and the Land of Ooo itself! Ooh!", - "legacy.menu.albums.resource.candy": "Candy Texture Pack", - "legacy.menu.albums.resource.candy.description": "Indulge your sweet tooth with this sugar-coated texture pack!", - "legacy.menu.albums.resource.caribbean": "Pirates Of The Caribbean Mash-up", - "legacy.menu.albums.resource.caribbean.description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up, featuring all of your favorite rogues and rascals. Plot a course from Tortuga to Shipwreck Cove and all the way down to Davy Jones’ Locker. This is the day you will always remember as the day you sailed with Captain Jack Sparrow.", - "legacy.menu.albums.resource.cartoon": "Cartoon Texture Pack", - "legacy.menu.albums.resource.cartoon.description": "A Minecraft texture pack to surprise and amuse you. Even the spiders are happy!", - "legacy.menu.albums.resource.chinese": "Chinese Mythology", - "legacy.menu.albums.resource.chinese.description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China. Minecrafters get to explore a Chinese Mythology-themed world, with glorious Textures, legendary Skins and enchanting Music. The Pack also includes a themed Battle map exclusive to this Mash-up!", - "legacy.menu.albums.resource.city": "City Texture Pack", - "legacy.menu.albums.resource.city.description": "A creative texture set, ideal for building structures. The perfect set for the focused builder.", - "legacy.menu.albums.resource.dragonborn": "The Elder Scrolls V: Skyrim", - "legacy.menu.albums.resource.dragonborn.description": "The Elder Scrolls V: Skyrim meets Minecraft! This Mash-Up Pack contains a Skyrim style Texture Pack, Skin Pack, and a Skyrim themed world to explore!", - "legacy.menu.albums.resource.egyptian": "Egyptian Mythology", - "legacy.menu.albums.resource.egyptian.description": "Will you survive the perils of the Pyramids? Journey through the Valley of the Kings, dodge deadly traps and explore the ancient tombs below! The fourth pack in the Mythology series, this Egyptian-themed Mash-up comes with textures fit for a Pharaoh, legendary mobs, a pantheon of skins and an epic soundtrack!", - "legacy.menu.albums.resource.fallout": "Fallout", - "legacy.menu.albums.resource.fallout.description": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI.", - "legacy.menu.albums.resource.fantasy": "Fantasy Texture Pack", - "legacy.menu.albums.resource.fantasy.description": "The golden times are here. A medieval, fantasy look for your worlds.", - "legacy.menu.albums.resource.festive": "Festive", - "legacy.menu.albums.resource.festive.description": "Celebrate the Festive period with this wintery Mash-Up Pack! This pack contains a Festive style Texture Pack, Skin Pack, new music and a Festive world.", - "legacy.menu.albums.resource.greek": "Greek Mythology", - "legacy.menu.albums.resource.greek.description": "Mythical Greece meets Minecraft! This Mash-Up Pack contains a Greek Mythology style Texture Pack, Skin Pack, and a themed world to explore.", - "legacy.menu.albums.resource.halloween": "Halloween", - "legacy.menu.albums.resource.halloween_2015": "Halloween 2015", - "legacy.menu.albums.resource.halloween_2015.description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride.", - "legacy.menu.albums.resource.n7": "Mass Effect", - "legacy.menu.albums.resource.n7.description": "Mass Effect meets Minecraft! This Mash-Up Pack contains a Mass Effect style Texture Pack, and a Skin Pack with 36 Mass Effect characters!", - "legacy.menu.albums.resource.natural": "Natural Texture Pack", - "legacy.menu.albums.resource.natural.description": "Give your worlds a more natural look. A texture pack based on soft colors and lines.", - "legacy.menu.albums.resource.nightmare": "The Nightmare Before Christmas", - "legacy.menu.albums.resource.nightmare.description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!", - "legacy.menu.albums.resource.norse": "Norse Mythology", - "legacy.menu.albums.resource.norse.description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!", - "legacy.menu.albums.resource.pattern": "Pattern Texture Pack", - "legacy.menu.albums.resource.pattern.description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!", - "legacy.menu.albums.resource.plastic": "Plastic Texture Pack", - "legacy.menu.albums.resource.plastic.description": "A brightly colored, simple texture pack with chocolate block highlighting and simple icons.", - "legacy.menu.albums.resource.sackboy": "LittleBigPlanet™", - "legacy.menu.albums.resource.sackboy.description": "LittleBigPlanet™ meets Minecraft! This Mash-Up Pack contains a LittleBigPlanet™ style Texture Pack, Skin Pack, and a LittleBigPlanet™ themed world to explore!", - "legacy.menu.albums.resource.steampunk": "Steampunk Texture Pack", - "legacy.menu.albums.resource.steampunk.description": "Create your own Industrial Revolution with this Victorian inspired Steampunk texture pack!", - "legacy.menu.albums.resource.steven_uni": "Steven Universe", - "legacy.menu.albums.resource.steven_uni.description": "Steven enters the Minecraft universe in this Diamond-worthy Mash-up! Contains Steven Universe themed skins, textures, original music from the show, and all your favorite locations, from Beach City to Homeworld. Believe in Steven!", - "legacy.menu.albums.resource.super_cute": "Super Cute Texture Pack", - "legacy.menu.albums.resource.super_cute.description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs! Bouncing bunnies, ultra-adorable unicorns, brilliant bumblebees and, er, burgers? Yes, burgers! Even the squid will make you Squeee! This texture pack comes with 15 skins!", - "legacy.menu.albums.resource.super_mario": "Super Mario", - "legacy.menu.albums.resource.super_mario.description": "Super Mario meets Minecraft! This Mash-Up Pack contains a Super Mario-style Texture Pack, Skin Pack and a Super Mario-themed world to explore!", - "legacy.menu.albums.resource.toy": "Toy Story Mash-Up", - "legacy.menu.albums.resource.toy.description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading.png deleted file mode 100644 index fd2c31aef..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading1.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading1.png deleted file mode 100644 index 3ae4d7ea2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading1.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading2.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading2.png deleted file mode 100644 index 4b8734931..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading2.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading3.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading3.png deleted file mode 100644 index a72be8cf5..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading3.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/adv_time/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/adv_time/comparison.png deleted file mode 100644 index 9c290d4ce..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/adv_time/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/adv_time/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/adv_time/icon.png deleted file mode 100644 index a38e59212..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/adv_time/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/alpha/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/alpha/icon.png deleted file mode 100644 index 5c6b7098b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/alpha/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/animated/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/animated/icon.png deleted file mode 100644 index dca448198..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/animated/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/beta/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/beta/icon.png deleted file mode 100644 index efd2c02a2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/beta/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/candy/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/candy/comparison.png deleted file mode 100644 index 57df1f909..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/candy/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/candy/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/candy/icon.png deleted file mode 100644 index 84f45ecd2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/candy/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/caribbean/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/caribbean/comparison.png deleted file mode 100644 index faf1c6953..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/caribbean/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/caribbean/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/caribbean/icon.png deleted file mode 100644 index 2b44d4d52..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/caribbean/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/cartoon/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/cartoon/comparison.png deleted file mode 100644 index 1561c82ed..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/cartoon/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/cartoon/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/cartoon/icon.png deleted file mode 100644 index a0662234a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/cartoon/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/chinese/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/chinese/comparison.png deleted file mode 100644 index de6bcc283..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/chinese/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/chinese/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/chinese/icon.png deleted file mode 100644 index e86cb7b29..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/chinese/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/city/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/city/comparison.png deleted file mode 100644 index 33051d07f..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/city/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/city/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/city/icon.png deleted file mode 100644 index b382626c3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/city/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/darkmode/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/darkmode/icon.png deleted file mode 100644 index 0801262f3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/darkmode/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/dragonborn/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/dragonborn/comparison.png deleted file mode 100644 index a11ddde84..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/dragonborn/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/dragonborn/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/dragonborn/icon.png deleted file mode 100644 index 74a837e5b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/dragonborn/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/egyptian/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/egyptian/comparison.png deleted file mode 100644 index 074691c2a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/egyptian/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/egyptian/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/egyptian/icon.png deleted file mode 100644 index 9a17051e9..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/egyptian/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/faithful/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/faithful/icon.png deleted file mode 100644 index 209698411..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/faithful/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fallout/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fallout/comparison.png deleted file mode 100644 index 7d26075e4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fallout/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fallout/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fallout/icon.png deleted file mode 100644 index 49f79657a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fallout/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fantasy/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fantasy/comparison.png deleted file mode 100644 index 1f9b46389..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fantasy/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fantasy/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fantasy/icon.png deleted file mode 100644 index b62e77924..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/fantasy/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/festive/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/festive/comparison.png deleted file mode 100644 index f93aeaedd..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/festive/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/festive/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/festive/icon.png deleted file mode 100644 index beee5c5a2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/festive/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/greek/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/greek/comparison.png deleted file mode 100644 index c92978254..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/greek/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/greek/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/greek/icon.png deleted file mode 100644 index 6be653911..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/greek/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween/comparison.png deleted file mode 100644 index 8d9b124e3..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween/icon.png deleted file mode 100644 index b8f44dfce..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween_2015/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween_2015/comparison.png deleted file mode 100644 index 9fd2d8c62..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween_2015/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween_2015/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween_2015/icon.png deleted file mode 100644 index 993ecb361..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/halloween_2015/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/live/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/live/icon.png deleted file mode 100644 index 6d40f5aa0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/live/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/master_chief/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/master_chief/comparison.png deleted file mode 100644 index 2f9ac4e8a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/master_chief/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/master_chief/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/master_chief/icon.png deleted file mode 100644 index 3ef3174ab..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/master_chief/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/n7/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/n7/comparison.png deleted file mode 100644 index 04967813b..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/n7/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/n7/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/n7/icon.png deleted file mode 100644 index e0a2b8027..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/n7/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/natural/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/natural/comparison.png deleted file mode 100644 index 1e3fa20ff..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/natural/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/natural/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/natural/icon.png deleted file mode 100644 index 0a0667b58..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/natural/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/nightmare/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/nightmare/comparison.png deleted file mode 100644 index aabcc1e37..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/nightmare/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/nightmare/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/nightmare/icon.png deleted file mode 100644 index ddc625695..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/nightmare/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/norse/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/norse/comparison.png deleted file mode 100644 index a8cfc24de..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/norse/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/norse/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/norse/icon.png deleted file mode 100644 index 047e37f1d..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/norse/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/pattern/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/pattern/comparison.png deleted file mode 100644 index 53e237e32..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/pattern/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/pattern/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/pattern/icon.png deleted file mode 100644 index 4ec88d5b4..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/pattern/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/plastic/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/plastic/comparison.png deleted file mode 100644 index 656198822..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/plastic/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/plastic/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/plastic/icon.png deleted file mode 100644 index 7de12690e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/plastic/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/ps4parity/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/ps4parity/icon.png deleted file mode 100644 index 8b28fc7a0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/ps4parity/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/sackboy/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/sackboy/comparison.png deleted file mode 100644 index 15b0380d0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/sackboy/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/sackboy/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/sackboy/icon.png deleted file mode 100644 index e550463fa..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/sackboy/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steampunk/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steampunk/comparison.png deleted file mode 100644 index 25f7ffb57..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steampunk/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steampunk/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steampunk/icon.png deleted file mode 100644 index ac2e3626c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steampunk/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steven_uni/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steven_uni/comparison.png deleted file mode 100644 index 4de766058..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steven_uni/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steven_uni/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steven_uni/icon.png deleted file mode 100644 index 91585b731..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/steven_uni/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_cute/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_cute/comparison.png deleted file mode 100644 index 57a67ba7c..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_cute/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_cute/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_cute/icon.png deleted file mode 100644 index 6968c2ad0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_cute/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_mario/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_mario/comparison.png deleted file mode 100644 index 6c2147b0e..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_mario/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_mario/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_mario/icon.png deleted file mode 100644 index 42f2a04c2..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/super_mario/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/toy/comparison.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/toy/comparison.png deleted file mode 100644 index 235ac9ac8..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/toy/comparison.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/toy/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/toy/icon.png deleted file mode 100644 index c63f0f7e0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/toy/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/trailer/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/trailer/icon.png deleted file mode 100644 index b0ea1671a..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/trailer/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/vanillaplus/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/vanillaplus/icon.png deleted file mode 100644 index 146600852..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/vanillaplus/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/vintage/icon.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/vintage/icon.png deleted file mode 100644 index c8357e4b0..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/sprites/comparisons/vintage/icon.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy_world_sizes/lang/en_us.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy_world_sizes/lang/en_us.json deleted file mode 100644 index bd05aac6f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/legacy_world_sizes/lang/en_us.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "legacy_world_sizes.options": "Legacy World Sizes Options", - "legacy_world_sizes.options.legacyWorldSize": "World Size (Experimental)", - "legacy_world_sizes.options.legacyWorldSize.description": "Select a world size to vary the amount of the world that you can explore.\n\nInfinite world size will match Vanilla generation.\n\nThis feature is currently in-development and should be considered experimental.", - "legacy_world_sizes.options.legacyBiomeScale": "Biome Scale (Experimental)", - "legacy_world_sizes.options.legacyBiomeScale.description": "Select a Biome scale to change the amount of world space each Biome will take up. Larger scale usually means fewer, but larger, Biomes.\n\nLarge Biome scale will match Vanilla generation.\n\nThis feature is currently in-development and should be considered experimental.", - "legacy_world_sizes.options.worldSizes.infinity": "Infinite", - "legacy_world_sizes.options.biomeScales.small": "Small", - "legacy_world_sizes.options.biomeScales.medium": "Medium", - "legacy_world_sizes.options.biomeScales.large": "Large", - "legacy_world_sizes.options.worldSizes.classic": "Classic", - "legacy_world_sizes.options.worldSizes.small": "Small", - "legacy_world_sizes.options.worldSizes.medium": "Medium", - "legacy_world_sizes.options.worldSizes.large": "Large", - "legacy_world_sizes.options.balancedSeed": "Find Balanced Seed (Experimental)", - "legacy_world_sizes.options.balancedSeed.description": "If you're creating a world with a random seed, this option looks for a world with a good mix of biomes. Disabling this may generate a world all of one Biome!\n\nThis feature is currently in-development and should be considered experimental.", - "legacy.finding_seed": "Finding Seed for the World Generator", - "legacy.connect.initializing": "Initializing server" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/minecraft/lang/en_us.json b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/minecraft/lang/en_us.json deleted file mode 100644 index 4e2403ea9..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/assets/minecraft/lang/en_us.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "options.title": "Options", - "block.minecraft.jack_o_lantern": "Jack-O-Lantern", - "block.minecraft.jungle_sapling": "Jungle Tree Sapling", - "block.minecraft.short_grass": "Tall Grass", - "block.minecraft.tall_grass": "Double Tall Grass", - "gui.advancements": "Achievements", - "key.advancements": "Achievements", - "advancements.toast.task": "Achievement Get!", - "chat.type.advancement.task": "%s has just earned the achievement %s" -} diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/pack.mcmeta b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/pack.mcmeta deleted file mode 100644 index c91554b13..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/pack.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pack": { - "pack_format": 69, - "description": "Required Language Files" - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/pack.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/pack.png deleted file mode 100644 index 5ac5bba94..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/Re-Console+ Resources/pack.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/chest.jem b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/chest.jem deleted file mode 100644 index 332a2c3c7..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/chest.jem +++ /dev/null @@ -1,36 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textureSize": [64, 64], - "models": [ - { - "part": "knob", - "id": "knob", - "invertAxis": "xy", - "translate": [0, -15, -1], - "scale": 1, - "boxes": [ - {"coordinates": [-9, 13, 15, 2, 4, 1], "textureOffset": [0, 0]} - ] - }, - { - "part": "lid", - "id": "lid", - "invertAxis": "xy", - "translate": [0, -15, -1], - "scale": 1, - "boxes": [ - {"coordinates": [-15, 10, 1, 14, 5, 14], "textureOffset": [0, 0], "sizeAdd": 0.01} - ] - }, - { - "part": "base", - "id": "base", - "invertAxis": "xy", - "translate": [0, -24, 0], - "scale": 1, - "boxes": [ - {"coordinates": [-15, 14, 1, 14, 10, 14], "textureOffset": [0, 19]} - ] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/chest_large.jem b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/chest_large.jem deleted file mode 100644 index ba3c6ac26..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/chest_large.jem +++ /dev/null @@ -1,84 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textureSize": [64, 64], - "models": [ - { - "part": "base_left", - "id": "base_left", - "invertAxis": "xy", - "translate": [-16, 0, -7], - "rotate": [-180, 0, 0], - "boxes": [ - {"coordinates": [0, -10, 8, 15, 10, 14], "textureOffset": [0, 19]} - ], - "submodels": [ - { - "id": "left_lid", - "invertAxis": "xy", - "translate": [0, -9, 8], - "boxes": [ - {"coordinates": [0, -2, 14, 1, 4, 1], "textureOffset": [0, 0]}, - {"coordinates": [0, -5, 0, 15, 5, 14], "textureOffset": [0, 0], "sizeAdd": 0.01} - ] - } - ], - "animations": [ - { - "this.rx": 0, - "left_lid.rx": "lid_left.rx" - } - ] - }, - { - "part": "base_right", - "id": "base_right", - "invertAxis": "xy", - "translate": [0, 0, -7], - "rotate": [-180, 0, 0], - "boxes": [ - {"coordinates": [-15, -10, 8, 15, 10, 14], "textureOffset": [0, 19]} - ], - "submodels": [ - { - "id": "right_lid", - "invertAxis": "xy", - "translate": [0, -9, 8], - "boxes": [ - {"coordinates": [-15, -5, 0, 15, 5, 14], "textureOffset": [0, 0], "sizeAdd": 0.01}, - {"coordinates": [-1, -2, 14, 1, 4, 1], "textureOffset": [0, 0]} - ] - } - ], - "animations": [ - { - "this.rx": 0, - "right_lid.rx": "lid_right.rx" - } - ] - }, - { - "part": "lid_left", - "id": "lid_left", - "invertAxis": "xy", - "translate": [0, 0, 0] - }, - { - "part": "lid_right", - "id": "lid_right", - "invertAxis": "xy", - "translate": [0, 0, 0] - }, - { - "part": "knob_left", - "id": "knob_left", - "invertAxis": "xy", - "translate": [0, 0, 0] - }, - { - "part": "knob_right", - "id": "knob_right", - "invertAxis": "xy", - "translate": [0, 0, 0] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/ender_chest.jem b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/ender_chest.jem deleted file mode 100644 index 332a2c3c7..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/ender_chest.jem +++ /dev/null @@ -1,36 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textureSize": [64, 64], - "models": [ - { - "part": "knob", - "id": "knob", - "invertAxis": "xy", - "translate": [0, -15, -1], - "scale": 1, - "boxes": [ - {"coordinates": [-9, 13, 15, 2, 4, 1], "textureOffset": [0, 0]} - ] - }, - { - "part": "lid", - "id": "lid", - "invertAxis": "xy", - "translate": [0, -15, -1], - "scale": 1, - "boxes": [ - {"coordinates": [-15, 10, 1, 14, 5, 14], "textureOffset": [0, 0], "sizeAdd": 0.01} - ] - }, - { - "part": "base", - "id": "base", - "invertAxis": "xy", - "translate": [0, -24, 0], - "scale": 1, - "boxes": [ - {"coordinates": [-15, 14, 1, 14, 10, 14], "textureOffset": [0, 19]} - ] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/trapped_chest.jem b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/trapped_chest.jem deleted file mode 100644 index 332a2c3c7..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/trapped_chest.jem +++ /dev/null @@ -1,36 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textureSize": [64, 64], - "models": [ - { - "part": "knob", - "id": "knob", - "invertAxis": "xy", - "translate": [0, -15, -1], - "scale": 1, - "boxes": [ - {"coordinates": [-9, 13, 15, 2, 4, 1], "textureOffset": [0, 0]} - ] - }, - { - "part": "lid", - "id": "lid", - "invertAxis": "xy", - "translate": [0, -15, -1], - "scale": 1, - "boxes": [ - {"coordinates": [-15, 10, 1, 14, 5, 14], "textureOffset": [0, 0], "sizeAdd": 0.01} - ] - }, - { - "part": "base", - "id": "base", - "invertAxis": "xy", - "translate": [0, -24, 0], - "scale": 1, - "boxes": [ - {"coordinates": [-15, 14, 1, 14, 10, 14], "textureOffset": [0, 19]} - ] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/trapped_chest_large.jem b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/trapped_chest_large.jem deleted file mode 100644 index ba3c6ac26..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/assets/cem/trapped_chest_large.jem +++ /dev/null @@ -1,84 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textureSize": [64, 64], - "models": [ - { - "part": "base_left", - "id": "base_left", - "invertAxis": "xy", - "translate": [-16, 0, -7], - "rotate": [-180, 0, 0], - "boxes": [ - {"coordinates": [0, -10, 8, 15, 10, 14], "textureOffset": [0, 19]} - ], - "submodels": [ - { - "id": "left_lid", - "invertAxis": "xy", - "translate": [0, -9, 8], - "boxes": [ - {"coordinates": [0, -2, 14, 1, 4, 1], "textureOffset": [0, 0]}, - {"coordinates": [0, -5, 0, 15, 5, 14], "textureOffset": [0, 0], "sizeAdd": 0.01} - ] - } - ], - "animations": [ - { - "this.rx": 0, - "left_lid.rx": "lid_left.rx" - } - ] - }, - { - "part": "base_right", - "id": "base_right", - "invertAxis": "xy", - "translate": [0, 0, -7], - "rotate": [-180, 0, 0], - "boxes": [ - {"coordinates": [-15, -10, 8, 15, 10, 14], "textureOffset": [0, 19]} - ], - "submodels": [ - { - "id": "right_lid", - "invertAxis": "xy", - "translate": [0, -9, 8], - "boxes": [ - {"coordinates": [-15, -5, 0, 15, 5, 14], "textureOffset": [0, 0], "sizeAdd": 0.01}, - {"coordinates": [-1, -2, 14, 1, 4, 1], "textureOffset": [0, 0]} - ] - } - ], - "animations": [ - { - "this.rx": 0, - "right_lid.rx": "lid_right.rx" - } - ] - }, - { - "part": "lid_left", - "id": "lid_left", - "invertAxis": "xy", - "translate": [0, 0, 0] - }, - { - "part": "lid_right", - "id": "lid_right", - "invertAxis": "xy", - "translate": [0, 0, 0] - }, - { - "part": "knob_left", - "id": "knob_left", - "invertAxis": "xy", - "translate": [0, 0, 0] - }, - { - "part": "knob_right", - "id": "knob_right", - "invertAxis": "xy", - "translate": [0, 0, 0] - } - ] -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/pack.mcmeta b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/pack.mcmeta deleted file mode 100644 index e414aa78f..000000000 --- a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/pack.mcmeta +++ /dev/null @@ -1,14 +0,0 @@ -{ - "overlays": { - "entries": [ - {"directory": "1.21.5", "formats": [55, 100]}, - {"directory": "1.21.4", "formats": [46, 100]}, - {"directory": "1.21.1", "formats": [34, 100]} - ] - }, - "pack": { - "description": "Minor fix to chest models when utilizing the Mash-up packs.", - "pack_format": 15, - "supported_formats": {"max_inclusive": 420, "min_inclusive": 15} - } -} \ No newline at end of file diff --git a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/pack.png b/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/pack.png deleted file mode 100644 index cfbc382ba..000000000 Binary files a/modpacks/rc-plus/26.1.2-mr/resources/resourcepack/required/fixed-chest-models/pack.png and /dev/null differ diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/bliss-shader.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/bliss-shader.pw.toml deleted file mode 100644 index 7ff4c8b81..000000000 --- a/modpacks/rc-plus/26.1.2-mr/shaderpacks/bliss-shader.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Bliss Shaders" -filename = "Bliss_v2.1.2_(Chocapic13_Shaders_edit).zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/ZvMtQlho/versions/kC2Y8q1P/Bliss_v2.1.2_%28Chocapic13_Shaders_edit%29.zip" -hash-format = "sha512" -hash = "dafc60be4980ec40f40edc0f2625cb0976f3c9ce5ed86383146a120480826bb1de70ef5e38b7f1437294ed4d38c6ef3c82ebef0ae4e00b8cee165788c9c18280" - -[update] -[update.modrinth] -mod-id = "ZvMtQlho" -version = "kC2Y8q1P" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/bsl-shaders.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/bsl-shaders.pw.toml deleted file mode 100644 index 5a1579eac..000000000 --- a/modpacks/rc-plus/26.1.2-mr/shaderpacks/bsl-shaders.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "BSL Shaders" -filename = "BSL_v10.1.2.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/Q1vvjJYV/versions/48F3FE2P/BSL_v10.1.2.zip" -hash-format = "sha512" -hash = "2410f6d314f58862a09da4234b9f8f8b7091850ed430dc9235f70042947fbdcdd6e73794e67d424b125e4f3545f6c96af339b43302a6f011a4a9769bc8544387" - -[update] -[update.modrinth] -mod-id = "Q1vvjJYV" -version = "48F3FE2P" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/complementary-reimagined.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/complementary-reimagined.pw.toml deleted file mode 100644 index 0849c096a..000000000 --- a/modpacks/rc-plus/26.1.2-mr/shaderpacks/complementary-reimagined.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Complementary Shaders - Reimagined" -filename = "ComplementaryReimagined_r5.7.1.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/836bPNGo/ComplementaryReimagined_r5.7.1.zip" -hash-format = "sha512" -hash = "840149dd8aff5d5d06d0d5a4ea83d4ea7f72eab3cb2b02de513c1f3eaa6e4627f68d9c0915b86fa37edad73cafd4648f156f373da52810cd34c67d797e0f6aef" - -[update] -[update.modrinth] -mod-id = "HVnmMxH1" -version = "836bPNGo" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/complementary-unbound.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/complementary-unbound.pw.toml deleted file mode 100644 index 3a8f1bfa8..000000000 --- a/modpacks/rc-plus/26.1.2-mr/shaderpacks/complementary-unbound.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Complementary Shaders - Unbound" -filename = "ComplementaryUnbound_r5.7.1.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/d8rcvDTp/ComplementaryUnbound_r5.7.1.zip" -hash-format = "sha512" -hash = "207ad92ab354e1be002e1ccce978da3860af69532ddcdecbc2a943ffe1ff7ac5eec6b021073ae68b93d78499c63d505de3abf63d9058cdf6cb80bed6528b7532" - -[update] -[update.modrinth] -mod-id = "R6NEzAwj" -version = "d8rcvDTp" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/kappa-shader.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/kappa-shader.pw.toml deleted file mode 100644 index 6d5bb4b03..000000000 --- a/modpacks/rc-plus/26.1.2-mr/shaderpacks/kappa-shader.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Kappa Shader" -filename = "Kappa_v5.3.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/Y8161YLz/versions/8p4viq8V/Kappa_v5.3.zip" -hash-format = "sha512" -hash = "1103f42fe599ac6634675aa58e17de94b77b89ba148f30f3b4168eaebfe9e6ebc7fec76968c33b145d64e3234746efe3a932e0c2c46785f7e1b5b8bda8d355f9" - -[update] -[update.modrinth] -mod-id = "Y8161YLz" -version = "8p4viq8V" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/makeup-ultra-fast-shaders.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/makeup-ultra-fast-shaders.pw.toml deleted file mode 100644 index fadfc255b..000000000 --- a/modpacks/rc-plus/26.1.2-mr/shaderpacks/makeup-ultra-fast-shaders.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "MakeUp - Ultra Fast" -filename = "MakeUp-UltraFast-9.4c.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/izsIPI7a/versions/20OMmWR5/MakeUp-UltraFast-9.4c.zip" -hash-format = "sha512" -hash = "c586c9e73512467140506f369668ef5c6b84122ed176d90e41016d11673e73c899bf8de3b7301d9e294f2aac36428fa87025047384420ca9673e5e5371881b21" - -[update] -[update.modrinth] -mod-id = "izsIPI7a" -version = "20OMmWR5" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/miniature-shader.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/miniature-shader.pw.toml deleted file mode 100644 index 9ecbeddd8..000000000 --- a/modpacks/rc-plus/26.1.2-mr/shaderpacks/miniature-shader.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Miniature Shader" -filename = "miniature-shader-2.18.10.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/UaS8ROxa/versions/vXsOqSYt/miniature-shader-2.18.10.zip" -hash-format = "sha512" -hash = "9a7d9011b61a7fda765236afbfe620d3856f0947906bbb32de16457b604d0bed773d0a831b4f57ff02c3a7c15872314e416736b3075553e9e098a54955b17d68" - -[update] -[update.modrinth] -mod-id = "UaS8ROxa" -version = "vXsOqSYt" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/rethinking-voxels.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/rethinking-voxels.pw.toml deleted file mode 100644 index 712bd8f0c..000000000 --- a/modpacks/rc-plus/26.1.2-mr/shaderpacks/rethinking-voxels.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Rethinking Voxels" -filename = "rethinking-voxels_r0.1-beta9.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/kmwfVOoi/versions/cpD4esk9/rethinking-voxels_r0.1-beta9.zip" -hash-format = "sha512" -hash = "1e32f41e67e527c3c60149677a05b61c6d305e440812e29abba745b8ed304954780ca48d58b834c49835790bc3c4d38f37c893c5cbdfea9edc07b72e1dabd296" - -[update] -[update.modrinth] -mod-id = "kmwfVOoi" -version = "cpD4esk9" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/solas-shader.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/solas-shader.pw.toml deleted file mode 100644 index 951cea721..000000000 --- a/modpacks/rc-plus/26.1.2-mr/shaderpacks/solas-shader.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Solas Shader" -filename = "Solas Shader V3.4.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/EpQFjzrQ/versions/syqezVYV/Solas%20Shader%20V3.4.zip" -hash-format = "sha512" -hash = "99300ad2b9fdd33162fff571b9df089b7b09189c050fc2da7c51c5c54780d024faa952c4083cbcb5596c115be09c8f9764d92afc61b13ad0919cfeeab6168b1f" - -[update] -[update.modrinth] -mod-id = "EpQFjzrQ" -version = "syqezVYV" diff --git a/modpacks/rc-plus/26.1.2-mr/shaderpacks/super-duper-vanilla.pw.toml b/modpacks/rc-plus/26.1.2-mr/shaderpacks/super-duper-vanilla.pw.toml deleted file mode 100644 index c0f52f8ba..000000000 --- a/modpacks/rc-plus/26.1.2-mr/shaderpacks/super-duper-vanilla.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Super Duper Vanilla" -filename = "superDuperVanilla.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/LMIZZNxZ/versions/KB0sOLSc/superDuperVanilla.zip" -hash-format = "sha512" -hash = "231b47716d5dab68fd1409c65750589c234d4d63312b3f8634342477686ae6db88edb9ecc3c5662fca245e71b16f16e2933e50751d13d5b06e7d3e26f8d9ebaf" - -[update] -[update.modrinth] -mod-id = "LMIZZNxZ" -version = "KB0sOLSc"