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 index 154831a88..12c5ad7ce 100644 --- 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 @@ -79,7 +79,7 @@ #$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 = "Simply Legacy" + modpack_name = "Re-Console+" #Settings of message generated by Upload all button [generated_message] 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 index 97790c11d..12c5ad7ce 100644 --- 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 @@ -5,10 +5,15 @@ #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" + #With this option, you can select the formulation of the GUI (e.g., in the help buttons, title). + #Currently supported: + # - DISCORD: Uses terminology like 'join the Discord' and 'post in #channel'. + # - GITHUB: Uses terminology like 'visit the GitHub' and 'post into a new issue'. + formulation_type = "DISCORD" #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" + upload_to = "gnomebot.dev" #Show gui on minecraft crashed on modloading and FML error screen displayed. show_on_fml_error_screen = true #Close old CrashAssistantApp if it's still running when starting a new instance of Minecraft, to avoid confusing player with window from old crash. @@ -65,8 +70,11 @@ [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$" + #Recommended values: "Modpack-X Discord", "Modpack-X GitHub repository", etc. support_name = "Nostalgica Reverie Discord" #$CONFIG.text.support_place$ in lang files will be replaced with this value. + #Recommended values: "#support channel". + #In case of formulation type `GITHUB` won't be used. 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!" @@ -75,13 +83,17 @@ #Settings of message generated by Upload all button [generated_message] - #Add ### prefix before filename. + #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 + #Recommended values: "### ". + prefix = "### " + #Separator between logs. + #If you want vertical logs, use "\n$PREFIX$". + logs_separator = " | " #Adds line in log list about this Intel processor can be corrupted. intel_corrupted_notification = true + #Adds line in log list about piracy/offline mode or if check failed. + piracy_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" @@ -101,7 +113,37 @@ 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. + #If you disable this option, you may also want to remove "ansi" from "generated_message.ansi_block_pattern". color_message = true + #Structure of the generated message. + #Variables: + #$HEADER$ - Title and upload link + #$TEXT_UNDER_CRASHED$ - Custom text from config + #$PREFIX$ - The prefix string + #$LOGS$ - The joined logs + #$PROBLEMATIC_FRAME$ - hs_err frame + #$ANALYSIS_RESULT$ - Analysis results + #$MODLIST_DIFF$ - Modlist changes + message_structure = "$HEADER$$TEXT_UNDER_CRASHED$$PREFIX$$LOGS$\n$PROBLEMATIC_FRAME$$ANALYSIS_RESULT$$MODLIST_DIFF$" + #Pattern for a single log line. + #Variables: $LOG_NAME$, $FILE_NAME$, $LINK$. + log_line_pattern = "$LOG_NAME$[$FILE_NAME$](<$LINK$>)" + #Pattern for a split log line (too large for single upload). + #Variables: $LOG_NAME$, $FILE_NAME$, $LINK_FIRST_LINES$, $LINK_LAST_LINES$, $TOO_BIG_REASONS$. + log_line_split_pattern = "$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$" + #Pattern for ModList Diff and Analysis Results blocks. + #Variables: $PREFIX$, $HEADER$, $CONTENT$. + #If 'color_message' is false, remove 'ansi'. + ansi_block_pattern = "$PREFIX$$HEADER$\n```ansi\n$CONTENT$\n```" + #Pattern for formatting the problematic frame from hs_err. + #Variables: $CONTENT$ + problematic_frame_pattern = "```java\n$CONTENT$\n```" + #Pattern for simple link notifications (e.g. Intel fix, Piracy check, KubeJS scripts). + #Variables: $TEXT$, $LINK$ + link_notification_pattern = "[$TEXT$](<$LINK$>)" + #Pattern for the header of the modlist diff block (containing the link). + #Variables: $PART1$ (text before link), $PART2$ (text after link), $LINK$. + modlist_header_pattern = "[$PART1$](<$LINK$>)$PART2$" #Settings of links copied by Upload and copy link buttons [copied_links] @@ -140,6 +182,9 @@ #If enabled, will add resourcepacks to modlist.json #After filename where will be ' (resourcepack)' suffix. add_resourcepacks = false + #If enabled, will add datapacks to modlist.json + #After filename where will be ' (datapacks)' suffix. + add_datapacks = 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. @@ -151,19 +196,26 @@ [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 + 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" + formulation_type = "NOTIFY" #Settings of analysis feature. #Analysing logs for most common reasons of crashes and displaying recommendations with fixes. [analysis] #Enable feature. enabled = true + #By default if CA work in modpack mode and ran by the end user it won't display analysis if it blames mod which was part of original modpack. + #And will blame only mods which were added/updated by end users. By enabling this option you can bypass this and it will blame any mods. + trigger_on_original_modpack_mods = false + #Delay in seconds for the OK button when a crash reason is shown for the first time. + #Helps to ensure the user reads the recommendation. + #Set to 0 or -1 to disable the delay. + first_show_delay = 10 #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" @@ -192,13 +244,41 @@ #Enable feature. enabled = true +#Settings of notifying about piracy/offline mode. +[piracy] + #Enable feature. + #Note: This option is ignored if general.help_link is default (CHANGE_ME). + #Notifies if in your community (Discord/GitHub) piracy is not supported. Recommended to enable for modpacks. + enabled = false + #Delay in seconds for the OK button when piracy warning is shown. + #Set to 0 or -1 to disable the delay. + delay = 10 + [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 +#Settings of scripting feature. +#Allows you to add custom scripts for log analysis. +#Scripts should be placed in config/crash_assistant/scripts/log_analysis folder. +[scripts] + #Enable feature. + enabled = true + #Enable Scripts IDE in the GUI. + ide_enabled = true + #By changing this value you can disable creating "scripts" folder and placing example scripts there. + generate_scripts_folder_with_example = true + #You can customise GUI with this options. [gui_customisation] + #Name of a FlatLaf IntelliJ Themes file in config/crash_assistant folder or core theme name. + #If file doesn't exist and no core theme matches, themes will be disabled and Standard Swing look and feel used. + #Supported core themes: 'FlatLightLaf', 'FlatDarkLaf', 'FlatIntelliJLaf', 'FlatDarculaLaf', 'FlatMacLightLaf', 'FlatMacDarkLaf'. + #Supports any IntelliJ Theme file with '.theme.json' extension. + #If you prefer standard Swing look and feel, use 'Swing'. + #Look out our guide about theme support: https://github.com/KostromDan/Crash-Assistant/blob/pages/guides/Theme%20Support/Getting%20Started.md + theme_file_name = "FlatDarkLaf" #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. @@ -227,13 +307,34 @@ #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" + #Color of the animated border for the screenshot notice. + #format is "R_G_B", range is 0-255, for example "255_0_0" is red color. + #Default for this is "255_0_0" (red color). + screenshot_of_gui_notice_animated_border_color = "255_0_0" + #Color of the text for the screenshot notice (inside the animated border). + #format is "R_G_B", range is 0-255, for example "255_0_0" is red color. + #Default for this is "255_0_0" (red color). + screenshot_of_gui_notice_text_color = "255_0_0" + #Color of the button blinking on success action (e.g. upload all finished). + #format is "R_G_B", range is 0-255. + #Default is "100_255_100" (light green). + blinking_button_success_color = "100_255_100" + #Color of the button blinking on attention request (e.g. click on link in description). + #format is "R_G_B", range is 0-255. + #Default is "100_100_255" (light blue). + blinking_button_attention_color = "100_100_255" + #Color of the button blinking on error (e.g. failed upload). + #format is "R_G_B", range is 0-255. + #Default is "255_100_100" (light red). + blinking_button_error_color = "255_100_100" #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. + #WARNING: use only '/' path separator. '\' will corrupt config! 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 you have some long text in the discord/github name, 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. @@ -251,3 +352,8 @@ #Enable feature. enabled = true +#Options to help debug the Crash Assistant. +[debug] + #Debug option to crash immediately after Crash Assistant launched its process to conveniently debug it, configure it without need to manually crash. + crash_after_init = false + diff --git a/modpacks/rc-plus/26.1.2-mr/index.toml b/modpacks/rc-plus/26.1.2-mr/index.toml index a9aabd2ff..1d39a4826 100644 --- a/modpacks/rc-plus/26.1.2-mr/index.toml +++ b/modpacks/rc-plus/26.1.2-mr/index.toml @@ -2,55 +2,55 @@ hash-format = "sha256" [[files]] file = "config/animatium.json" -hash = "b17369e039780cedeeda73c3818734263c6601e41e9fc2ddfa2531acb2c5a397" +hash = "f83e8176ccda0689fb95e7c8724e3a9f86daa305772880bb419dde5e28d299c1" [[files]] file = "config/c2me.toml" -hash = "711e0664920627670c5638e9e29acba8f410d90b2f6091479e2cb8a08f764c35" +hash = "363c7635e7356e80de529bcca835851a706c4b065dc409cc93d733cfa3dcd708" [[files]] file = "config/complexleafculling.json" -hash = "61677f9fa6d31e972eef67f963883d644f95ec060395f6628916b64f1a73a4a2" +hash = "7e3f021e6fad73951f98dc4808a2005ace1e7b9edd21777d823f832b64caed38" [[files]] file = "config/crash_assistant/config.toml" -hash = "95324c1040a4c03a6aaad3e9ad0869ebc4bb2789d96e50651fc7f5a9e28ba5ad" +hash = "9b23885d0c210b37e61b24751aa17f9bfc5d6e7e4dd9fa9aea6f1d5e8ac24821" [[files]] file = "config/crash_assistant/lang/README.md" -hash = "92deb5c02f7625e07c4e477c1d8cf3b1fb920e27aea38b45ed0c06c4c0e420fc" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" [[files]] file = "config/crash_assistant/lang/en_us.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/ru_ru.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/lang/zh_cn.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/crash_assistant/modlist.json" -hash = "8cb838ec67ab9938d16b4af5bcdcb9daf9d2731ef8e0da5ec07dcdceed8ba77f" +hash = "ead83be36479c57f5cfa0709f9a32c1c0bed2323cb4382927e557759ebfb74bd" [[files]] file = "config/crash_assistant/problematic_mods_config.json" -hash = "31e618a33cd6ac7c0921c5b721f369dfe931517296d36b4439f0b7b943c76c43" +hash = "211ca29018df40d48ee9864ba79c052c5e6d01628fe44367f94c1382fd60fa6f" [[files]] file = "config/fabric/indigo-renderer.properties" -hash = "aa272c538cfdf8b1b6bc75a35f6fa056869c131056604308f06d06beeac80e04" +hash = "0a776bd94413087200e0cd1a0bd72cbfe5c1a69002c1c625236233c2183c301c" [[files]] file = "config/immediatelyfast.json" -hash = "aeb8a2371724d24d68292ad2aa9f4d6b7111e046409a2a94925878dfeac7ccc8" +hash = "8f85626cee8effcf430d24772946b3bea79a778917ba0681d2cc6fcb857efd2b" [[files]] file = "config/modernfix-mixins.properties" -hash = "1ab8ae1f558d8455a8c228be4c65bc3afc5f0c88097e33c3b0b98ae59ceba47b" +hash = "c67e06f756cc87e981494449b664caf412631548f9aa06a3fec515089f39357b" [[files]] file = "config/modpack_defaults/animatium_utility.json" @@ -58,167 +58,167 @@ hash = "013bb87a1d68fdba744417b9591ed98e5e4c21c131868525967bca5e3a152c37" [[files]] file = "config/modpack_defaults/config/animatium.json" -hash = "b17369e039780cedeeda73c3818734263c6601e41e9fc2ddfa2531acb2c5a397" +hash = "f83e8176ccda0689fb95e7c8724e3a9f86daa305772880bb419dde5e28d299c1" [[files]] file = "config/modpack_defaults/config/badoptimizations.txt" -hash = "f67df14f16e90a8e83ccfac0abf935673048e9b43bb7f3ddb664e0c0a26adc1b" +hash = "2917a8f8112e36e27b240bdbe0e6987c5e8b0964595ed42ca2fbe1b16350df71" [[files]] file = "config/modpack_defaults/config/betterblockentities.json" -hash = "bbeba9d6a83b6f5f6d62f839ab367defcae8833d1607050fdbff265a7541a281" +hash = "82f10736a508c09ade5402c00ea71f007eafd4f977bc4bb1228a4df07dfe138c" [[files]] file = "config/modpack_defaults/config/betterf3.json" -hash = "c80065e14f9913eaafff622fcf32cd8fdc234a1af64a64d8ae30d33e257f084e" +hash = "4e0fd36555604397597e3771614f0dbcae2b19c36cff03eacc931209082b83fd" [[files]] file = "config/modpack_defaults/config/bobby.conf" -hash = "401590df116057aeb66c2cf5788931f0bface1d52ca263bffd09c0de17cb338f" +hash = "6ff4da9a5e3a1a7668630318e46fa0bd8917ab1006e1133a0aaa891d9c13a67a" [[files]] file = "config/modpack_defaults/config/c2me.toml" -hash = "dd7cbe38c4c73473937c30fe7ca05d1202c2bf05e6313472d81f84b5877a24e5" +hash = "729ca7274bdaa6028364c24eda72a9d676c9188a281ac60cda6bf1da338e95ae" [[files]] file = "config/modpack_defaults/config/capes.json5" -hash = "3c5f5e2ce32a31415ea9667f667eecc074cf9de46421afc348e1d17e8fd6957c" +hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636" [[files]] file = "config/modpack_defaults/config/chunksfadein.properties" -hash = "df0de8707e7a493b36db307de3bc961e62e3459fcd1f2bec5e004b0382f1f794" +hash = "e2363d6108e75030db1257a59cdd5272bb81a96ff10572a8e03512cd4d301f50" [[files]] file = "config/modpack_defaults/config/citresewn.json" -hash = "2a4e3e29038837de5cd1004738a73243d7870b4f9dddadef6653ae5158920f01" +hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe" [[files]] file = "config/modpack_defaults/config/complexleafculling.json" -hash = "61677f9fa6d31e972eef67f963883d644f95ec060395f6628916b64f1a73a4a2" +hash = "7e3f021e6fad73951f98dc4808a2005ace1e7b9edd21777d823f832b64caed38" [[files]] file = "config/modpack_defaults/config/cpm.json" -hash = "20537ee105d0cfdd6b4c7bdff851dd1a1a8adbf0d73d08219f97af5734854f75" +hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775" [[files]] file = "config/modpack_defaults/config/craftpresence.json" -hash = "1d855833cc00eb0aa2e7ee1aa6e84b3ae84264cd3a276d862cf0a4e499e27955" +hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2" [[files]] file = "config/modpack_defaults/config/crash_assistant/config.toml" -hash = "73ef5c402d10b92f5a71a694f16cfb5dbe3b496b5d125d5a20a19633184bed1c" +hash = "9b23885d0c210b37e61b24751aa17f9bfc5d6e7e4dd9fa9aea6f1d5e8ac24821" [[files]] file = "config/modpack_defaults/config/crash_assistant/lang/README.md" -hash = "92deb5c02f7625e07c4e477c1d8cf3b1fb920e27aea38b45ed0c06c4c0e420fc" +hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349" [[files]] file = "config/modpack_defaults/config/crash_assistant/lang/en_us.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/modpack_defaults/config/crash_assistant/lang/ru_ru.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/modpack_defaults/config/crash_assistant/lang/zh_cn.json" -hash = "d651eafb669a2560b732b38a78dae72be74892e02773db07dfc999de9d6b92bf" +hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240" [[files]] file = "config/modpack_defaults/config/crash_assistant/modlist.json" -hash = "8cb838ec67ab9938d16b4af5bcdcb9daf9d2731ef8e0da5ec07dcdceed8ba77f" +hash = "ead83be36479c57f5cfa0709f9a32c1c0bed2323cb4382927e557759ebfb74bd" [[files]] file = "config/modpack_defaults/config/crash_assistant/problematic_mods_config.json" -hash = "9e40cdfe72fb74113c0cbd80dbfb2a504c5499b4e146a68589d9b0a3ab60c52d" +hash = "6b8959407eda32d11bbd25df75fc994c129e1730e8036f4acea6c842c903b30e" [[files]] file = "config/modpack_defaults/config/dynamic_fps.json" -hash = "77393a2a6a2da4d9a2704fe32c2ab42b420b3032bedfe930d60441278cf020ae" +hash = "9f94a62057170e374c302ab5833319a2a05c0543fd0bdeedb505031825aa8bd4" [[files]] file = "config/modpack_defaults/config/enhanced_bes.properties" -hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" +hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce" [[files]] file = "config/modpack_defaults/config/entity_model_features.json" -hash = "37144d898a913de605a370bf18a870c61c0633844512934630bfaa55914d8492" +hash = "a409f75f21a3189f06c4edf5bf6b613c3c6275147c8b51ae1e1c46e8e8cdb8ef" [[files]] file = "config/modpack_defaults/config/entity_texture_features.json" -hash = "4284266e11add2e03fe5b9a27ce1287e725443dfe12bdf2dcde5473203f62107" +hash = "0554c0e7816266477c65c18d2ada9fdddf1c6750787efd329056223ca4a073b2" [[files]] file = "config/modpack_defaults/config/entityculling.json" -hash = "61ba24599c9c4ac83ed40d102847f426e6d3c605fbd23d99595f05971fe98f4e" +hash = "9e5287c7b494ff6f92fe0641d5e3d1b843182d2111268501675c34f1e757aee3" [[files]] file = "config/modpack_defaults/config/fabric/indigo-renderer.properties" -hash = "aa272c538cfdf8b1b6bc75a35f6fa056869c131056604308f06d06beeac80e04" +hash = "0a776bd94413087200e0cd1a0bd72cbfe5c1a69002c1c625236233c2183c301c" [[files]] file = "config/modpack_defaults/config/factory_api/client_options.json" -hash = "5bad688f356193319f0bb7c19f9b0fce8ff08d6d529d5d6bbcbf2fe614643911" +hash = "5a4c1f7d253af2c4c47e10a8702d1e10d6a3fd42cc32223ff89810f94909a387" [[files]] file = "config/modpack_defaults/config/factory_api/common_options.json" -hash = "7b103325f88b27b5d68e6ac6a02d53761e9287ccbffd18ffdd5da0063a9d9828" +hash = "a9e6f5696304dbeeb2899e5edc0d6783235c3bac06d76b7524299ae11c71755e" [[files]] file = "config/modpack_defaults/config/fastquit.toml" -hash = "f3856e2e9780a2d1aab940b4abb2c5a3bdcc4023a0eb955b573432fecf6c721f" +hash = "e3aff3656dbb53748dbe567e80bf125f30923974e111d910fce387f2a74de81a" [[files]] file = "config/modpack_defaults/config/ferritecore.mixin.properties" -hash = "fee5dbdc8bdd6a22ae321282a6c7134624c3a318a3953718b65ca67b66683a13" +hash = "3817e94107bb1c7358beebb80b1810e822de38be430f855cf14828c38018e8e2" [[files]] file = "config/modpack_defaults/config/gnetum.json" -hash = "9f017e1c87c5915109669eb065d769b5a523ec27c24058a07015463fdfda37c3" +hash = "42b3e43aea856749a716f806f31ea472e041b90b66188bed8f4b3b44452292ad" [[files]] file = "config/modpack_defaults/config/idletweaks.config" -hash = "9d67f4b4966ea5e0ab2eda074ed8d803bf12ca2c1364a8adaf41ceef483dff74" +hash = "28dc4b5aa44cb2cc3261f985e9928d193626980a7558ea8141cc9e2017d95686" [[files]] file = "config/modpack_defaults/config/immediatelyfast.json" -hash = "c149427e9e399acf1c73b8dcf5016defb20fcb674b6d14280999dbfc4706f087" +hash = "cfef5c5a959348f5dd4e83db3dc167369082dc7676733da2f29bf750bdd4d3cc" [[files]] file = "config/modpack_defaults/config/iris.properties" -hash = "bc5fc249179fa926c9395c63626120f52f55e5c25638712a3e4008a3737e9013" +hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff" [[files]] file = "config/modpack_defaults/config/ixeris.toml" -hash = "4204f78b598577bcdea31b854b95a58d854e3a2d9e4c7527dc1fee8bf8f5a9f6" +hash = "821e1920a05b593ca59a404b422b6e970138e614795ca5abde2ed326c2bd9154" [[files]] file = "config/modpack_defaults/config/jimmy-smiths.json" -hash = "42cffa127aa99ac9aa08c8cc5456a1c21d064b248198086967a8da0999f1a818" +hash = "479d6f67a8d209f6489cbe91d07baf43c0eab91325f168573159d4b3f0f22bf2" [[files]] file = "config/modpack_defaults/config/legacy/client_mixin.json" -hash = "de0e25757fb3fb538d710ba01b3ebe416e97f0b40b78af2749cb85ba138532f3" +hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f" [[files]] file = "config/modpack_defaults/config/legacy/client_options.json" -hash = "c763f1a3838b5f1547b18dcae0fcf8dc199714e2c845626765ce5501bcd83919" +hash = "cdf344b0841f32c2705612271bf2b65144dc9ebb3745560b48011a9637444518" [[files]] file = "config/modpack_defaults/config/legacy/common.json" -hash = "3b9b9361ed4ad964361358b210952bb01f4f30ff2d56c249d0ce517792244266" +hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a" [[files]] file = "config/modpack_defaults/config/legacy/common_mixin.json" -hash = "8ffadf5901d31192638d4089d7b3eb16a6ed160252c9b4f7c6566448195f4019" +hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf" [[files]] file = "config/modpack_defaults/config/legacy/global_packs.json" -hash = "3a126891fed186e3fd4bc2bc45ad6b97566840f316b42b4ba96bf71aa17e50ea" +hash = "24a6632343b96399a7b90a6cb130dfb95d32688ec3fd41ca8cac1b63e7abae39" [[files]] file = "config/modpack_defaults/config/legacy_world_sizes/common.json" -hash = "03fe9d4796b38fc8ffbe9692986d7e69ff08043690b3e1024df74f2241c42006" +hash = "c34dfd4b2c13e3ef9479173039891092969d4a61809609f779ef8685916a4294" [[files]] file = "config/modpack_defaults/config/legacy_world_sizes/common_mixin.json" @@ -226,67 +226,67 @@ hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" [[files]] file = "config/modpack_defaults/config/lithium.properties" -hash = "caf4dfdb8635b29017625a08f57d0f4d5d3d4f6cb75bfeefd0993bca0f522405" +hash = "928fdb1e604e394de7389a4b7a7f230fe6863a468e1839bee22d80652ea0d31f" [[files]] file = "config/modpack_defaults/config/misctweaks/client_config.toml" -hash = "237e5b2614812461ec503af4cc1b98fa9267cdc8b2c4d0b3bfaaf8b89ffa2f65" +hash = "291b3c8a4660b7e684711606965819e6df037afb7694ca7a6d9b8dc25ccbff3b" [[files]] file = "config/modpack_defaults/config/misctweaks/config.toml" -hash = "2fd2b70be7f15953afd2d1fb94d11ac0959b65644613396099869aa9823cbcd9" +hash = "a844236f3392894ad21314f5f372ef98521498399852b290398cb14f18b3606e" [[files]] file = "config/modpack_defaults/config/modelfix-client.json" -hash = "1f7d946ec7a12efbbe58cdeedc2ae767446e06e7ffed095c18482d5cc27a86a7" +hash = "7e02c1d587a4c011b0b18080b7ba7451bd44535159a52c4c0c9a94b863334678" [[files]] file = "config/modpack_defaults/config/modernfix-mixins.properties" -hash = "5a473467f798d9d5ad795814e64a3e629f719dd599950694f5f36437d6e3fa3c" +hash = "90bac8f2a5626acc4564b1ea979349a86d76c06d87f5019365654d8fc3000d1a" [[files]] file = "config/modpack_defaults/config/modmenu.json" -hash = "4dc7d729a2b83401f4a39dff457680f6f5872df1a5b2a93d9eb27b0b5df42d0e" +hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72" [[files]] file = "config/modpack_defaults/config/moreculling.toml" -hash = "a379fab4e05772a52e83884251c81d63857b6edc75e5185bb08930bd460a9170" +hash = "a3f5998883ad9f3a27e78dca4d2826714592055f37c85c79968ce88aa497244f" [[files]] file = "config/modpack_defaults/config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json" -hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" [[files]] file = "config/modpack_defaults/config/nostalgic_tweaks/nostalgic_tweaks.json" -hash = "da9e16081492698179576b7dbfe7bf1e3fe5a44aa6ec8d14b17f9f0e6dd70341" +hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2" [[files]] file = "config/modpack_defaults/config/npe.json" -hash = "f13085e44be1981d0559de3cd50dda43e4e890734b0f1dc2fd97de34f1b482b6" +hash = "d9485c0b0b05aa37fad7d28e907c10e431ee7ce50d5bdba47045fb9a80c3707d" [[files]] file = "config/modpack_defaults/config/particle_core_config.toml" -hash = "05f6f6a6f11ed1ad64a387b4a5564982b927b7be99c8c02db42f85da18f0960d" +hash = "5ab97abde7373e152b69e82a7412b95adaf620f34ef4e778bfb4f6be4cbadcb4" [[files]] file = "config/modpack_defaults/config/preferred-gamerules.properties" -hash = "85665ff3c6bdda824317de7a8e2b53edbbc8b17032d7dedff045475ee1da926c" +hash = "0712a4e075b5005fd7e4a9cb92c12011b784d369c9355e2a948488cfd0919866" [[files]] file = "config/modpack_defaults/config/proplacer-client.toml" -hash = "4b9861276dccca463c61914bc68a2ac93906a1be720a34003ccb9a46fcfe0b69" +hash = "ca0a753684bf8f328a372a952e5c9b22fe135d80106dc82a9ebe1ec12e506629" [[files]] file = "config/modpack_defaults/config/rsls.properties" -hash = "f5d82051fd7157e0879121adec518664c6e4bd01309abaade268cc362e13d58a" +hash = "9b80599a61bee79fc53eac196ae08c0c0e2f3b3cee5c24342f924faa46f62a75" [[files]] file = "config/modpack_defaults/config/servercore/config.yml" -hash = "c4c9710c24a3b1f32bd360f36a7b3a4b116d4c0bf782aed98c8d0aed5eb2d0aa" +hash = "f456cd56f8e061ad719f84517cf658d1ee4489a474ca35e7e8e076620dd048cd" [[files]] file = "config/modpack_defaults/config/servercore/optimizations.yml" -hash = "d46be0ff848f3c12326fb5306ba6be295769af256326bd931f8424582e617779" +hash = "0e7fde302ae1f9cbe3c507b8f4bc23ebc51acae005de2c4f69933893d037894a" [[files]] file = "config/modpack_defaults/config/sodium-fingerprint.json" @@ -294,15 +294,15 @@ hash = "25811ae3b042065ada7cf81783b6148d682948558d9c7c5494a3580bc0b1f50b" [[files]] file = "config/modpack_defaults/config/sodium-mixins.properties" -hash = "35d3939d1bc306839c6ad538803288b3d2bc8a2dfed4948eae569d540d6b8058" +hash = "b627c4456e6fa0bc4b5f85e2f1cd949faedae3cb9afdaf2a5f52e6f3b6ae1f01" [[files]] file = "config/modpack_defaults/config/sodium-options.json" -hash = "48036fe91ca4e16400437b8470775c5c801ce543fe0c6254421882f479d96052" +hash = "068fc165435c8734b43d5f735cfbe42d015356d157222d577012e45b3bf0a989" [[files]] file = "config/modpack_defaults/config/sodium-shadowy-path-blocks-options.json" -hash = "4b019a9381a786d24249553c769f1a1363b0c347b6a70f81b4e9a1c0ee4254f1" +hash = "9d13efb658817d0646885ce8d72e721485cd1a73c07ba51d25059ab1c87c7b0f" [[files]] file = "config/modpack_defaults/config/stfu-disable.txt" @@ -310,183 +310,183 @@ hash = "f1db3febe2abb607ee0c0cd16627aa3e8d69b829d1ba3c12c46fbba2d12b96db" [[files]] file = "config/modpack_defaults/config/stfu.json5" -hash = "9dfd510cc87aa55435c48bb549e58a06b9dd21f4bebc7860120e8d6479b68c55" +hash = "f94ebbc6b37b7f65bdf5dd9aeeb5d6879f0b7195f02260b7d865026ee8175f84" [[files]] file = "config/modpack_defaults/config/threadtweak.json" -hash = "33191bf9b7c96165db5eea96dfa57e7ca7763fc3b842ebfd943184dc895969c6" +hash = "b4c1cc5fc213225d64e685a3b632092e909386ab41bd9925f9cf7efd53d1ad46" [[files]] file = "config/modpack_defaults/config/vmp.properties" -hash = "da154394968a0e7996e7815e91bafec989f77fa7fae118b69b8c1055c3e316a7" +hash = "d631bc153e5b284b19b2e51f59bc49417fc40e62c42a3a3de0ea1f4586a09110" [[files]] file = "config/modpack_defaults/config/voicechat/voicechat-client.properties" -hash = "66bf7683c672213cbb134da315b4f8cd1487e1cab5a448e71fb1e41bd6f15ef6" +hash = "00c0ea508f0994cd80fc6342eb23da6a741c4834227c441150f5a3b11ed24896" [[files]] file = "config/modpack_defaults/config/yacl.json5" -hash = "8a201ac6b572e9b56ea1de77e13a8d6c8fab64c89727649346e22e6e27413577" +hash = "121b93764159be6fb7dab523b29a844e2bb78400ce8c48f52135a097e9b0006e" [[files]] file = "config/modpack_defaults/config/zfastnoise.mixin.toml" -hash = "c84c554d17cc2563cb41bd81beb0db77015e7c5f37cc94db90456d7dce8be8e3" +hash = "47e4810bca56258fe2ba501bd8872a59dd40433c202276f73c4e958563e0fe34" [[files]] file = "config/modpack_defaults/options.txt" -hash = "286f308704a6abacaa5dd75b08a793415d9841c7df4fe84b0dfba424695aba2a" +hash = "6b65a8566d0ddd6b6de2766d64c278bbee64d53e79f2b9e6e7ed24bdab3612a9" [[files]] file = "config/modpack_defaults/resource_albums.json" -hash = "f8c32fda7982063d1701ee7ff8d949e5fba9a4bd673e16979870704ef034a619" +hash = "87e5da3322d439dc2ebd373ba9945ec17eafc1addd3a1bea3ee07f8cf5a9d87c" [[files]] file = "config/modpack_defaults/resource_albums/alpha.json" -hash = "932d85a4cb1b346117a420b1189d0535762361dc0d90c49e4b070eec5da0dd7f" +hash = "579bdadf190e6bcebe6fb40fcef1cea015cb391525e0fbed18cb5e7c5e78b211" [[files]] file = "config/modpack_defaults/resource_albums/animated.json" -hash = "572113c32f913ab6e01cbcc962063ebf5a1f3a31478a387b8e5cac75dbaf9591" +hash = "a52c4c835bd23b6eb2d853b1e1ab9e4f571119576b2cae49e5a4915f1e521f43" [[files]] file = "config/modpack_defaults/resource_albums/beta.json" -hash = "23ae2314bff69c4937c8e55ecc96eebec65a74111b784ce6434001a8e10856c5" +hash = "d74fdbdfac4877b156d6cc305bf46171507ad71bc2a15b265b282f95fc261e36" [[files]] file = "config/modpack_defaults/resource_albums/candy.json" -hash = "162561d952e15851c99c1f1250f773e2252d39fd4b4adfcdc660ac8bad0746cf" +hash = "1225800a164ace1c98e9ede84bd7a9a0587add372025e3094d755999597384e8" [[files]] file = "config/modpack_defaults/resource_albums/caribbean.json" -hash = "ec40178ba43b8f6f5e97e4efc23cc4bb649a44247b7cb068bbe52b686775cf5e" +hash = "52a88ecbb5ac8296751af2b140fc7c8d6884db2748e17a3c91c9ef07547dfcf2" [[files]] file = "config/modpack_defaults/resource_albums/cartoon.json" -hash = "d896ba1e2aa8e49c924351c46820430780190ba831b0313aac84687561494c4f" +hash = "2fbad4be5b13751287e0d9f016fbfa1b85758d34ebbbfb617e8fb3b2ee8442c6" [[files]] file = "config/modpack_defaults/resource_albums/chinese.json" -hash = "cd29f79cff798f81ac33703396b7a8924988c499e5c3ab834c4dbc3eca4cf187" +hash = "a603717b2d9559717cf015b9b6b6789a9dbc8de9b81a3f5997438f60f3f091bf" [[files]] file = "config/modpack_defaults/resource_albums/city.json" -hash = "9e34ddb5fdb07923dfaccc81ac995b34e89c40421e1a142ce40da8ecf37f9245" +hash = "fbe668a0016c775b69b78ceac058677ab87173a40eb2317439849f55f365626e" [[files]] file = "config/modpack_defaults/resource_albums/darkmode.json" -hash = "3c06b5d7a262442106e322aa81376d13f4bbb7880f8399fbed8cd1bd415e9c1b" +hash = "4ae2426207f29dcc2a785aa45d79f86fc2228b13a275aa4386d7566410aaf9c7" [[files]] file = "config/modpack_defaults/resource_albums/egyptian.json" -hash = "1c069596bf0a44f874e8acc1602a269d96c4306e61a83be7089c65667965bbbd" +hash = "522ebb4d28dab5d4ec3278e3169db14f5745367d4f29af404e504452795272a0" [[files]] file = "config/modpack_defaults/resource_albums/faithful.json" -hash = "682e463a6f8a56227d2a6e12150015219688506532c72a94397b2859ecd0c94f" +hash = "caae85b75316d1b87648eef1642e67020ac08ea87110dac0e3bf15c52ac720dd" [[files]] file = "config/modpack_defaults/resource_albums/fallout.json" -hash = "4dc306d737f0c503cb80b2cd74be044c5274317836341231ac61253fe443bfd2" +hash = "d3d061d1312ab5d3a4ad489a78747626744fb6c3743dc62cb74c813310e4d639" [[files]] file = "config/modpack_defaults/resource_albums/fantasy.json" -hash = "57df987d61acc476dbff19ad41da258c05894fc332375faccd15e74cbd6d77f1" +hash = "5a30fa5e2f3a912bac544a4964f682ca03a51e895b90ca302e311a558e23c9fc" [[files]] file = "config/modpack_defaults/resource_albums/festive.json" -hash = "b5b2afa63a4e9844e7788f6c68f64f8d25f5fda81b1812de06df0ffece12017d" +hash = "fe5368eb3cbe17a85e280d6852e3446d1919c9798f0ac9de19b6d32820f0adf0" [[files]] file = "config/modpack_defaults/resource_albums/greek.json" -hash = "9417d3027439bef45146123f4290ea29327e75278cc71d455635fe6e05e4dd9b" +hash = "558fa96ab27798ba9b513cb06ae7a1fc2e25d08a9896462e94b3ac626fa5be53" [[files]] file = "config/modpack_defaults/resource_albums/halloween.json" -hash = "7a46012dbf1e647cb3c04b31b4d0607e8938cc2b4b3ee2a0f63ad5fa602a1dbe" +hash = "b2fbe9e194047c254192253125e333930699c6aa8963f6549346d350f8a458e6" [[files]] file = "config/modpack_defaults/resource_albums/live.json" -hash = "b931ff92dd7c697ca21c6b0b281631b1bbeca1a1233ee205320e600bda2ba1e6" +hash = "200d4cf8c5ff736c878feac8f314d09ea61c7a07d9386e7dbd0f41d73844118c" [[files]] file = "config/modpack_defaults/resource_albums/minecraft.json" -hash = "e15135796e50e5f017f6c98f29c05364449c21ba306ea7f9efbb6248d5241715" +hash = "fb5b381456096ea7baa67402a2a5f82c1b0ccbb6ed3cd90ce9ee7bb5aa7321aa" [[files]] file = "config/modpack_defaults/resource_albums/minecraft_classic.json" -hash = "8ff64d9a48327510a5df8c11d6d970c87bb2666e248c9657c5620578ba793449" +hash = "f3e1f7f70a61087211eb0796c5923b79c01e2ee23af24148b257694b32ba509e" [[files]] file = "config/modpack_defaults/resource_albums/n7.json" -hash = "4ce8e5e993e67d2cfe36e1baeb622ab0f0a2ac2c0afe5673c6e14af0154858ec" +hash = "809313b7fcebc7033743b1bfb4922f118e2b4ea2bfcef12e6ce1c92cc2b2597f" [[files]] file = "config/modpack_defaults/resource_albums/natural.json" -hash = "c7d9f3cb7b80b0df15c44f7cea37974c1173c51a674092ccf19211952521263a" +hash = "1caa6e86e0093063c696a9ae9cfe43ea01a704915373cd234a8f270b752adce3" [[files]] file = "config/modpack_defaults/resource_albums/norse.json" -hash = "282953182ac03acc710c6124c363080ddbe7edd612fd357133425a7c26541be6" +hash = "a92022f0fc4a87741e1a28bdeabaa13aaf2346405618ce88d06bc3ec6eb9a514" [[files]] file = "config/modpack_defaults/resource_albums/pattern.json" -hash = "2ed332cc892d6efaee718c5c1253104b75ef4adb9081840c898c9b9f34baffb1" +hash = "a6bf356e0f77687aec69bdece3a17f805f8f738250b39e268773aa37811b200e" [[files]] file = "config/modpack_defaults/resource_albums/plastic.json" -hash = "3e6a064f87949c8c0b3a8db392cb8d0a5e056dbbd4c1d929078f449c71232971" +hash = "0cae638b7451fece20129c856cbbb6a9b48f98dfa1d8ac9dcda919cf5c7fd05b" [[files]] file = "config/modpack_defaults/resource_albums/ps4parity.json" -hash = "dcc8070c1d4b80f96d600a243cbbb493ac9c6a28ea3820bce1502423ea31a451" +hash = "fc383d1375f2d4883f5d0486d2216f372e3ec71f87442ace7202332bbee3d0d0" [[files]] file = "config/modpack_defaults/resource_albums/steampunk.json" -hash = "158e46f66f2971df7a6affdc953f8e8fc1e372f52acc21faeaf2146d05490b4d" +hash = "206f9a655a0ec96b9314dff4a62a514e940e4857b69ae4d410b98259a3a96b48" [[files]] file = "config/modpack_defaults/resource_albums/super_cute.json" -hash = "54b20ca5f2d913dab514beb22ffc323af1d330de256c6f8967345daf517e08dd" +hash = "cf4bdc0f6fb60b7dc2d0acbad5f92902ceb33b6add6bcb92a56980469eee7b61" [[files]] file = "config/modpack_defaults/resource_albums/super_mario.json" -hash = "bf74d0bfdd233ee11a8cb9be5028bbfe8abeb4bfe38c90c7070d452b3e56373e" +hash = "52f404ebd60c9f6f7725dfaa3c0709a24c35376377f5fcddd2f9c82341f92605" [[files]] file = "config/modpack_defaults/resource_albums/trailer.json" -hash = "22d73ce5c2ba0feebfd33154cfae97bac309fa1c2920f71c4ff3c8ee6fc74689" +hash = "b32edb163527357b4806c89be2bde5e1c25a9ceefc7977367fe19fd9b664fc43" [[files]] file = "config/modpack_defaults/resource_albums/vanillaplus.json" -hash = "6adc8539185c59ece423fd269704b9a9e4dec358a21fef4f04326cd362b2b54c" +hash = "3d38423011315a4fcae62636a168a5dc4d7113df8b67ce35e84438371b3eb41b" [[files]] file = "config/modpack_defaults/resource_albums/vintage.json" -hash = "979ca7841a7607b0986d998521e40bbc9261c3766d57219c71d8c855d3ab1f05" +hash = "8344c374eae3a92669bbda015399f1e9c063da539c7e853eb63a13f375b1b66e" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Fixed Chest Models/assets/cem/chest.jem" -hash = "9bc1ff50e3539f54bc7c3f42338d8c88f0178235790de1b1e2020be1eb0f2289" +hash = "e13abe89090d216f1866e9408e9c37e5e1a83b8e365e695226659ef07310de8f" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Fixed Chest Models/assets/cem/chest_large.jem" -hash = "2290e6dc78592bd196f580ebb26137def58eead583dc7d920e91042d584a1e8d" +hash = "08c1145125ca3fdf126ade6b8c0a3943755bddf5778c55123e20fdf063cddb8d" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Fixed Chest Models/assets/cem/ender_chest.jem" -hash = "9bc1ff50e3539f54bc7c3f42338d8c88f0178235790de1b1e2020be1eb0f2289" +hash = "e13abe89090d216f1866e9408e9c37e5e1a83b8e365e695226659ef07310de8f" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Fixed Chest Models/assets/cem/trapped_chest.jem" -hash = "9bc1ff50e3539f54bc7c3f42338d8c88f0178235790de1b1e2020be1eb0f2289" +hash = "e13abe89090d216f1866e9408e9c37e5e1a83b8e365e695226659ef07310de8f" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Fixed Chest Models/assets/cem/trapped_chest_large.jem" -hash = "2290e6dc78592bd196f580ebb26137def58eead583dc7d920e91042d584a1e8d" +hash = "08c1145125ca3fdf126ade6b8c0a3943755bddf5778c55123e20fdf063cddb8d" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Fixed Chest Models/pack.mcmeta" -hash = "da77d6004687edd35428a7a5c5568fe9a01f799c037d171b5be0e94dc9dfac96" +hash = "1a5f9f1c26572ef887647294c0fa5876b7e5f72abf3ec68a445d68dd3f925737" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Fixed Chest Models/pack.png" @@ -494,159 +494,159 @@ hash = "f3663988433fd24d83c8d016a58fa0d8046ede4a1b4d0d3e682a43d06376fd7f" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/intro.json" -hash = "aafe91b1849fa17cf9b0474f3201770d94ca2be7b2ecfcbf9487b991642cc96f" +hash = "8c5566590c58d9cdffd4eed365e2354badca04e07912db2b923b84160c1c51c0" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/af_za.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ar_sa.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ca_es.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/cs_cz.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/da_dk.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/de_de.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/el_gr.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_au.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ca.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_gb.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_nz.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_pt.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_ud.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/en_us.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/enp.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_es.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/es_mx.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fi_fi.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/fr_fr.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/he_il.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/hu_hu.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/it_it.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ja_jp.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ko_kr.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/nl_nl.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/no_no.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pl_pl.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_br.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/pt_pt.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ro_ro.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/ru_ru.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sr_sp.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/sv_se.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/tr_tr.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/uk_ua.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/vi_vn.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_cn.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/lang/zh_tw.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading.png" @@ -922,15 +922,15 @@ hash = "f7039ebe3f3f7271443da585100cf706b8f25d54c626a72c703424df02b578a8" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/legacy_world_sizes/lang/en_us.json" -hash = "25859e4219345c8dc85b26e06cc0d30ec657512a966866bdb479a9ad566d61e9" +hash = "3da0a32f2d7637dbc6c50cf6d34c59617b5b291b49382087f0af015a50c7a64f" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/assets/minecraft/lang/en_us.json" -hash = "8e1dbbdefc420ba29f2e531974cffdad5cde0016f5a3a08c6513ef342378720c" +hash = "e7ced9acb213b517915bcffbff6df231a1cc6f5ef1719812e75f61cc7972bc0c" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/pack.mcmeta" -hash = "87eddc80fa8fb4ae73680203826dacbd733d4b610bd4df57c96531d65da368c2" +hash = "0dfd1fdffe7955f4f543384b704805df7919b678d8066ab77ecf7e6372f085ad" [[files]] file = "config/modpack_defaults/resources/resourcepack/required/Re-Console+ Resources/pack.png" @@ -942,35 +942,35 @@ hash = "d082d6307f908d09fad1c0e429a978795e66ef42b923645150284eb8891e7f4c" [[files]] file = "config/servercore/config.yml" -hash = "8f2a0beab110717038219622c49fb764f71122040cb52d8a4d06c0c60fd286f1" +hash = "7aa4761cc751f6df10d32f053a009953fabfb6649670b253199dd6bbd7aa3f9d" [[files]] file = "config/servercore/optimizations.yml" -hash = "d46be0ff848f3c12326fb5306ba6be295769af256326bd931f8424582e617779" +hash = "0e7fde302ae1f9cbe3c507b8f4bc23ebc51acae005de2c4f69933893d037894a" [[files]] file = "global_packs/required_resources/Fixed Chest Models/assets/cem/chest.jem" -hash = "9bc1ff50e3539f54bc7c3f42338d8c88f0178235790de1b1e2020be1eb0f2289" +hash = "e13abe89090d216f1866e9408e9c37e5e1a83b8e365e695226659ef07310de8f" [[files]] file = "global_packs/required_resources/Fixed Chest Models/assets/cem/chest_large.jem" -hash = "2290e6dc78592bd196f580ebb26137def58eead583dc7d920e91042d584a1e8d" +hash = "08c1145125ca3fdf126ade6b8c0a3943755bddf5778c55123e20fdf063cddb8d" [[files]] file = "global_packs/required_resources/Fixed Chest Models/assets/cem/ender_chest.jem" -hash = "9bc1ff50e3539f54bc7c3f42338d8c88f0178235790de1b1e2020be1eb0f2289" +hash = "e13abe89090d216f1866e9408e9c37e5e1a83b8e365e695226659ef07310de8f" [[files]] file = "global_packs/required_resources/Fixed Chest Models/assets/cem/trapped_chest.jem" -hash = "9bc1ff50e3539f54bc7c3f42338d8c88f0178235790de1b1e2020be1eb0f2289" +hash = "e13abe89090d216f1866e9408e9c37e5e1a83b8e365e695226659ef07310de8f" [[files]] file = "global_packs/required_resources/Fixed Chest Models/assets/cem/trapped_chest_large.jem" -hash = "2290e6dc78592bd196f580ebb26137def58eead583dc7d920e91042d584a1e8d" +hash = "08c1145125ca3fdf126ade6b8c0a3943755bddf5778c55123e20fdf063cddb8d" [[files]] file = "global_packs/required_resources/Fixed Chest Models/pack.mcmeta" -hash = "0b0c453b8c341d683b02ef356dbba5052bb3bdc7e8ecab3e0668067a6a47bc9d" +hash = "ffcf78328e75525603c2f4c8d857e4a3b0edc128e633968a952000882b549512" [[files]] file = "global_packs/required_resources/Fixed Chest Models/pack.png" @@ -978,159 +978,159 @@ hash = "f3663988433fd24d83c8d016a58fa0d8046ede4a1b4d0d3e682a43d06376fd7f" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/intro.json" -hash = "aafe91b1849fa17cf9b0474f3201770d94ca2be7b2ecfcbf9487b991642cc96f" +hash = "8c5566590c58d9cdffd4eed365e2354badca04e07912db2b923b84160c1c51c0" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/af_za.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/ar_sa.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/ca_es.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/cs_cz.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/da_dk.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/de_de.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/el_gr.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/en_au.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/en_ca.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/en_gb.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/en_nz.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/en_pt.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/en_ud.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/en_us.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/enp.json" -hash = "0fec9c76829980e59328ba6ab4455f51b0fdcf49d7449238145e8f57b95523fe" +hash = "092687e15e0f0f176ded3f2678cbdd49182fef06718d04b4c737018db4dbc919" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/es_es.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/es_mx.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/fi_fi.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/fr_fr.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/he_il.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/hu_hu.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/it_it.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/ja_jp.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/ko_kr.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/nl_nl.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/no_no.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/pl_pl.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/pt_br.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/pt_pt.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/ro_ro.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/ru_ru.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/sr_sp.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/sv_se.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/tr_tr.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/uk_ua.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/vi_vn.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/zh_cn.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/lang/zh_tw.json" -hash = "71b38fac0277d72897afa5c7ebf42f2a9a68225fe7eefa8bf4a17084736bfa59" +hash = "332dcd6666b84bfd70d6b49a3793d93e9c3082fd235e1d845403454c7f059619" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy/textures/gui/intro/loading.png" @@ -1406,15 +1406,15 @@ hash = "f7039ebe3f3f7271443da585100cf706b8f25d54c626a72c703424df02b578a8" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/legacy_world_sizes/lang/en_us.json" -hash = "25859e4219345c8dc85b26e06cc0d30ec657512a966866bdb479a9ad566d61e9" +hash = "3da0a32f2d7637dbc6c50cf6d34c59617b5b291b49382087f0af015a50c7a64f" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/assets/minecraft/lang/en_us.json" -hash = "8e1dbbdefc420ba29f2e531974cffdad5cde0016f5a3a08c6513ef342378720c" +hash = "e7ced9acb213b517915bcffbff6df231a1cc6f5ef1719812e75f61cc7972bc0c" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/pack.mcmeta" -hash = "87eddc80fa8fb4ae73680203826dacbd733d4b610bd4df57c96531d65da368c2" +hash = "0dfd1fdffe7955f4f543384b704805df7919b678d8066ab77ecf7e6372f085ad" [[files]] file = "global_packs/required_resources/Re-Console+ Resources/pack.png" @@ -1542,7 +1542,7 @@ metafile = true [[files]] file = "mods/fix-keyboard-on-linux.pw.toml" -hash = "33cf6c7885bb2a0d2e95467b546565cad5bd2714e2e53601ab8011b6910eac26" +hash = "9c58c6f6299c9ab982847248be076b6840df69ce6b647a2a18e81d9a1cbeaf19" metafile = true [[files]] @@ -1607,7 +1607,7 @@ metafile = true [[files]] file = "mods/macos-input-fixes.pw.toml" -hash = "ae057f4cbe01acc8387f5d9dcab2b5ea49dd4a3d0b00b2a138ca6cd07ed5c518" +hash = "660261eedaaf2fe6a8b301ead93d1ea84cacc32236baa806f510c3998dd0bf86" metafile = true [[files]] @@ -1642,7 +1642,7 @@ metafile = true [[files]] file = "mods/no-prying-eyes.pw.toml" -hash = "5ba6db6a41f7c289b2b3ef6cea1826b875efe13dd409b84e4ea4c169305cff3d" +hash = "02b2589dea8edaeaab3639a589ddaba5f233093cf87fff192a855e1a999f6f91" metafile = true [[files]] @@ -1672,7 +1672,7 @@ metafile = true [[files]] file = "mods/preferred-gamerules.pw.toml" -hash = "c4f5f4ad0b30e4e976061d97b6b292900cd019867fe69a7a6e01a71c2942832b" +hash = "7337f07b427d7defbb70bd010cca7f90ee2e4f5fa8e63f13b938226e754af947" metafile = true [[files]] @@ -1737,131 +1737,131 @@ metafile = true [[files]] file = "resource_albums/alpha.json" -hash = "932d85a4cb1b346117a420b1189d0535762361dc0d90c49e4b070eec5da0dd7f" +hash = "579bdadf190e6bcebe6fb40fcef1cea015cb391525e0fbed18cb5e7c5e78b211" [[files]] file = "resource_albums/animated.json" -hash = "572113c32f913ab6e01cbcc962063ebf5a1f3a31478a387b8e5cac75dbaf9591" +hash = "a52c4c835bd23b6eb2d853b1e1ab9e4f571119576b2cae49e5a4915f1e521f43" [[files]] file = "resource_albums/beta.json" -hash = "23ae2314bff69c4937c8e55ecc96eebec65a74111b784ce6434001a8e10856c5" +hash = "d74fdbdfac4877b156d6cc305bf46171507ad71bc2a15b265b282f95fc261e36" [[files]] file = "resource_albums/candy.json" -hash = "162561d952e15851c99c1f1250f773e2252d39fd4b4adfcdc660ac8bad0746cf" +hash = "1225800a164ace1c98e9ede84bd7a9a0587add372025e3094d755999597384e8" [[files]] file = "resource_albums/caribbean.json" -hash = "ec40178ba43b8f6f5e97e4efc23cc4bb649a44247b7cb068bbe52b686775cf5e" +hash = "52a88ecbb5ac8296751af2b140fc7c8d6884db2748e17a3c91c9ef07547dfcf2" [[files]] file = "resource_albums/cartoon.json" -hash = "d896ba1e2aa8e49c924351c46820430780190ba831b0313aac84687561494c4f" +hash = "2fbad4be5b13751287e0d9f016fbfa1b85758d34ebbbfb617e8fb3b2ee8442c6" [[files]] file = "resource_albums/chinese.json" -hash = "cd29f79cff798f81ac33703396b7a8924988c499e5c3ab834c4dbc3eca4cf187" +hash = "a603717b2d9559717cf015b9b6b6789a9dbc8de9b81a3f5997438f60f3f091bf" [[files]] file = "resource_albums/city.json" -hash = "9e34ddb5fdb07923dfaccc81ac995b34e89c40421e1a142ce40da8ecf37f9245" +hash = "fbe668a0016c775b69b78ceac058677ab87173a40eb2317439849f55f365626e" [[files]] file = "resource_albums/darkmode.json" -hash = "3c06b5d7a262442106e322aa81376d13f4bbb7880f8399fbed8cd1bd415e9c1b" +hash = "4ae2426207f29dcc2a785aa45d79f86fc2228b13a275aa4386d7566410aaf9c7" [[files]] file = "resource_albums/egyptian.json" -hash = "1c069596bf0a44f874e8acc1602a269d96c4306e61a83be7089c65667965bbbd" +hash = "522ebb4d28dab5d4ec3278e3169db14f5745367d4f29af404e504452795272a0" [[files]] file = "resource_albums/faithful.json" -hash = "682e463a6f8a56227d2a6e12150015219688506532c72a94397b2859ecd0c94f" +hash = "caae85b75316d1b87648eef1642e67020ac08ea87110dac0e3bf15c52ac720dd" [[files]] file = "resource_albums/fallout.json" -hash = "4dc306d737f0c503cb80b2cd74be044c5274317836341231ac61253fe443bfd2" +hash = "d3d061d1312ab5d3a4ad489a78747626744fb6c3743dc62cb74c813310e4d639" [[files]] file = "resource_albums/fantasy.json" -hash = "57df987d61acc476dbff19ad41da258c05894fc332375faccd15e74cbd6d77f1" +hash = "5a30fa5e2f3a912bac544a4964f682ca03a51e895b90ca302e311a558e23c9fc" [[files]] file = "resource_albums/festive.json" -hash = "b5b2afa63a4e9844e7788f6c68f64f8d25f5fda81b1812de06df0ffece12017d" +hash = "fe5368eb3cbe17a85e280d6852e3446d1919c9798f0ac9de19b6d32820f0adf0" [[files]] file = "resource_albums/greek.json" -hash = "9417d3027439bef45146123f4290ea29327e75278cc71d455635fe6e05e4dd9b" +hash = "558fa96ab27798ba9b513cb06ae7a1fc2e25d08a9896462e94b3ac626fa5be53" [[files]] file = "resource_albums/halloween.json" -hash = "7a46012dbf1e647cb3c04b31b4d0607e8938cc2b4b3ee2a0f63ad5fa602a1dbe" +hash = "b2fbe9e194047c254192253125e333930699c6aa8963f6549346d350f8a458e6" [[files]] file = "resource_albums/live.json" -hash = "b931ff92dd7c697ca21c6b0b281631b1bbeca1a1233ee205320e600bda2ba1e6" +hash = "200d4cf8c5ff736c878feac8f314d09ea61c7a07d9386e7dbd0f41d73844118c" [[files]] file = "resource_albums/minecraft.json" -hash = "e15135796e50e5f017f6c98f29c05364449c21ba306ea7f9efbb6248d5241715" +hash = "fb5b381456096ea7baa67402a2a5f82c1b0ccbb6ed3cd90ce9ee7bb5aa7321aa" [[files]] file = "resource_albums/minecraft_classic.json" -hash = "8ff64d9a48327510a5df8c11d6d970c87bb2666e248c9657c5620578ba793449" +hash = "f3e1f7f70a61087211eb0796c5923b79c01e2ee23af24148b257694b32ba509e" [[files]] file = "resource_albums/n7.json" -hash = "4ce8e5e993e67d2cfe36e1baeb622ab0f0a2ac2c0afe5673c6e14af0154858ec" +hash = "809313b7fcebc7033743b1bfb4922f118e2b4ea2bfcef12e6ce1c92cc2b2597f" [[files]] file = "resource_albums/natural.json" -hash = "c7d9f3cb7b80b0df15c44f7cea37974c1173c51a674092ccf19211952521263a" +hash = "1caa6e86e0093063c696a9ae9cfe43ea01a704915373cd234a8f270b752adce3" [[files]] file = "resource_albums/norse.json" -hash = "282953182ac03acc710c6124c363080ddbe7edd612fd357133425a7c26541be6" +hash = "a92022f0fc4a87741e1a28bdeabaa13aaf2346405618ce88d06bc3ec6eb9a514" [[files]] file = "resource_albums/pattern.json" -hash = "2ed332cc892d6efaee718c5c1253104b75ef4adb9081840c898c9b9f34baffb1" +hash = "a6bf356e0f77687aec69bdece3a17f805f8f738250b39e268773aa37811b200e" [[files]] file = "resource_albums/plastic.json" -hash = "3e6a064f87949c8c0b3a8db392cb8d0a5e056dbbd4c1d929078f449c71232971" +hash = "0cae638b7451fece20129c856cbbb6a9b48f98dfa1d8ac9dcda919cf5c7fd05b" [[files]] file = "resource_albums/ps4parity.json" -hash = "dcc8070c1d4b80f96d600a243cbbb493ac9c6a28ea3820bce1502423ea31a451" +hash = "fc383d1375f2d4883f5d0486d2216f372e3ec71f87442ace7202332bbee3d0d0" [[files]] file = "resource_albums/steampunk.json" -hash = "158e46f66f2971df7a6affdc953f8e8fc1e372f52acc21faeaf2146d05490b4d" +hash = "206f9a655a0ec96b9314dff4a62a514e940e4857b69ae4d410b98259a3a96b48" [[files]] file = "resource_albums/super_cute.json" -hash = "54b20ca5f2d913dab514beb22ffc323af1d330de256c6f8967345daf517e08dd" +hash = "cf4bdc0f6fb60b7dc2d0acbad5f92902ceb33b6add6bcb92a56980469eee7b61" [[files]] file = "resource_albums/super_mario.json" -hash = "bf74d0bfdd233ee11a8cb9be5028bbfe8abeb4bfe38c90c7070d452b3e56373e" +hash = "52f404ebd60c9f6f7725dfaa3c0709a24c35376377f5fcddd2f9c82341f92605" [[files]] file = "resource_albums/trailer.json" -hash = "22d73ce5c2ba0feebfd33154cfae97bac309fa1c2920f71c4ff3c8ee6fc74689" +hash = "b32edb163527357b4806c89be2bde5e1c25a9ceefc7977367fe19fd9b664fc43" [[files]] file = "resource_albums/vanillaplus.json" -hash = "6adc8539185c59ece423fd269704b9a9e4dec358a21fef4f04326cd362b2b54c" +hash = "3d38423011315a4fcae62636a168a5dc4d7113df8b67ce35e84438371b3eb41b" [[files]] file = "resource_albums/vintage.json" -hash = "979ca7841a7607b0986d998521e40bbc9261c3766d57219c71d8c855d3ab1f05" +hash = "8344c374eae3a92669bbda015399f1e9c063da539c7e853eb63a13f375b1b66e" [[files]] file = "resourcepacks/3d-crops.pw.toml" -hash = "62e546be928d87acf252a5c5c2da023f7773dc5b7501a892dfdfe4e64eee9040" +hash = "82e610917524c6f1af58e102a1be333665ee9af1649477aae0546a30d1ae3114" metafile = true [[files]] @@ -1874,7 +1874,7 @@ hash = "a04e8766fb9ec6f3f039bcc5adcbdf19417a057cd3518147ccbb3065cfc86478" [[files]] file = "resourcepacks/Bare Bones Panorama/pack.mcmeta" -hash = "9501300397c30c0c5c34cfe953e8bc15a5572c22aa43414b455fc7a846f43b2e" +hash = "d87d2fd4d6ce8c937802571215ee6b2c25357c0d37eb572b6fcffec957f956e2" [[files]] file = "resourcepacks/Bare Bones Panorama/pack.png" @@ -1882,159 +1882,159 @@ hash = "3d8b67e813ed44b9032a97d52da84d306468401d87179712fec81590b908acca" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/af_za.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/ar_sa.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/ca_es.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/cs_cz.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/da_dk.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/de_de.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/el_gr.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/en_au.json" -hash = "60ae64c66c4267b6554462fbe29e89a731ef2eeb592d34cffb43ec45c3e1f522" +hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/en_ca.json" -hash = "60ae64c66c4267b6554462fbe29e89a731ef2eeb592d34cffb43ec45c3e1f522" +hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/en_gb.json" -hash = "60ae64c66c4267b6554462fbe29e89a731ef2eeb592d34cffb43ec45c3e1f522" +hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/en_nz.json" -hash = "60ae64c66c4267b6554462fbe29e89a731ef2eeb592d34cffb43ec45c3e1f522" +hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/en_pt.json" -hash = "60ae64c66c4267b6554462fbe29e89a731ef2eeb592d34cffb43ec45c3e1f522" +hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/en_ud.json" -hash = "60ae64c66c4267b6554462fbe29e89a731ef2eeb592d34cffb43ec45c3e1f522" +hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/en_us.json" -hash = "60ae64c66c4267b6554462fbe29e89a731ef2eeb592d34cffb43ec45c3e1f522" +hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/enp.json" -hash = "60ae64c66c4267b6554462fbe29e89a731ef2eeb592d34cffb43ec45c3e1f522" +hash = "06b76e55f87011613602a3fbbcb361f490619c0a9238c676381210440461b017" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/es_es.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/es_mx.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/fi_fi.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/fr_fr.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/he_il.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/hu_hu.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/it_it.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/ja_jp.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/ko_kr.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/nl_nl.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/no_no.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/pl_pl.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/pt_br.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/pt_pt.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/ro_ro.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/ru_ru.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/sr_sp.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/sv_se.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/tr_tr.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/uk_ua.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/vi_vn.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/zh_cn.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/assets/legacy/lang/zh_tw.json" -hash = "667f190a5c5ebf612241f1ac282d37302bf5ee2a24dcbe6a08104c6c5bc97bb7" +hash = "2d2d276664be70d8fbe16176b03e49155e56c6c153281491d9dcce389909188c" [[files]] file = "resourcepacks/Clean World Loading/pack.mcmeta" -hash = "25df29eaebaf191061467d65d8bf4206e8345bbcbed3e113e7d221850e153c96" +hash = "0ae0c7acf8c25561ebf78ef116d67daa951a60710c76cfc5f858beae4d81905c" [[files]] file = "resourcepacks/Clean World Loading/pack.png" @@ -2042,7 +2042,7 @@ hash = "6d6c3e9c0401a3bd93ec89432412a5d40caf34a900d0a7a463ddce3ae66b4189" [[files]] file = "resourcepacks/Hybrid Aspects/assets/legacy/biome_overrides.json" -hash = "b459b6be405e7a6931d331a6a24793298fd5f382b08e43b199dea57319abfa1f" +hash = "555e0c2a19775e22f50a13c0b5918c5baf708988f21cd40bf865f60d9ee03e42" [[files]] file = "resourcepacks/Hybrid Aspects/assets/legacy/textures/gui/sprites/container/chest_slot.png" @@ -2082,163 +2082,163 @@ hash = "0a288c5d5ad0c4b957bd35a87e47c19739300f6acf05f773744e5d0a9fcf1f1f" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/black_bed.json" -hash = "fe066809ef73c07529f4c2f6867778d9a7b6f832aadf6dc8f242e16537250bdd" +hash = "c8b547cccec4ab2b96a543f36b71109d8066c939b2b30699f167f8a25adc354f" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/blue_bed.json" -hash = "430a18f5e95093c013b1206698b1d2555ae1dd30fb1bb94e51f447bdcdcaf78e" +hash = "d6b12266fa9b89facc539d0e4539fbc5aa95b02e03dc7c2c7d13446cdf3283f7" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/brown_bed.json" -hash = "3992956769261d326a0d67ab3b1e7fd3a9b3ff23760a408e44bf358cdcb82bd0" +hash = "870d9b27509553a1fab74e3735d623f16418b42cd1b0e669c5bdc64c911b862c" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/cyan_bed.json" -hash = "72950923507bc3aba446113d29642283128d878e38fa96b75756ccc4521fe1f6" +hash = "f8e455303c8996f5167a9692aeeaaf89c30b9ccdbd5cc15e2c61abe68c7376bc" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/gray_bed.json" -hash = "d985921d0f6c191562b397b5bfda44099eaff2b4cd45eb48115726a8e1d556fc" +hash = "bdc947c1485b9897a867063fd9fbcb6af5f254903420f1039fb419a85430bc57" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/green_bed.json" -hash = "9cef50db2afc3133803ff482c4c49960c6825b736658f1046f65771e1e3f3b5a" +hash = "9682879d81accc7d425c66acc4b0c7b03a72cf03ba7565b03f889b035a4c7996" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/light_blue_bed.json" -hash = "558a202a117481df8caa34f9f78689b4963482fca517b345e6404b24e547a660" +hash = "78008fa69431d41ae25ebdf67283e6134b7caf5ead0c88f03e5d8156b0202724" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/light_gray_bed.json" -hash = "63e02901433f4f1b70ca096f78e9f4d9c2ce5bb5fbe1c78d109b6989e9261396" +hash = "075a3d2ed3de219cec4215c0b9e781bb2f17b0e756e05bf568418cca796def3b" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/lime_bed.json" -hash = "26c3b4229df7f05a4b6cb1dc84316e0866cf05afd589ddda27811ea432deaf5e" +hash = "16eee56ad06809a81e6f6c3e692f6337a2c10b4875db299715f8fa050f53c6da" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/magenta_bed.json" -hash = "0526b2c1034b5eb0cbdfe870195dc04285dfbe898e4992f4f4be3b1e53dba43e" +hash = "d738acbc3a1dc02a7fe2255d8493a407f78c58cb347b121afff9e96df5d919da" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/orange_bed.json" -hash = "d435bc158924738996334c52d7876e10db626c46ac06ab9f54a06c8ab9c55de5" +hash = "1238e79178f80f51515086a50a3197347fa5c421ff655df853debdc6da206bf8" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/pink_bed.json" -hash = "21c63e925427d1a880d902093e29c033f08d702f656f40b31833b56fabf03780" +hash = "06a5c437f8f7e6a0e91eb2ba9a7b0379c46058676c09a386d1f9d06c568b9e57" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/purple_bed.json" -hash = "1a40292e3f38589a069515a8ef6a08e0cb829a84479896ef4e260662b5fe35fd" +hash = "9de808f90d6a8cd632cbdfa7fe4093704db1e311fc7e92f5d41f03455b21384e" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/red_bed.json" -hash = "d8f49f33074565634a793561212da492e7088e16f00cd28855a3197e9475a6b6" +hash = "c67ccb885145dca53d3ae17c4a8e7b31dbfb9f1bffa797381c60c03bdad3aa3c" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/white_bed.json" -hash = "d8d3c843372956de1e01c5bc5a3cca1f20cafb28606e46d2cd0e06824a62f6dd" +hash = "8d939400989b8b5660000cd1b12e2feaa3b7c53728961c39d4712b91d3ede6ff" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/items/yellow_bed.json" -hash = "5af5ee16f83dea536311ef2db12f4197269a586db782d6bf043e9fed8ccd505e" +hash = "e1ef03aac29480cd7cba756998ea8b89af4f3015825fa3e7c0632bb17f0d16c5" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/brewing_stand.json" -hash = "30480cbdc8152dbe70c26a9333fab0d679ed701e540f6d0d3b894e234c96b2e0" +hash = "93de716c3c8129c038cebcaf367300ae8b2f848a71e0bf5b9338aabb4040cd03" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/cocoa_stage2.json" -hash = "b62bcf6b97ca39755533596edd5b84a08d5d13a0a1bc6f1da32701c059ee5265" +hash = "0f51343872ac3cb87ba08eb7acac73a624af057aedacfbd04102e7a15ba44303" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/spawner.json" -hash = "fa0536c561bb71dee89339106f5cc153d7b34dc4b3753be1a191a4d561e9daa0" +hash = "6b65e9b1a30041ceaac73371b578f407b66d977ef160d1f67a008d213fc44702" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/sugar_cane.json" -hash = "33605b39259e17835077dcf60606123f425d7ea60dc290d76167fe872d96e79e" +hash = "66e755e46dd8af8c2c08d04db2ed9b5ae0c6859f5a94c2e90af3ae49c42e8d28" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_four_turtle_eggs.json" -hash = "75a297ca117e2da4f8785d679e29ce55dc0b2e39ed076c3baabc13c4d134bd70" +hash = "e83544fe52faa65d9b754d6afcf87ec25b12ba970a7805ea58c7066d7d677a7b" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_three_turtle_eggs.json" -hash = "37fd12be8deb5e80956c40c977615a4a7bd9fd1b90bd07516d989671bfb734fd" +hash = "8149091e74049be8fb9bb58ecdb9980b0db685b6665d67edc5565c3eed3d9e31" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_turtle_egg.json" -hash = "78666d8ce644c80c7d5c0fe4a7001561a392a469e4a374d268aa78d766268557" +hash = "ef53e729137bce46ac423013ddc466c271606cdc0c535597ea1150ac6cedd272" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/block/template_two_turtle_eggs.json" -hash = "b00a6341adc73fb7ec390b8f860d3d075f65b8a9887fc14a9628d394e1090e17" +hash = "7941fab9a5da01aa14f73ccf1d4cf889784cb09979ab4708cb77b0f869b7bef3" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/black_bed.json" -hash = "5878bad245bb7e6047d9e56ae57c0e8750709dddd5535711a7f23de5067daacf" +hash = "18a15181fc4038bf1947a033faad9906ebe3a9f4c3176c5caf40e11ad257567c" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/blue_bed.json" -hash = "23732e5c2a5b3eec78e8f46eaf5f3b700b2205f86fb499a2dbcc2a0886c63b0a" +hash = "e1346257894244bab0f2ec84f58440a10933c0760b4305028747875d20d43516" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/brown_bed.json" -hash = "3ca02803eb8db2c0e89f5a7078c433da69cf42e8d749a0d85571660a345a3051" +hash = "cab968eed3a25946faca535d312db1200e991692cd6c60eee1f8947963788e7b" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/cyan_bed.json" -hash = "782d2d41025dadff99d95ed649306b23987fb08dc0fd117ca0a0f846b80c6d06" +hash = "d7e244ad01982aafb7c8c664bd3f895032f380369e1c711a419df679d1e9fa68" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/gray_bed.json" -hash = "d038a0512146dbbdc828475cbb340ae4002962ca7c3e0d6da569ccb697cdb888" +hash = "e7fd8b84b4da99a9447c4ca04078cf9700f58e63699999e089f9524604dfc2dd" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/green_bed.json" -hash = "399cda3018aef24ec552c2ff5b53df21142626ef1ccc0c6ba581fa09d4bfc893" +hash = "db12492c2126e6d8ddd6b118d3c0f7cff8e22b41694414bc2a47ad1005598c52" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/light_blue_bed.json" -hash = "02db8b4d29b0cc97de82ff47b87bff6f32192a97a2ee45c2a5460d84d620b069" +hash = "993f6b7bc9eba548a8c967bf1d6b3ef7d2d630beb5d3bc1eb494acf9f4928448" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/light_gray_bed.json" -hash = "e96989d803daec54c693cfb8e4d4d9bf837ed26703deaa906b28e21d76d9a52a" +hash = "efcdc1b0013db5fa941ed3ffa0c6b60d24472125f7ebd88b016c6ec400982e8c" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/lime_bed.json" -hash = "dd37d2480e7f1851127f6d791a74eb6a31bd5a002d60f5cea6bd9acc0134e38b" +hash = "15d52e5376dd440473dc2965f9f6c3fb9bab9674102395d10d6dc6410706de2c" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/magenta_bed.json" -hash = "e129a0b7a04000e7bd7714904bf2a8c752c1fdd7199052cd3bcaa8836108a5e6" +hash = "39ebc7a689e8d942948c92877d76940b7cc4bdfffd8926711ac42596cb89c8ad" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/orange_bed.json" -hash = "26723570011e0795368c2b25b78fd6d14b8a7cd9641e89b59948e6d3ad23a9c8" +hash = "24266d9f8bcd4c9e0c776b34102927942572cecc538aa7f195be53be42edd771" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/pink_bed.json" -hash = "e1ccc0bcea8d1219fe09731903c6d102ca5160a087e8d3a21d794297bb653203" +hash = "00a83deab17f10ee064923365958a942b81dc060014705d9b3c8084cdbd8f160" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/purple_bed.json" -hash = "2ffc15ec557703fe1e9ea60ca8482605624ce5ffe0b88646a522427a8cfd3d33" +hash = "a750f5c0b9eca690c973435d9a19c9dfcf3ec949a0801dbf2f28ffd4e9f85b06" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/red_bed.json" -hash = "13ae4ba44295e2db0cec850acb15c8516390672108a7d0c8c058ae4cd8066cf8" +hash = "7edf6457d613a3cf4190aff3830c537bd017c5cfdfcf8b1947877017467e7d4a" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/white_bed.json" -hash = "af11f322bcecc7cd8a80056a9b83e1da14acbd6eb1924a183c6ca9a56cd232f5" +hash = "1105b23b79743fd2f31d40d4a593a7b87186fd1ff0c3ffb3e60af46bd681419b" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/models/item/yellow_bed.json" -hash = "292600c7ab31aefa266fe58a98cecb6550ec53e463ec39640407534876f72d32" +hash = "de313637e3dc4c34ae9bdcaaf8265fc4d10cda611fdb47bf46fa3af1351643ff" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/barrel_bottom.png" @@ -2254,7 +2254,7 @@ hash = "56c365dedc955b696283de77341c6c3bb03bcc7af1f6b05d8c66fe91a4affcf3" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta" -hash = "cff8ab338f577ae141f24869f747314311ff470771bfd26a38b78cd790957fb2" +hash = "a1d4171d971c3a7b3202d9aa67062f643f579443a71cc92efe38f1acd8990f03" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/blue_shulker_box.png" @@ -2430,11 +2430,11 @@ hash = "81af3024beeeb049296b2ea838d2fa03cbc775d02bd66fa8a336f0667a985bc5" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/kelp.png.mcmeta" -hash = "04236c50ebfb9df5069785c1ba181554a33e7b667c8357a04244772f9cf288d5" +hash = "e4b5cce019fc5a41d76dd2a70b5ab4ee447468b92b699c211a2dc85ab5a94bce" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/kelp_plant.png.mcmeta" -hash = "04236c50ebfb9df5069785c1ba181554a33e7b667c8357a04244772f9cf288d5" +hash = "e4b5cce019fc5a41d76dd2a70b5ab4ee447468b92b699c211a2dc85ab5a94bce" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/lapis_ore.png" @@ -2578,7 +2578,7 @@ hash = "c08cac62e0db29148ec6a93cb26195a9b44f3075565e036f5ba10e22dee4236e" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/seagrass.png.mcmeta" -hash = "8be5dbf5b122ff93a34bfb859793412c05636905f2516728f38cb7e9326c2bd6" +hash = "96fb720f1febe8db48fd5355c86415d56fee94761caa712bf0dee8caaedd0b97" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/shulker_box.png" @@ -2590,7 +2590,7 @@ hash = "a6b105ab15b4a4883366a86416b4cfd99554e7284ac08c918abfb5623ccd527d" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/smoker_front_on.png.mcmeta" -hash = "cff8ab338f577ae141f24869f747314311ff470771bfd26a38b78cd790957fb2" +hash = "a1d4171d971c3a7b3202d9aa67062f643f579443a71cc92efe38f1acd8990f03" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/spruce_planks.png" @@ -2610,7 +2610,7 @@ hash = "b9a2a93acdd2e7f5f5e2fdcf87f4efd6701ab6eb0e66606ca9d3570e4155d270" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta" -hash = "482ce9a0c920ebee13ba5c9af757455b453c7b90e0668ceadf958e11f057e68b" +hash = "4c0be797667ed99c0e44e70ad3f7329f6e8a39d9768ba20f8966beb53e0ab317" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_top.png" @@ -2618,7 +2618,7 @@ hash = "c4037172ca2836e8e18b2c708d2fbde1dbfb4b8f167d1c37a51bc2083185f162" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta" -hash = "482ce9a0c920ebee13ba5c9af757455b453c7b90e0668ceadf958e11f057e68b" +hash = "4c0be797667ed99c0e44e70ad3f7329f6e8a39d9768ba20f8966beb53e0ab317" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_flow.png" @@ -2626,7 +2626,7 @@ hash = "58b39713332fff4feb9e3f233ad550de906648e7f7571e255bae1984f6717610" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_flow.png.mcmeta" -hash = "4a5dad045d1c6172b28dca8eda5ee036ecf966137cda30c64770bf48689c92d4" +hash = "802acdb8f55f30146d5ed18414b21ba35650d4e550f81825ea104131c12dc4fc" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_still.png" @@ -2634,7 +2634,7 @@ hash = "07a2732075ec93f56e79c5888de94d13b872e8304c69889ca4b43ca957380857" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/water_still.png.mcmeta" -hash = "90fb44a3511d279e0f59d80d82799e72ee6295ef29420184f76f218d4d3d653a" +hash = "e9b8025fde1b09b0a4d2a38427b04f98f28a593045be6d177eb2b29164c872b0" [[files]] file = "resourcepacks/Hybrid Aspects/assets/minecraft/textures/block/white_shulker_box.png" @@ -2926,7 +2926,7 @@ hash = "23831803126a3b75e74deeb5a5e39df9a26c94872d20533f444eb5072b417fb5" [[files]] file = "resourcepacks/Hybrid Aspects/pack.mcmeta" -hash = "2cc514dfcfcfe335f6ecb6831c1f25bec9e25a7595c48a5e7be5d59ce60b3fc2" +hash = "36c5f988594a10be449a0a125007c49edee2a45b227aa3559e97c015990e77be" [[files]] file = "resourcepacks/Hybrid Aspects/pack.png" @@ -2938,7 +2938,7 @@ hash = "a95f941fefec89f2ef53dec8a52fab1ea1e7add224336f64f894d5e451f1f16f" [[files]] file = "resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_day.png.mcmeta" -hash = "3a6ff34246a85cde1c0c18dab595318cc54d6fb603311292ebd22e8017f2d556" +hash = "14972e242987e4be84336806bc1f08e61480110a1668718688def1be06787f1b" [[files]] file = "resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_night.png" @@ -2946,11 +2946,11 @@ hash = "428a59bfc1afc46d53709632152f95bb1c2d236f8193155e9a7a1daa15d1082d" [[files]] file = "resourcepacks/Legacy Panorama/assets/legacy/textures/gui/title/panorama_night.png.mcmeta" -hash = "3a6ff34246a85cde1c0c18dab595318cc54d6fb603311292ebd22e8017f2d556" +hash = "14972e242987e4be84336806bc1f08e61480110a1668718688def1be06787f1b" [[files]] file = "resourcepacks/Legacy Panorama/pack.mcmeta" -hash = "b382868dd08f47ac84ad87c0758abac1321000ce65136fc824003794cd6fb18a" +hash = "1237eef6e823320ae41bc8740b794270635caeb79e1684a9342165dfc36a6ae5" [[files]] file = "resourcepacks/Legacy Panorama/pack.png" @@ -2966,7 +2966,7 @@ hash = "f9820a5f20e05d5fc5d7b6ff582ab4e912217a3cfefc35a6c4a553a6f3b0a1cd" [[files]] file = "resourcepacks/Panorama/pack.mcmeta" -hash = "0865bddc27e818890053950391dec4ffca489bc70a99e77f8bc444324d43214d" +hash = "6cbd382cd685ef462126162032d77e9c3e1aca1611281755e6c8f8e10646714f" [[files]] file = "resourcepacks/Panorama/pack.png" @@ -2974,37 +2974,37 @@ hash = "3d8b67e813ed44b9032a97d52da84d306468401d87179712fec81590b908acca" [[files]] file = "resourcepacks/a-minecraft-movie-hero-pack.pw.toml" -hash = "b192157ca5878d821d80ae59845e4085336a55124058e81f5154e512b8e18ba5" +hash = "91cb850b00f8e81ac49821b1477575a23be412acf0c440e4ec9b16ff45fdf4b1" metafile = true [[files]] file = "resourcepacks/bare-bones-x-lambdabettergrass.pw.toml" -hash = "d61e4b96debe2d3697c25b920d45935f2616bb75a797bf2b7035f9504d78dd01" +hash = "caffd37b1b19ca47063cf567a553518502c164f2516510138ae5583ce81c0b6f" metafile = true [[files]] file = "resourcepacks/bare-bones.pw.toml" -hash = "8c7078ef0c55b52fc9f45349536d67ffc1ce612c4e95224ac5f725395f4b95b8" +hash = "4e07890bec25eadb6a671528dce288e5017f427191b178cb8d6373df192c4d6e" metafile = true [[files]] file = "resourcepacks/better-leaves.pw.toml" -hash = "70c641fd73449e66336ff1480a1d53d49fcc9eba047edcc933aae4ea6ae4366f" +hash = "610e5e08a034d7fdda17d17f37853c1abf19f94425e0a831ced52fccb6ccb063" metafile = true [[files]] file = "resourcepacks/candy-texture-pack.pw.toml" -hash = "114323ca74683a4431213fe84ec41d36cde95f17d7d1e77dddd28e40c45264be" +hash = "d061e434b034aeb604040112698f2504b7a5204600e7cfc3390abf5f03596804" metafile = true [[files]] file = "resourcepacks/cartoon-texture-pack.pw.toml" -hash = "41616632c925c39e82d56c182b4aa55e947666df7ad2374465fa1fa46a9399b6" +hash = "a6d49118beb3c6f9d22ed89f70081d354344499d31d93eebff18369500ac490f" metafile = true [[files]] file = "resourcepacks/chinese-mythology-mash-up.pw.toml" -hash = "34f22bea7f5b80d7acb65286abfc5f509eab0f2e8b8380da3171ebd22885f324" +hash = "37afcd1e9435d88df534e5f51f4b59fdd96cfb7237fd9c77e31ce8c97c991b10" metafile = true [[files]] @@ -3014,32 +3014,32 @@ metafile = true [[files]] file = "resourcepacks/classic-mcyt-sp.pw.toml" -hash = "38d203433b1c508f70c46b66989af4c04528f6283ac56aebe5c8980e816f21b6" +hash = "864ad69f973d4bfe275f33a2372b12d9c7180f0f51bc051cca6731c5c1ced641" metafile = true [[files]] file = "resourcepacks/default-dark-mode-legacy4j.pw.toml" -hash = "36e079430de607258837c9a16483100bbc1e658459b74c305930634f763bdf16" +hash = "2646791799cfff884ac8f7eb26acee15952f0f06653755f63586782b1ea9c2a9" metafile = true [[files]] file = "resourcepacks/egyptian-mythology-mash-up.pw.toml" -hash = "f383a22a5a27a3b0fadd5a87bed69656f1613dfcd08a0c5b0026c92b27270b9b" +hash = "7f2bc490d78f90f9d6180fde18314de86e999783bdab07576b86b6737a1e7c5a" metafile = true [[files]] file = "resourcepacks/faithful-32x.pw.toml" -hash = "01921b712bbce9cc48ab2d0e2c0101fbcf339be70deeb3b3cebfc0fba1f763cd" +hash = "a45b9550b76fac1d0c2989df81349b28a86672b07551690656acec91c648c534" metafile = true [[files]] file = "resourcepacks/faithful-legacy.pw.toml" -hash = "3b43dccc85c8990d1e6c30f54080ca9a5bceb4737270307659babad17312e964" +hash = "1b52dfdcaf897e87bf2ff214f54f751bf2a1ec36b7a8edc4a41ee0bd8bf1a762" metafile = true [[files]] file = "resourcepacks/fallout-mashup.pw.toml" -hash = "15b5ff1b94bacec8ea7e58b6c29ebdef07d3d53c6d3b8d0c791803fb64a4d046" +hash = "3fda277cc45a2512a77a81d10654cec5c66b6b031cd979bef75b85e3a55061d2" metafile = true [[files]] @@ -3049,12 +3049,12 @@ metafile = true [[files]] file = "resourcepacks/festive-mash-up.pw.toml" -hash = "01450f20ebc27191e06d1033c760d7106923630e518a983d27fdc8030902292b" +hash = "b249eed183e9468005e1b83b0d7f8c6fe9dff253b887dd330d49fc5e1df968d0" metafile = true [[files]] file = "resourcepacks/festive-mashup-concept-update.pw.toml" -hash = "fa60526d7c82ff286860d18c555948dae057eb36f59c8a0f0fab4b89289ae35e" +hash = "d64e8976782a98c7000613a5eb464e624600d7cfa2dbd0102fe8c64589749542" metafile = true [[files]] @@ -3069,17 +3069,17 @@ metafile = true [[files]] file = "resourcepacks/golden-days-alpha.pw.toml" -hash = "8f4afd2d072ac317d51809a07f459537503c11adb92f3533b93b5b09d6af4e28" +hash = "7c1ee0bee7e879b77660be624926e144d8c43e59cc0678199ddf6bf8dca63095" metafile = true [[files]] file = "resourcepacks/golden-days.pw.toml" -hash = "d56bf1f56163e8a3e1c2c18be47a50d98ff4ad05a248ebdde9fd96284fd365a3" +hash = "00d89db1c5a1bf55bfd9c29f62f16c4c6c22f1a450d257a496542416ac26f00e" metafile = true [[files]] file = "resourcepacks/greek-mythology-mash-up.pw.toml" -hash = "76f4161dd235958c1c5cdd4d3cde9e2d82e5efbc15f584784a39c66c12ec2542" +hash = "17732ceac86467d95e4361e3af142d130fcc08bddb1b0c64d4ee6af1a54a2fa6" metafile = true [[files]] @@ -3089,12 +3089,12 @@ metafile = true [[files]] file = "resourcepacks/halloween-mashup-2025-concept-update.pw.toml" -hash = "d09713b471e6a481706d0ff2b6dd6ee60a85268562c4a17c337344cbfba88222" +hash = "f0268c1ee33c35a16919dfe46d81aacb084f4cd6557637ec11f7d2762d62b3bf" metafile = true [[files]] file = "resourcepacks/hellokitty-skinpack.pw.toml" -hash = "9d84baa3d22f3ec6bd1fa36237e4c221900b67080c7b9062d4247945903b1410" +hash = "59752c28ffdfcdefffe1dedfd1dbab138e3cf48ea35dacd7a1ef0ae455dcbe83" metafile = true [[files]] @@ -3104,77 +3104,77 @@ metafile = true [[files]] file = "resourcepacks/legacy-skins-doctor-who-skin-pack-1.pw.toml" -hash = "4da2b199cc65182634d46118bdb6ae0ffe90e684cd2035c4d4c33dab117ce360" +hash = "b82e2e409a4157b4fc51517e388b6f1b7a937a27c92db31c3fe58d4bac5d1c39" metafile = true [[files]] file = "resourcepacks/legacy-titles.pw.toml" -hash = "0e22a10bb194b0e678c7cb29ddc2d41405dd546b3cff58e0bd1f8d28c3d0c4b8" +hash = "bf3b68390d4a35d122c5923df242be3efce8190aadb0a92cdc59f1cd6dd2ed94" metafile = true [[files]] file = "resourcepacks/legacy-worlds.pw.toml" -hash = "ec24e2a3d0b8d6ec7565757eb1f2895f881e660b08e45c40d3797fe6a310611b" +hash = "4950656224676524bb4bbd00360dcbf29f777d9ca5ba896b5d04e23ee767a2ba" metafile = true [[files]] file = "resourcepacks/mass-effect-mash-up.pw.toml" -hash = "b6f00481e12c41ecac740bf048f4a33bb8eab4ff93dc0cceb7dd2d4f57e21a40" +hash = "e1a810fa0a790a0b96d1a9ffd50d682e80f552b9e73ac6657b0580e4f4461a70" metafile = true [[files]] file = "resourcepacks/modern-skin-packs.pw.toml" -hash = "1dc3bdc98a194f9cea6c862412875daa25f99591c68959d2850de4f54a8995de" +hash = "492f4486f8896daaf2372ced22ce736fd1803f3774d9d889a0cbd62b9e90ba13" metafile = true [[files]] file = "resourcepacks/natural-texture-pack.pw.toml" -hash = "0780df405ce29a92dc6304ff9f405d67ebb26d298e730f3bfae3a9031385bc2a" +hash = "fe9c14115e97cf93f2e16a064cb84365f8c0e143e4279aaf9b71a98264c747b2" metafile = true [[files]] file = "resourcepacks/norse-mythology-mash-up.pw.toml" -hash = "936dc3e2dfc707b4ac7ceb5d331eddc2cc2db766a94ecb56d1a6f2bce2501685" +hash = "cf6bbed9469e51584da481bfbd9ad865f4db7f038105651aad8dac4c141b94d7" metafile = true [[files]] file = "resourcepacks/old-ui-for-legacy4j.pw.toml" -hash = "b47102b87a5500c16c75b49106ade2893bb4ca954349de905b9df5c0db289b57" +hash = "480e3cb189ead94af266bf2f2ebcfc0b77865097ba047a174312d874aa55ea54" metafile = true [[files]] file = "resourcepacks/ore4j.pw.toml" -hash = "4acdc894210cbaf7e9c32b218c25acb67a47d1d0f19f3a5aa62a76dfa7b2c685" +hash = "373da4fbb4e879f2dee7eae780c6e5e83f216d97212545348631ece71df6274d" metafile = true [[files]] file = "resourcepacks/pacp.pw.toml" -hash = "64ff7a91988a3addb09630849b91fd53e20c040626589b2ae382cfccd72b2533" +hash = "25fe63845192f684b1f9b1b6089676bb9d788ab8b1637ecd9579f799c914c5a1" metafile = true [[files]] file = "resourcepacks/pattern-texture-pack.pw.toml" -hash = "7675b6231c2801e14ae3fa08e0bd1bfdeb5e7d200f9e9e3b1d49fd97d7ee2354" +hash = "ff6fa6afb673534294f189e36c156c0399d0961544cc467714373320bdeb2fb6" metafile = true [[files]] file = "resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml" -hash = "55e7f211dc8b498e3efbf42e1286ae0f42f10b532528dfea9203032665d51bb5" +hash = "e4005a67f43adf9fa86a69eed9e956ce091ff74721ca696cda90db62da8d5b0f" metafile = true [[files]] file = "resourcepacks/plastic-texture-pack.pw.toml" -hash = "2ae0ae80eab9bb18241e1b1bdf57559f005ee9f61a1b27437a50760a9b6f50a2" +hash = "469eacc00a8e8d9ee944ff5ef0d5f9afb891787c778cec5fafc66ea238327080" metafile = true [[files]] file = "resourcepacks/rays-3d-ladders.pw.toml" -hash = "8d47918df50d7ee121160c0aec8f7447c07b438cc58ccd3b3b3a253b2b096c60" +hash = "e53f841d27f5921bd2246f1398d73460cffb92e14f24e6088783156cbd458620" metafile = true [[files]] file = "resourcepacks/rays-3d-rails.pw.toml" -hash = "0607ca7370179620a939603e3d8daf7750aacc24aa75a0581d2ec9a498a4805c" +hash = "0c6ec7a772645ff7af7ead10d9074c7b3dc7bf2e6ef8bb9ea4f0babe633aafdc" metafile = true [[files]] @@ -3184,55 +3184,55 @@ metafile = true [[files]] file = "resourcepacks/round-trees.pw.toml" -hash = "64aea025994a3e2c5620903ab114ec1b38c202eaa4d5fc386904185b2bd1be61" +hash = "be9af28ed4a6ddcc3a1df4c353ddae9f81a15f444b942565c76fb36c195e3eca" metafile = true [[files]] file = "resourcepacks/steampunk-texture-pack.pw.toml" -hash = "f969c0b4ebc7348159c63988fae1c52295c99a350eda0446cdd45ed0e3d5776c" +hash = "321bfac62ceab9845d1d6f566c2f8c63695e21b1bf8dc2513326762385b19f9f" metafile = true [[files]] file = "resourcepacks/super-cute.pw.toml" -hash = "15a098a0c2e2b06a817b58c5da22e844affafe0c14aa9e84689cea4bb86de65d" +hash = "26dccca45fdd89f31be11268cd5f95a7d4241e5e62f6a2731bc9a411ee99c42d" metafile = true [[files]] file = "resourcepacks/super-mario-mash-up.pw.toml" -hash = "f67d61414731a22094eddc06284f6a730f6c7ad598a058dc34a7f4f17c7da208" +hash = "a5afed631dc1117e9039fcd4b2208c8cac92c2b8a3f3ac59a849b6bf628b9a66" metafile = true [[files]] file = "resourcepacks/the-garden-awakens-skin-pack.pw.toml" -hash = "e7331a2204e94f749e246f1e4af60ce21b5995afc5a0da45541b49645fc3855f" +hash = "73ce3f2f8aed02f522b567a66f17d441c4b4d9a04bb4def0dc9d8f4547e90f21" metafile = true [[files]] file = "resourcepacks/the-ocelots-skin-pack.pw.toml" -hash = "b49f4d4f3ddd16944ac7b4d678933c443cd04c388c57645395361868637e1d2e" +hash = "b07380e24c72a7ebf9f49d9de4a81a4a96c8ad48aff8020a71b47fee68c86c15" metafile = true [[files]] file = "resourcepacks/transparency-fix.pw.toml" -hash = "8edc9fd3dffd04c482f5e182247a28180dafd1f1703ee0bce2edd05f6cdb9e6b" +hash = "73a6f19bf23daa6fa52fbc4926b89364e25ea22fd4c4ff9d7a85ba6950738e47" metafile = true [[files]] file = "resourcepacks/tras-fresh-player.pw.toml" -hash = "0815aa678f2ecbb6987c9bf3f56099c98f53a0f4608e70f5d6b51bf2e29a5189" +hash = "f4a8d33428cba015dc8e3d383ea4e2f1b2434c94c54671bf76198c7c4db244b6" metafile = true [[files]] file = "resourcepacks/tutorial-world-addon.pw.toml" -hash = "552111d1e28bfecf5b0da83fcf335eaa400d837c0d5966db58c0ca9c1ce9eca5" +hash = "35e793894e0f6ba886bd936302355c4fe2268a5d577e90e625ab24309e5e5e7a" metafile = true [[files]] file = "resourcepacks/vanilla-live-mc.pw.toml" -hash = "ba7a08efa0017127fb6c28b5bb27f2ec12c35452da2cce292eee74136b223061" +hash = "e03ba038d09b1e922bdaf15c2844b02e078b0deaa599d35ca500d698b9a5d25e" metafile = true [[files]] file = "resourcepacks/vintage.pw.toml" -hash = "85e13b5798f65e261b420c1fabce203f5b403a66e98a1c302db6683ee0254264" +hash = "5632017fd01d392006f15ee66bc15cad163b090ee89f265fb5d321cfed2ee854" metafile = true diff --git a/modpacks/rc-plus/26.1.2-mr/pack.toml b/modpacks/rc-plus/26.1.2-mr/pack.toml index 2d57d77f0..0f93f7f08 100644 --- a/modpacks/rc-plus/26.1.2-mr/pack.toml +++ b/modpacks/rc-plus/26.1.2-mr/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "007b45e02b1f8b04baa608ff576b6645d0951c79a38d579370261c30caae6e9d" +hash = "2120d48c5a5e46327bc67fc4238d14cf2e105940a8e1ece12f03cfeb4ca9cb64" [versions] fabric = "0.19.2"