Revert "Commit from GitHub Actions (Auto Update)"

This reverts commit 9c6a7d93ca.
This commit is contained in:
Technocality
2025-07-21 15:47:11 -05:00
parent 9c6a7d93ca
commit ad88e07e55
3040 changed files with 0 additions and 90615 deletions

View File

@@ -1,99 +0,0 @@
#General settings of Crash Assistant mod.
[general]
#Link which will be opened in browser on request_help_button pressed.
#If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link.
#Must start with 'https://' or 'www.'
help_link = "CHANGE_ME"
#Anyways log will be uploaded to mclo.gs, but with this option you can wrap link to gnomebot.dev for better formatting.
#If help_link equals 'CHANGE_ME', this value will be ignored and gnomebot.dev used.
#Supported values: mclo.gs / gnomebot.dev
upload_to = "gnomebot.dev"
#Show gui on minecraft crashed on modloading and FML error screen displayed.
show_on_fml_error_screen = true
#Close old CrashAssistantApp if it's still running when starting a new instance of Minecraft, to avoid confusing player with window from old crash.
kill_old_app = true
#If options.txt doesn't exist, the default language will be used.
default_lang = "en_us"
#Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators.
show_dont_send_screenshot_of_gui_notice = true
#List of blacklisted log files. This files won't show in GUI logs list.
blacklisted_logs = []
#Here you can change text of lang placeHolders.
#Also you can change any text in lang files.
#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where.
[text]
#$CONFIG.text.support_name$ in lang files will be replaced with this value.
#For example this placeHolder used in: "Request help in the $CONFIG.text.support_name$"
support_name = "example Discord"
#$CONFIG.text.support_place$ in lang files will be replaced with this value.
support_place = "#example channel"
#$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 = "Minecraft"
#Settings of message generated by Upload all button
[generated_message]
#Add ### prefix before filename.
#This can prevent too small, hard to hit on mobile links.
h3_prefix = true
#Replaces "\n" separator between logs to " | " to make message vertically smaller.
one_line_logs = true
#Adds line in log list about this Intel processor can be corrupted.
intel_corrupted_notification = true
#If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for.
#This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities.
generated_msg_lang = "en_us"
#This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button.
#You can include:
# * some form, which users should fill out.
# * additional information like Minecraft version, etc.
text_under_crashed = ""
#With this option you can notify user about something related with posting generated message.
#For example if they need to fill some option from "text_under_crashed", etc.
#Supports html formatting, placeholders.
#Leave empty to prevent showing this warning message.
warning_after_upload_all_button_press = ""
#Settings of modlist feature.
#Adds in generated msg block about which mods modpack user added/removed/updated.
#Also you can see diff by running '/crash_assistant modlist diff' command.
[modpack_modlist]
#Enable feature.
enabled = true
#nicknames of players, who considered as modpack creator.
#Only this players can overwrite modlist.json
#If this feature is enabled and this array is empty, will be appended with nickname of current player.
modpack_creators = ["omoso_"]
#If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen),
#then game is launched by modpack creator.
#So you won't forget to save it before publishing.
#If you want to save manually: disable this and use '/crash_assistant modlist save' command.
auto_update = true
#If enabled, will add resourcepacks to modlist.json
#After filename where will be ' (resourcepack)' suffix.
add_resourcepacks = false
#Settings of '/crash_assistant crash' command feature.
[crash_command]
#Enable feature.
enabled = true
#To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds.
#Set to <= 0 to disable the confirmation.
seconds = 10
#Settings of notifying about intel corrupted processors.
[intel_corrupted]
#Enable feature.
enabled = true
#Show funny related gif in warning message.
show_gif = true
[greeting]
#You don't need to touch this option.
#On first world join of modpack creator if set to false shows greeting, then self enables.
shown_greeting = true

View File

@@ -1,18 +0,0 @@
Hi Localizer!
## Contributing
If you want to add new language to the mod, please create a pull request with a new or modified file:
https://github.com/KostromDan/Crash-Assistant/
lang files locate here in source code:`common_config/src/main/resources/lang`
## Changing text for the modpack
If you want to change some text, don't edit the jar directly. Instead, you can modify the files in config/crash_assistant/lang.
You can also add an entirely new language file in this directory, and it will work.
"$DEFAULT" value means value will be taken from jar lang(if exists), else from en_us.
Warning: don't try to use any utils of changing lang like KubeJs, resourcepacks, etc. It won't work.

View File

@@ -1,91 +0,0 @@
{
"commands.crash_command_crashing": "$DEFAULT",
"gui.disable_mod": "$DEFAULT",
"commands.diff_copy": "$DEFAULT",
"gui.request_help_button": "$DEFAULT",
"gui.ok": "$DEFAULT",
"gui.oops": "$DEFAULT",
"gui.uploading": "$DEFAULT",
"gui.upload_all_button_warning_title": "$DEFAULT",
"commands.mod_config_tooltip": "$DEFAULT",
"msg.removed_mods": "$DEFAULT",
"gui.error_delete_mod_exception": "$DEFAULT",
"commands.crash_command_validation_failed": "$DEFAULT",
"gui.copy_link_button": "$DEFAULT",
"gui.intel_corrupted_title": "$DEFAULT",
"gui.copied": "$DEFAULT",
"text.opens_url": "$DEFAULT",
"commands.crash_command_1": "$DEFAULT",
"msg.mb": "$DEFAULT",
"gui.comment_under_title_cant_resolve": "$DEFAULT",
"msg.modlist_first_launch": "$DEFAULT",
"gui.window_name": "$DEFAULT",
"gui.title_crashed_without_report": "$DEFAULT",
"gui.upload_all_comment": "$DEFAULT",
"gui.preprocessing": "$DEFAULT",
"gui.upload_all_button": "$DEFAULT",
"gui.modlist_diff_dialog_name": "$DEFAULT",
"gui.untrusted_domain_title": "$DEFAULT",
"gui.error": "$DEFAULT",
"commands.not_creator_error_msg": "$DEFAULT",
"msg.modlist_changes_latest_launch_2": "$DEFAULT",
"gui.split_log_dialog_msg_with_both": "$DEFAULT",
"gui.error_disable_mod_exception": "$DEFAULT",
"msg.modlist_changes_latest_launch_1": "$DEFAULT",
"gui.open_button": "$DEFAULT",
"msg.skip_launcher": "$DEFAULT",
"gui.modlist_changed_label": "$DEFAULT",
"gui.comment_under_title_pls_report": "$DEFAULT",
"gui.modlist_not_changed_label": "$DEFAULT",
"commands.crash_command_applying_args": "$DEFAULT",
"text.greeting3": "$DEFAULT",
"msg.updated_mods": "$DEFAULT",
"text.greeting2": "$DEFAULT",
"msg.modlist_unmodified": "$DEFAULT",
"gui.modlist_changed_label_msg": "$DEFAULT",
"commands.modlist_auto_update_msg": "$DEFAULT",
"gui.show_in_explorer_button": "$DEFAULT",
"gui.remove_mod": "$DEFAULT",
"gui.copy_split_log_dialog_text": "$DEFAULT",
"gui.title_crashed_with_report": "$DEFAULT",
"gui.show_modlist_diff_button": "$DEFAULT",
"text.greeting1": "$DEFAULT",
"msg.intel_corrupted_notification": "$DEFAULT",
"commands.add_to_creator_list_msg": "$DEFAULT",
"gui.upload_and_copy_link_button": "$DEFAULT",
"commands.nickname_tooltip": "$DEFAULT",
"gui.error_open_explorer": "$DEFAULT",
"commands.diff_tooltip": "$DEFAULT",
"gui.failed_to_upload_file": "$DEFAULT",
"msg.added_mods": "$DEFAULT",
"gui.incompatible_mod": "$DEFAULT",
"warnings.closed_by_windows": "$DEFAULT",
"commands.crash_command_3": "$DEFAULT",
"gui.untrusted_domain_question": "$DEFAULT",
"commands.crash_command_2": "$DEFAULT",
"warnings.atio6axx": "$DEFAULT",
"gui.comment_under_title_screenshot_notice": "$DEFAULT",
"gui.comment_under_title": "$DEFAULT",
"gui.split_log_dialog_action_browser": "$DEFAULT",
"msg.crashed": "$DEFAULT",
"commands.modlist_disabled_error_msg": "$DEFAULT",
"commands.crash_command_done": "$DEFAULT",
"gui.split_log_dialog_action_copy": "$DEFAULT",
"msg.k_lines": "$DEFAULT",
"commands.modlist_overwritten_success": "$DEFAULT",
"msg.modlist_changes_modpack_2": "$DEFAULT",
"msg.over": "$DEFAULT",
"gui.intel_corrupted_msg": "$DEFAULT",
"msg.modlist_changes_modpack_1": "$DEFAULT",
"gui.intel_corrupted_read_more": "$DEFAULT",
"gui.browser_button_tooltip": "$DEFAULT",
"gui.copy_split_log_dialog_title": "$DEFAULT",
"gui.split_log_dialog_tail": "$DEFAULT",
"commands.modlist_enable_auto_update_msg": "$DEFAULT",
"gui.upload_all_finished_button": "$DEFAULT",
"gui.split_log_dialog_head": "$DEFAULT",
"gui.intel_corrupted_dont_show_again": "$DEFAULT",
"gui.logs_analyser": "$DEFAULT",
"gui.file_list_label": "$DEFAULT",
"commands.crash_command_validation_failed_to_crash": "$DEFAULT"
}

View File

@@ -1,91 +0,0 @@
{
"commands.crash_command_crashing": "$DEFAULT",
"gui.disable_mod": "$DEFAULT",
"commands.diff_copy": "$DEFAULT",
"gui.request_help_button": "$DEFAULT",
"gui.ok": "$DEFAULT",
"gui.oops": "$DEFAULT",
"gui.uploading": "$DEFAULT",
"gui.upload_all_button_warning_title": "$DEFAULT",
"commands.mod_config_tooltip": "$DEFAULT",
"msg.removed_mods": "$DEFAULT",
"gui.error_delete_mod_exception": "$DEFAULT",
"commands.crash_command_validation_failed": "$DEFAULT",
"gui.copy_link_button": "$DEFAULT",
"gui.intel_corrupted_title": "$DEFAULT",
"gui.copied": "$DEFAULT",
"text.opens_url": "$DEFAULT",
"commands.crash_command_1": "$DEFAULT",
"msg.mb": "$DEFAULT",
"gui.comment_under_title_cant_resolve": "$DEFAULT",
"msg.modlist_first_launch": "$DEFAULT",
"gui.window_name": "$DEFAULT",
"gui.title_crashed_without_report": "$DEFAULT",
"gui.upload_all_comment": "$DEFAULT",
"gui.preprocessing": "$DEFAULT",
"gui.upload_all_button": "$DEFAULT",
"gui.modlist_diff_dialog_name": "$DEFAULT",
"gui.untrusted_domain_title": "$DEFAULT",
"gui.error": "$DEFAULT",
"commands.not_creator_error_msg": "$DEFAULT",
"msg.modlist_changes_latest_launch_2": "$DEFAULT",
"gui.split_log_dialog_msg_with_both": "$DEFAULT",
"gui.error_disable_mod_exception": "$DEFAULT",
"msg.modlist_changes_latest_launch_1": "$DEFAULT",
"gui.open_button": "$DEFAULT",
"msg.skip_launcher": "$DEFAULT",
"gui.modlist_changed_label": "$DEFAULT",
"gui.comment_under_title_pls_report": "$DEFAULT",
"gui.modlist_not_changed_label": "$DEFAULT",
"commands.crash_command_applying_args": "$DEFAULT",
"text.greeting3": "$DEFAULT",
"msg.updated_mods": "$DEFAULT",
"text.greeting2": "$DEFAULT",
"msg.modlist_unmodified": "$DEFAULT",
"gui.modlist_changed_label_msg": "$DEFAULT",
"commands.modlist_auto_update_msg": "$DEFAULT",
"gui.show_in_explorer_button": "$DEFAULT",
"gui.remove_mod": "$DEFAULT",
"gui.copy_split_log_dialog_text": "$DEFAULT",
"gui.title_crashed_with_report": "$DEFAULT",
"gui.show_modlist_diff_button": "$DEFAULT",
"text.greeting1": "$DEFAULT",
"msg.intel_corrupted_notification": "$DEFAULT",
"commands.add_to_creator_list_msg": "$DEFAULT",
"gui.upload_and_copy_link_button": "$DEFAULT",
"commands.nickname_tooltip": "$DEFAULT",
"gui.error_open_explorer": "$DEFAULT",
"commands.diff_tooltip": "$DEFAULT",
"gui.failed_to_upload_file": "$DEFAULT",
"msg.added_mods": "$DEFAULT",
"gui.incompatible_mod": "$DEFAULT",
"warnings.closed_by_windows": "$DEFAULT",
"commands.crash_command_3": "$DEFAULT",
"gui.untrusted_domain_question": "$DEFAULT",
"commands.crash_command_2": "$DEFAULT",
"warnings.atio6axx": "$DEFAULT",
"gui.comment_under_title_screenshot_notice": "$DEFAULT",
"gui.comment_under_title": "$DEFAULT",
"gui.split_log_dialog_action_browser": "$DEFAULT",
"msg.crashed": "$DEFAULT",
"commands.modlist_disabled_error_msg": "$DEFAULT",
"commands.crash_command_done": "$DEFAULT",
"gui.split_log_dialog_action_copy": "$DEFAULT",
"msg.k_lines": "$DEFAULT",
"commands.modlist_overwritten_success": "$DEFAULT",
"msg.modlist_changes_modpack_2": "$DEFAULT",
"msg.over": "$DEFAULT",
"gui.intel_corrupted_msg": "$DEFAULT",
"msg.modlist_changes_modpack_1": "$DEFAULT",
"gui.intel_corrupted_read_more": "$DEFAULT",
"gui.browser_button_tooltip": "$DEFAULT",
"gui.copy_split_log_dialog_title": "$DEFAULT",
"gui.split_log_dialog_tail": "$DEFAULT",
"commands.modlist_enable_auto_update_msg": "$DEFAULT",
"gui.upload_all_finished_button": "$DEFAULT",
"gui.split_log_dialog_head": "$DEFAULT",
"gui.intel_corrupted_dont_show_again": "$DEFAULT",
"gui.logs_analyser": "$DEFAULT",
"gui.file_list_label": "$DEFAULT",
"commands.crash_command_validation_failed_to_crash": "$DEFAULT"
}

View File

@@ -1,91 +0,0 @@
{
"commands.crash_command_crashing": "$DEFAULT",
"gui.disable_mod": "$DEFAULT",
"commands.diff_copy": "$DEFAULT",
"gui.request_help_button": "$DEFAULT",
"gui.ok": "$DEFAULT",
"gui.oops": "$DEFAULT",
"gui.uploading": "$DEFAULT",
"gui.upload_all_button_warning_title": "$DEFAULT",
"commands.mod_config_tooltip": "$DEFAULT",
"msg.removed_mods": "$DEFAULT",
"gui.error_delete_mod_exception": "$DEFAULT",
"commands.crash_command_validation_failed": "$DEFAULT",
"gui.copy_link_button": "$DEFAULT",
"gui.intel_corrupted_title": "$DEFAULT",
"gui.copied": "$DEFAULT",
"text.opens_url": "$DEFAULT",
"commands.crash_command_1": "$DEFAULT",
"msg.mb": "$DEFAULT",
"gui.comment_under_title_cant_resolve": "$DEFAULT",
"msg.modlist_first_launch": "$DEFAULT",
"gui.window_name": "$DEFAULT",
"gui.title_crashed_without_report": "$DEFAULT",
"gui.upload_all_comment": "$DEFAULT",
"gui.preprocessing": "$DEFAULT",
"gui.upload_all_button": "$DEFAULT",
"gui.modlist_diff_dialog_name": "$DEFAULT",
"gui.untrusted_domain_title": "$DEFAULT",
"gui.error": "$DEFAULT",
"commands.not_creator_error_msg": "$DEFAULT",
"msg.modlist_changes_latest_launch_2": "$DEFAULT",
"gui.split_log_dialog_msg_with_both": "$DEFAULT",
"gui.error_disable_mod_exception": "$DEFAULT",
"msg.modlist_changes_latest_launch_1": "$DEFAULT",
"gui.open_button": "$DEFAULT",
"msg.skip_launcher": "$DEFAULT",
"gui.modlist_changed_label": "$DEFAULT",
"gui.comment_under_title_pls_report": "$DEFAULT",
"gui.modlist_not_changed_label": "$DEFAULT",
"commands.crash_command_applying_args": "$DEFAULT",
"text.greeting3": "$DEFAULT",
"msg.updated_mods": "$DEFAULT",
"text.greeting2": "$DEFAULT",
"msg.modlist_unmodified": "$DEFAULT",
"gui.modlist_changed_label_msg": "$DEFAULT",
"commands.modlist_auto_update_msg": "$DEFAULT",
"gui.show_in_explorer_button": "$DEFAULT",
"gui.remove_mod": "$DEFAULT",
"gui.copy_split_log_dialog_text": "$DEFAULT",
"gui.title_crashed_with_report": "$DEFAULT",
"gui.show_modlist_diff_button": "$DEFAULT",
"text.greeting1": "$DEFAULT",
"msg.intel_corrupted_notification": "$DEFAULT",
"commands.add_to_creator_list_msg": "$DEFAULT",
"gui.upload_and_copy_link_button": "$DEFAULT",
"commands.nickname_tooltip": "$DEFAULT",
"gui.error_open_explorer": "$DEFAULT",
"commands.diff_tooltip": "$DEFAULT",
"gui.failed_to_upload_file": "$DEFAULT",
"msg.added_mods": "$DEFAULT",
"gui.incompatible_mod": "$DEFAULT",
"warnings.closed_by_windows": "$DEFAULT",
"commands.crash_command_3": "$DEFAULT",
"gui.untrusted_domain_question": "$DEFAULT",
"commands.crash_command_2": "$DEFAULT",
"warnings.atio6axx": "$DEFAULT",
"gui.comment_under_title_screenshot_notice": "$DEFAULT",
"gui.comment_under_title": "$DEFAULT",
"gui.split_log_dialog_action_browser": "$DEFAULT",
"msg.crashed": "$DEFAULT",
"commands.modlist_disabled_error_msg": "$DEFAULT",
"commands.crash_command_done": "$DEFAULT",
"gui.split_log_dialog_action_copy": "$DEFAULT",
"msg.k_lines": "$DEFAULT",
"commands.modlist_overwritten_success": "$DEFAULT",
"msg.modlist_changes_modpack_2": "$DEFAULT",
"msg.over": "$DEFAULT",
"gui.intel_corrupted_msg": "$DEFAULT",
"msg.modlist_changes_modpack_1": "$DEFAULT",
"gui.intel_corrupted_read_more": "$DEFAULT",
"gui.browser_button_tooltip": "$DEFAULT",
"gui.copy_split_log_dialog_title": "$DEFAULT",
"gui.split_log_dialog_tail": "$DEFAULT",
"commands.modlist_enable_auto_update_msg": "$DEFAULT",
"gui.upload_all_finished_button": "$DEFAULT",
"gui.split_log_dialog_head": "$DEFAULT",
"gui.intel_corrupted_dont_show_again": "$DEFAULT",
"gui.logs_analyser": "$DEFAULT",
"gui.file_list_label": "$DEFAULT",
"commands.crash_command_validation_failed_to_crash": "$DEFAULT"
}

View File

@@ -1,178 +0,0 @@
{
"architectury-13.0.8-fabric.jar": {
"modId": "architectury",
"version": "13.0.8"
},
"BadOptimizations-2.2.1-1.21.1.jar": {
"modId": "badoptimizations",
"version": "2.2.1"
},
"BetterGrassify-1.5.1+fabric.1.21.1.jar": {
"modId": "bettergrass",
"version": "1.5.1+fabric.1.21.1"
},
"BetterPingDisplay-Fabric-1.21.1-1.1.1.jar": {
"modId": "betterpingdisplay",
"version": "1.1.1"
},
"calcmod-1.3.2+fabric.1.21.jar": {
"modId": "calcmod",
"version": "1.3.2+fabric.1.21"
},
"capes-1.5.4+1.21-fabric.jar": {
"modId": "capes",
"version": "1.5.4+1.21"
},
"chat_heads-0.13.13-fabric-1.21.jar": {
"modId": "chat_heads",
"version": "0.13.13"
},
"cloth-config-15.0.140-fabric.jar": {
"modId": "cloth-config",
"version": "15.0.140"
},
"continuity-3.0.0+1.21.jar": {
"modId": "continuity",
"version": "3.0.0+1.21"
},
"CraftPresence-2.5.3+1.21.1-fabric.jar": {
"modId": "craftpresence",
"version": "2.5.3"
},
"crash_assistant-fabric-1.4.3.jar": {
"modId": "crash_assistant",
"version": "1.4.3"
},
"CustomPlayerModels-Fabric-1.21-0.6.21a.jar": {
"modId": "cpm",
"version": "0.6.21a"
},
"cwb-fabric-3.0.0+mc1.21.jar": {
"modId": "cubes-without-borders",
"version": "3.0.0+mc1.21"
},
"dynamic-fps-3.9.0+minecraft-1.21.0-fabric.jar": {
"modId": "dynamic_fps",
"version": "3.9.0"
},
"entity_model_features_fabric_1.21.1-2.4.1.jar": {
"modId": "entity_model_features",
"version": "2.4.1"
},
"entity_texture_features_fabric_1.21.1-6.2.9.jar": {
"modId": "entity_texture_features",
"version": "6.2.9"
},
"entityculling-fabric-1.7.3-mc1.21.jar": {
"modId": "entityculling",
"version": "1.7.3"
},
"fabric-api-0.115.1+1.21.1.jar": {
"modId": "fabric-api",
"version": "0.115.1+1.21.1"
},
"fabric-language-kotlin-1.13.1+kotlin.2.1.10.jar": {
"modId": "fabric-language-kotlin",
"version": "1.13.1+kotlin.2.1.10"
},
"FactoryAPI-1.21.1-2.2.3-fabric.jar": {
"modId": "factory_api",
"version": "2.2.3"
},
"fastquit-3.0.0+1.20.6.jar": {
"modId": "fastquit",
"version": "3.0.0+1.20.6"
},
"ferritecore-7.0.2-hotfix-fabric.jar": {
"modId": "ferritecore",
"version": "7.0.2-hotfix"
},
"fix-keyboard-on-linux-1.0.1.jar": {
"modId": "fix-keyboard-on-linux",
"version": "1.0.1"
},
"ImmediatelyFast-Fabric-1.6.1+1.21.1.jar": {
"modId": "immediatelyfast",
"version": "1.6.1+1.21.1"
},
"iris-fabric-1.8.8+mc1.21.1.jar": {
"modId": "iris",
"version": "1.8.8+mc1.21.1"
},
"lambdynamiclights-3.1.4+1.21.1.jar": {
"modId": "lambdynlights",
"version": "3.1.4+1.21.1"
},
"Legacy4J-1.21.1-1.8.0.2511.2-fabric.jar": {
"modId": "legacy",
"version": "1.8.0.2511.2"
},
"legacyskins-1.4.0+fabric+1.21.1.jar": {
"modId": "legacyskins",
"version": "1.4.0+fabric+1.21.1"
},
"lithium-fabric-0.15.0+mc1.21.1.jar": {
"modId": "lithium",
"version": "0.15.0+mc1.21.1"
},
"macos-input-fixes-1.8.jar": {
"modId": "macos_input_fixes",
"version": "1.8"
},
"modelfix-1.21-1.6-fabric.jar": {
"modId": "modelfix",
"version": "1.21-1.6"
},
"moderner-beta-2.1.4+1.21-fabric.jar": {
"modId": "moderner_beta",
"version": "2.1.4+1.21"
},
"modernfix-fabric-5.20.2+mc1.21.1.jar": {
"modId": "modernfix",
"version": "5.20.2+mc1.21.1"
},
"modmenu-11.0.3.jar": {
"modId": "modmenu",
"version": "11.0.3"
},
"NostalgicTweaks-mc1.21.1-Fabric-2.0.0-beta.910.jar": {
"modId": "nostalgic_tweaks",
"version": "2.0.0-beta.910"
},
"ok_zoomer-fabric-10.0.0-beta.8.jar": {
"modId": "ok_zoomer",
"version": "10.0.0-beta.8"
},
"optigui-2.3.0-beta.6.1-modrinth+1.21.jar": {
"modId": "optigui",
"version": "2.3.0-beta.6.1-modrinth+1.21"
},
"placeholder-api-2.4.2+1.21.jar": {
"modId": "placeholder-api",
"version": "2.4.2+1.21"
},
"sodium-extra-fabric-0.6.0+mc1.21.1.jar": {
"modId": "sodium-extra",
"version": "0.6.0+mc1.21.1"
},
"sodium-fabric-0.6.9+mc1.21.1.jar": {
"modId": "sodium",
"version": "0.6.9+mc1.21.1"
},
"UniLib-1.0.5+1.21.1-fabric.jar": {
"modId": "unilib",
"version": "1.0.5"
},
"world-host-0.5.1+1.21.1-fabric.jar": {
"modId": "world-host",
"version": "0.5.1+1.21.1-fabric"
},
"yet_another_config_lib_v3-3.6.3+1.21.1-fabric.jar": {
"modId": "yet_another_config_lib_v3",
"version": "3.6.3+1.21.1-fabric"
},
"yosbr-0.1.2.jar": {
"modId": "yosbr",
"version": "0.1.2"
}
}

View File

@@ -1,6 +0,0 @@
{
"example_modid": {
"msg": "Custom msg on crash for this mod id. You can use $JAR_NAME$ placeholder, which will be replaced with jar name. You can use HTML here, it will work.",
"should_crash_on_startup": true
}
}

View File

@@ -1,25 +0,0 @@
{
"legacy.mixin.base.client.anvil": true,
"legacy.mixin.base.client.beacon": true,
"legacy.mixin.base.client.book": true,
"legacy.mixin.base.client.bosshealth": true,
"legacy.mixin.base.client.brewing": true,
"legacy.mixin.base.client.cartography": true,
"legacy.mixin.base.client.chat": true,
"legacy.mixin.base.client.container": true,
"legacy.mixin.base.client.crafter": true,
"legacy.mixin.base.client.crafting": true,
"legacy.mixin.base.client.create_world": true,
"legacy.mixin.base.client.drowned": true,
"legacy.mixin.base.client.enchantment": true,
"legacy.mixin.base.client.furnace": true,
"legacy.mixin.base.client.grindstone": true,
"legacy.mixin.base.client.gui": true,
"legacy.mixin.base.client.inventory": true,
"legacy.mixin.base.client.loom": true,
"legacy.mixin.base.client.merchant": true,
"legacy.mixin.base.client.smithing": true,
"legacy.mixin.base.client.stonecutter": true,
"legacy.mixin.base.client.title": true,
"legacy.mixin.base.client.witch": true
}

View File

@@ -1,164 +0,0 @@
{
"advancedHeldItemTooltip": false,
"advancedOptionsMode": 0,
"animatedCharacter": true,
"autoResolution": true,
"autoSaveCountdown": true,
"autoSaveInterval": 1,
"autoSaveWhenPaused": false,
"caveSounds": true,
"classicCrafting": false,
"classicLoom": false,
"classicStonecutting": false,
"classicTrading": false,
"component_iris.keybind.reload": "none",
"component_iris.keybind.shaderPackSelection": "none",
"component_iris.keybind.toggleShaders": "none",
"component_iris.keybind.wireframe": "none",
"component_key.advancements": "none",
"component_key.attack": "right_trigger",
"component_key.back": "left_stick_down",
"component_key.chat": "none",
"component_key.command": "none",
"component_key.cpm.gestureMenu": "none",
"component_key.cpm.qa_1": "none",
"component_key.cpm.qa_10": "none",
"component_key.cpm.qa_11": "none",
"component_key.cpm.qa_12": "none",
"component_key.cpm.qa_13": "none",
"component_key.cpm.qa_14": "none",
"component_key.cpm.qa_15": "none",
"component_key.cpm.qa_16": "none",
"component_key.cpm.qa_2": "none",
"component_key.cpm.qa_3": "none",
"component_key.cpm.qa_4": "none",
"component_key.cpm.qa_5": "none",
"component_key.cpm.qa_6": "none",
"component_key.cpm.qa_7": "none",
"component_key.cpm.qa_8": "none",
"component_key.cpm.qa_9": "none",
"component_key.cpm.renderToggle": "none",
"component_key.drop": "right_button",
"component_key.dynamic_fps.toggle_disabled": "none",
"component_key.dynamic_fps.toggle_forced": "none",
"component_key.entityculling.toggle": "none",
"component_key.entityculling.toggleBoxes": "none",
"component_key.forward": "left_stick_up",
"component_key.fullscreen": "none",
"component_key.hotbar.1": "none",
"component_key.hotbar.2": "none",
"component_key.hotbar.3": "none",
"component_key.hotbar.4": "none",
"component_key.hotbar.5": "none",
"component_key.hotbar.6": "none",
"component_key.hotbar.7": "none",
"component_key.hotbar.8": "none",
"component_key.hotbar.9": "none",
"component_key.jump": "down_button",
"component_key.left": "left_stick_left",
"component_key.loadToolbarActivator": "none",
"component_key.modmenu.open_menu": "none",
"component_key.ok_zoomer.decrease_zoom": "none",
"component_key.ok_zoomer.increase_zoom": "none",
"component_key.ok_zoomer.reset_zoom": "none",
"component_key.ok_zoomer.zoom": "none",
"component_key.optigui.inspect": "none",
"component_key.pickItem": "none",
"component_key.playerlist": "none",
"component_key.right": "left_stick_right",
"component_key.saveToolbarActivator": "none",
"component_key.screenshot": "none",
"component_key.smoothCamera": "none",
"component_key.sneak": "right_stick_button",
"component_key.socialInteractions": "none",
"component_key.spectatorOutlines": "none",
"component_key.sprint": "none",
"component_key.swapOffhand": "none",
"component_key.togglePerspective": "left_stick_button",
"component_key.use": "left_trigger",
"component_legacy.key.crafting": "left_button",
"component_legacy.key.cycleHeldLeft": "left_bumper",
"component_legacy.key.cycleHeldRight": "right_bumper",
"component_legacy.key.flyDown": "dpad_down",
"component_legacy.key.flyLeft": "dpad_left",
"component_legacy.key.flyRight": "dpad_right",
"component_legacy.key.flyUp": "dpad_up",
"component_legacy.key.host_options": "back",
"component_legacy.key.inventory": "up_button",
"component_legacy.key.legacy4JSettings": "none",
"component_legacy.key.toggleCursor": "none",
"controlType": "auto",
"controllerSensitivity": 0.5,
"controllerToggleCrouch": true,
"controllerToggleSprint": false,
"controllerVirtualCursor": true,
"createWorldDifficulty": 2,
"creativeTab": true,
"cursorMode": 0,
"defaultParticlePhysics": true,
"directSaveLoad": false,
"displayControlTooltips": true,
"displayGamma": true,
"displayHUD": true,
"displayHand": true,
"displayMultipleControlsFromAction": false,
"displayNameTagBorder": true,
"enhancedPistonMovingRenderer": true,
"fastLeavesCustomModels": false,
"fastLeavesWhenBlocked": false,
"flyingViewRolling": true,
"forceMixedCrafting": false,
"forceSmoothMovement": false,
"gameTooltips": true,
"gamma": 0.5,
"headFollowsTheCamera": true,
"hints": true,
"hudDistance": 1.0,
"hudOpacity": 0.8,
"hudScale": 2,
"interfaceResolution": 0.5,
"interfaceSensitivity": 0.5,
"invertControllerButtons": false,
"invertYController": false,
"invertedCrosshair": false,
"invertedFrontCameraPitch": true,
"itemLightingInHand": true,
"itemTooltipEllipsis": true,
"lastLoadedMinecraftVersion": "1.21.4",
"lastLoadedVersion": "1.8",
"leftStickDeadZone": 0.25,
"leftTriggerDeadZone": 0.2,
"legacyCreativeBlockPlacing": true,
"legacyDrownedAnimation": true,
"legacyEntityFireTint": true,
"legacyItemTooltips": true,
"legacyItemTooltipsScaling": true,
"legacyOverstackedItems": true,
"legacySkyShape": true,
"linearCameraMovement": false,
"lockControlTypeChange": false,
"loyaltyLines": true,
"merchantTradingIndicator": true,
"minecartSounds": true,
"overrideTerrainFogEnd": true,
"overrideTerrainFogStart": true,
"rightStickDeadZone": 0.34,
"rightTriggerDeadZone": 0.2,
"saveCache": false,
"searchCreativeTab": true,
"selectedController": 0,
"selectedControllerHandler": 1,
"selectedItemTooltipLines": 4,
"selectedItemTooltipSpacing": 12,
"showVanillaRecipeBook": false,
"smoothAnimatedCharacter": false,
"smoothMovement": true,
"systemMessagesAsOverlay": true,
"terrainFogEnd": 16,
"terrainFogStart": 4,
"tooltipBoxes": true,
"unfocusedInputs": false,
"vanillaTabs": false,
"vehicleCameraRotation": 2,
"vignette": false
}

View File

@@ -1,5 +0,0 @@
{
"legacyCombat": true,
"legacySwordBlocking": false,
"squaredViewDistance": false
}

View File

@@ -1,4 +0,0 @@
{
"legacy.mixin.base.cauldron": true,
"legacy.mixin.base.piston": true
}

View File

@@ -1,14 +0,0 @@
{
"globalResources": {
"applyOnTop": true,
"packs": [
"file/Legacy Worlds.zip",
"file/Modern-Skin-Packs-1.0.0.zip",
"file/Legacy-Skin-Packs-2.1.0.zip",
"file/The_Garden_Awakens_v1.0.zip",
"file/Legacy Skins Pack Ordering v3.zip",
"file/TutorialWorldAddon.zip",
"file/rcr.zip"
]
}
}

View File

@@ -1,601 +0,0 @@
{
"modEnabled": true,
"restrictedLan": true,
"serverSideOnly": true,
"serverLogging": true,
"serverDebugMode": false,
"mod": {
"favoriteTweaks": {
"list": [],
"disabled": false
},
"openedConfigScreen": true,
"openedSupporterScreen": false,
"persistentConfigScreen": true,
"defaultScreen": "HOME_SCREEN",
"openConfigBinding": 79,
"numberOfBackups": 5,
"showWelcomeToast": true,
"showHandshakeToast": false,
"showLanChangeToast": true,
"showServerboundToast": true,
"showClientboundToast": false,
"smoothScroll": true,
"menuBackgroundOpacity": 85,
"displayNewTags": true,
"displayTagTooltips": true,
"displayCategoryTree": true,
"categoryTreeOpacity": 80,
"displayRowHighlight": true,
"displayRowHighlightFade": true,
"overrideRowHighlight": false,
"rowHighlightOpacity": 20
},
"sound": {
"disabledPositionedSounds": {
"list": [],
"disabled": false
},
"disabledGlobalSounds": {
"list": [],
"disabled": false
},
"playMusicWhenPaused": true,
"musicForMenu": "BLENDED",
"musicForCreative": "BLENDED",
"replaceOverworldBiomeMusic": true,
"replaceNetherBiomeMusic": true,
"replaceGameplayMusic": true,
"stopSongBinding": -1,
"nextSongBinding": -1,
"oldCaveSounds": false,
"oldCaveAmbience": false,
"disableNetherAmbience": false,
"disableWaterAmbience": false,
"oldBed": false,
"disableBedPlace": false,
"oldChest": false,
"disableChest": false,
"disableLavaAmbience": false,
"disableLavaPop": false,
"disableFurnace": false,
"disableBlastFurnace": false,
"disableGrowth": false,
"disableDoorPlace": false,
"oldAttack": false,
"oldHurt": false,
"oldFall": false,
"oldXp": false,
"disableXpPickup": false,
"disableXpLevel": false,
"disableGenericSwim": false,
"disableFishSwim": false,
"disableFishHurt": false,
"disableFishDeath": false,
"disableSquid": false,
"disableGlowSquidOther": false,
"disableGlowSquidAmbience": false,
"oldStep": false,
"ignoreModdedStep": false
},
"eyeCandy": {
"sodiumWaterAo": false,
"oldGrassSideTexture": false,
"oldFastGrassTexture": true,
"removeMipmapTexture": false,
"ambientOcclusionBlocks": {
"items": [
"minecraft:powder_snow_bucket",
"minecraft:composter"
],
"disabled": false
},
"disableBlockOffsets": {
"items": [
"minecraft:poppy",
"minecraft:poppy*",
"minecraft:rose_bush",
"minecraft:rose_bush*"
],
"disabled": false
},
"disableAllOffset": false,
"oldMissingTexture": "MODERN",
"applyFullBlockCollisions": false,
"fullBlockCollisions": {
"items": [],
"disabled": false
},
"fullBlockOutlines": {
"items": [
"minecraft:cobblestone_stairs",
"minecraft:cobblestone_stairs*",
"minecraft:cobblestone_wall",
"minecraft:cobblestone_wall*",
"minecraft:oak_fence",
"minecraft:oak_fence*",
"minecraft:chest",
"minecraft:chest*",
"minecraft:ender_chest",
"minecraft:ender_chest*",
"minecraft:cauldron",
"minecraft:cauldron*",
"minecraft:hopper",
"minecraft:hopper*",
"minecraft:anvil",
"minecraft:anvil*"
],
"disabled": false
},
"blockOutlineColor": "#00000066",
"blockOutlineThickness": 2.5,
"oldBlockOverlay": false,
"overlayRenderOrder": "FIRST",
"blockOverlayColorType": "SOLID",
"blockOverlayColor": "#FFFFFF5A",
"blockOverlayGradientTop": "#0000005A",
"blockOverlayGradientBottom": "#FFFFFF5A",
"pulsateBlockOverlay": true,
"pulsateOverlayAnimation": "LINEAR",
"oldBlockOverlaySpeed": 0.2,
"minimumBlockPulsationTransparency": 0.1,
"maximumBlockPulsationTransparency": 0.4,
"oldChest": false,
"oldEnderChest": false,
"oldTrappedChest": false,
"applyChestVoxel": false,
"oldModChests": {
"items": [],
"disabled": false
},
"translucentChests": {
"items": [],
"disabled": false
},
"oldTorchBrightness": false,
"oldTorchBottom": false,
"oldTorchModel": false,
"oldRedstoneTorchModel": false,
"oldSoulTorchModel": false,
"hidePlayerInBed": false,
"hideExperienceBar": false,
"hideHungerBar": false,
"adventureCraftOffhand": false,
"leftOffhandOffset": 0,
"rightOffhandOffset": 0,
"showExpLevelText": false,
"showExpLevelInCreative": false,
"altExpLevelCorner": "TOP_LEFT",
"altExpLevelOffsetX": 0,
"altExpLevelOffsetY": 0,
"altExpLevelShadow": true,
"altExpLevelText": "Level: %a%v",
"showExpProgressText": false,
"showExpProgressInCreative": false,
"useDynamicProgressColor": true,
"altExpProgressCorner": "TOP_LEFT",
"altExpProgressOffsetX": 0,
"altExpProgressOffsetY": 0,
"altExpProgressShadow": true,
"altExpProgressText": "Experience: %v%",
"showHungerFoodText": false,
"useDynamicFoodColor": true,
"altHungerFoodCorner": "TOP_LEFT",
"altHungerFoodOffsetX": 0,
"altHungerFoodOffsetY": 0,
"altHungerFoodShadow": true,
"altHungerFoodText": "Food: %v",
"showHungerSaturationText": false,
"useDynamicSaturationColor": true,
"altHungerSaturationCorner": "TOP_LEFT",
"altHungerSaturationOffsetX": 0,
"altHungerSaturationOffsetY": 0,
"altHungerSaturationShadow": true,
"altHungerSaturationText": "Saturation: %v%",
"oldVersionOverlay": false,
"oldOverlayShadow": false,
"oldOverlayCorner": "TOP_LEFT",
"oldOverlayOffsetX": 0,
"oldOverlayOffsetY": 0,
"oldOverlayText": "Minecraft %v",
"enableWindowTitle": false,
"matchVersionOverlay": false,
"windowTitleText": "Minecraft %v",
"oldDebug": "MODERN",
"debugEntityId": false,
"fpsChart": "CLASSIC",
"showDebugPieChart": false,
"oldPieChartBackground": false,
"showDebugLeftTextShadow": true,
"showDebugRightTextShadow": true,
"showDebugLeftBackground": false,
"showDebugRightBackground": false,
"debugLeftBackgroundColor": "#50505090",
"debugRightBackgroundColor": "#50505090",
"showDebugLeftTextColor": true,
"showDebugRightTextColor": true,
"debugLeftTextColor": "#FFFFFFFF",
"debugRightTextColor": "#E0E0E0FF",
"showDebugGpuUsage": false,
"showDebugLightData": false,
"showDebugFacingData": false,
"showDebugTargetData": false,
"showDebugBiomeData": false,
"oldInventory": false,
"inventoryBook": "SMALL",
"inventoryShield": "MODERN",
"disableEmptyArmorTexture": false,
"disableEmptyShieldTexture": false,
"invertedPlayerLighting": false,
"oldCreativeHotbar": "MODERN",
"removeScreenBlur": false,
"oldButtonTextColor": false,
"oldDirtScreenBackground": false,
"applyGuiColorBackground": true,
"oldGuiBackground": "SOLID_BLACK",
"customGuiBackground": false,
"customGuiTopGradient": "#00000000",
"customGuiBottomGradient": "#00000000",
"oldLoadingOverlay": "MODERN",
"removeLoadingBar": false,
"customLoadingOverlayBackground": false,
"loadingOverlayBackgroundColor": "#000000",
"customLoadingProgressBar": false,
"progressBarOutlineColor": "#FFFFFF",
"progressBarInsideColor": "#FFFFFF",
"oldProgressScreen": false,
"oldPauseMenu": "MODERN",
"includeModsOnPause": true,
"removeExtraPauseButtons": false,
"oldAnvilScreen": false,
"oldCraftingScreen": false,
"craftingBook": "SMALL",
"oldFurnaceScreen": false,
"furnaceBook": "SMALL",
"oldChatInput": false,
"oldChatBox": false,
"disableSignatureBoxes": false,
"chatOffset": 0,
"oldDeathScreen": false,
"oldDeathScore": false,
"hideCauseOfDeath": false,
"oldWorldSelectScreen": "MODERN",
"addWorldThumbnail": true,
"addWorldMetadata": true,
"ignoreWorldSize": false,
"oldStyleCreateWorldTabs": false,
"removeCreateWorldFooter": false,
"overrideTitleScreen": false,
"oldTitleBackground": false,
"uncapTitleFPS": true,
"oldAlphaLogo": false,
"titleButtonLayout": "MODERN",
"includeModsOnTitle": true,
"removeTitleRealmsButton": false,
"removeTitleAccessibilityButton": false,
"removeTitleLanguageButton": false,
"removeExtraTitleButtons": false,
"addQuitButton": true,
"titleVersionText": "Minecraft %v",
"titleBottomLeftText": false,
"titleTopRightDebugText": false,
"removeTitleModLoaderText": true,
"oldTooltipBoxes": false,
"oldNoItemTooltips": false,
"showEnchantmentTip": true,
"showModifierTip": true,
"showDyeTip": true,
"tooltipColorType": "SOLID",
"tooltipBackgroundColor": "#000000C0",
"tooltipGradientTop": "#FFFFFFC0",
"tooltipGradientBottom": "#000000C0",
"fixItemModelGap": true,
"oldDamageArmorTint": false,
"oldItemHolding": false,
"ignoredHoldingItems": {
"items": [
"minecraft:crossbow"
],
"disabled": false
},
"itemMergeLimit": 16,
"oldItemMerging": false,
"old2dItems": false,
"old2dRendering": false,
"disableEnchantedGroundItems": false,
"disableEnchantedStaticItems": false,
"oldDurabilityColors": false,
"oldNoSelectedItemName": false,
"oldPlainSelectedItemName": false,
"oldNameTags": false,
"supporterTags": true,
"disableLightFlicker": false,
"invertedBlockLighting": false,
"oldLeavesLighting": false,
"oldWaterLighting": false,
"chestLightBlock": false,
"roundRobinRelight": false,
"oldSmoothLighting": false,
"oldNetherLighting": false,
"oldClassicEngine": false,
"smoothLightTransition": false,
"disableBrightness": false,
"oldLightColor": false,
"maxBlockLight": 15,
"disabledParticles": {
"list": [],
"disabled": false
},
"oldOpaqueExperience": false,
"disableNetherParticles": false,
"disableUnderwaterParticles": false,
"disableLavaParticles": false,
"disableLavaDripParticles": false,
"disableWaterDripParticles": false,
"disableLeverParticles": false,
"disableModelDestructionParticles": false,
"disableEnderChestParticles": false,
"disableGrowthParticles": false,
"disableFallingParticles": false,
"disableSprintingParticles": false,
"hideFirstPersonMagicParticles": false,
"oldBoatMovementParticles": false,
"oldSweepParticles": false,
"oldNoDamageParticles": false,
"oldNoCritParticles": false,
"oldNoMagicHitParticles": false,
"oldExplosionParticles": false,
"oldMixedExplosionParticles": false,
"unoptimizedExplosionParticles": false,
"oldSquareBorder": true,
"oldWorldFog": "MODERN",
"fogBinding": -1,
"oldNetherFog": false,
"oldSunriseSunsetFog": false,
"oldDarkFog": false,
"oldDynamicFogColor": false,
"universalFogColor": "DISABLED",
"useCustomOverworldFogDensity": false,
"useCustomOverworldFogColor": false,
"useCustomNetherFogDensity": false,
"useCustomNetherFogColor": false,
"customOverworldFogColor": "#FFFFFF",
"customNetherFogColor": "#540E0E",
"customOverworldFogStart": 100,
"customOverworldFogEnd": 60,
"customNetherFogStart": 100,
"customNetherFogEnd": 60,
"oldWaterFogDensity": false,
"oldWaterFogColor": false,
"smoothWaterDensity": false,
"smoothWaterColor": false,
"renderSunriseSunsetColor": true,
"oldSunriseAtNorth": false,
"oldStars": "MODERN",
"oldDynamicSkyColor": false,
"universalSkyColor": "DISABLED",
"oldNetherSky": false,
"oldCloudHeight": 192,
"sunsetSunriseType": "JAVA",
"customOverworldSky": false,
"customOverworldSkyColor": "#FFFFFF",
"oldBlueVoid": "MODERN",
"oldBlueVoidOverride": false,
"oldDarkVoidHeight": false,
"customVoidSky": false,
"customVoidSkyColor": "#0000FF",
"xbox360BlueVoidColor": true,
"renderVoidFog": false,
"creativeVoidFog": false,
"creativeVoidParticles": false,
"lightRemovesVoidFog": false,
"voidFogEncroach": 70,
"voidFogStart": 50,
"voidParticleStart": -47,
"voidParticleRadius": 16,
"voidParticleDensity": 20
},
"gameplay": {
"oldLadderGap": false,
"oldSquidMilking": false,
"disableAnimalPanic": false,
"disableMonsterAvoidSun": false,
"disableGolemCreation": false,
"disableMonsterItemPickup": false,
"disableBabyZombieSpawn": false,
"disableBabyPiglinSpawn": false,
"disableMonsterItemSpawn": false,
"disableMonsterArmorSpawn": false,
"disableMonsterEnchantSpawn": false,
"piglinOnlyGoldSwordSpawn": false,
"monsterSpawnCap": 90,
"animalSpawnCap": 20,
"oldAnimalSpawning": false,
"disableBabyAnimalSpawning": false,
"disableAnimalBreeding": false,
"disableAnimalTempting": false,
"disableSheepEatGrass": false,
"randomSheepWoolRegen": false,
"oldSheepPunching": false,
"oneWoolPunch": false,
"oldZombiePigmenDrops": false,
"oldSkeletonDrops": false,
"oldChickenDrops": false,
"oldZombieDrops": false,
"oldSpiderDrops": false,
"oldSheepDrops": false,
"oldCowDrops": false,
"oldPigDrops": false,
"oldStyleZombieVillagerDrops": false,
"oldStyleCaveSpiderDrops": false,
"oldStyleMooshroomDrops": false,
"oldStyleDrownedDrops": false,
"oldStyleRabbitDrops": false,
"oldStyleStrayDrops": false,
"oldStyleHuskDrops": false,
"blockWithSwordOnShield": false,
"oldSwordBlocking": true,
"attackWhileSwordBlocking": true,
"swordBlockDamageReduction": 50,
"oldDamageValues": true,
"disableCooldown": true,
"disableMissTimer": true,
"disableCriticalHit": true,
"disableSweep": true,
"arrowSpeed": 70,
"instantBow": false,
"invincibleBow": false,
"disableOrbSpawn": false,
"disableOrbRendering": false,
"disableAnvil": false,
"disableEnchantTable": false,
"oldNightmares": false,
"disableSprint": false,
"leftClickDoor": false,
"leftClickLever": false,
"leftClickButton": false,
"disableSneakingUnderSlabs": false,
"disableCrawling": false,
"instantBonemeal": false,
"tilledGrassSeeds": false,
"disableBonemealShortGrass": false,
"disableTallGrassBonemeal": false,
"disableCocoaBeanPlacement": false,
"oldFire": false,
"infiniteBurn": false,
"disableSoulFire": false,
"instantAir": false,
"disableSwim": false,
"cartBoosting": false,
"cartRiderTurning": false,
"cartSafeRiderTurning": false,
"disableBoatBusyHands": false,
"oldBoatWaterLift": false,
"oldBoatDrops": true,
"punchTntIgnition": false,
"disableBedBounce": false,
"alwaysOpenChest": false,
"disableHunger": false,
"instantEat": false,
"oldFoodStacking": false,
"preventHungerEffect": false,
"customFoodHealth": {
"items": {
"minecraft:rotten_flesh": 0,
"minecraft:spider_eye": 0,
"minecraft:carrot": 1,
"minecraft:melon_slice": 1,
"minecraft:chorus_fruit": 1,
"minecraft:sweet_berries": 1,
"minecraft:glow_berries": 1,
"minecraft:mushroom_stew": 10,
"minecraft:beetroot_soup": 10,
"minecraft:rabbit_stew": 10,
"minecraft:suspicious_stew": 10,
"minecraft:golden_apple": 20,
"minecraft:enchanted_golden_apple": 20
},
"disabled": false
},
"customFoodStacking": {
"items": {
"minecraft:cookie": 8,
"minecraft:beetroot": 8,
"minecraft:carrot": 8,
"minecraft:chorus_fruit": 8,
"minecraft:dried_kelp": 9,
"minecraft:melon_slice": 8,
"minecraft:potato": 8,
"minecraft:poisonous_potato": 8,
"minecraft:sweet_berries": 8,
"minecraft:glow_berries": 8,
"minecraft:apple": 1,
"minecraft:baked_potato": 1,
"minecraft:beef": 1,
"minecraft:beetroot_soup": 1,
"minecraft:bread": 1,
"minecraft:chicken": 1,
"minecraft:cod": 1,
"minecraft:cooked_beef": 1,
"minecraft:cooked_chicken": 1,
"minecraft:cooked_cod": 1,
"minecraft:cooked_mutton": 1,
"minecraft:cooked_porkchop": 1,
"minecraft:cooked_rabbit": 1,
"minecraft:cooked_salmon": 1,
"minecraft:enchanted_golden_apple": 1,
"minecraft:golden_apple": 1,
"minecraft:golden_carrot": 1,
"minecraft:honey_bottle": 4,
"minecraft:mushroom_stew": 1,
"minecraft:mutton": 1,
"minecraft:porkchop": 1,
"minecraft:pufferfish": 1,
"minecraft:pumpkin_pie": 1,
"minecraft:rabbit": 1,
"minecraft:rabbit_stew": 1,
"minecraft:salmon": 1,
"minecraft:suspicious_stew": 1,
"minecraft:tropical_fish": 1
},
"disabled": false
},
"customItemStacking": {
"items": {},
"disabled": false
},
"disableAxeStripping": false,
"disableShovelPathing": false,
"disableWaterBonemeal": false
},
"animation": {
"preventArmSway": false,
"armSwayMirror": false,
"armSwayIntensity": 100,
"oldSwing": false,
"oldSwingInterrupt": true,
"oldSwingDropping": false,
"oldClassicAttackSwing": false,
"oldClassicUseSwing": false,
"oldItemCooldown": true,
"oldItemReequip": false,
"oldToolExplosion": false,
"oldZombieArms": false,
"oldSkeletonArms": false,
"oldGhastCharging": false,
"hideBoatRowing": false,
"oldClassicWalkBobbing": false,
"oldClassicWalkArms": false,
"oldBackwardWalking": false,
"oldVerticalBobbing": false,
"oldCreativeCrouch": false,
"oldRandomDamage": false,
"oldSneaking": false,
"preventDeathTopple": false
},
"swing": {
"overrideSpeeds": false,
"attackGlobalSpeed": -1,
"useGlobalSpeed": -1,
"attackItemSpeed": 8,
"useItemSpeed": 8,
"attackToolSpeed": 8,
"useToolSpeed": 8,
"attackBlockSpeed": 8,
"useBlockSpeed": 8,
"attackSwordSpeed": 8,
"useSwordSpeed": 8,
"attackHasteSpeed": -1,
"useHasteSpeed": -1,
"attackFatigueSpeed": -1,
"useFatigueSpeed": -1,
"attackSwingSpeeds": {
"items": {},
"disabled": false
},
"useSwingSpeeds": {
"items": {},
"disabled": false
}
}
}

View File

@@ -1,601 +0,0 @@
{
"modEnabled": true,
"restrictedLan": true,
"serverSideOnly": true,
"serverLogging": true,
"serverDebugMode": false,
"mod": {
"favoriteTweaks": {
"list": [],
"disabled": false
},
"openedConfigScreen": true,
"openedSupporterScreen": false,
"persistentConfigScreen": true,
"defaultScreen": "HOME_SCREEN",
"openConfigBinding": 79,
"numberOfBackups": 5,
"showWelcomeToast": true,
"showHandshakeToast": false,
"showLanChangeToast": true,
"showServerboundToast": true,
"showClientboundToast": false,
"smoothScroll": true,
"menuBackgroundOpacity": 85,
"displayNewTags": true,
"displayTagTooltips": true,
"displayCategoryTree": true,
"categoryTreeOpacity": 80,
"displayRowHighlight": true,
"displayRowHighlightFade": true,
"overrideRowHighlight": false,
"rowHighlightOpacity": 20
},
"sound": {
"disabledPositionedSounds": {
"list": [],
"disabled": false
},
"disabledGlobalSounds": {
"list": [],
"disabled": false
},
"playMusicWhenPaused": true,
"musicForMenu": "BLENDED",
"musicForCreative": "BLENDED",
"replaceOverworldBiomeMusic": true,
"replaceNetherBiomeMusic": true,
"replaceGameplayMusic": true,
"stopSongBinding": -1,
"nextSongBinding": -1,
"oldCaveSounds": false,
"oldCaveAmbience": false,
"disableNetherAmbience": false,
"disableWaterAmbience": false,
"oldBed": false,
"disableBedPlace": false,
"oldChest": false,
"disableChest": false,
"disableLavaAmbience": false,
"disableLavaPop": false,
"disableFurnace": false,
"disableBlastFurnace": false,
"disableGrowth": false,
"disableDoorPlace": false,
"oldAttack": false,
"oldHurt": false,
"oldFall": false,
"oldXp": false,
"disableXpPickup": false,
"disableXpLevel": false,
"disableGenericSwim": false,
"disableFishSwim": false,
"disableFishHurt": false,
"disableFishDeath": false,
"disableSquid": false,
"disableGlowSquidOther": false,
"disableGlowSquidAmbience": false,
"oldStep": false,
"ignoreModdedStep": false
},
"eyeCandy": {
"sodiumWaterAo": false,
"oldGrassSideTexture": false,
"oldFastGrassTexture": true,
"removeMipmapTexture": false,
"ambientOcclusionBlocks": {
"items": [
"minecraft:powder_snow_bucket",
"minecraft:composter"
],
"disabled": false
},
"disableBlockOffsets": {
"items": [
"minecraft:poppy",
"minecraft:poppy*",
"minecraft:rose_bush",
"minecraft:rose_bush*"
],
"disabled": false
},
"disableAllOffset": false,
"oldMissingTexture": "MODERN",
"applyFullBlockCollisions": false,
"fullBlockCollisions": {
"items": [],
"disabled": false
},
"fullBlockOutlines": {
"items": [
"minecraft:cobblestone_stairs",
"minecraft:cobblestone_stairs*",
"minecraft:cobblestone_wall",
"minecraft:cobblestone_wall*",
"minecraft:oak_fence",
"minecraft:oak_fence*",
"minecraft:chest",
"minecraft:chest*",
"minecraft:ender_chest",
"minecraft:ender_chest*",
"minecraft:cauldron",
"minecraft:cauldron*",
"minecraft:hopper",
"minecraft:hopper*",
"minecraft:anvil",
"minecraft:anvil*"
],
"disabled": false
},
"blockOutlineColor": "#00000066",
"blockOutlineThickness": 2.5,
"oldBlockOverlay": false,
"overlayRenderOrder": "FIRST",
"blockOverlayColorType": "SOLID",
"blockOverlayColor": "#FFFFFF5A",
"blockOverlayGradientTop": "#0000005A",
"blockOverlayGradientBottom": "#FFFFFF5A",
"pulsateBlockOverlay": true,
"pulsateOverlayAnimation": "LINEAR",
"oldBlockOverlaySpeed": 0.2,
"minimumBlockPulsationTransparency": 0.1,
"maximumBlockPulsationTransparency": 0.4,
"oldChest": false,
"oldEnderChest": false,
"oldTrappedChest": false,
"applyChestVoxel": false,
"oldModChests": {
"items": [],
"disabled": false
},
"translucentChests": {
"items": [],
"disabled": false
},
"oldTorchBrightness": false,
"oldTorchBottom": false,
"oldTorchModel": false,
"oldRedstoneTorchModel": false,
"oldSoulTorchModel": false,
"hidePlayerInBed": false,
"hideExperienceBar": false,
"hideHungerBar": false,
"adventureCraftOffhand": false,
"leftOffhandOffset": 0,
"rightOffhandOffset": 0,
"showExpLevelText": false,
"showExpLevelInCreative": false,
"altExpLevelCorner": "TOP_LEFT",
"altExpLevelOffsetX": 0,
"altExpLevelOffsetY": 0,
"altExpLevelShadow": true,
"altExpLevelText": "Level: %a%v",
"showExpProgressText": false,
"showExpProgressInCreative": false,
"useDynamicProgressColor": true,
"altExpProgressCorner": "TOP_LEFT",
"altExpProgressOffsetX": 0,
"altExpProgressOffsetY": 0,
"altExpProgressShadow": true,
"altExpProgressText": "Experience: %v%",
"showHungerFoodText": false,
"useDynamicFoodColor": true,
"altHungerFoodCorner": "TOP_LEFT",
"altHungerFoodOffsetX": 0,
"altHungerFoodOffsetY": 0,
"altHungerFoodShadow": true,
"altHungerFoodText": "Food: %v",
"showHungerSaturationText": false,
"useDynamicSaturationColor": true,
"altHungerSaturationCorner": "TOP_LEFT",
"altHungerSaturationOffsetX": 0,
"altHungerSaturationOffsetY": 0,
"altHungerSaturationShadow": true,
"altHungerSaturationText": "Saturation: %v%",
"oldVersionOverlay": false,
"oldOverlayShadow": false,
"oldOverlayCorner": "TOP_LEFT",
"oldOverlayOffsetX": 0,
"oldOverlayOffsetY": 0,
"oldOverlayText": "Minecraft %v",
"enableWindowTitle": false,
"matchVersionOverlay": false,
"windowTitleText": "Minecraft %v",
"oldDebug": "MODERN",
"debugEntityId": false,
"fpsChart": "CLASSIC",
"showDebugPieChart": false,
"oldPieChartBackground": false,
"showDebugLeftTextShadow": true,
"showDebugRightTextShadow": true,
"showDebugLeftBackground": false,
"showDebugRightBackground": false,
"debugLeftBackgroundColor": "#50505090",
"debugRightBackgroundColor": "#50505090",
"showDebugLeftTextColor": true,
"showDebugRightTextColor": true,
"debugLeftTextColor": "#FFFFFFFF",
"debugRightTextColor": "#E0E0E0FF",
"showDebugGpuUsage": false,
"showDebugLightData": false,
"showDebugFacingData": false,
"showDebugTargetData": false,
"showDebugBiomeData": false,
"oldInventory": false,
"inventoryBook": "SMALL",
"inventoryShield": "MODERN",
"disableEmptyArmorTexture": false,
"disableEmptyShieldTexture": false,
"invertedPlayerLighting": false,
"oldCreativeHotbar": "MODERN",
"removeScreenBlur": false,
"oldButtonTextColor": false,
"oldDirtScreenBackground": false,
"applyGuiColorBackground": true,
"oldGuiBackground": "SOLID_BLACK",
"customGuiBackground": false,
"customGuiTopGradient": "#00000000",
"customGuiBottomGradient": "#00000000",
"oldLoadingOverlay": "MODERN",
"removeLoadingBar": false,
"customLoadingOverlayBackground": false,
"loadingOverlayBackgroundColor": "#000000",
"customLoadingProgressBar": false,
"progressBarOutlineColor": "#FFFFFF",
"progressBarInsideColor": "#FFFFFF",
"oldProgressScreen": false,
"oldPauseMenu": "MODERN",
"includeModsOnPause": true,
"removeExtraPauseButtons": false,
"oldAnvilScreen": false,
"oldCraftingScreen": false,
"craftingBook": "SMALL",
"oldFurnaceScreen": false,
"furnaceBook": "SMALL",
"oldChatInput": false,
"oldChatBox": false,
"disableSignatureBoxes": false,
"chatOffset": 0,
"oldDeathScreen": false,
"oldDeathScore": false,
"hideCauseOfDeath": false,
"oldWorldSelectScreen": "MODERN",
"addWorldThumbnail": true,
"addWorldMetadata": true,
"ignoreWorldSize": false,
"oldStyleCreateWorldTabs": false,
"removeCreateWorldFooter": false,
"overrideTitleScreen": false,
"oldTitleBackground": false,
"uncapTitleFPS": true,
"oldAlphaLogo": false,
"titleButtonLayout": "MODERN",
"includeModsOnTitle": true,
"removeTitleRealmsButton": false,
"removeTitleAccessibilityButton": false,
"removeTitleLanguageButton": false,
"removeExtraTitleButtons": false,
"addQuitButton": true,
"titleVersionText": "Minecraft %v",
"titleBottomLeftText": false,
"titleTopRightDebugText": false,
"removeTitleModLoaderText": true,
"oldTooltipBoxes": false,
"oldNoItemTooltips": false,
"showEnchantmentTip": true,
"showModifierTip": true,
"showDyeTip": true,
"tooltipColorType": "SOLID",
"tooltipBackgroundColor": "#000000C0",
"tooltipGradientTop": "#FFFFFFC0",
"tooltipGradientBottom": "#000000C0",
"fixItemModelGap": true,
"oldDamageArmorTint": false,
"oldItemHolding": false,
"ignoredHoldingItems": {
"items": [
"minecraft:crossbow"
],
"disabled": false
},
"itemMergeLimit": 16,
"oldItemMerging": false,
"old2dItems": false,
"old2dRendering": false,
"disableEnchantedGroundItems": false,
"disableEnchantedStaticItems": false,
"oldDurabilityColors": false,
"oldNoSelectedItemName": false,
"oldPlainSelectedItemName": false,
"oldNameTags": false,
"supporterTags": true,
"disableLightFlicker": false,
"invertedBlockLighting": false,
"oldLeavesLighting": false,
"oldWaterLighting": false,
"chestLightBlock": false,
"roundRobinRelight": false,
"oldSmoothLighting": false,
"oldNetherLighting": false,
"oldClassicEngine": false,
"smoothLightTransition": false,
"disableBrightness": false,
"oldLightColor": false,
"maxBlockLight": 15,
"disabledParticles": {
"list": [],
"disabled": false
},
"oldOpaqueExperience": false,
"disableNetherParticles": false,
"disableUnderwaterParticles": false,
"disableLavaParticles": false,
"disableLavaDripParticles": false,
"disableWaterDripParticles": false,
"disableLeverParticles": false,
"disableModelDestructionParticles": false,
"disableEnderChestParticles": false,
"disableGrowthParticles": false,
"disableFallingParticles": false,
"disableSprintingParticles": false,
"hideFirstPersonMagicParticles": false,
"oldBoatMovementParticles": false,
"oldSweepParticles": false,
"oldNoDamageParticles": false,
"oldNoCritParticles": false,
"oldNoMagicHitParticles": false,
"oldExplosionParticles": false,
"oldMixedExplosionParticles": false,
"unoptimizedExplosionParticles": false,
"oldSquareBorder": true,
"oldWorldFog": "MODERN",
"fogBinding": -1,
"oldNetherFog": false,
"oldSunriseSunsetFog": false,
"oldDarkFog": false,
"oldDynamicFogColor": false,
"universalFogColor": "DISABLED",
"useCustomOverworldFogDensity": false,
"useCustomOverworldFogColor": false,
"useCustomNetherFogDensity": false,
"useCustomNetherFogColor": false,
"customOverworldFogColor": "#FFFFFF",
"customNetherFogColor": "#540E0E",
"customOverworldFogStart": 100,
"customOverworldFogEnd": 60,
"customNetherFogStart": 100,
"customNetherFogEnd": 60,
"oldWaterFogDensity": false,
"oldWaterFogColor": false,
"smoothWaterDensity": false,
"smoothWaterColor": false,
"renderSunriseSunsetColor": true,
"oldSunriseAtNorth": false,
"oldStars": "MODERN",
"oldDynamicSkyColor": false,
"universalSkyColor": "DISABLED",
"oldNetherSky": false,
"oldCloudHeight": 192,
"sunsetSunriseType": "JAVA",
"customOverworldSky": false,
"customOverworldSkyColor": "#FFFFFF",
"oldBlueVoid": "MODERN",
"oldBlueVoidOverride": false,
"oldDarkVoidHeight": false,
"customVoidSky": false,
"customVoidSkyColor": "#0000FF",
"xbox360BlueVoidColor": true,
"renderVoidFog": false,
"creativeVoidFog": false,
"creativeVoidParticles": false,
"lightRemovesVoidFog": false,
"voidFogEncroach": 70,
"voidFogStart": 50,
"voidParticleStart": -47,
"voidParticleRadius": 16,
"voidParticleDensity": 20
},
"gameplay": {
"oldLadderGap": false,
"oldSquidMilking": false,
"disableAnimalPanic": false,
"disableMonsterAvoidSun": false,
"disableGolemCreation": false,
"disableMonsterItemPickup": false,
"disableBabyZombieSpawn": false,
"disableBabyPiglinSpawn": false,
"disableMonsterItemSpawn": false,
"disableMonsterArmorSpawn": false,
"disableMonsterEnchantSpawn": false,
"piglinOnlyGoldSwordSpawn": false,
"monsterSpawnCap": 90,
"animalSpawnCap": 20,
"oldAnimalSpawning": false,
"disableBabyAnimalSpawning": false,
"disableAnimalBreeding": false,
"disableAnimalTempting": false,
"disableSheepEatGrass": false,
"randomSheepWoolRegen": false,
"oldSheepPunching": false,
"oneWoolPunch": false,
"oldZombiePigmenDrops": false,
"oldSkeletonDrops": false,
"oldChickenDrops": false,
"oldZombieDrops": false,
"oldSpiderDrops": false,
"oldSheepDrops": false,
"oldCowDrops": false,
"oldPigDrops": false,
"oldStyleZombieVillagerDrops": false,
"oldStyleCaveSpiderDrops": false,
"oldStyleMooshroomDrops": false,
"oldStyleDrownedDrops": false,
"oldStyleRabbitDrops": false,
"oldStyleStrayDrops": false,
"oldStyleHuskDrops": false,
"blockWithSwordOnShield": false,
"oldSwordBlocking": true,
"attackWhileSwordBlocking": true,
"swordBlockDamageReduction": 50,
"oldDamageValues": true,
"disableCooldown": true,
"disableMissTimer": true,
"disableCriticalHit": true,
"disableSweep": true,
"arrowSpeed": 70,
"instantBow": false,
"invincibleBow": false,
"disableOrbSpawn": false,
"disableOrbRendering": false,
"disableAnvil": false,
"disableEnchantTable": false,
"oldNightmares": false,
"disableSprint": false,
"leftClickDoor": false,
"leftClickLever": false,
"leftClickButton": false,
"disableSneakingUnderSlabs": false,
"disableCrawling": false,
"instantBonemeal": false,
"tilledGrassSeeds": false,
"disableBonemealShortGrass": false,
"disableTallGrassBonemeal": false,
"disableCocoaBeanPlacement": false,
"oldFire": false,
"infiniteBurn": false,
"disableSoulFire": false,
"instantAir": false,
"disableSwim": false,
"cartBoosting": false,
"cartRiderTurning": false,
"cartSafeRiderTurning": false,
"disableBoatBusyHands": false,
"oldBoatWaterLift": false,
"oldBoatDrops": true,
"punchTntIgnition": false,
"disableBedBounce": false,
"alwaysOpenChest": false,
"disableHunger": false,
"instantEat": false,
"oldFoodStacking": false,
"preventHungerEffect": false,
"customFoodHealth": {
"items": {
"minecraft:rotten_flesh": 0,
"minecraft:spider_eye": 0,
"minecraft:carrot": 1,
"minecraft:melon_slice": 1,
"minecraft:chorus_fruit": 1,
"minecraft:sweet_berries": 1,
"minecraft:glow_berries": 1,
"minecraft:mushroom_stew": 10,
"minecraft:beetroot_soup": 10,
"minecraft:rabbit_stew": 10,
"minecraft:suspicious_stew": 10,
"minecraft:golden_apple": 20,
"minecraft:enchanted_golden_apple": 20
},
"disabled": false
},
"customFoodStacking": {
"items": {
"minecraft:cookie": 8,
"minecraft:beetroot": 8,
"minecraft:carrot": 8,
"minecraft:chorus_fruit": 8,
"minecraft:dried_kelp": 9,
"minecraft:melon_slice": 8,
"minecraft:potato": 8,
"minecraft:poisonous_potato": 8,
"minecraft:sweet_berries": 8,
"minecraft:glow_berries": 8,
"minecraft:apple": 1,
"minecraft:baked_potato": 1,
"minecraft:beef": 1,
"minecraft:beetroot_soup": 1,
"minecraft:bread": 1,
"minecraft:chicken": 1,
"minecraft:cod": 1,
"minecraft:cooked_beef": 1,
"minecraft:cooked_chicken": 1,
"minecraft:cooked_cod": 1,
"minecraft:cooked_mutton": 1,
"minecraft:cooked_porkchop": 1,
"minecraft:cooked_rabbit": 1,
"minecraft:cooked_salmon": 1,
"minecraft:enchanted_golden_apple": 1,
"minecraft:golden_apple": 1,
"minecraft:golden_carrot": 1,
"minecraft:honey_bottle": 4,
"minecraft:mushroom_stew": 1,
"minecraft:mutton": 1,
"minecraft:porkchop": 1,
"minecraft:pufferfish": 1,
"minecraft:pumpkin_pie": 1,
"minecraft:rabbit": 1,
"minecraft:rabbit_stew": 1,
"minecraft:salmon": 1,
"minecraft:suspicious_stew": 1,
"minecraft:tropical_fish": 1
},
"disabled": false
},
"customItemStacking": {
"items": {},
"disabled": false
},
"disableAxeStripping": false,
"disableShovelPathing": false,
"disableWaterBonemeal": false
},
"animation": {
"preventArmSway": false,
"armSwayMirror": false,
"armSwayIntensity": 100,
"oldSwing": false,
"oldSwingInterrupt": true,
"oldSwingDropping": false,
"oldClassicAttackSwing": false,
"oldClassicUseSwing": false,
"oldItemCooldown": true,
"oldItemReequip": false,
"oldToolExplosion": false,
"oldZombieArms": false,
"oldSkeletonArms": false,
"oldGhastCharging": false,
"hideBoatRowing": false,
"oldClassicWalkBobbing": false,
"oldClassicWalkArms": false,
"oldBackwardWalking": false,
"oldVerticalBobbing": false,
"oldCreativeCrouch": false,
"oldRandomDamage": false,
"oldSneaking": false,
"preventDeathTopple": false
},
"swing": {
"overrideSpeeds": false,
"attackGlobalSpeed": -1,
"useGlobalSpeed": -1,
"attackItemSpeed": 8,
"useItemSpeed": 8,
"attackToolSpeed": 8,
"useToolSpeed": 8,
"attackBlockSpeed": 8,
"useBlockSpeed": 8,
"attackSwordSpeed": 8,
"useSwordSpeed": 8,
"attackHasteSpeed": -1,
"useHasteSpeed": -1,
"attackFatigueSpeed": -1,
"useFatigueSpeed": -1,
"attackSwingSpeeds": {
"items": {},
"disabled": false
},
"useSwingSpeeds": {
"items": {},
"disabled": false
}
}
}

View File

@@ -1,9 +0,0 @@
{
"defaultSigningMode": "ON_DEMAND",
"showNCRButton": false,
"showReloadButton": false,
"verifiedIconEnabled": false,
"hideModifiedMessageIndicators": false,
"hideSigningRequestMessage": true,
"skipSigningWarning": true
}

View File

@@ -1,3 +0,0 @@
{
"betterGrassMode": "OFF"
}

View File

@@ -1,10 +0,0 @@
{
clientCapeType: "MINECRAFTCAPES",
enableOptifine: true,
enableLabyMod: false,
enableWynntils: true,
enableMinecraftCapesMod: true,
enableCosmetica: true,
enableCloaksPlus: true,
enableElytraTexture: true
}

View File

@@ -1,3 +0,0 @@
{
"broken_paths": true
}

View File

@@ -1,15 +0,0 @@
{
"editorLastVersion": "0.6.21a",
"editorSelectMouseButton": 0,
"titleScreenButton": false,
"playerSettings": {},
"globalSettings": {},
"friendSettings": {},
"keybinds": {},
"editorDragMouseButton": -1,
"editorMenuMouseButton": 1,
"editorRotateMouseButton": 2,
"safetyProfiles": {},
"editorRecentProjects": [],
"serverSettings": {}
}

View File

@@ -1,154 +0,0 @@
{
"_schemaVersion": 6,
"_lastMCVersionId": 769,
"generalSettings": {
"detectATLauncherInstance": false,
"detectCurseManifest": false,
"detectMultiMCManifest": true,
"detectMCUpdaterInstance": false,
"detectTechnicPack": true,
"detectModrinthPack": false,
"detectBiomeData": false,
"detectDimensionData": false,
"detectWorldData": true,
"clientId": "1278509112128442443",
"defaultIcon": "othericon",
"enableJoinRequests": true,
"preferredClientLevel": 3,
"resetTimeOnInit": false,
"autoRegister": false
},
"biomeSettings": {
"fallbackBiomeIcon": "unknown",
"biomeData": {
"default": {
"textOverride": "Playing in {biome.name}"
}
}
},
"dimensionSettings": {
"fallbackDimensionIcon": "unknown",
"dimensionData": {
"default": {
"textOverride": "In the {dimension.name}"
}
}
},
"serverSettings": {
"fallbackServerIcon": "default",
"fallbackServerName": "Minecraft Server",
"fallbackServerMotd": "A Minecraft Server",
"serverData": {
"default": {
"textOverride": "Playing on {server.name}"
}
},
"pingRateInterval": 5,
"pingRateUnit": "minutes"
},
"statusMessages": {
"mainMenuData": {
"textOverride": "In the Main Menu"
},
"loadingData": {
"textOverride": "Loading..."
},
"lanData": {
"textOverride": "Playing on a LAN Server"
},
"singleplayerData": {
"textOverride": "Playing Singleplayer - \"{world.name}\""
},
"realmData": {
"textOverride": "Playing on {server.name} - Realm"
}
},
"advancedSettings": {
"enablePerGui": false,
"enablePerItem": false,
"enablePerEntity": false,
"formatWords": true,
"debugMode": false,
"verboseMode": false,
"refreshRate": 2,
"allowPlaceholderPreviews": false,
"guiSettings": {
"fallbackGuiIcon": "unknown",
"guiData": {
"default": {
"textOverride": "In {screen.name}"
}
}
},
"itemMessages": {
"default": "Holding {item.message.holding}"
},
"entitySettings": {
"fallbackEntityIcon": "unknown",
"targetData": {
"default": {
"textOverride": "Targeting {entity.target.name}"
}
},
"ridingData": {
"default": {
"textOverride": "Riding {entity.riding.name}"
}
}
},
"allowEndpointIcons": true,
"serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}",
"playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}",
"allowDuplicatePackets": false,
"maxConnectionAttempts": 10,
"enableClassGraph": false,
"useClassLoader": false
},
"accessibilitySettings": {
"languageId": "en_us",
"stripTranslationColors": false,
"stripTranslationFormatting": false,
"stripExtraGuiElements": false,
"configKeyCode": 96
},
"displaySettings": {
"presenceData": {
"enabled": true,
"useAsMain": false,
"isInstance": false,
"activityType": 0,
"partyPrivacy": 1,
"details": "{getFirst(menu.message, dimension.message)}",
"gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}",
"largeImageKey": "othericon",
"largeImageText": "Re-Console",
"smallImageKey": "{player.icon}",
"smallImageText": "{player.name}",
"startTimestamp": "{data.general.time}",
"endTimestamp": "",
"buttons": {
"default": {
"label": "Example Text",
"url": "https://google.com"
}
}
},
"dynamicIcons": {
"anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad",
"juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed",
"default": "https://via.placeholder.com/256.png"
},
"dynamicVariables": {
"default": "Example Text",
"mods": "{general.mods} Mod(s)",
"player_info_coordinate": "At {player.position.x}, {player.position.z}",
"players": "{server.players.current} / {server.players.max} Players",
"player_info_in": "({custom.player_info.health})",
"player_info_items": "Items: {item.main_hand.message}",
"player_info_out": "As {player.name}",
"player_info_health": "Health: {player.health.current}/{player.health.max}",
"world_info": "On {world.name}",
"pack": "{pack.name}"
}
}
}

View File

@@ -1,4 +0,0 @@
sign_ao=true
shulker_box_ao=true
chest_ao=true
bed_ao=true

View File

@@ -1 +0,0 @@
useSmallThreadingDetector = true

View File

@@ -1,3 +0,0 @@
{
"experimental_screen_batching": true
}

View File

@@ -1,2 +0,0 @@
disableUpdateMessage=true
enableShaders=false

View File

@@ -1,148 +0,0 @@
# LambDynamicLights configuration.
# The dynamic lights mode
mode = "off"
# Light sources settings.
[light_sources]
# Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
water_sensitive_check = true
# Enable first-person player light source.
self = true
# TNT lighting mode. May be off, simple or fancy.
tnt = "off"
# Enable entities light source.
entities = true
# Creeper lighting mode. May be off, simple or fancy.
creeper = "simple"
[light_sources.settings.entities.minecraft]
zombie_horse = true
axolotl = true
egg = true
zoglin = true
spawner_minecart = true
allay = true
llama = true
mule = true
bat = true
husk = true
camel = true
experience_bottle = true
rabbit = true
firework_rocket = true
silverfish = true
giant = true
drowned = true
item = true
goat = true
horse = true
vindicator = true
minecart = true
spectral_arrow = true
llama_spit = true
mooshroom = true
glow_item_frame = false
snowball = true
tnt = true
parrot = true
creeper = true
lightning_bolt = true
tadpole = true
ravager = true
evoker_fangs = true
chest_minecart = true
tropical_fish = true
slime = true
pillager = true
area_effect_cloud = true
blaze = true
piglin = true
end_crystal = true
endermite = true
ender_pearl = true
zombie = true
item_display = true
breeze_wind_charge = true
guardian = true
fireball = true
illusioner = true
eye_of_ender = true
wither_skull = true
wolf = true
block_display = true
tnt_minecart = true
zombie_villager = true
elder_guardian = true
chest_boat = true
boat = true
small_fireball = true
strider = true
cave_spider = true
cod = true
snow_golem = true
witch = true
spider = true
command_block_minecart = true
panda = true
bee = true
arrow = true
cow = true
magma_cube = true
pig = true
skeleton = true
frog = true
hoglin = true
armadillo = true
armor_stand = true
experience_orb = true
dolphin = true
stray = true
shulker = true
turtle = true
salmon = true
vex = true
wandering_trader = true
wither_skeleton = true
piglin_brute = true
breeze = true
ocelot = true
furnace_minecart = true
item_frame = true
phantom = true
ender_dragon = true
leash_knot = true
evoker = true
marker = true
glow_squid = true
warden = true
shulker_bullet = true
squid = true
enderman = true
dragon_fireball = true
chicken = true
sniffer = true
trader_llama = true
donkey = true
bogged = true
fox = true
iron_golem = true
zombified_piglin = true
cat = true
wind_charge = true
ghast = true
sheep = true
player = true
pufferfish = true
potion = true
trident = true
villager = true
ominous_item_spawner = true
skeleton_horse = true
fishing_bobber = true
text_display = true
polar_bear = true
hopper_minecart = true
falling_block = true
painting = true
interaction = true
wither = true

View File

@@ -1,15 +0,0 @@
# This config file is taken from Simply Optimized 6.2.2, and the following
# patches that SO enables are removed for stability and compatibility:
# mixin.bugfix.packet_leak | experimental
# mixin.perf.clear_fabric_mapping_tables | may be incompatible with other mods
# mixin.perf.remove_spawn_chunks | breaks vanilla parity
# mixin.perf.clear_mixin_classinfo | may be incompatible with other mods
#
# Thanks HyperSoop for allowing me to modify the config file for Adrenaline :)
#
# For more information on the ModernFix patches and what they do, see the
# wiki on the Git repo: https://github.com/embeddedt/ModernFix/wiki
mixin.perf.dynamic_entity_renderers=true
mixin.perf.dynamic_resources=true
mixin.perf.faster_item_rendering=true

View File

@@ -1,7 +0,0 @@
{
"mods_button_style": "icon",
"game_menu_button_style": "icon",
"update_checker": false,
"count_libraries": false,
"count_children": false
}

View File

@@ -1,20 +0,0 @@
{
"disabledIntegrations": [
"borderlessmining",
"cem",
"citresewn",
"continuity",
"colormatic",
"cullleaves",
"dynamicfps",
"entity_texture_features",
"entity_model_features",
"iris",
"lambdabettergrass",
"lambdynlights"
],
"enablePuzzleButton": false,
"debugMessages": false,
"checkUpdates": false,
"showPuzzleInfo": false
}

View File

@@ -1,9 +0,0 @@
mode = "fancy"
[light_sources]
water_sensitive_check = false
block_entities = false
entities = true
self = true
tnt = "simple"
creeper = "simple"

View File

@@ -1,3 +0,0 @@
features:
lobotomize-villagers:
enabled: true

View File

@@ -1,2 +0,0 @@
# Configuration file for VMP
show_async_loading_messages=false

View File

@@ -1,4 +0,0 @@
{
showOnlineStatus: false,
enableFriends: false,
}

View File

@@ -1,13 +0,0 @@
version:3839
biomeBlendRadius:1
enableVsync:false
fullscreen:true
gamma:0.0
fov:-0.05
maxFps:240
renderDistance:18
simulationDistance:8
toggleCrouch:true
notificationDisplayTime:1.2
attackIndicator:0
joinedFirstServer:true

View File

@@ -1,35 +0,0 @@
{
"default": "minecraft",
"order": [
"minecraft",
"minecraft_classic",
"ps4-parity",
"dark-mode",
"trailer",
"faithful",
"plastic",
"natural",
"city",
"fantasy",
"cartoon",
"festive",
"halloween",
"candy",
"steampunk",
"pattern",
"sctp",
"skyrim",
"fallout",
"china",
"greek",
"egypt",
"norse",
"adventuretime",
"halo",
"pirate",
"toystory",
"nmbc",
"masseffect",
"supermario"
]
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Adventure Time.zip"
],
"id": "adventuretime",
"name": "Adventure-time",
"description": "Adventure Time, c'mon grab your tools, we're going to a very blocky world. With Jake the Dog and Finn the Human, and a bundle of their friends, it's Adventure Time!… Mash-up!"
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Candy Texture Pack.zip"
],
"id": "candy",
"name": "Candy Texture Pack",
"description": "Indulge your sweet tooth with this sugar-coated texture pack!"
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Cartoon Texture Pack.zip"
],
"id": "cartoon",
"name": "Cartoon Texture Pack",
"description": "Googly eyes! Goofy grins! Turn your world into a toon with this pack."
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Chinese Mythology.zip"
],
"id": "cartoon",
"name": "Chinese Mythology Mash-up",
"description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China."
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/City Texture Pack.zip"
],
"id": "city",
"name": "City Texture Pack",
"description": "Free your inner architect and shape the world around you."
}

View File

@@ -1,13 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/Default-Dark-Mode-1.20.2+-2024.6.0.zip",
"legacy:console_aspects",
"file/rc1.21.1.zip",
"file/Default-Dark-Mode-Expansion-1.19.0+-2025.5.1.zip"
],
"id": "dark-mode",
"name": "Dark-Mode Texture Pack",
"description": "Save your eyes some strain with Default Dark Mode!"
}

View File

@@ -1,12 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"legacy:legacy_waters",
"file/Faithful 32x - 1.21.1.zip",
"file/Faithful Legacy 1.2.zip"
],
"id": "faithful",
"name": "High Resolution Texturepack",
"description": "Experience Minecraft with 2x the texture quality!"
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Fantasy Texture Pack.zip"
],
"id": "fantasy",
"name": "Fantasy Texture Pack",
"description": "Transport yourselves to a time where knights were heroes."
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Festive.zip"
],
"id": "festive",
"name": "Festive Mash-up",
"description": "Wander through a winter wonderland!"
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Greek Mythology.zip"
],
"id": "greek",
"name": "Greek Mythology Mash-up",
"description": "Build a pantheon fit for the gods, trap the Minotaur in an elaborate maze, or set sail for adventures across the sea the world is your square oyster!"
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Halloween.zip"
],
"id": "halloween",
"name": "Halloween Mash-up",
"description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride!"
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Mass Effect.zip"
],
"id": "masseffect",
"name": "Mass Effect Mash-up",
"description": "Shape the fate of your Minecraft galaxy with this amazing Mash-up!"
}

View File

@@ -1,18 +0,0 @@
{
"background": "legacy:icon/background",
"packs": [
"vanilla",
"fabric",
"legacy:legacy_waters",
"file/rc1.21.1.zip"
],
"displayPack": "vanilla",
"id": "minecraft",
"version": 2,
"name": {
"translate": "legacy.menu.albums.resource.minecraft"
},
"description": {
"translate": "legacy.menu.albums.resource.minecraft.description"
}
}

View File

@@ -1,18 +0,0 @@
{
"icon": "legacy:icon/minecraft_classic",
"background": "legacy:icon/minecraft_classic_background",
"packs": [
"vanilla",
"fabric",
"programmer_art",
"legacy:legacy_waters"
],
"id": "minecraft_classic",
"version": 1,
"name": {
"translate": "legacy.menu.albums.resource.minecraft_classic"
},
"description": {
"translate": "legacy.menu.albums.resource.minecraft_classic.description"
}
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Natural Texture Pack.zip"
],
"id": "natural",
"name": "Natural Texture Pack",
"description": "Give your worlds a more natural look. A texture pack based on soft colors and lines"
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/The Nightmare Before Christmas.zip"
],
"id": "nmbc",
"name": "The Nightmare Before Christmas Mash-up",
"description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!"
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Norse Mythology.zip"
],
"id": "norse",
"name": "Norse Mythology Mash-up",
"description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!"
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Pattern Texture Pack.zip"
],
"id": "pattern",
"name": "Pattern Texture Pack",
"description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!"
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Pirates Of The Caribbean.zip"
],
"id": "pirate",
"name": "Pirates of the Caribbean Mash-up",
"description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up"
}

View File

@@ -1,13 +0,0 @@
{
"background": "legacy:icon/minecraft_classic_background",
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/tu69.zip",
"legacy:console_aspects"
],
"id": "ps4-parity",
"name": "PS4 Parity",
"description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition."
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Super Cute Texture Pack.zip"
],
"id": "sctp",
"name": "Super Cute Texture Pack",
"description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs!"
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Skyrim Mash-up.zip"
],
"id": "skyrim",
"name": "Skyrim Mash-up",
"description": "The Elder Scrolls V: Skyrim meets Minecraft in a clash of epic proportions. Build your own worlds in the land of Skyrim and experience adventure with many of its most iconic characters. Legendary fun awaits."
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Super Mario Mash-up.zip"
],
"id": "supermario",
"name": "Super Mario Mash-up",
"description": "Super Mario meets Minecraft!"
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Toy Story Mash-Up.zip"
],
"id": "toystory",
"name": "Toy Story Mash-up",
"description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!"
}

View File

@@ -1,11 +0,0 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.1.zip",
"file/Bare Bones 1.21.5.zip"
],
"id": "trailer",
"name": "Trailer-Style Texture Pack",
"description": "Experience LCE in the style of the MC trailers"
}

View File

@@ -1,778 +0,0 @@
hash-format = "sha256"
[[files]]
file = "config/crash_assistant/config.toml"
hash = "e201fa917ffd624e255599c43a51dd0e1450b20a587d88086a7c4aa5e16ffaf9"
[[files]]
file = "config/crash_assistant/lang/README.md"
hash = "bd2631461374ee995478917064980edee09d5c300dfde1548264c1d9b6763349"
[[files]]
file = "config/crash_assistant/lang/en_us.json"
hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240"
[[files]]
file = "config/crash_assistant/lang/ru_ru.json"
hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240"
[[files]]
file = "config/crash_assistant/lang/zh_cn.json"
hash = "3a429334ee23f897a7f9433e25af1246a735b289629d32cb0c730a9885a3c240"
[[files]]
file = "config/crash_assistant/modlist.json"
hash = "e991d9d5def8431a7a765da06eafc9c59f2911a8b39c4d483f96ff8eb0a57560"
[[files]]
file = "config/crash_assistant/problematic_mods_config.json"
hash = "ac39420512ece55a61087db09fe6c4375aa8bd02966b78716c3e3e404938f693"
[[files]]
file = "config/legacy/client_mixin.json"
hash = "ace4602e3fd17695499bd3c4c098009bd0e78d7c8e094428688d262a85236d8f"
[[files]]
file = "config/legacy/client_options.json"
hash = "cf4ee864c556688f02f60429e4a259ddbeaa9cb8bba12876527874b5b9b76941"
[[files]]
file = "config/legacy/common.json"
hash = "102803aae5342ed1907d7c1aa18b5ea41f622ab588a6b1c9694ae41f962d5b3a"
[[files]]
file = "config/legacy/common_mixin.json"
hash = "8c3090d5ad28a65c7f946726318c7b578e9708cec49fc2eee99f746780e002bf"
[[files]]
file = "config/legacy/global_packs.json"
hash = "cebd6681ff0617f0ec940ddccff67167e717de6bb868464d93cc19bb516b8c12"
[[files]]
file = "config/nostalgic_tweaks/backup/nostalgic_tweaks-client-startup_backup.json"
hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2"
[[files]]
file = "config/nostalgic_tweaks/nostalgic_tweaks.json"
hash = "fabdef222b32fa6712f7e594b51aaf4ff1e95db78a03b1094e00392a03714cc2"
[[files]]
file = "config/yosbr/config/NoChatReports/NCR-Client.json"
hash = "e0d9ce47a87536c707b797789b53e9e4f09b273f69098b1303b0815ebd82b3c5"
[[files]]
file = "config/yosbr/config/NoChatReports/NCR-Common.json"
hash = "20bb880eb7a4657399b86fd11f6e2ec56c87c04ad037d62c155dcca5d484aa7f"
[[files]]
file = "config/yosbr/config/NoChatReports/NCR-Encryption.json"
hash = "69b2e8613a2e3084367295c7b74cb598957f97bb9b9cfe56eb7b7a3187d86b66"
[[files]]
file = "config/yosbr/config/bettergrass.json5"
hash = "5ba4ad8c50ca8715fe648e7e68e8b5df0fe05acac0f9b152cedd93a6250ae386"
[[files]]
file = "config/yosbr/config/capes.json5"
hash = "dda5b7b8f667e02c239390c96f2a6f84d2224c7be2449e2a75a2a7fc5a96e636"
[[files]]
file = "config/yosbr/config/citresewn.json"
hash = "080ec08b7754723a3fa7c45cc0c37f251cc69ff5a07c06bb0f9cb40596373bbe"
[[files]]
file = "config/yosbr/config/cpm.json"
hash = "3870f1965e60dc67b321c224c41868293c75a595c4f510b2edcff879b7372775"
[[files]]
file = "config/yosbr/config/craftpresence.json"
hash = "616adff7c23266696effd21b205000087433333b99f689ca25e65520012324b2"
[[files]]
file = "config/yosbr/config/enhanced_bes.properties"
hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce"
[[files]]
file = "config/yosbr/config/fastquit.toml"
hash = "4c7872ece540160831d0c17e505336ffa2fba0748f3f32f137af1958272e200c"
[[files]]
file = "config/yosbr/config/ferritecore.mixin.properties"
hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c"
[[files]]
file = "config/yosbr/config/immediatelyfast.json"
hash = "fe6551b3aa77d3b624acff41ed6bf65b3d6d5c8821b7bda8875ff7b6b75e0c43"
[[files]]
file = "config/yosbr/config/iris.properties"
hash = "4b404c16b82563e05e0cc8dc1218eb6194b2aa4473f348ff0c0c7a8655d9b5ff"
[[files]]
file = "config/yosbr/config/lambdynlights.toml"
hash = "40413b8a4f6d5495dc689ab7d812f867f7d07f3696a5a985432e93e7cda9a3db"
[[files]]
file = "config/yosbr/config/modernfix-mixins.properties"
hash = "22caf99f6531254b612c35bc12aff9c2b6d121b038b2e418a1a429049d16c9e0"
[[files]]
file = "config/yosbr/config/modmenu.json"
hash = "ee8d1a6f11ea009f37abba6325d97766910e1786b0de848aa307771d8a87ed72"
[[files]]
file = "config/yosbr/config/puzzle.json"
hash = "f546f5a9367d113277de4051e3c14b898dea9490d9bd9f8240f222e0ea062c22"
[[files]]
file = "config/yosbr/config/ryoamiclights.toml"
hash = "d6afc19db2764da5ae94c735f9544987a5a4686305d1478d31fdca800a94444c"
[[files]]
file = "config/yosbr/config/servercore/config.yml"
hash = "7ed78d3273aebb454ea062b841297b6a498364b997596383354402487e0e0434"
[[files]]
file = "config/yosbr/config/servercore/optimizations.yml"
hash = "c1347aa983b02f5e59fcbd4f931501e2705330c5cf25e723d3239b85e6b6e262"
[[files]]
file = "config/yosbr/config/vmp.properties"
hash = "9119e990f7bf6d27b9761144fa9a8ed9168a575f3c54d83815aedbbb3c594a49"
[[files]]
file = "config/yosbr/config/world-host.json5"
hash = "024ab81167c90c77a81797fdc769b7d4b96c2d2be076b5f94ce28c289c05cd1d"
[[files]]
file = "config/yosbr/options.txt"
hash = "74dd4f49660613476a80e9137349f512346b6bec5298e793ece0225c1d2d00ad"
[[files]]
file = "config/yosbr/resource_albums.json"
hash = "1f8d93804a395403fb745539a18895edf83bddfc4279facb400dfe97b24a9172"
[[files]]
file = "config/yosbr/resource_albums/adventuretime.json"
hash = "d6ec8ab2a7f82e8bf175eb543e20cb2b5ae2355fc8c6241fe4f19b802cf6e558"
[[files]]
file = "config/yosbr/resource_albums/candy.json"
hash = "0de244b1dee8544b5e7564488d0c0cde4ac220cab451ed57d1f69773e1dd1e46"
[[files]]
file = "config/yosbr/resource_albums/cartoon.json"
hash = "8d5879549f1619f3e86ba7ac195b43b7075e596f0bc0da6a04e334de8af0ae3d"
[[files]]
file = "config/yosbr/resource_albums/china.json"
hash = "9cb8423d99d3d791e9d7589ebcab774b1c4b6c0e15e668c1497a862f8fa77226"
[[files]]
file = "config/yosbr/resource_albums/city.json"
hash = "a15db984f2ffcd330f1f698885f982886fe144f2a01b2056dbd879aaa8e0734f"
[[files]]
file = "config/yosbr/resource_albums/dark-mode.json"
hash = "3852ca2445a99f81df52f2779d9163cce89642be5532d035d406b122871237c5"
[[files]]
file = "config/yosbr/resource_albums/faithful.json"
hash = "f3deabfc7c4635dcb1da57897d913799cc53b4e5461d06b9204c857561ac4754"
[[files]]
file = "config/yosbr/resource_albums/fantasy.json"
hash = "aea8d41014977584b154077d049bc3749cbd341fff1e7c6f1d24e8c71a376655"
[[files]]
file = "config/yosbr/resource_albums/festive.json"
hash = "47faa9334df4ccaa9bcbcdc0571537e46b5fe08a11ebf9baadb520ca16511902"
[[files]]
file = "config/yosbr/resource_albums/greek.json"
hash = "5e478b8cfd3dfb328e2793abd31a4485470594897662bbb85d3cdb8a2f5a50b0"
[[files]]
file = "config/yosbr/resource_albums/halloween.json"
hash = "281c48ef91d86d578a913d793bb669f4fabbc9680311e62b207353632fe95a22"
[[files]]
file = "config/yosbr/resource_albums/masseffect.json"
hash = "98d699f907c524105afcf9238ed8352fd5bda0c05facd69a3db28f057e8e2ce3"
[[files]]
file = "config/yosbr/resource_albums/minecraft.json"
hash = "7927054f76453e53e697a23c64483ec11b66311681243c0a58d11602405bef5c"
[[files]]
file = "config/yosbr/resource_albums/minecraft_classic.json"
hash = "56b2d1a673da56a2a874284efb869eda80f4cbccf3012292797df0736762ed54"
[[files]]
file = "config/yosbr/resource_albums/natural.json"
hash = "5704b076351add8579a681524f5df025a92ae0c5e27a20345d1dbe4c534b7969"
[[files]]
file = "config/yosbr/resource_albums/nmbc.json"
hash = "e7cb3809696ac59acc1ab00cde05cff527ca28207b0dcdf49c146cf5ba4e5b42"
[[files]]
file = "config/yosbr/resource_albums/norse.json"
hash = "5946cfd02eb97486ed5f72e5e0c6397b82eed7a60c5a37693f6b4ed2a2174fc3"
[[files]]
file = "config/yosbr/resource_albums/pattern.json"
hash = "f24648426f61b6c0f377c2894a43f17d8a99269b223742b294417b00654d9c0f"
[[files]]
file = "config/yosbr/resource_albums/pirate.json"
hash = "2bfdb36d52d85e69b9404333e6348cc802cafcaa3c0e5af707589baa84e8d67f"
[[files]]
file = "config/yosbr/resource_albums/ps4-parity.json"
hash = "4812a34e701c21b53b3cbf78d49ecba2a0cf16c10d2957b376f6f4aa28565555"
[[files]]
file = "config/yosbr/resource_albums/sctp.json"
hash = "7eab6a946ea0aa85c0a571887f0a2bff8dd9de225c442e1969afdd86daa1d78d"
[[files]]
file = "config/yosbr/resource_albums/skyrim.json"
hash = "f088d20781d7c3f4a6c81af863d85ad44c1cabbe102bdac3233582b3f058ab99"
[[files]]
file = "config/yosbr/resource_albums/supermario.json"
hash = "f4459cc2a1e6e4b80235ef2c5c541a9a199f745b3190e0020330d0d7b9513cfb"
[[files]]
file = "config/yosbr/resource_albums/toystory.json"
hash = "e7b8038d19672b4a704293bbba0959bfcd6384ef2875f84c87a5fb15600d2b6f"
[[files]]
file = "config/yosbr/resource_albums/trailer.json"
hash = "f9ad2263ebf51559f4a6ac72a30639af6d64dac392296fceed6702b49172b187"
[[files]]
file = "mods/architectury-api.pw.toml"
hash = "a463f60553d19dc6cdb468e8a0f9faa73fd6694f8eb87fe11532c81e9c908dcf"
metafile = true
[[files]]
file = "mods/badoptimizations.pw.toml"
hash = "1e59464196bd2a0cb5dcc4eb6014e323982e993c68c0f0173ff95b58ceed366e"
metafile = true
[[files]]
file = "mods/better-ping-display-fabric.pw.toml"
hash = "1335f4fda7324a2a6a79f564f6f1255fcb60116f6ff8ce86d212c8caf6dfc5ae"
metafile = true
[[files]]
file = "mods/bettergrassify.pw.toml"
hash = "d8a788b59e239573694e09a72c14dff19cffdd5b85671fd6722130d7f4f0e831"
metafile = true
[[files]]
file = "mods/bobby.pw.toml"
hash = "5dccb53650c19b933db206e676ef00f1d1d0129f6d072a53e5111421ea461cf6"
metafile = true
[[files]]
file = "mods/c2me-fabric.pw.toml"
hash = "1e77f24415a10692531a1d38f9163e52f70f0d98d9407f4f3cdee5bbef3ed03c"
metafile = true
[[files]]
file = "mods/calcmod.pw.toml"
hash = "7a19ebcd18bfdf9dad3aa78e6d0e4931d6172029ef939cfeaf450660bda0e863"
metafile = true
[[files]]
file = "mods/capes.pw.toml"
hash = "20d7b9a3333ef86d70c3b3becaeccc9ef5961c41e8cd936bb1df9cf0b946c546"
metafile = true
[[files]]
file = "mods/chat-heads.pw.toml"
hash = "2cf850f2efd53156d011279577f1a749368b990835c193e0e5218b83d43143f6"
metafile = true
[[files]]
file = "mods/cloth-config.pw.toml"
hash = "13ae813426f52226d8363499d722df0933e84534f216eef127c198c18bcdbb6b"
metafile = true
[[files]]
file = "mods/continuity.pw.toml"
hash = "278a349024e41e039f9f4a278532b56d1774cd2f7fde04f2cff298f3e085d995"
metafile = true
[[files]]
file = "mods/craftpresence.pw.toml"
hash = "a569669bf86a00fcea0504f4f79c778228cd65246bb08764a14c1a53de829bbe"
metafile = true
[[files]]
file = "mods/crash-assistant.pw.toml"
hash = "a77cdf0b57e8aa68695b746b2e75783c98c547be0946e980e2967049d464e9aa"
metafile = true
[[files]]
file = "mods/cubes-without-borders.pw.toml"
hash = "a90139b002d632ba9256cb3e7e877945bf8e3afa5b191d1adc83c5e3eb72da4c"
metafile = true
[[files]]
file = "mods/custom-player-models.pw.toml"
hash = "244299db76f00f7d98123ff11d59779d0aaf21e65bd31815ef68055138b9717c"
metafile = true
[[files]]
file = "mods/dynamic-fps.pw.toml"
hash = "9a386c47e3ee11b91e443d8ec1b6084eb0266b5ddbd127ea3e90c7fa4ff5d9fd"
metafile = true
[[files]]
file = "mods/ears.pw.toml"
hash = "4a3ea328ca3557f7bea8f8e62dbd873b0f854383e7ad88dd8d2d819e48ab9a64"
metafile = true
[[files]]
file = "mods/ebe.pw.toml"
hash = "b1f89407254a20cde6c60994a6315bd841b7f562669a1d29b436ec97463ff2ae"
metafile = true
[[files]]
file = "mods/entity-model-features.pw.toml"
hash = "0197ad4eed6e562098cac85439d412ec9741af44ba5adf5018ddb3663a4d0a44"
metafile = true
[[files]]
file = "mods/entityculling.pw.toml"
hash = "e50ff5e85034487fd78471ecdaf3b0509fbf679adb923e8b2863089ce947cf01"
metafile = true
[[files]]
file = "mods/entitytexturefeatures.pw.toml"
hash = "ef396a2a22ba8828f3ec54d18e721ed6f37003b0373bef1d916455eee2b602d4"
metafile = true
[[files]]
file = "mods/esf.pw.toml"
hash = "b485baa8463264b932f798974a17f3edd963f5abe1c65da425529124a10a411a"
metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "275a1ecb11bde12b8c4c713b533230c75bc47bcffc590c5299287263d828c9b3"
metafile = true
[[files]]
file = "mods/fabric-language-kotlin.pw.toml"
hash = "f217a0233c8aef84e914e1f8e90718be2496a923725215190d375ab3140379ab"
metafile = true
[[files]]
file = "mods/fabricbettergrass.pw.toml"
hash = "6e47e47250d3215e97571a53248056a7bb82a5fbb927921de79242f16f39303d"
metafile = true
[[files]]
file = "mods/factory-api.pw.toml"
hash = "188f277c7713e533e38b0c02e5bf838dbd4c98991f7b2e2c6a592be564ca0c78"
metafile = true
[[files]]
file = "mods/fastquit.pw.toml"
hash = "08114da8c86093301d6b6e07349709395599c4731626058a27a5395dd6369ff4"
metafile = true
[[files]]
file = "mods/ferrite-core.pw.toml"
hash = "fbf9806c22ee5bccbe08f7dec15b742f5ae3a70caf186d6dce0d42f28790f559"
metafile = true
[[files]]
file = "mods/fix-keyboard-on-linux.pw.toml"
hash = "6e572f70d25f8f509761cb13f0d29eb2f9333713e4d32b33ecd576f7545a738e"
metafile = true
[[files]]
file = "mods/friends-and-foes.pw.toml"
hash = "9ab1d21962bf13b6d66e6e5c4ac724bb2e770f2b98766548146cb06321a01b8a"
metafile = true
[[files]]
file = "mods/glitchcore.pw.toml"
hash = "e4f20c9ed1d0250a4cad864f6cc593a471c21f462e69b00e7c8d4ae8b57e7c46"
metafile = true
[[files]]
file = "mods/immediatelyfast.pw.toml"
hash = "5d6f1406628a792f100454fb8cbf3ad70a76fe58e0bdb09df3cf5e8d86e878a7"
metafile = true
[[files]]
file = "mods/iris.pw.toml"
hash = "623f91f5cb2cfe0e7c3a6fc48ae5984dfad62e85389e2567ab5421f7d9d02c51"
metafile = true
[[files]]
file = "mods/krypton.pw.toml"
hash = "8b481b1845bb190388182a683a4efe506516429ede29757923f48eba2e1a43e4"
metafile = true
[[files]]
file = "mods/lambdynamiclights.pw.toml"
hash = "c0c0d6ca3bb068a7b94fc2a849fb334b11cc92dbd5964061d1307c11df073720"
metafile = true
[[files]]
file = "mods/language-reload.pw.toml"
hash = "fd344aa2c329dbb6b894ac1fcda5e82e1a965967a3dd7493b7a3e0a6eccc2226"
metafile = true
[[files]]
file = "mods/legacy-skins.pw.toml"
hash = "3bc000129b99a7840f4382841f890b70a64a6e6102b02603c302f2336edf134c"
metafile = true
[[files]]
file = "mods/legacy4j.pw.toml"
hash = "0b2199c603a1c856468c60c882f223e6abd2059e4375241c58c460d3406f2771"
metafile = true
[[files]]
file = "mods/lithium.pw.toml"
hash = "29bc0f585963a84e1f78af8a1ab779e34dcc4c1657190297bca9cd95aeb90d36"
metafile = true
[[files]]
file = "mods/macos-input-fixes.pw.toml"
hash = "e4562622be1286bf8f2c8af9e3fc4e6052c9cd51c67c70f2bfce0fd9d26c31bb"
metafile = true
[[files]]
file = "mods/main-menu-credits.pw.toml"
hash = "732e3a5fb7d7c41c380d1ba92118293db75d5a7f2c05a6df6ac04c54c4bd1a22"
metafile = true
[[files]]
file = "mods/midnightlib.pw.toml"
hash = "58b90c52266f89c339a35bd46378d8059d56949d5926c7b25da98719d0b38065"
metafile = true
[[files]]
file = "mods/modelfix.pw.toml"
hash = "14800fc12fd4b92497c0f26455523783bdf59194233bdaa71d4864b3d436929a"
metafile = true
[[files]]
file = "mods/moderner-beta.pw.toml"
hash = "9332b830dbd4257eb00f7232670bc6d5814acd277def0fa74b5464831a881ce4"
metafile = true
[[files]]
file = "mods/modernfix.pw.toml"
hash = "e82c4d4a21b46e5e0c71750f4843a9816f79c0fc1ecda31df8f40c43daa30d12"
metafile = true
[[files]]
file = "mods/modmenu.pw.toml"
hash = "e48fadea92533a14b45d8fb64ed10e5942ee90bba874589822a766a6d47930b2"
metafile = true
[[files]]
file = "mods/noisium.pw.toml"
hash = "ea1d303d34de75ef3745a218e1e48fa72cc0e04265142ed27345fdede5b1d954"
metafile = true
[[files]]
file = "mods/nostalgic-tweaks.pw.toml"
hash = "ee92e804c6ffd6509e621421b9906efa0f654885053b1ea00c7e4a4eb55dae17"
metafile = true
[[files]]
file = "mods/ok-zoomer.pw.toml"
hash = "471861d58fcae927ae15f5df7fb436617771648ffb909d2a88e9d6e78068ff8c"
metafile = true
[[files]]
file = "mods/optigui.pw.toml"
hash = "9445550cf3fcfaaa145d60528e01c55d2fa798bcfc1232c141ddf3b94b6e0022"
metafile = true
[[files]]
file = "mods/placeholder-api.pw.toml"
hash = "799419e64ed42a8175333c541a08995fc4d84a2c6000877f60262fe55892e3ff"
metafile = true
[[files]]
file = "mods/polytone.pw.toml"
hash = "d02d99012a4528ad6f7656bbe6e87def75159d37e09b6973dc2d0ceb87bb5d14"
metafile = true
[[files]]
file = "mods/puzzle.pw.toml"
hash = "f599da7c46d2acdca321efcf35d78c53d69a73168e86344971b857bc2c754932"
metafile = true
[[files]]
file = "mods/reeses-sodium-options.pw.toml"
hash = "55a727cabdd9d6e84fb0232b49d0dfa207751002e7f1f63b959baa35e2f29868"
metafile = true
[[files]]
file = "mods/repurposed-structures-fabric.pw.toml"
hash = "ccbf910844f53f680ce890156dccc3169e0df17a2d1124f0b9f9791498c4001e"
metafile = true
[[files]]
file = "mods/resourceful-lib.pw.toml"
hash = "d2ec471884a04cb3ef01e1fa33c7cd80596989ac5811315fd0167599c59503ae"
metafile = true
[[files]]
file = "mods/serene-seasons.pw.toml"
hash = "b9a2bc448ff126748f3b92e47f7feef5f99750653086231308b0eef23329ad46"
metafile = true
[[files]]
file = "mods/servercore.pw.toml"
hash = "2f7057e72af0cc31061ed60c31fce906122d0913ecbb956f124a1b35575f4b1a"
metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "61be019753e8c7b9a0d184d3557cd4b7eafa7dd4dba1f46a979a367766f5c70d"
metafile = true
[[files]]
file = "mods/sodium-extra.pw.toml"
hash = "abe9878dcb237d56e2ba70c17db8c721c6c2b8e62b241bc333539d5bc6be938f"
metafile = true
[[files]]
file = "mods/sodium-shadowy-path-blocks.pw.toml"
hash = "b91aa8ca577a8397296c43e06f54e8246cbdacd44afa08ab6188323c441ac359"
metafile = true
[[files]]
file = "mods/sodium.pw.toml"
hash = "700caca572649f238e804258f79d25969031be3e1b01d0384eb54a13200caba6"
metafile = true
[[files]]
file = "mods/threadtweak.pw.toml"
hash = "ff0d87064f466d6dfa5151178cb805cea4169a6e85f47913b462758262a78024"
metafile = true
[[files]]
file = "mods/unilib.pw.toml"
hash = "8e6cc98c22bd80bbc820defcd9443eb74832ac911b75099b0babe64cf07b9b66"
metafile = true
[[files]]
file = "mods/vmp-fabric.pw.toml"
hash = "bc5b833dac6b91f96e3d650e1209d141b9267ce7cb7ac45b8b5a976d6c6a5f4e"
metafile = true
[[files]]
file = "mods/world-host.pw.toml"
hash = "0af1ab53ce68a6850cdd1071d3291462ea816dede99cc34e92b8a430a359b900"
metafile = true
[[files]]
file = "mods/yacl.pw.toml"
hash = "dc66d444a8cfd427c3c05d47babcc43f7fca842c1d7731116bd07c7d88441edc"
metafile = true
[[files]]
file = "mods/yosbr.pw.toml"
hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00"
metafile = true
[[files]]
file = "resourcepacks/adventure-time-mash-up.pw.toml"
hash = "402197dd4e27f3bd22a3235c2a44b7f932419156e0d5621b6dbd83a05918e9fc"
metafile = true
[[files]]
file = "resourcepacks/bare-bones.pw.toml"
hash = "a0c0f1572d6def3dec8aa260c860cfcafbbb22e9ed9e6a50a70d814d83c2a610"
metafile = true
[[files]]
file = "resourcepacks/candy-texture-pack.pw.toml"
hash = "bf5f537c51084a326b5b4f0e4b78b324af0c80d560348ccc81c500ceb2b3dbf8"
metafile = true
[[files]]
file = "resourcepacks/cartoon-texture-pack.pw.toml"
hash = "f77cfb206b291303d6b16c765cc6a09b9114ceaa4210e6f8d8f00917f8fa9622"
metafile = true
[[files]]
file = "resourcepacks/chinese-mythology-mash-up.pw.toml"
hash = "efde47d0d91609b82948cf74c40a87a727c56684a1a50ef1a2efeff23605a3aa"
metafile = true
[[files]]
file = "resourcepacks/city-texture-pack.pw.toml"
hash = "cd28517878a0782576343823bb744745beeb0067a728f2e5bfe4608a49bb0b65"
metafile = true
[[files]]
file = "resourcepacks/default-dark-mode-expansion.pw.toml"
hash = "7adbef9b940dd0892c389ea7278d054a64fd58dd11158b1d510e41b9d3b42c60"
metafile = true
[[files]]
file = "resourcepacks/default-dark-mode.pw.toml"
hash = "4d54a64972ea89e49f314867802406f7ca73fa738ff35320c938f980ac0c8f4b"
metafile = true
[[files]]
file = "resourcepacks/faithful-32x.pw.toml"
hash = "54443027f9790a0afd476a208bad68a52f05f988bf6e72095a0c3056d8fd7273"
metafile = true
[[files]]
file = "resourcepacks/faithful-64x.pw.toml"
hash = "474a40c596e75cdc82ce1e2e184d7f0a3c448e3aa90ee0ae8c649ff7a10879ef"
metafile = true
[[files]]
file = "resourcepacks/faithful-legacy.pw.toml"
hash = "c5398477153eeb8ccebba85efb4ae9969d8fdd939f42c1e6f743c8700231b1e0"
metafile = true
[[files]]
file = "resourcepacks/fantasy-texture-pack.pw.toml"
hash = "6bab01787361072d717e02ed0830d38f28d2cc95421748f081c1f39fbeb25d25"
metafile = true
[[files]]
file = "resourcepacks/festive-mash-up.pw.toml"
hash = "06bb57a0de16fca9f735a0791da22d391468f6654a6e2569a428dad2d9255721"
metafile = true
[[files]]
file = "resourcepacks/golden-days.pw.toml"
hash = "62548c1e52d6629ce3e73e373e3fcc157c76a24b208d44f8536e4eff1ff3a33b"
metafile = true
[[files]]
file = "resourcepacks/greek-mythology-mash-up.pw.toml"
hash = "8116e83b0374bddf299d5d673726a1f66fdfcf0cf338a26f65ab882c66b2a144"
metafile = true
[[files]]
file = "resourcepacks/halloween-mash-up.pw.toml"
hash = "65aad6efd72bf1297c624379a1a3834cfac790edda8286c931be9de5522d7ff8"
metafile = true
[[files]]
file = "resourcepacks/lce-panorama-collection.pw.toml"
hash = "7946b3c1c7c3293f89048833389c449e75f43b87ccc27d156c7e91b0d92aae31"
metafile = true
[[files]]
file = "resourcepacks/legacy-skin-packs.pw.toml"
hash = "c3eb9ba696a1afe5d1cd4091822b4d5fb096c1d5995b6e093b793d8681bef99a"
metafile = true
[[files]]
file = "resourcepacks/legacy-skins-pack-ordering.pw.toml"
hash = "9243fdbcadf7f6bf5a32f2b73e50ce7d374f99b685a7d1d5cf77c1ec76f60c46"
metafile = true
[[files]]
file = "resourcepacks/legacy-worlds.pw.toml"
hash = "aed5efab46de12e572df2b7f73173d7536552b941d796ca7afea7d8218c6afa1"
metafile = true
[[files]]
file = "resourcepacks/mash-up-addon.pw.toml"
hash = "e7fa8a04fe568d61c6efd106c9fcc37cf69e7222c163789a4eb94f7566d34aa9"
metafile = true
[[files]]
file = "resourcepacks/mass-effect-mash-up.pw.toml"
hash = "e80ce3af117b1634a4c9b6caee8fc5abbe82a36874a53f6da7d9dd5c8f87fcbf"
metafile = true
[[files]]
file = "resourcepacks/modern-skin-packs.pw.toml"
hash = "9987bf67fffa8d63ddd4752e4d641f126c14fdbec6f1dff6ef6dee5869f55982"
metafile = true
[[files]]
file = "resourcepacks/natural-texture-pack.pw.toml"
hash = "2fb042cece595e725830b539896ca27167c16d6e94180749c433c2fc240086a9"
metafile = true
[[files]]
file = "resourcepacks/norse-mythology-mash-up.pw.toml"
hash = "fd6727df8d5cf7dfbb531628c39d28dbf41517119305d0380b6771481f025f3e"
metafile = true
[[files]]
file = "resourcepacks/pacp.pw.toml"
hash = "6c863af9d3705655b0ed7963e3367c0acede5ead408502c73b2401935187b228"
metafile = true
[[files]]
file = "resourcepacks/pattern-texture-pack.pw.toml"
hash = "296aa718e18d2956304a18eb9e33d7e27bec172a45323916ebaf969c49a9e092"
metafile = true
[[files]]
file = "resourcepacks/pirates-of-the-caribbean-mash-up.pw.toml"
hash = "236d9566e71bdb2e102bad180d8d8c5519b28bef5d3c830dee627d2d6f6fa1a1"
metafile = true
[[files]]
file = "resourcepacks/plastic-texture-pack.pw.toml"
hash = "9101021769de310aceed0b321ab469e09299fdd83a358d5c1103d44e5272b801"
metafile = true
[[files]]
file = "resourcepacks/re-console-resources.pw.toml"
hash = "0e0d1d8f83c5af75781b11907ff1d52737f4fcfb7786ed16d69b31c4fce26f48"
metafile = true
[[files]]
file = "resourcepacks/skyrim-mash-up.pw.toml"
hash = "d01ba23c2848a63573037d2766e7850c53c94e06f9897a7a89f5083001390c74"
metafile = true
[[files]]
file = "resourcepacks/super-cute.pw.toml"
hash = "bb9ec55a30673b56c02549616dfdd7454028f563aa91f048b0bef722bf4ef5b7"
metafile = true
[[files]]
file = "resourcepacks/super-mario-mash-up.pw.toml"
hash = "071f1d112077ace598834a46cc6988d5e98e9bdcbf98404d1d64fcb46482dfd6"
metafile = true
[[files]]
file = "resourcepacks/the-garden-awakens-skin-pack.pw.toml"
hash = "73ce3f2f8aed02f522b567a66f17d441c4b4d9a04bb4def0dc9d8f4547e90f21"
metafile = true
[[files]]
file = "resourcepacks/the-nightmare-before-christmas.pw.toml"
hash = "a5d56291a5b2b75eb59585647cb45226bbb3f8746588de9123690a8da10dcfa7"
metafile = true
[[files]]
file = "resourcepacks/toy-story-mash-up.pw.toml"
hash = "29ff90f8fe98654f313f8f1bf0c47755123e7d5d3e3810d712c383b5a6dda6e7"
metafile = true
[[files]]
file = "resourcepacks/tutorial-world-addon.pw.toml"
hash = "94d9ef20d83c22605b83346ea9514468cc27417d4f26b504cc4e5bbb90364a04"
metafile = true

View File

@@ -1,13 +0,0 @@
name = "Architectury API"
filename = "architectury-16.1.4-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/ImZUcNzP/architectury-16.1.4-fabric.jar"
hash-format = "sha512"
hash = "2edf94af0b6fc9e72e91b4a094e7168b4c2fedbdc0c0713b01d817e4294e297a75fdd8cd89e6e50a9a559d7bf0ad75fcb93d35e1b0beb62c9d1d814f94b53cdf"
[update]
[update.modrinth]
mod-id = "lhGA9TYQ"
version = "ImZUcNzP"

View File

@@ -1,13 +0,0 @@
name = "BadOptimizations"
filename = "BadOptimizations-2.3.0-1.21.2-21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/PGSmdolb/BadOptimizations-2.3.0-1.21.2-21.5.jar"
hash-format = "sha512"
hash = "f1079c91f27dadd54ec36d42eae55c4fb95675aac8ebaaf40cecd8221d4819f3f28ba24b7ce5d31b2fca62a8489fe12860ad0bf187d9df44a928d78e60a9cb53"
[update]
[update.modrinth]
mod-id = "g96Z4WVZ"
version = "PGSmdolb"

View File

@@ -1,13 +0,0 @@
name = "Better Ping Display [Fabric]"
filename = "BetterPingDisplay-Fabric-1.21.5-1.1.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/MS1ZMyR7/versions/B9r6kFV3/BetterPingDisplay-Fabric-1.21.5-1.1.1.jar"
hash-format = "sha512"
hash = "6bee1c000d05325203fe2513f9a94e7e79759a402a26963d014a9f24a75798543209dd15f5128c37d07a74f019be7d97e9cd62a0108c8f1ce77ca9efe8e5f7ef"
[update]
[update.modrinth]
mod-id = "MS1ZMyR7"
version = "B9r6kFV3"

View File

@@ -1,13 +0,0 @@
name = "BetterGrassify"
filename = "BetterGrassify-1.7.0+fabric.1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/m5T5xmUy/versions/UNlqwIPM/BetterGrassify-1.7.0%2Bfabric.1.21.5.jar"
hash-format = "sha512"
hash = "899b16dd82a45471d3cbd15d9da858de7e49246130e97ca787b5ea5863d00b9c99701ac73919734bf4d8cc99b8f24f85567a00b6b337c0883311fdeaa410ad57"
[update]
[update.modrinth]
mod-id = "m5T5xmUy"
version = "UNlqwIPM"

View File

@@ -1,13 +0,0 @@
name = "Bobby"
filename = "bobby-5.2.7+mc1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/M08ruV16/versions/FdlWKxsL/bobby-5.2.7%2Bmc1.21.5.jar"
hash-format = "sha512"
hash = "bd65704f6eff8646db50b77f293e0b4f7e157d61dc565c42c1c1144371543a75f0658ce6e6dffc7f8cf629a51ef6e7dde6b8cb99f53a4f7d2540bde844c11799"
[update]
[update.modrinth]
mod-id = "M08ruV16"
version = "FdlWKxsL"

View File

@@ -1,13 +0,0 @@
name = "Concurrent Chunk Management Engine (Fabric)"
filename = "c2me-fabric-mc1.21.5-0.3.4+alpha.0.20.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/OvXvTD3H/c2me-fabric-mc1.21.5-0.3.4%2Balpha.0.20.jar"
hash-format = "sha512"
hash = "fd02367780cc0ff379074bef649c2ca463eaddec356827de6ef9d1ff02154d98f2d44ea2a787ca78b1728db6cb59e4beeed05577e7f92b39e5d4134e6bcada74"
[update]
[update.modrinth]
mod-id = "VSNURh3q"
version = "OvXvTD3H"

View File

@@ -1,13 +0,0 @@
name = "CalcMod"
filename = "calcmod-1.4.2+fabric.1.21.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/XoHTb2Ap/versions/zdK9vaUj/calcmod-1.4.2%2Bfabric.1.21.5.jar"
hash-format = "sha512"
hash = "c3bc2d91be85dc3937cc33bedf2a026bab27bf84593b49bc6c03e4bc9dba7d1f9e9036077dce08e5cd746dc7f9cdf21f94c55be4a785d832d452b6476115d369"
[update]
[update.modrinth]
mod-id = "XoHTb2Ap"
version = "zdK9vaUj"

View File

@@ -1,13 +0,0 @@
name = "Capes"
filename = "capes-1.5.5+1.21.5-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/89Wsn8GD/versions/htKsCP2s/capes-1.5.5%2B1.21.5-fabric.jar"
hash-format = "sha512"
hash = "f20af10a347e249c361199eaabc4e82197ca77235cb6f30d75aef229f86df9c02039697e0d3e63610802a0035f9185818ae3e76fc35cd9203c84a12387faa266"
[update]
[update.modrinth]
mod-id = "89Wsn8GD"
version = "htKsCP2s"

View File

@@ -1,13 +0,0 @@
name = "Chat Heads"
filename = "chat_heads-0.13.18-fabric-1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/bczGAPvA/chat_heads-0.13.18-fabric-1.21.5.jar"
hash-format = "sha512"
hash = "12f158b685f6422e7626decac722847dc2f8a087dbbe9c44cf0dcec76545013fc7c2c9cfa5a03516c1f3f176671aa496db957300da9298e8b1861164af72c788"
[update]
[update.modrinth]
mod-id = "Wb5oqrBJ"
version = "bczGAPvA"

View File

@@ -1,13 +0,0 @@
name = "Cloth Config API"
filename = "cloth-config-18.0.145-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/qA00xo1O/cloth-config-18.0.145-fabric.jar"
hash-format = "sha512"
hash = "2752215fdc303598f0e98208a3ddae404c413aa3de22f5e2db2f2cc2c7813f08a1731da6778a6b9056a6ebe3b74919fce67abd14332269ad0a353bdc6e9e92c4"
[update]
[update.modrinth]
mod-id = "9s6osm5g"
version = "qA00xo1O"

View File

@@ -1,13 +0,0 @@
name = "Continuity"
filename = "continuity-3.0.1-test.4+1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/1IjD5062/versions/kravz06U/continuity-3.0.1-test.4%2B1.21.5.jar"
hash-format = "sha512"
hash = "fdbf9c3d685e6facf8a023fc0883813f0936e530b9d5a9be3d09b769f548f7ddb560f9554677c1f8036996f0503a21af5d5c7794b28afce9215d5edb8c738650"
[update]
[update.modrinth]
mod-id = "1IjD5062"
version = "kravz06U"

View File

@@ -1,13 +0,0 @@
name = "CraftPresence"
filename = "CraftPresence-2.6.1+1.21.5-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/TD5klq4g/CraftPresence-2.6.1%2B1.21.5-fabric.jar"
hash-format = "sha512"
hash = "80f272042e699527cb11198524b19779ef2c4bffcb87c4f56e94f60310f4000ad9121f8d5cf1f7efcad15fd0099722577720c44f83e995e568f26a500b1d73e1"
[update]
[update.modrinth]
mod-id = "DFqQfIBR"
version = "TD5klq4g"

View File

@@ -1,13 +0,0 @@
name = "Crash Assistant"
filename = "CrashAssistant-fabric-1.21.5-1.21.8-1.9.14.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/ix1qq8Ux/versions/gnrUH1s2/CrashAssistant-fabric-1.21.5-1.21.8-1.9.14.jar"
hash-format = "sha512"
hash = "a712ef0ce0a6ba5b3327f9e88ab9edc117b42fe2b15a978dd35c6fd7aa8ca6a065e5e7d9fe1f72109a972541d2d20342250c23d83915e7032fb096c27f3b9a63"
[update]
[update.modrinth]
mod-id = "ix1qq8Ux"
version = "gnrUH1s2"

View File

@@ -1,13 +0,0 @@
name = "Cubes Without Borders"
filename = "cwb-fabric-3.0.0+mc1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/wXhtL4fb/cwb-fabric-3.0.0%2Bmc1.21.5.jar"
hash-format = "sha512"
hash = "93ef2bce695fd7d180d03d8d1d2a15c74e7807f74f087518d607f754d58b1945fb571c5aa426e673c70c4c08dab54034cc927c89d4e5bf9521035dbbd5a6f236"
[update]
[update.modrinth]
mod-id = "ETlrkaYF"
version = "wXhtL4fb"

View File

@@ -1,13 +0,0 @@
name = "Customizable Player Models"
filename = "CustomPlayerModels-Fabric-1.21.5-0.6.23a.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/VzWd0wt7/CustomPlayerModels-Fabric-1.21.5-0.6.23a.jar"
hash-format = "sha512"
hash = "131a1ff11623114df1f2d8ed297df2f3bc162a0be4847a5908cd22500a44824dcf1730089f1ac9229747e5687ff07513755dea708a3291d1a97260254388ec0a"
[update]
[update.modrinth]
mod-id = "h1E7sQNL"
version = "VzWd0wt7"

View File

@@ -1,13 +0,0 @@
name = "Dynamic FPS"
filename = "dynamic-fps-3.9.5+minecraft-1.21.5-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/nNcwOthb/dynamic-fps-3.9.5%2Bminecraft-1.21.5-fabric.jar"
hash-format = "sha512"
hash = "ac7efb9f8184c1420df7dce5cd8d70018cbdb8acd475f600567c56f8ed12cf2a2b8fc5571a3f2200c24dd5d236e293b573412cd835b2535920d38aff85912dc0"
[update]
[update.modrinth]
mod-id = "LQ3K71Q1"
version = "nNcwOthb"

View File

@@ -1,13 +0,0 @@
name = "Ears (+ Snouts/Muzzles, Tails, Horns, Wings, and More)"
filename = "ears-fabric-1.21.5-1.4.7_01.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/mfzaZK3Z/versions/ssiog3u8/ears-fabric-1.21.5-1.4.7_01.jar"
hash-format = "sha512"
hash = "16c4a184383a156b1137e6e1ed8f114b90689854e90806d36bd3ba430cc523c880b36bd208534bff152ea051fb151a8b712154ec696a86e9aee28637e0cff979"
[update]
[update.modrinth]
mod-id = "mfzaZK3Z"
version = "ssiog3u8"

View File

@@ -1,13 +0,0 @@
name = "Enhanced Block Entities"
filename = "enhancedblockentities-0.10.2+1.21.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/OVuFYfre/versions/HBZAPs3u/enhancedblockentities-0.10.2%2B1.21.jar"
hash-format = "sha512"
hash = "60e01db603fcf1392c0cd5c3ce742e568f7d445d83fe60828b21f546e7d29fb6947231f22d28e29b07f4bdcb767b6dc2a2398b4decea665ecba1166690a44d49"
[update]
[update.modrinth]
mod-id = "OVuFYfre"
version = "HBZAPs3u"

View File

@@ -1,13 +0,0 @@
name = "Entity Model Features [CEM]"
filename = "entity_model_features_fabric_1.21.5-2.4.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/xelsR9CE/entity_model_features_fabric_1.21.5-2.4.4.jar"
hash-format = "sha512"
hash = "1d9270584fac751a48c7ab4fa0c78dec3c7e7d4946c00340182f5bb6763fb27df17ae18a954c8081a8d85a96969f2f8413f8ceffd848fb69b9a1e0ce30842254"
[update]
[update.modrinth]
mod-id = "4I1XuqiY"
version = "xelsR9CE"

View File

@@ -1,13 +0,0 @@
name = "EntityCulling"
filename = "entityculling-fabric-1.8.2-mc1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/S79XoZhx/entityculling-fabric-1.8.2-mc1.21.5.jar"
hash-format = "sha512"
hash = "b4a03bad8fcde53403290a87e6e8df30e92902e45e5fa0a666ad08ff52ef406fda5e3f0c2c0f7391a1eb1bf94af50ae78d17185485c0a1a6fdae3538a4d978b7"
[update]
[update.modrinth]
mod-id = "NNAgCjsB"
version = "S79XoZhx"

View File

@@ -1,13 +0,0 @@
name = "Entity Texture Features"
filename = "entity_texture_features_fabric_1.21.5-6.2.13.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/yOuAC3la/entity_texture_features_fabric_1.21.5-6.2.13.jar"
hash-format = "sha512"
hash = "dfbedcdccd369daf448a228f31634e16cdad5ac2531a4807694e781cc68624f55ca20c8b36dfc1131c98fb90eabd6fe35fb1b498ece2900fccb701b0cd6aec72"
[update]
[update.modrinth]
mod-id = "BVzZfTc1"
version = "yOuAC3la"

View File

@@ -1,13 +0,0 @@
name = "[ESF] Entity Sound Features"
filename = "entity_sound_features_fabric_1.21.5-0.6.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/IMuO8COj/versions/ZjM0JQbW/entity_sound_features_fabric_1.21.5-0.6.jar"
hash-format = "sha512"
hash = "37ec08a0759dc1a44f53504260571dc657e72bf5e7cc9d5d0fe482a7d855974060702e7af808616fbfee79a867f378f08767dc265ea72a7249b6884b86141bb4"
[update]
[update.modrinth]
mod-id = "IMuO8COj"
version = "ZjM0JQbW"

View File

@@ -1,13 +0,0 @@
name = "Fabric API"
filename = "fabric-api-0.128.1+1.21.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/aQqNHHfZ/fabric-api-0.128.1%2B1.21.5.jar"
hash-format = "sha512"
hash = "9ee7377f1d085d34363f3025a8ea55e3bf6e31732453a9e5ba3c5bd11dcb055636818c85bd55f17ec5f9078d6fa15361a8c302ed093677f5e9d09b4c17d74a41"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "aQqNHHfZ"

View File

@@ -1,13 +0,0 @@
name = "Fabric Language Kotlin"
filename = "fabric-language-kotlin-1.13.4+kotlin.2.2.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/mccDBWqV/fabric-language-kotlin-1.13.4%2Bkotlin.2.2.0.jar"
hash-format = "sha512"
hash = "26b6b4499bf872ebc2c666227b2ed721ce0e33a8e8b19632971250e5cb6e0b9f35aef15a07ce53cf4755285d9d38c4e05a5f1357bad544d44b9e30b87c0a0055"
[update]
[update.modrinth]
mod-id = "Ha28R6CL"
version = "mccDBWqV"

View File

@@ -1,13 +0,0 @@
name = "FabricBetterGrass"
filename = "BetterGrassify-1.7.0+fabric.1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/m5T5xmUy/versions/UNlqwIPM/BetterGrassify-1.7.0%2Bfabric.1.21.5.jar"
hash-format = "sha512"
hash = "899b16dd82a45471d3cbd15d9da858de7e49246130e97ca787b5ea5863d00b9c99701ac73919734bf4d8cc99b8f24f85567a00b6b337c0883311fdeaa410ad57"
[update]
[update.modrinth]
mod-id = "m5T5xmUy"
version = "UNlqwIPM"

View File

@@ -1,13 +0,0 @@
name = "Factory API"
filename = "FactoryAPI-1.21.5-2.2.5-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nkTZHOLD/versions/JycD38nU/FactoryAPI-1.21.5-2.2.5-fabric.jar"
hash-format = "sha512"
hash = "7e27871077e0d2cf40cf5cbafed44aa333e3b3e99c320153c193d39ca71f9030b07960389cb337fa729ef26f3a293706f0d4d102de6b39fa365e80d61030ec48"
[update]
[update.modrinth]
mod-id = "nkTZHOLD"
version = "JycD38nU"

View File

@@ -1,13 +0,0 @@
name = "FastQuit"
filename = "fastquit-3.0.0+1.21.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/x1hIzbuY/versions/HdbAWjaF/fastquit-3.0.0%2B1.21.4.jar"
hash-format = "sha512"
hash = "b2f0fe92e1c3ea6424a1b02271b63e66e37481be4e39cef170ff1ea690a78b25b1f5b25da14733018ed23c229e2832de5752a2257041306b2c72af34406e3ea5"
[update]
[update.modrinth]
mod-id = "x1hIzbuY"
version = "HdbAWjaF"

View File

@@ -1,13 +0,0 @@
name = "FerriteCore"
filename = "ferritecore-8.0.0-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/CtMpt7Jr/ferritecore-8.0.0-fabric.jar"
hash-format = "sha512"
hash = "131b82d1d366f0966435bfcb38c362d604d68ecf30c106d31a6261bfc868ca3a82425bb3faebaa2e5ea17d8eed5c92843810eb2df4790f2f8b1e6c1bdc9b7745"
[update]
[update.modrinth]
mod-id = "uXXizFIs"
version = "CtMpt7Jr"

View File

@@ -1,13 +0,0 @@
name = "Fix Keyboard on Linux"
filename = "fix-keyboard-on-linux-1.0.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/siXFh9dn/versions/ZKDQu5sd/fix-keyboard-on-linux-1.0.1.jar"
hash-format = "sha1"
hash = "54f8961e608e0846f2f1feb25846643c2b024af6"
[update]
[update.modrinth]
mod-id = "siXFh9dn"
version = "ZKDQu5sd"

View File

@@ -1,13 +0,0 @@
name = "Friends&Foes (Fabric/Quilt)"
filename = "friendsandfoes-fabric-4.0.7+mc1.21.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/POQ2i9zu/versions/M25wEHgM/friendsandfoes-fabric-4.0.7%2Bmc1.21.5.jar"
hash-format = "sha512"
hash = "71d100d8ac955296f59ba454f46376106a31c677f756070e63f67490d187e68bf05844353b5344e6f7f09e8d1970a859dcedb2f9efad92222ee00ff625374aa2"
[update]
[update.modrinth]
mod-id = "POQ2i9zu"
version = "M25wEHgM"

View File

@@ -1,13 +0,0 @@
name = "GlitchCore"
filename = "GlitchCore-fabric-1.21.5-2.5.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/s3dmwKy5/versions/u82FWCHx/GlitchCore-fabric-1.21.5-2.5.0.1.jar"
hash-format = "sha512"
hash = "84230d498b40a8b3bc52e6e34c18f38fe290425c7f9c80a5525e97cab286fc08290d351874470fd1651bd1b8d55005161ccd74b377acaa1ba5ec9d1ff4cc1b48"
[update]
[update.modrinth]
mod-id = "s3dmwKy5"
version = "u82FWCHx"

View File

@@ -1,13 +0,0 @@
name = "ImmediatelyFast"
filename = "ImmediatelyFast-Fabric-1.9.6+1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/kcSoZlE9/ImmediatelyFast-Fabric-1.9.6%2B1.21.5.jar"
hash-format = "sha512"
hash = "26b6757dbff4a98c979af1673684a8e17360132556a00922a56294173e0831fc6abfaf06630eaf281df7f5665f928914bb6658a6c191f2a2df5a4255b79a02fb"
[update]
[update.modrinth]
mod-id = "5ZwdcRci"
version = "kcSoZlE9"

View File

@@ -1,13 +0,0 @@
name = "Iris Shaders"
filename = "iris-fabric-1.8.11+mc1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/U6evbjd0/iris-fabric-1.8.11%2Bmc1.21.5.jar"
hash-format = "sha512"
hash = "f87af0c7fbfa55657b0c0424dc8f20c9c507e4330a69faa83964b9c76f493be5cb19957937de6550ed220449c3c19cb41cbcfc163a12a72b581331d1d8f2958e"
[update]
[update.modrinth]
mod-id = "YL57xq9U"
version = "U6evbjd0"

View File

@@ -1,13 +0,0 @@
name = "Krypton"
filename = "krypton-0.2.9.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/neW85eWt/krypton-0.2.9.jar"
hash-format = "sha512"
hash = "2e2304b1b17ecf95783aee92e26e54c9bfad325c7dfcd14deebf9891266eb2933db00ff77885caa083faa96f09c551eb56f93cf73b357789cb31edad4939ffeb"
[update]
[update.modrinth]
mod-id = "fQEb0iXm"
version = "neW85eWt"

View File

@@ -1,13 +0,0 @@
name = "LambDynamicLights"
filename = "lambdynamiclights-4.2.7+1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yBW8D80W/versions/STvJaSpP/lambdynamiclights-4.2.7%2B1.21.5.jar"
hash-format = "sha512"
hash = "97c5cf30eea77b0ad257ee625c12951ef0a982838b2053d4e73ff9a78f82023efebae760bbec231c7c07e9de5c661a0a34c82865ac996492b9bb7f51ad1aec24"
[update]
[update.modrinth]
mod-id = "yBW8D80W"
version = "STvJaSpP"

View File

@@ -1,13 +0,0 @@
name = "Language Reload"
filename = "language-reload-1.7.4+1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/sxZlDhki/language-reload-1.7.4%2B1.21.5.jar"
hash-format = "sha512"
hash = "599938c3614b8452439a64ed5077c6e202a6c84fd7a930d7c7fe6a319b4168bc2774ff9b1f08cab1bf9f482ec8f1ecdda637dd21d9aa92960d8c28a623aea8dc"
[update]
[update.modrinth]
mod-id = "uLbm7CG6"
version = "sxZlDhki"

Some files were not shown because too many files have changed in this diff Show More