mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
chore(rc): delete 26.1.2 unused dir
This commit is contained in:
@@ -1,253 +0,0 @@
|
|||||||
|
|
||||||
#General settings of Crash Assistant mod.
|
|
||||||
[general]
|
|
||||||
#Link which will be opened in browser on request_help_button pressed.
|
|
||||||
#If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link.
|
|
||||||
#Must start with 'https://' or 'www.'
|
|
||||||
help_link = "https://discord.com/invite/M9bQdm25Pk"
|
|
||||||
#Anyways log will be uploaded to mclo.gs, but with this option you can wrap link to gnomebot.dev for better formatting.
|
|
||||||
#If help_link equals 'CHANGE_ME', this value will be ignored and gnomebot.dev used.
|
|
||||||
#Supported values: mclo.gs / gnomebot.dev
|
|
||||||
upload_to = "mclo.gs"
|
|
||||||
#Show gui on minecraft crashed on modloading and FML error screen displayed.
|
|
||||||
show_on_fml_error_screen = true
|
|
||||||
#Close old CrashAssistantApp if it's still running when starting a new instance of Minecraft, to avoid confusing player with window from old crash.
|
|
||||||
kill_old_app = true
|
|
||||||
#If options.txt doesn't exist, the default language will be used.
|
|
||||||
default_lang = "en_us"
|
|
||||||
#By default, crash assistant will get the value for the current language from the overrides folder, then from the jar.
|
|
||||||
#By changing this option, it will first try to get it from the current overrides, then (if no override exists for this language)
|
|
||||||
#from the override for the language specified here, and only then from the jar language.
|
|
||||||
#Use "NONE" to disable this feature. Or language key, like "en_us" to enable it.
|
|
||||||
priority_lang_for_overrides = "NONE"
|
|
||||||
#By changing this value you can disable creating "crash_assistant_localization_overrides" folder and placing "README.md" file there.
|
|
||||||
generate_localization_overrides_folder_with_readme = true
|
|
||||||
#By default our process is scanning for terminated processes(they can appear with delay) and after finish of scan enabling upload buttons.
|
|
||||||
#This option can prevent this and enable individual upload buttons immediately after crash.
|
|
||||||
#However can confuse users and make them clicking individual upload buttons instead of Upload All Button.
|
|
||||||
prevent_upload_buttons_delay = false
|
|
||||||
#Before uploading the first log, requires the user to accept the privacy policy.
|
|
||||||
#Disabling this option may be illegal in some countries if you are modpack creator. Disable at your own risk.
|
|
||||||
enable_privacy_policy_acceptance = true
|
|
||||||
#Unfortunately mclogs censoring ip-like versions as has no way to determine if it's version or IP.
|
|
||||||
#This will prevent this by replacing dot's in them to dot-like symbol.
|
|
||||||
#Anti censoring only versions, IP's are kept censored.
|
|
||||||
enable_mclogs_anti_ip_like_version_censorer = true
|
|
||||||
#Prevents creating "crash_assistant" folder in the logs folder.
|
|
||||||
#So this option prevents our app logging at all.
|
|
||||||
#HIGHLY UNRECOMMENDED to disable! Contains many useful info.
|
|
||||||
prevent_generating_crash_assistant_app_logs = false
|
|
||||||
#Generates "logs/stderr_stream.log" with stderr stream.
|
|
||||||
#Since many launchers are not saving this info, which is extremely helpful for debugging some crashes.
|
|
||||||
#As only where crash reason is present. Keeps original stream untouched, just logs it to a file.
|
|
||||||
generate_own_launcher_log = true
|
|
||||||
#Here you can change priority for logs.
|
|
||||||
#For example if you want crash report to be shown earlier than latest.log in the available logs list.
|
|
||||||
#Supported values: https://github.com/KostromDan/Crash-Assistant/blob/1.19-1.20.1/app/src/main/java/dev/kostromdan/mods/crash_assistant/app/logs_analyser/LogType.java
|
|
||||||
#Usage: ["CRASH_REPORT", "LOG"]
|
|
||||||
logs_priority_overrides = []
|
|
||||||
#List of blacklisted log files (checked with startswith()). This files won't show in GUI logs list.
|
|
||||||
blacklisted_logs = []
|
|
||||||
|
|
||||||
#A simplified GUI that hides the logs list until the user opts into Expert Mode.
|
|
||||||
[simple_mode]
|
|
||||||
#If enabled, the GUI starts in simple mode with logs hidden and a single "Show Logs (Expert Mode)" button.
|
|
||||||
#Disabled by default.
|
|
||||||
enabled = false
|
|
||||||
#If true, modpack creators always see the Expert Mode with logs visible, even if simple mode is enabled.
|
|
||||||
prevent_for_modpack_creators = true
|
|
||||||
#If true, hides the mod list changes section while simple mode is active.
|
|
||||||
hide_modlist_section = false
|
|
||||||
|
|
||||||
#Here you can change text of lang placeHolders.
|
|
||||||
#Also you can change any text in lang files.
|
|
||||||
#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where.
|
|
||||||
[text]
|
|
||||||
#$CONFIG.text.support_name$ in lang files will be replaced with this value.
|
|
||||||
#For example this placeHolder used in: "Request help in the $CONFIG.text.support_name$"
|
|
||||||
support_name = "Nostalgica Reverie Discord"
|
|
||||||
#$CONFIG.text.support_place$ in lang files will be replaced with this value.
|
|
||||||
support_place = "#modpack-support"
|
|
||||||
#$CONFIG.text.modpack_name$ in lang files will be replaced with this value.
|
|
||||||
#For example this placeHolder used in: "Oops, $CONFIG.text.modpack_name$ crashed!"
|
|
||||||
#Supports Better Compatibility Checker integration. You can use $BCC.modpackName$, $BCC.modpackVersion$, etc and it will be replaced with value from BCC config.
|
|
||||||
modpack_name = "Re-Console+"
|
|
||||||
|
|
||||||
#Settings of message generated by Upload all button
|
|
||||||
[generated_message]
|
|
||||||
#Add ### prefix before filename.
|
|
||||||
#This can prevent too small, hard to hit on mobile links.
|
|
||||||
h3_prefix = true
|
|
||||||
#Replaces "\n" separator between logs to " | " to make message vertically smaller.
|
|
||||||
one_line_logs = true
|
|
||||||
#Adds line in log list about this Intel processor can be corrupted.
|
|
||||||
intel_corrupted_notification = true
|
|
||||||
#If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for.
|
|
||||||
#This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities.
|
|
||||||
generated_msg_lang = "en_us"
|
|
||||||
#This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button.
|
|
||||||
#You can include:
|
|
||||||
# * some form, which users should fill out.
|
|
||||||
# * additional information like Minecraft version, etc.
|
|
||||||
text_under_crashed = ""
|
|
||||||
#With this option you can notify user about something related with posting generated message.
|
|
||||||
#For example if they need to fill some option from "text_under_crashed", etc.
|
|
||||||
#Supports html formatting, placeholders.
|
|
||||||
#Leave empty to prevent showing this warning message.
|
|
||||||
warning_after_upload_all_button_press = ""
|
|
||||||
#Puts problematic frame from hs_err to message.
|
|
||||||
put_problematic_frame_to_message = true
|
|
||||||
#Puts analysis result(names of crash reasons) to message, instead of just count.
|
|
||||||
put_analysis_result_to_message = true
|
|
||||||
#Color modified mods count/analysis in msg with ANSI.
|
|
||||||
#Can be needed to be disabled if issues are reported to something not supporting ANSI codeblocks, like GitHub.
|
|
||||||
color_message = true
|
|
||||||
|
|
||||||
#Settings of links copied by Upload and copy link buttons
|
|
||||||
[copied_links]
|
|
||||||
#With this option, you can customize how single links from individual upload buttons are copied, there
|
|
||||||
#log of small size was uploaded to a single link.
|
|
||||||
#For example, leave just $LINK$ to copy just link.
|
|
||||||
single_link = "$LOG_NAME$$FILE_NAME$: $LINK$"
|
|
||||||
#With this option, you can customize how links from individual upload buttons are copied, there
|
|
||||||
#log was split to the 2 parts (head and tail, due to too large size for single upload), but user only decided to copy only one of them (not message with both).
|
|
||||||
single_link_split = "$LOG_NAME$$FILE_NAME$($HEAD_OR_TAIL$): $LINK$ $TOO_BIG_REASONS$"
|
|
||||||
#With this option, you can customize how links from individual upload buttons are copied, there
|
|
||||||
#log was split to the 2 parts (head and tail, due to too large size for single upload), but user decided to copy message with both.
|
|
||||||
both_links_split = "$LOG_NAME$[$FILE_NAME$ <TOLOWER>$MSG_LANG.gui.split_log_dialog_head$</TOLOWER>](<$LINK_FIRST_LINES$>) / [<TOLOWER>$MSG_LANG.gui.split_log_dialog_tail$</TOLOWER>](<$LINK_LAST_LINES$>) $TOO_BIG_REASONS$"
|
|
||||||
#If enabled, disables the head/tail selection dialog for split logs on individual uploads and always copies message with both links.
|
|
||||||
skip_split_dialog = false
|
|
||||||
|
|
||||||
#Settings of modlist feature.
|
|
||||||
#Adds in generated msg block about which mods modpack user added/removed/updated.
|
|
||||||
#Also you can see diff by running '/crash_assistant modlist diff' command.
|
|
||||||
[modpack_modlist]
|
|
||||||
#Enable feature.
|
|
||||||
enabled = true
|
|
||||||
#nicknames of players, who considered as modpack creator.
|
|
||||||
#Only this players can overwrite modlist.json
|
|
||||||
#If this feature is enabled and this array is empty, will be appended with nickname of current player.
|
|
||||||
#-----------------------------------------------------------------------------------------------------
|
|
||||||
#Warning! This is not displayed anywhere, it's just tech param used for modlist feature to work correctly.
|
|
||||||
#Here must be actual nicknames of people who work with the modpack and publishing releases!
|
|
||||||
#-----------------------------------------------------------------------------------------------------
|
|
||||||
modpack_creators = ["omoso_", "Technocality", "Cjnator38"]
|
|
||||||
#If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen),
|
|
||||||
#then game is launched by modpack creator.
|
|
||||||
#So you won't forget to save it before publishing.
|
|
||||||
#If you want to save manually: disable this and use '/crash_assistant modlist save' command.
|
|
||||||
auto_update = true
|
|
||||||
#If enabled, will add resourcepacks to modlist.json
|
|
||||||
#After filename where will be ' (resourcepack)' suffix.
|
|
||||||
add_resourcepacks = false
|
|
||||||
#If enabled, will add modloader jar name to modlist, to easily track if user changed version of modloader.
|
|
||||||
add_modloader_jar_name = true
|
|
||||||
#If enabled, will add generated modlist.txt, with names of all mods / modids / mixin configs / jarjar mods info to logs.
|
|
||||||
add_modlist_txt_as_log = true
|
|
||||||
|
|
||||||
#Settings of too many changes warning feature.
|
|
||||||
#Notifies end users of the modpack and saying they made too many changes to the modpack.
|
|
||||||
#Not displayed to the modpack creators.
|
|
||||||
[too_many_changes_warning]
|
|
||||||
#Set to the positive integer to enable feature. Set to negative integer to disable.
|
|
||||||
#How many changes end user should make for warning to be displayed.
|
|
||||||
count = 1
|
|
||||||
#With this option, you can select the formulation of this warning, currently supported:
|
|
||||||
# - NOTIFY: Just saying to the end user that what they made many changes and adding random mods or clicking
|
|
||||||
#the "Update All" button is not a good idea without proper testing. It is expected to crash.
|
|
||||||
# - DROP_SUPPORT: Saying what you are not providing support for that amount of changes, suggesting the end user to
|
|
||||||
#re-install modpack or they are on their own with that amount of changes.
|
|
||||||
formulation_type = "DROP_SUPPORT"
|
|
||||||
|
|
||||||
#Settings of analysis feature.
|
|
||||||
#Analysing logs for most common reasons of crashes and displaying recommendations with fixes.
|
|
||||||
[analysis]
|
|
||||||
#Enable feature.
|
|
||||||
enabled = true
|
|
||||||
#Here you can disable some Analysis by class names.
|
|
||||||
#List of them can be found here: dev.kostromdan.mods.crash_assistant.app.logs_analyser.crash_reasons
|
|
||||||
#For example "Create6Addons"
|
|
||||||
blacklisted_reasons = []
|
|
||||||
|
|
||||||
#Settings of analysis tools feature.
|
|
||||||
#Here you can enable or disable showing some analysis tools for end user.
|
|
||||||
[analysis_tools]
|
|
||||||
#Enable feature.
|
|
||||||
enabled = true
|
|
||||||
#Here you can disable some Analysis tools by class names.
|
|
||||||
#List of them can be found here: dev.kostromdan.mods.crash_assistant.app.gui.analysis
|
|
||||||
#For example "MCreatorModDetectorGUI"
|
|
||||||
blacklisted_tools = []
|
|
||||||
|
|
||||||
#Settings of '/crash_assistant crash' command feature.
|
|
||||||
[crash_command]
|
|
||||||
#Enable feature.
|
|
||||||
enabled = true
|
|
||||||
#To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds.
|
|
||||||
#Set to <= 0 to disable the confirmation.
|
|
||||||
seconds = 10
|
|
||||||
|
|
||||||
#Settings of notifying about intel corrupted processors.
|
|
||||||
[intel_corrupted]
|
|
||||||
#Enable feature.
|
|
||||||
enabled = true
|
|
||||||
|
|
||||||
[greeting]
|
|
||||||
#You don't need to touch this option.
|
|
||||||
#On first world join of modpack creator if set to false shows greeting, then self enables.
|
|
||||||
shown_greeting = true
|
|
||||||
|
|
||||||
#You can customise GUI with this options.
|
|
||||||
[gui_customisation]
|
|
||||||
#Will hide Upload All Button from GUI.
|
|
||||||
disable_upload_all_button = false
|
|
||||||
#Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators.
|
|
||||||
show_dont_send_screenshot_of_gui_notice = true
|
|
||||||
#Animate border to request user attention even more.
|
|
||||||
screenshot_of_gui_notice_animated_border = true
|
|
||||||
#You can make Upload All Button bigger/smaller to request user attention.
|
|
||||||
#Default Swing font size is 12, Default for this button in crash assistant is 16.
|
|
||||||
#Not recommended to set it more than 16, as it will affect the increase of GUI size because all text won't fit.
|
|
||||||
upload_all_button_font_size = 16
|
|
||||||
#Same as upload_all_button_font_size, but for Request Help button.
|
|
||||||
request_help_button_font_size = 16
|
|
||||||
#Same as upload_all_button_font_size, but for the Simple Mode toggle button.
|
|
||||||
simple_mode_button_font_size = 16
|
|
||||||
#You can change Upload All Button color to request user attention.
|
|
||||||
#format is "R_G_B", range is 0-255, for example "255_0_0" is red color. Use "default" to use default swing color.
|
|
||||||
#Default for this button is "0_178_0" (dark green color).
|
|
||||||
upload_all_button_foreground_color = "0_178_0"
|
|
||||||
#Same as upload_all_button_foreground_color, but for Request Help button.
|
|
||||||
#Default for this button is "0_0_178" (dark blue color).
|
|
||||||
request_help_button_foreground_color = "0_0_178"
|
|
||||||
#Same as upload_all_button_foreground_color, but for the Simple Mode toggle button.
|
|
||||||
simple_mode_button_foreground_color = "0_0_178"
|
|
||||||
#Same as upload_all_button_font_size, but for Auto-Fix button (in integrated GPU warning).
|
|
||||||
auto_fix_button_font_size = 16
|
|
||||||
#Same as upload_all_button_foreground_color, but for Auto-Fix button (in integrated GPU warning).
|
|
||||||
#Default for this button is "0_178_0" (dark green color).
|
|
||||||
auto_fix_button_foreground_color = "0_178_0"
|
|
||||||
#Path to a modpack logo to display in the top of the GUI.
|
|
||||||
#Path is relative to the Minecraft instance folder. Leave empty to disable.
|
|
||||||
modpack_logo_path = ""
|
|
||||||
#If true, the logo will be larger, Replacing a some of `don't send screenshot` notice.
|
|
||||||
#If false, it will be smaller and logo will be end right where the `don't send screenshot` notice starts.
|
|
||||||
#You should try both, but most likely:
|
|
||||||
#- If you have some long text in the discord description, you will love the small one.
|
|
||||||
#- If the text is short, you will love the large one.
|
|
||||||
modpack_logo_large_mode = false
|
|
||||||
#Limit modpack logo height. Default is -1, which means it's calculated automatically.
|
|
||||||
#By default, this should not be needed. But if you have heavily customized GUI or using
|
|
||||||
#a rectangle logo instead of square, you may want to decrease its size, so this option could be needed in such case.
|
|
||||||
limit_modpack_logo_height = -1
|
|
||||||
#This option would be needed only if you limited modpack logo height.
|
|
||||||
#Otherwise, the logo will consume all available horizontal space.
|
|
||||||
#If true, the logo will be centered. If false, it will be aligned to the top.
|
|
||||||
modpack_logo_aligned_center = true
|
|
||||||
|
|
||||||
#Checks crash_assistant compatibility with other incompatible mods.
|
|
||||||
#Highly unrecommended to disable!
|
|
||||||
[compatibility]
|
|
||||||
#Enable feature.
|
|
||||||
enabled = true
|
|
||||||
|
|
||||||
@@ -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.
|
|
||||||
@@ -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"
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
}
|
|
||||||
@@ -1,525 +0,0 @@
|
|||||||
{
|
|
||||||
"fabric-loader-0.18.4.jar (modloader)": {
|
|
||||||
"jarName": "fabric-loader-0.18.4.jar (modloader)",
|
|
||||||
"modId": "fabric",
|
|
||||||
"version": "fabric-loader-0.18.4.jar"
|
|
||||||
},
|
|
||||||
"animatica-0.6.1+1.21.5.jar": {
|
|
||||||
"jarName": "animatica-0.6.1+1.21.5.jar",
|
|
||||||
"modId": "animatica",
|
|
||||||
"version": "0.6.1+1.21.5",
|
|
||||||
"curseForgeHash": 602460333,
|
|
||||||
"modrinthHash": "48746e8fbf005ffd4b7018cf37339a312865c57b"
|
|
||||||
},
|
|
||||||
"architectury-18.0.8-fabric.jar": {
|
|
||||||
"jarName": "architectury-18.0.8-fabric.jar",
|
|
||||||
"modId": "architectury",
|
|
||||||
"version": "18.0.8",
|
|
||||||
"curseForgeHash": 15044894,
|
|
||||||
"modrinthHash": "6df5474fa07d4c1225ee625ecdd7b958a9f5c2b5"
|
|
||||||
},
|
|
||||||
"BadOptimizations-2.4.1-1.21.10.jar": {
|
|
||||||
"jarName": "BadOptimizations-2.4.1-1.21.10.jar",
|
|
||||||
"modId": "badoptimizations",
|
|
||||||
"version": "2.4.1",
|
|
||||||
"curseForgeHash": 4098692863,
|
|
||||||
"modrinthHash": "1afd5c9c6a1d5970285d1b08af1fa6c7585842dc"
|
|
||||||
},
|
|
||||||
"bbe-1.2.0+1.21.10.jar": {
|
|
||||||
"jarName": "bbe-1.2.0+1.21.10.jar",
|
|
||||||
"modId": "betterblockentities",
|
|
||||||
"version": "1.2.0+1.21.10",
|
|
||||||
"curseForgeHash": 669890906,
|
|
||||||
"modrinthHash": "bd12066547d1f791e905fb29356f0601b4c2f57a"
|
|
||||||
},
|
|
||||||
"BetterF3-16.0.3-Fabric-1.21.10.jar": {
|
|
||||||
"jarName": "BetterF3-16.0.3-Fabric-1.21.10.jar",
|
|
||||||
"modId": "betterf3",
|
|
||||||
"version": "16.0.3",
|
|
||||||
"curseForgeHash": 4162333978,
|
|
||||||
"modrinthHash": "5baeed05a286409c8c49bb091f26d7f70c9d7503"
|
|
||||||
},
|
|
||||||
"bobby-5.2.10+mc1.21.9.jar": {
|
|
||||||
"jarName": "bobby-5.2.10+mc1.21.9.jar",
|
|
||||||
"modId": "bobby",
|
|
||||||
"version": "5.2.10+mc1.21.9",
|
|
||||||
"curseForgeHash": 3252819119,
|
|
||||||
"modrinthHash": "7f26b57f1c74426e832775bdbd218ec4afc425fe"
|
|
||||||
},
|
|
||||||
"c2me-fabric-mc1.21.10-0.3.6+alpha.0.9.jar": {
|
|
||||||
"jarName": "c2me-fabric-mc1.21.10-0.3.6+alpha.0.9.jar",
|
|
||||||
"modId": "c2me",
|
|
||||||
"version": "0.3.6+alpha.0.9+1.21.10",
|
|
||||||
"curseForgeHash": 2901197316,
|
|
||||||
"modrinthHash": "dbe0d68c88ad4a9c76f9892047258766ef12b294"
|
|
||||||
},
|
|
||||||
"calcmod-1.5.0+fabric.1.21.9.jar": {
|
|
||||||
"jarName": "calcmod-1.5.0+fabric.1.21.9.jar",
|
|
||||||
"modId": "calcmod",
|
|
||||||
"version": "1.5.0+fabric.1.21.9",
|
|
||||||
"curseForgeHash": 3059226273,
|
|
||||||
"modrinthHash": "d31bfe779e5069a7c28b1d4b020566352f2bf6d8"
|
|
||||||
},
|
|
||||||
"chat_heads-1.2.2-fabric-1.21.9.jar": {
|
|
||||||
"jarName": "chat_heads-1.2.2-fabric-1.21.9.jar",
|
|
||||||
"modId": "chat_heads",
|
|
||||||
"version": "1.2.2",
|
|
||||||
"curseForgeHash": 1915081535,
|
|
||||||
"modrinthHash": "1b1f14aac5555b9630d7fdb21b7fb24530ce584d"
|
|
||||||
},
|
|
||||||
"chunksfadein-fabric-3.0.20-1.21.9.jar": {
|
|
||||||
"jarName": "chunksfadein-fabric-3.0.20-1.21.9.jar",
|
|
||||||
"modId": "chunksfadein",
|
|
||||||
"version": "3.0.20-1.21.9",
|
|
||||||
"curseForgeHash": 3317633331,
|
|
||||||
"modrinthHash": "fc02a8971c2d71841dac2ac4c18e8e7b4d50877e"
|
|
||||||
},
|
|
||||||
"cloth-config-20.0.149-fabric.jar": {
|
|
||||||
"jarName": "cloth-config-20.0.149-fabric.jar",
|
|
||||||
"modId": "cloth-config",
|
|
||||||
"version": "20.0.149",
|
|
||||||
"curseForgeHash": 1501826003,
|
|
||||||
"modrinthHash": "c86e380bdac24e4ecdd148558e9d4ddf32c86059"
|
|
||||||
},
|
|
||||||
"ConfigManager-fabric-1.21.x-1.1.1.jar": {
|
|
||||||
"jarName": "ConfigManager-fabric-1.21.x-1.1.1.jar",
|
|
||||||
"modId": "config_manager",
|
|
||||||
"version": "1.1.1",
|
|
||||||
"curseForgeHash": 3722035875,
|
|
||||||
"modrinthHash": "9ea08cbfeca54a94afb92edf8b1b95396fb48129"
|
|
||||||
},
|
|
||||||
"console-adv-sounds-1.0.18.jar": {
|
|
||||||
"jarName": "console-adv-sounds-1.0.18.jar",
|
|
||||||
"modId": "console_advancement_sounds",
|
|
||||||
"version": "1.0.18",
|
|
||||||
"curseForgeHash": 1981995106,
|
|
||||||
"modrinthHash": "340711c9a7e6d4c005d4f22b9034f2738db8fae2"
|
|
||||||
},
|
|
||||||
"continuity-3.0.1-beta.2+1.21.10.jar": {
|
|
||||||
"jarName": "continuity-3.0.1-beta.2+1.21.10.jar",
|
|
||||||
"modId": "continuity",
|
|
||||||
"version": "3.0.1-beta.2+1.21.10",
|
|
||||||
"curseForgeHash": 1139097148,
|
|
||||||
"modrinthHash": "071e6ceddabeaf0277c8643d611f1aa0ed167be3"
|
|
||||||
},
|
|
||||||
"CrashAssistant-fabric-1.21.5-1.21.11-1.11.3.jar": {
|
|
||||||
"jarName": "CrashAssistant-fabric-1.21.5-1.21.11-1.11.3.jar",
|
|
||||||
"modId": "crash_assistant",
|
|
||||||
"version": "1.11.3",
|
|
||||||
"curseForgeHash": 4049457989,
|
|
||||||
"modrinthHash": "16783b5cfeedf897ff8c60238282b7622c0e9608"
|
|
||||||
},
|
|
||||||
"CustomPlayerModels-Fabric-1.21.10-0.6.25c.jar": {
|
|
||||||
"jarName": "CustomPlayerModels-Fabric-1.21.10-0.6.25c.jar",
|
|
||||||
"modId": "cpm",
|
|
||||||
"version": "0.6.25c",
|
|
||||||
"curseForgeHash": 3632174078,
|
|
||||||
"modrinthHash": "4c38cd0dd9ea978de21edf46c6b57c66a6c182b4"
|
|
||||||
},
|
|
||||||
"cwb-fabric-3.0.0+mc1.21.5.jar": {
|
|
||||||
"jarName": "cwb-fabric-3.0.0+mc1.21.5.jar",
|
|
||||||
"modId": "cubes-without-borders",
|
|
||||||
"version": "3.0.0+mc1.21.5",
|
|
||||||
"curseForgeHash": 1888577393,
|
|
||||||
"modrinthHash": "b663eb9a8238be3cd71173e39b6f9d01d0948c1d"
|
|
||||||
},
|
|
||||||
"dynamic-fps-3.11.4+minecraft-1.21.9-fabric.jar": {
|
|
||||||
"jarName": "dynamic-fps-3.11.4+minecraft-1.21.9-fabric.jar",
|
|
||||||
"modId": "dynamic_fps",
|
|
||||||
"version": "3.11.4",
|
|
||||||
"curseForgeHash": 2212156593,
|
|
||||||
"modrinthHash": "912c582475c5671d71487e23762a2db290ceb666"
|
|
||||||
},
|
|
||||||
"e4mc-fabric-6.0.6.jar": {
|
|
||||||
"jarName": "e4mc-fabric-6.0.6.jar",
|
|
||||||
"modId": "e4mc",
|
|
||||||
"version": "6.0.6",
|
|
||||||
"curseForgeHash": 525692248,
|
|
||||||
"modrinthHash": "2793de5bb5b9259be972b8f915de65e854ef4e9d"
|
|
||||||
},
|
|
||||||
"entity_model_features_1.21.9-fabric-3.0.12.jar": {
|
|
||||||
"jarName": "entity_model_features_1.21.9-fabric-3.0.12.jar",
|
|
||||||
"modId": "entity_model_features",
|
|
||||||
"version": "3.0.12",
|
|
||||||
"curseForgeHash": 1470012794,
|
|
||||||
"modrinthHash": "6ab1276d45b69f7502a1a3fd52267084ea282d0e"
|
|
||||||
},
|
|
||||||
"entity_texture_features_1.21.9-fabric-7.0.9.jar": {
|
|
||||||
"jarName": "entity_texture_features_1.21.9-fabric-7.0.9.jar",
|
|
||||||
"modId": "entity_texture_features",
|
|
||||||
"version": "7.0.9",
|
|
||||||
"curseForgeHash": 1555378463,
|
|
||||||
"modrinthHash": "8402fc4a91ad8a4a2b1dcf21659dfbb8958dc7c1"
|
|
||||||
},
|
|
||||||
"entityculling-fabric-1.9.5-mc1.21.10.jar": {
|
|
||||||
"jarName": "entityculling-fabric-1.9.5-mc1.21.10.jar",
|
|
||||||
"modId": "entityculling",
|
|
||||||
"version": "1.9.5",
|
|
||||||
"curseForgeHash": 1281315209,
|
|
||||||
"modrinthHash": "4c866322b6c5e0781bbf709d3216381de234ee89"
|
|
||||||
},
|
|
||||||
"fabric-api-0.138.4+1.21.10.jar": {
|
|
||||||
"jarName": "fabric-api-0.138.4+1.21.10.jar",
|
|
||||||
"modId": "fabric-api",
|
|
||||||
"version": "0.138.4+1.21.10",
|
|
||||||
"curseForgeHash": 3410332389,
|
|
||||||
"modrinthHash": "0345c20b71007521a25b393091adeb45328d7c57"
|
|
||||||
},
|
|
||||||
"fabric-language-kotlin-1.13.9+kotlin.2.3.10.jar": {
|
|
||||||
"jarName": "fabric-language-kotlin-1.13.9+kotlin.2.3.10.jar",
|
|
||||||
"modId": "fabric-language-kotlin",
|
|
||||||
"version": "1.13.9+kotlin.2.3.10",
|
|
||||||
"curseForgeHash": 3487618919,
|
|
||||||
"modrinthHash": "20b2200961e11994595ebb2d5f6624f232d13751"
|
|
||||||
},
|
|
||||||
"FactoryAPI-1.21.10-2.2.7-fabric.jar": {
|
|
||||||
"jarName": "FactoryAPI-1.21.10-2.2.7-fabric.jar",
|
|
||||||
"modId": "factory_api",
|
|
||||||
"version": "2.2.7",
|
|
||||||
"curseForgeHash": 2424642002,
|
|
||||||
"modrinthHash": "44cc314315b41eb8a9edd8bf67756dc06f03b4a0"
|
|
||||||
},
|
|
||||||
"fast-ip-ping-v1.0.8-mc1.21.10-fabric.jar": {
|
|
||||||
"jarName": "fast-ip-ping-v1.0.8-mc1.21.10-fabric.jar",
|
|
||||||
"modId": "fastipping",
|
|
||||||
"version": "1.0.8",
|
|
||||||
"curseForgeHash": 1210542902,
|
|
||||||
"modrinthHash": "fa87eb64e5cebad5d64a9500111c52bc5415a148"
|
|
||||||
},
|
|
||||||
"fastquit-3.1.2+mc1.21.10.jar": {
|
|
||||||
"jarName": "fastquit-3.1.2+mc1.21.10.jar",
|
|
||||||
"modId": "fastquit",
|
|
||||||
"version": "3.1.2+mc1.21.10",
|
|
||||||
"curseForgeHash": 3784654987,
|
|
||||||
"modrinthHash": "d173dc167ca729dbb6cd0de3d6c1435c7f665039"
|
|
||||||
},
|
|
||||||
"ferritecore-8.1.0-fabric.jar": {
|
|
||||||
"jarName": "ferritecore-8.1.0-fabric.jar",
|
|
||||||
"modId": "ferritecore",
|
|
||||||
"version": "8.1.0",
|
|
||||||
"curseForgeHash": 3414565920,
|
|
||||||
"modrinthHash": "fbc854f0a30657a0f8b4a5c79ce6580f3f8fbea9"
|
|
||||||
},
|
|
||||||
"fix-keyboard-on-linux-1.0.2.jar": {
|
|
||||||
"jarName": "fix-keyboard-on-linux-1.0.2.jar",
|
|
||||||
"modId": "fix-keyboard-on-linux",
|
|
||||||
"version": "1.0.2",
|
|
||||||
"curseForgeHash": 553527540,
|
|
||||||
"modrinthHash": "3409ef6494ab1e9a151177775a12b63004c87080"
|
|
||||||
},
|
|
||||||
"fnp_patcher-26.1.2+1.21.9.jar": {
|
|
||||||
"jarName": "fnp_patcher-26.1.2+1.21.9.jar",
|
|
||||||
"modId": "fnp_patcher",
|
|
||||||
"version": "26.1.2+1.21.9",
|
|
||||||
"curseForgeHash": 3797449342,
|
|
||||||
"modrinthHash": "16bf44b8103833976af768573a36b5fa4054d599"
|
|
||||||
},
|
|
||||||
"ForgeConfigAPIPort-v21.10.1+mc1.21.10-Fabric.jar": {
|
|
||||||
"jarName": "ForgeConfigAPIPort-v21.10.1+mc1.21.10-Fabric.jar",
|
|
||||||
"modId": "forgeconfigapiport",
|
|
||||||
"version": "21.10.1",
|
|
||||||
"curseForgeHash": 2573171359,
|
|
||||||
"modrinthHash": "1335a32984357a39d9c8cf5faba9e9b5c3e1f80d"
|
|
||||||
},
|
|
||||||
"fzzy_config-0.7.6+1.21.9.jar": {
|
|
||||||
"jarName": "fzzy_config-0.7.6+1.21.9.jar",
|
|
||||||
"modId": "fzzy_config",
|
|
||||||
"version": "0.7.6+1.21.9",
|
|
||||||
"curseForgeHash": 38397153,
|
|
||||||
"modrinthHash": "88940f2983f140b163dbe6ae4342470c03710ca9"
|
|
||||||
},
|
|
||||||
"IdleTweaks-1.1.0.jar": {
|
|
||||||
"jarName": "IdleTweaks-1.1.0.jar",
|
|
||||||
"modId": "idletweaks",
|
|
||||||
"version": "1.1.0",
|
|
||||||
"curseForgeHash": 2917560910,
|
|
||||||
"modrinthHash": "09b95932943e5fa0d02d071e51f73df3f5aede25"
|
|
||||||
},
|
|
||||||
"ImmediatelyFast-Fabric-1.13.5+1.21.10.jar": {
|
|
||||||
"jarName": "ImmediatelyFast-Fabric-1.13.5+1.21.10.jar",
|
|
||||||
"modId": "immediatelyfast",
|
|
||||||
"version": "1.13.5+1.21.10",
|
|
||||||
"curseForgeHash": 4026014278,
|
|
||||||
"modrinthHash": "4c51b05f08693df1636945b3823d122c432b7757"
|
|
||||||
},
|
|
||||||
"iris-fabric-1.9.7+mc1.21.10.jar": {
|
|
||||||
"jarName": "iris-fabric-1.9.7+mc1.21.10.jar",
|
|
||||||
"modId": "iris",
|
|
||||||
"version": "1.9.7+mc1.21.10",
|
|
||||||
"curseForgeHash": 1512039915,
|
|
||||||
"modrinthHash": "f96d48791a372edb0fa3adfc80848c4f27eae737"
|
|
||||||
},
|
|
||||||
"Ixeris-4.1.3+1.21.11-fabric.jar": {
|
|
||||||
"jarName": "Ixeris-4.1.3+1.21.11-fabric.jar",
|
|
||||||
"modId": "ixeris",
|
|
||||||
"version": "4.1.3+1.21.11-fabric",
|
|
||||||
"curseForgeHash": 3599747135,
|
|
||||||
"modrinthHash": "74d65113cd37971487b31753a7d8b0ec4fd25237"
|
|
||||||
},
|
|
||||||
"lambdabettergrass-2.5.0+1.21.9.jar": {
|
|
||||||
"jarName": "lambdabettergrass-2.5.0+1.21.9.jar",
|
|
||||||
"modId": "lambdabettergrass",
|
|
||||||
"version": "2.5.0+1.21.9",
|
|
||||||
"curseForgeHash": 795430105,
|
|
||||||
"modrinthHash": "b6769714a871301ccb11791eca903dadceb9ee1e"
|
|
||||||
},
|
|
||||||
"lambdynamiclights-4.8.7+1.21.10.jar": {
|
|
||||||
"jarName": "lambdynamiclights-4.8.7+1.21.10.jar",
|
|
||||||
"modId": "lambdynlights",
|
|
||||||
"version": "4.8.7+1.21.10",
|
|
||||||
"curseForgeHash": 1648654858,
|
|
||||||
"modrinthHash": "4ea9988c083f1e16182e6042ab55de414bfbbaff"
|
|
||||||
},
|
|
||||||
"language-reload-1.7.5+1.21.10.jar": {
|
|
||||||
"jarName": "language-reload-1.7.5+1.21.10.jar",
|
|
||||||
"modId": "languagereload",
|
|
||||||
"version": "1.7.5+1.21.10",
|
|
||||||
"curseForgeHash": 3082528985,
|
|
||||||
"modrinthHash": "f1ba2472975863dc130acbd3cc425c9f31fb23e1"
|
|
||||||
},
|
|
||||||
"legacy-mechanics-1.1.0.jar": {
|
|
||||||
"jarName": "legacy-mechanics-1.1.0.jar",
|
|
||||||
"modId": "mr_legacy_mechanics",
|
|
||||||
"version": "1.1.0",
|
|
||||||
"curseForgeHash": 838661985,
|
|
||||||
"modrinthHash": "5e53fd5438716b849e57b8c68442272e947e75c5"
|
|
||||||
},
|
|
||||||
"legacy-nether-extended-2.0.0.jar": {
|
|
||||||
"jarName": "legacy-nether-extended-2.0.0.jar",
|
|
||||||
"modId": "mr_legacy_netherextended",
|
|
||||||
"version": "2.0.0",
|
|
||||||
"curseForgeHash": 2192602223,
|
|
||||||
"modrinthHash": "803fe7e286b6a3eee7a309605f6e2436e00d7865"
|
|
||||||
},
|
|
||||||
"Legacy4J-1.21.10-1.8.7-fabric.jar": {
|
|
||||||
"jarName": "Legacy4J-1.21.10-1.8.7-fabric.jar",
|
|
||||||
"modId": "legacy",
|
|
||||||
"version": "1.8.7",
|
|
||||||
"curseForgeHash": 51400226,
|
|
||||||
"modrinthHash": "ad08cae39c5c6bed25c07c15a94e4a034b22bb3c"
|
|
||||||
},
|
|
||||||
"legacyskins-1.6.0+fabric+1.21.10.jar": {
|
|
||||||
"jarName": "legacyskins-1.6.0+fabric+1.21.10.jar",
|
|
||||||
"modId": "legacyskins",
|
|
||||||
"version": "1.6.0+fabric+1.21.10",
|
|
||||||
"curseForgeHash": 491735190,
|
|
||||||
"modrinthHash": "1c3ceee0b5bfc9a6aa2953edf370b34e94616db6"
|
|
||||||
},
|
|
||||||
"lithium-fabric-0.20.1+mc1.21.10.jar": {
|
|
||||||
"jarName": "lithium-fabric-0.20.1+mc1.21.10.jar",
|
|
||||||
"modId": "lithium",
|
|
||||||
"version": "0.20.1+mc1.21.10",
|
|
||||||
"curseForgeHash": 1526742470,
|
|
||||||
"modrinthHash": "7d44f5da9c690bbf1bd6d65c1acc81db5cf7f8c6"
|
|
||||||
},
|
|
||||||
"locator_lodestones-1.5.1+1.21.9+A.jar": {
|
|
||||||
"jarName": "locator_lodestones-1.5.1+1.21.9+A.jar",
|
|
||||||
"modId": "locator_lodestones",
|
|
||||||
"version": "1.5.1+1.21.9+A",
|
|
||||||
"curseForgeHash": 3535871940,
|
|
||||||
"modrinthHash": "60f1988909479e0c7d0e5e27b7ee74f4ebb40b65"
|
|
||||||
},
|
|
||||||
"LWS-1.21.10-0.0.1-fabric.jar": {
|
|
||||||
"jarName": "LWS-1.21.10-0.0.1-fabric.jar",
|
|
||||||
"modId": "legacy_world_sizes",
|
|
||||||
"version": "0.0.1",
|
|
||||||
"curseForgeHash": 147767473,
|
|
||||||
"modrinthHash": "8da254dddb773795fbc0354fb4e83c66fdf60f3d"
|
|
||||||
},
|
|
||||||
"macos-input-fixes-1.11.jar": {
|
|
||||||
"jarName": "macos-input-fixes-1.11.jar",
|
|
||||||
"modId": "macos_input_fixes",
|
|
||||||
"version": "1.11",
|
|
||||||
"curseForgeHash": 333067403,
|
|
||||||
"modrinthHash": "54de61180f57535bd83007baef66f6db3f51a3e3"
|
|
||||||
},
|
|
||||||
"minimega-4.1.102.jar": {
|
|
||||||
"jarName": "minimega-4.1.102.jar",
|
|
||||||
"modId": "minimega",
|
|
||||||
"version": "4.1.102",
|
|
||||||
"curseForgeHash": 4264681602,
|
|
||||||
"modrinthHash": "0e3124115d1f1eec27fea145e71754c3fb752b31"
|
|
||||||
},
|
|
||||||
"moderner-beta-fabric-4.1.0+1.21.9.jar": {
|
|
||||||
"jarName": "moderner-beta-fabric-4.1.0+1.21.9.jar",
|
|
||||||
"modId": "moderner_beta",
|
|
||||||
"version": "4.1.0+1.21.9",
|
|
||||||
"curseForgeHash": 2444613342,
|
|
||||||
"modrinthHash": "db38db54e7e5467d7faaafb09eec8589097cb570"
|
|
||||||
},
|
|
||||||
"modernfix-fabric-latest.jar": {
|
|
||||||
"jarName": "modernfix-fabric-latest.jar",
|
|
||||||
"modId": "modernfix",
|
|
||||||
"version": "5.20.6",
|
|
||||||
"curseForgeHash": 1054580607,
|
|
||||||
"modrinthHash": "1e5c6a097293ca54b590bdd1abf1c038030845af"
|
|
||||||
},
|
|
||||||
"modmenu-16.0.0.jar": {
|
|
||||||
"jarName": "modmenu-16.0.0.jar",
|
|
||||||
"modId": "modmenu",
|
|
||||||
"version": "16.0.0",
|
|
||||||
"curseForgeHash": 1826344725,
|
|
||||||
"modrinthHash": "55994722875c4b071b31dcb6f3c9cba8818f3391"
|
|
||||||
},
|
|
||||||
"moreculling-fabric-1.21.9-1.5.0-beta.2.jar": {
|
|
||||||
"jarName": "moreculling-fabric-1.21.9-1.5.0-beta.2.jar",
|
|
||||||
"modId": "moreculling",
|
|
||||||
"version": "1.5.0-beta.2",
|
|
||||||
"curseForgeHash": 3025365314,
|
|
||||||
"modrinthHash": "3ab31aec861c6bcade87f7e9317d1ca2ac7a19f3"
|
|
||||||
},
|
|
||||||
"NoPryingEyes-2.0.0+1.21.10.jar": {
|
|
||||||
"jarName": "NoPryingEyes-2.0.0+1.21.10.jar",
|
|
||||||
"modId": "nopryingeyes",
|
|
||||||
"version": "2.0.0",
|
|
||||||
"curseForgeHash": 144166547,
|
|
||||||
"modrinthHash": "6991e9f120684fbbb8e6846955fe5e055868274d"
|
|
||||||
},
|
|
||||||
"particle_core-0.3.2+1.21.9.jar": {
|
|
||||||
"jarName": "particle_core-0.3.2+1.21.9.jar",
|
|
||||||
"modId": "particle_core",
|
|
||||||
"version": "0.3.2+1.21.9",
|
|
||||||
"curseForgeHash": 650225542,
|
|
||||||
"modrinthHash": "353abc578625479558f39e382b60dbb5022b724a"
|
|
||||||
},
|
|
||||||
"pingview-fabric-1.3.1.jar": {
|
|
||||||
"jarName": "pingview-fabric-1.3.1.jar",
|
|
||||||
"modId": "pingview",
|
|
||||||
"version": "1.3.1",
|
|
||||||
"curseForgeHash": 1359167508,
|
|
||||||
"modrinthHash": "8315ee36631bb675fe9b06bb8383b368b354e6ae"
|
|
||||||
},
|
|
||||||
"pneumonocore-1.2.1+1.21.9+A.jar": {
|
|
||||||
"jarName": "pneumonocore-1.2.1+1.21.9+A.jar",
|
|
||||||
"modId": "pneumonocore",
|
|
||||||
"version": "1.2.1",
|
|
||||||
"curseForgeHash": 3061360897,
|
|
||||||
"modrinthHash": "640a21c9d9b6069eeed3b62aa00b8985388eb561"
|
|
||||||
},
|
|
||||||
"polytone-1.21.10-3.6.3-fabric.jar": {
|
|
||||||
"jarName": "polytone-1.21.10-3.6.3-fabric.jar",
|
|
||||||
"modId": "polytone",
|
|
||||||
"version": "1.21.10-3.6.3",
|
|
||||||
"curseForgeHash": 3190246031,
|
|
||||||
"modrinthHash": "c08ab4ace9462a88fb95ca95f8700f63207de9b0"
|
|
||||||
},
|
|
||||||
"ProPlacer-v21.10.0+mc1.21.10-Fabric.jar": {
|
|
||||||
"jarName": "ProPlacer-v21.10.0+mc1.21.10-Fabric.jar",
|
|
||||||
"modId": "proplacer",
|
|
||||||
"version": "21.10.0",
|
|
||||||
"curseForgeHash": 3739279609,
|
|
||||||
"modrinthHash": "b70486f489b4438e85c5418ac6685707c85d33af"
|
|
||||||
},
|
|
||||||
"PuzzlesLib-v21.10.8+mc1.21.10-Fabric.jar": {
|
|
||||||
"jarName": "PuzzlesLib-v21.10.8+mc1.21.10-Fabric.jar",
|
|
||||||
"modId": "puzzleslib",
|
|
||||||
"version": "21.10.8",
|
|
||||||
"curseForgeHash": 3913206976,
|
|
||||||
"modrinthHash": "a47fd39ca6e9cf6ec9cb57d52af67ace8656c454"
|
|
||||||
},
|
|
||||||
"quick-pack-fabric-1.2.0+1.21.10.jar": {
|
|
||||||
"jarName": "quick-pack-fabric-1.2.0+1.21.10.jar",
|
|
||||||
"modId": "quick-pack",
|
|
||||||
"version": "1.2.0",
|
|
||||||
"curseForgeHash": 2051919864,
|
|
||||||
"modrinthHash": "54f7be15dad9142d89d8aba52613430bfb29a591"
|
|
||||||
},
|
|
||||||
"regsyncfix-1.0.3.jar": {
|
|
||||||
"jarName": "regsyncfix-1.0.3.jar",
|
|
||||||
"modId": "regsyncfix",
|
|
||||||
"version": "1.0.3",
|
|
||||||
"curseForgeHash": 2531712503,
|
|
||||||
"modrinthHash": "7c52b592fd51a66bb7c5118e6b76a166d7dac53d"
|
|
||||||
},
|
|
||||||
"ScalableLux-0.1.6+fabric.c25518a-all.jar": {
|
|
||||||
"jarName": "ScalableLux-0.1.6+fabric.c25518a-all.jar",
|
|
||||||
"modId": "scalablelux",
|
|
||||||
"version": "0.1.6+fabric.c25518a",
|
|
||||||
"curseForgeHash": 3734159435,
|
|
||||||
"modrinthHash": "9df93ab6442fa374c17fab6b5181fe2c215d9d5b"
|
|
||||||
},
|
|
||||||
"servercore-fabric-1.5.14+1.21.9.jar": {
|
|
||||||
"jarName": "servercore-fabric-1.5.14+1.21.9.jar",
|
|
||||||
"modId": "servercore",
|
|
||||||
"version": "1.5.14+1.21.9",
|
|
||||||
"curseForgeHash": 3417754780,
|
|
||||||
"modrinthHash": "6a732327f7855aa64f820942031d6e4adeba68a6"
|
|
||||||
},
|
|
||||||
"SimpleDiscordRichPresence-fabric-97.0.0-build.52+mc1.21.10.jar": {
|
|
||||||
"jarName": "SimpleDiscordRichPresence-fabric-97.0.0-build.52+mc1.21.10.jar",
|
|
||||||
"modId": "sdrp",
|
|
||||||
"version": "97.0.0-build.52+mc1.21.10",
|
|
||||||
"curseForgeHash": 2465431502,
|
|
||||||
"modrinthHash": "e3bb085b97c6b9635a25bc73beb26de19adafc9f"
|
|
||||||
},
|
|
||||||
"simpleresourceloader-1.0.0+1.21.1.jar": {
|
|
||||||
"jarName": "simpleresourceloader-1.0.0+1.21.1.jar",
|
|
||||||
"modId": "simpleresourceloader",
|
|
||||||
"version": "1.0.0+1.21.1",
|
|
||||||
"curseForgeHash": 835492651,
|
|
||||||
"modrinthHash": "faa2a9b25f3a3e1e6c6ed8ab860a5b10cec303ff"
|
|
||||||
},
|
|
||||||
"skyboxify-2.6+1.21.10-fabric.jar": {
|
|
||||||
"jarName": "skyboxify-2.6+1.21.10-fabric.jar",
|
|
||||||
"modId": "skyboxify",
|
|
||||||
"version": "2.6",
|
|
||||||
"curseForgeHash": 3984209013,
|
|
||||||
"modrinthHash": "1bba41d2fed9e3c9917214e19659ec4a80b7c632"
|
|
||||||
},
|
|
||||||
"sodium-fabric-0.7.3+mc1.21.10.jar": {
|
|
||||||
"jarName": "sodium-fabric-0.7.3+mc1.21.10.jar",
|
|
||||||
"modId": "sodium",
|
|
||||||
"version": "0.7.3+mc1.21.10",
|
|
||||||
"curseForgeHash": 1955839407,
|
|
||||||
"modrinthHash": "1c3ffa862d9fa4479abf67a88527907d60237248"
|
|
||||||
},
|
|
||||||
"sodium-shadowy-path-blocks-fabric-5.0.1.jar": {
|
|
||||||
"jarName": "sodium-shadowy-path-blocks-fabric-5.0.1.jar",
|
|
||||||
"modId": "sspb",
|
|
||||||
"version": "5.0.1",
|
|
||||||
"curseForgeHash": 703308428,
|
|
||||||
"modrinthHash": "6fc6b66e4a970089bebed9ae40360d489db0a6d0"
|
|
||||||
},
|
|
||||||
"Stfu-2.7.1-1.21.9.jar": {
|
|
||||||
"jarName": "Stfu-2.7.1-1.21.9.jar",
|
|
||||||
"modId": "stfu",
|
|
||||||
"version": "2.7.1",
|
|
||||||
"curseForgeHash": 898318935,
|
|
||||||
"modrinthHash": "8e78e44924895a67763b8bb69f593cb95f0d2092"
|
|
||||||
},
|
|
||||||
"tlib-fabric-1.4.1-1.21.10.jar": {
|
|
||||||
"jarName": "tlib-fabric-1.4.1-1.21.10.jar",
|
|
||||||
"modId": "tlib",
|
|
||||||
"version": "1.4.1-1.21.10",
|
|
||||||
"curseForgeHash": 3734087316,
|
|
||||||
"modrinthHash": "2367dff4c006e1ece9c78cd16ea90bce4a55fc65"
|
|
||||||
},
|
|
||||||
"vmp-fabric-mc1.21.10-0.2.0+beta.7.217-all.jar": {
|
|
||||||
"jarName": "vmp-fabric-mc1.21.10-0.2.0+beta.7.217-all.jar",
|
|
||||||
"modId": "vmp",
|
|
||||||
"version": "0.2.0+beta.7.217+1.21.10",
|
|
||||||
"curseForgeHash": 1015960387,
|
|
||||||
"modrinthHash": "18d4b43bf68a3ebaa4e6d01d0781f63c20e81d58"
|
|
||||||
},
|
|
||||||
"voicechat-fabric-1.21.10-2.6.12.jar": {
|
|
||||||
"jarName": "voicechat-fabric-1.21.10-2.6.12.jar",
|
|
||||||
"modId": "voicechat",
|
|
||||||
"version": "1.21.10-2.6.12",
|
|
||||||
"curseForgeHash": 45185931,
|
|
||||||
"modrinthHash": "934780588bac793a29589d89505da9268d997212"
|
|
||||||
},
|
|
||||||
"yet_another_config_lib_v3-3.8.2+1.21.10-fabric.jar": {
|
|
||||||
"jarName": "yet_another_config_lib_v3-3.8.2+1.21.10-fabric.jar",
|
|
||||||
"modId": "yet_another_config_lib_v3",
|
|
||||||
"version": "3.8.2+1.21.10-fabric",
|
|
||||||
"curseForgeHash": 3458912754,
|
|
||||||
"modrinthHash": "7c629ee66648c8b28f51b29ddff22fea79fc6cfb"
|
|
||||||
},
|
|
||||||
"zoomify-2.15.2+1.21.9.jar": {
|
|
||||||
"jarName": "zoomify-2.15.2+1.21.9.jar",
|
|
||||||
"modId": "zoomify",
|
|
||||||
"version": "2.15.2+1.21.9",
|
|
||||||
"curseForgeHash": 3573397083,
|
|
||||||
"modrinthHash": "874bae4867d0a2782857e3ee20b5045f36a3eda2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
{
|
|
||||||
"essential-container": {
|
|
||||||
"msg": "⚠️ <strong>Essential Mod Not Supported</strong>\n\nEssential is in absolutely no way supported by Re-Console+. It introduces long-standing GUI issues, in-game issues, performance problems and a lot more. If you would like to play multiplayer for free, open to LAN and you will recieve a link you can use for your friends to play with you! We also object heavily to Essentials usage of in-game microtransactions, in an otherwise completely free and open source modding community.",
|
|
||||||
"should_crash_on_startup": true
|
|
||||||
},
|
|
||||||
"embeddium": {
|
|
||||||
"msg": "⚠️ <strong>Embeddium Not Supported</strong>\n\nEmbeddium is not supported by Re-Console+.",
|
|
||||||
"should_crash_on_startup": true
|
|
||||||
},
|
|
||||||
"notenoughcrashes": {
|
|
||||||
"msg": "⚠️ <strong>Not Enough Crashes installed</strong>\n\nYou have added the Not Enough Crashes mod. This may cause critical stability errors.",
|
|
||||||
"should_crash_on_startup": true
|
|
||||||
},
|
|
||||||
"zume": {
|
|
||||||
"msg": "⚠️ <strong>Zume installed</strong>\n\nZume is not supported.",
|
|
||||||
"should_crash_on_startup": true
|
|
||||||
},
|
|
||||||
"legacy-mipmaps": {
|
|
||||||
"msg": "⚠️ <strong>Legacy Mipmaps installed</strong>\n\nLegacy Mipmaps is abandoned and is not supported!",
|
|
||||||
"should_crash_on_startup": false
|
|
||||||
},
|
|
||||||
"noisium": {
|
|
||||||
"msg": "⚠️ <strong>Noisium not supported</strong>\n\nNoisium is not supported, as the mod does not have significant performance boost and is superseded by other mods.",
|
|
||||||
"should_crash_on_startup": true
|
|
||||||
},
|
|
||||||
"faster-random": {
|
|
||||||
"msg": "⚠️ <strong>Faster Random installed</strong>\n\nFaster Random is not supported.",
|
|
||||||
"should_crash_on_startup": false
|
|
||||||
},
|
|
||||||
"nochatreports": {
|
|
||||||
"msg": "⚠️ <strong>No Chat Reports installed</strong>\n\nNo Chat Reports is superseded by No Prying Eyes, and adding it will just introduce compatibility and performance issues.",
|
|
||||||
"should_crash_on_startup": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"enabled":true,"onboarding":false}
|
|
||||||
@@ -1,138 +0,0 @@
|
|||||||
{
|
|
||||||
"movement": {
|
|
||||||
"old_cape_movement": false,
|
|
||||||
"disable_cape_lean": false,
|
|
||||||
"disable_cape_swing_rotation": false,
|
|
||||||
"cape_chestplate_translation": false,
|
|
||||||
"cape_sneak_position": false,
|
|
||||||
"sneak_animation": "VANILLA",
|
|
||||||
"fake_old_sneak_eye_height": false,
|
|
||||||
"rotate_backwards_walking": false,
|
|
||||||
"uncap_blocking_head_rotation": false,
|
|
||||||
"disable_head_rotation_interpolation": false,
|
|
||||||
"hand_view_bobbing_movement": true,
|
|
||||||
"death_limbs": false,
|
|
||||||
"bow_arm_movement": false,
|
|
||||||
"legacy_damage_tilt": true,
|
|
||||||
"offset_hurt_time": true
|
|
||||||
},
|
|
||||||
"items": {
|
|
||||||
"legacy_glint_speed": true,
|
|
||||||
"glint_on_item_drops2_d": true,
|
|
||||||
"glint_on_item_framed2_d": true,
|
|
||||||
"item_drops_face_camera": false,
|
|
||||||
"item_drops_face_camera_rotation_fix": false,
|
|
||||||
"item_drops2_d": false,
|
|
||||||
"item_framed2_d": false,
|
|
||||||
"item_colors2_d": false,
|
|
||||||
"item_positions": false,
|
|
||||||
"item_positions_in_third_person": false,
|
|
||||||
"thin_block_positions": false,
|
|
||||||
"skull_position": false,
|
|
||||||
"fishing_rod_version": "VANILLA",
|
|
||||||
"thin_fishing_rod_line_thickness": false,
|
|
||||||
"item_usage_swinging": false,
|
|
||||||
"swing_on_use": false,
|
|
||||||
"swing_on_drop": false,
|
|
||||||
"swing_on_entity_interact": false,
|
|
||||||
"item_using_texture_in_gui": true,
|
|
||||||
"durability_bar_colors": false,
|
|
||||||
"legacy_item_rarities": true,
|
|
||||||
"held_item_visibility_in_boat": false,
|
|
||||||
"item_pickup_position": true,
|
|
||||||
"mob_head_icons": false,
|
|
||||||
"egg_snowball_particles": true
|
|
||||||
},
|
|
||||||
"screen": {
|
|
||||||
"camera_version": "V1_9_V1_13_2",
|
|
||||||
"crosshair_in_third_person": false,
|
|
||||||
"disable_heart_flash": false,
|
|
||||||
"center_scrollable_list_widgets": false,
|
|
||||||
"list_widget_selected_border_color": false,
|
|
||||||
"legacy_widget_hover_text_color": false,
|
|
||||||
"disable_debug_hud_background": false,
|
|
||||||
"debug_hud_text_shadow": false,
|
|
||||||
"disable_camera_transparent_passthrough": false,
|
|
||||||
"tooltip_style_rendering": false,
|
|
||||||
"slot_hover_style_rendering": false,
|
|
||||||
"list_background_gradient": false,
|
|
||||||
"effects_inventory_position": false,
|
|
||||||
"snappy_slider_movement": false,
|
|
||||||
"hide_recipe_book": false,
|
|
||||||
"legacy_loading_screen": false,
|
|
||||||
"old_depth_far": false,
|
|
||||||
"old_chat_position": false,
|
|
||||||
"old_crosshair_position": false,
|
|
||||||
"disconnect_server_to_title_screen": false
|
|
||||||
},
|
|
||||||
"fixes": {
|
|
||||||
"fix_sneaking_feet_position": false,
|
|
||||||
"fix_mirror_arm_swing": false,
|
|
||||||
"fix_off_hand_using_pose": true,
|
|
||||||
"fix_cast_line_check": false,
|
|
||||||
"fix_cast_line_swing": false,
|
|
||||||
"fix_equip_animation_item_check": true,
|
|
||||||
"fix_fireball_clientside_visual": false,
|
|
||||||
"fix_text_strikethrough_style": false,
|
|
||||||
"fix_high_attack_speed_indicator": false,
|
|
||||||
"fix_vertical_bobbing_tilt": true,
|
|
||||||
"up_min_pixel_transparency_limit": false,
|
|
||||||
"fix_equip_animation_on_item_use": false,
|
|
||||||
"fix_item_usage_visual_in_g_u_i": true,
|
|
||||||
"fix_double_usage_visual": true,
|
|
||||||
"old_sky_rendering_check": true
|
|
||||||
},
|
|
||||||
"other": {
|
|
||||||
"blue_void_sky": false,
|
|
||||||
"planar_sky_fog": true,
|
|
||||||
"cloud_height": false,
|
|
||||||
"third_person_sword_blocking_position": false,
|
|
||||||
"lock_blocking_arm_rotation": false,
|
|
||||||
"projectile_age_check": false,
|
|
||||||
"block_mining_progress": true,
|
|
||||||
"disable_inventory_entity_scissor": false,
|
|
||||||
"block_outline_rendering": false,
|
|
||||||
"model_whilst_sleeping": false,
|
|
||||||
"entity_armor_hurt_tint": false,
|
|
||||||
"item_glint_on_entity": false,
|
|
||||||
"max_glint_properties": false,
|
|
||||||
"armor_hurt_rendering": false,
|
|
||||||
"high_attack_speed_visual": false,
|
|
||||||
"disable_entity_glow_outline": false,
|
|
||||||
"modern_combat_sounds": true,
|
|
||||||
"modern_combat_particles": true,
|
|
||||||
"restore_particle_blending": false,
|
|
||||||
"flame_dimensions": true,
|
|
||||||
"flame_offset": false,
|
|
||||||
"persistent_block_outline": false,
|
|
||||||
"old_minimum_smooth_lighting": false,
|
|
||||||
"old_cloud_rendering": true,
|
|
||||||
"always_steve_model": false,
|
|
||||||
"fast_grass": false,
|
|
||||||
"old_y0_height": false,
|
|
||||||
"old_water_overlay_opacity": false,
|
|
||||||
"old_water_color_fog": false,
|
|
||||||
"void_fog": "OFF"
|
|
||||||
},
|
|
||||||
"extras": {
|
|
||||||
"minimal_view_bobbing": false,
|
|
||||||
"show_name_tag_in_third_person": false,
|
|
||||||
"hide_name_tag_background": false,
|
|
||||||
"name_tag_text_shadow": false,
|
|
||||||
"debug_hud_text_color": false,
|
|
||||||
"offhand_usage_swinging": false,
|
|
||||||
"always_usage_swing": false,
|
|
||||||
"always_sharp_particles": false,
|
|
||||||
"disable_recipe_and_tutorial_toasts": false,
|
|
||||||
"show_arm_while_invisible": false,
|
|
||||||
"fake_miss_penalty_swing": false,
|
|
||||||
"dont_move_blue_void": false,
|
|
||||||
"disable_entity_death_topple": false,
|
|
||||||
"deep_red_hurt_tint": false,
|
|
||||||
"disable_particle_physics": false,
|
|
||||||
"disable_first_person_particles": false,
|
|
||||||
"dont_clear_chat": false,
|
|
||||||
"dont_close_chat": false,
|
|
||||||
"old_water_color_effects": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
enable_lightmap_caching: true
|
|
||||||
lightmap_time_change_needed_for_update: 80
|
|
||||||
enable_sky_color_caching: true
|
|
||||||
skycolor_time_change_needed_for_update: 20
|
|
||||||
enable_debug_renderer_disable_if_not_needed: true
|
|
||||||
enable_particle_manager_optimization: true
|
|
||||||
enable_toast_optimizations: true
|
|
||||||
enable_sky_angle_caching_in_worldrenderer: true
|
|
||||||
enable_entity_renderer_caching: true
|
|
||||||
enable_block_entity_renderer_caching: true
|
|
||||||
enable_entity_flag_caching: true
|
|
||||||
enable_remove_redundant_fov_calculations: true
|
|
||||||
enable_remove_tutorial_if_not_demo: true
|
|
||||||
show_f3_text: false
|
|
||||||
ignore_mod_incompatibilities: false
|
|
||||||
log_config: false
|
|
||||||
config_version: 3
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"master_optimize": true,
|
|
||||||
"optimize_chests": false,
|
|
||||||
"optimize_signs": true,
|
|
||||||
"optimize_shulkers": true,
|
|
||||||
"optimize_beds": true,
|
|
||||||
"optimize_bells": false,
|
|
||||||
"optimize_decoratedpots": true,
|
|
||||||
"chest_animations": true,
|
|
||||||
"render_sign_text": true,
|
|
||||||
"shulker_animations": true,
|
|
||||||
"bell_animations": false,
|
|
||||||
"pot_animations": true,
|
|
||||||
"sign_text_render_distance": 16,
|
|
||||||
"updateType": 0,
|
|
||||||
"smoothness_slider": 25
|
|
||||||
}
|
|
||||||
@@ -1,185 +0,0 @@
|
|||||||
{
|
|
||||||
"general": {
|
|
||||||
"disable_mod": false,
|
|
||||||
"hide_bossbar": true,
|
|
||||||
"shadow_text": true,
|
|
||||||
"auto_start": false,
|
|
||||||
"animationSpeed": 1.0,
|
|
||||||
"always_show_ping": false,
|
|
||||||
"hide_debug_crosshair": false,
|
|
||||||
"background_color": 1867534416,
|
|
||||||
"space_modules": false,
|
|
||||||
"always_show_profiler": false,
|
|
||||||
"animations": false,
|
|
||||||
"fontScale": 0.7,
|
|
||||||
"hide_sidebar": true,
|
|
||||||
"always_show_tps": false
|
|
||||||
},
|
|
||||||
"modules_right": [
|
|
||||||
{
|
|
||||||
"name": "system",
|
|
||||||
"name_color": 16755200,
|
|
||||||
"value_color": 10944452,
|
|
||||||
"lines": {
|
|
||||||
"opengl_version": false,
|
|
||||||
"allocation_rate": true,
|
|
||||||
"display": true,
|
|
||||||
"java_version": true,
|
|
||||||
"gpu_driver": true,
|
|
||||||
"memory_usage": true,
|
|
||||||
"allocated_memory": true,
|
|
||||||
"cpu": true,
|
|
||||||
"gpu_utilization": true,
|
|
||||||
"time": true,
|
|
||||||
"gpu": true
|
|
||||||
},
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"empty_lines": 1,
|
|
||||||
"name": "empty",
|
|
||||||
"lines": {
|
|
||||||
"nothing": true
|
|
||||||
},
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "target",
|
|
||||||
"name_color": 43775,
|
|
||||||
"value_color": 15658734,
|
|
||||||
"lines": {
|
|
||||||
"id_fluid": true,
|
|
||||||
"fluid_tags": true,
|
|
||||||
"block_states": true,
|
|
||||||
"targeted_block": true,
|
|
||||||
"block_tags": true,
|
|
||||||
"id_block": true,
|
|
||||||
"nothing": true,
|
|
||||||
"nothing2": true,
|
|
||||||
"targeted_fluid": true,
|
|
||||||
"targeted_entity": true,
|
|
||||||
"fluid_states": true
|
|
||||||
},
|
|
||||||
"enabled": true
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"modules_left": [
|
|
||||||
{
|
|
||||||
"name": "minecraft",
|
|
||||||
"name_color": 52431,
|
|
||||||
"value_color": 15658734,
|
|
||||||
"lines": {
|
|
||||||
"minecraft": true
|
|
||||||
},
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"color_high": 5635925,
|
|
||||||
"color_med": 16777045,
|
|
||||||
"name": "fps",
|
|
||||||
"lines": {
|
|
||||||
"fps": true
|
|
||||||
},
|
|
||||||
"enabled": true,
|
|
||||||
"color_low": 16733525
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "graphics",
|
|
||||||
"name_color": 16755200,
|
|
||||||
"value_color": 5636095,
|
|
||||||
"lines": {
|
|
||||||
"shader": true,
|
|
||||||
"render_distance": true,
|
|
||||||
"graphics": true,
|
|
||||||
"clouds": true,
|
|
||||||
"biome_blend_radius": true
|
|
||||||
},
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"empty_lines": 2,
|
|
||||||
"name": "empty",
|
|
||||||
"lines": {
|
|
||||||
"nothing": true
|
|
||||||
},
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "server",
|
|
||||||
"name_color": 10944452,
|
|
||||||
"value_color": 16777045,
|
|
||||||
"lines": {
|
|
||||||
"server_tick": true,
|
|
||||||
"packets_sent": true,
|
|
||||||
"packets_received": true,
|
|
||||||
"tick_manager_status": true
|
|
||||||
},
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"empty_lines": 2,
|
|
||||||
"name": "empty",
|
|
||||||
"lines": {
|
|
||||||
"nothing": true
|
|
||||||
},
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "location",
|
|
||||||
"name_color": 43520,
|
|
||||||
"value_color": 10944452,
|
|
||||||
"lines": {
|
|
||||||
"light": true,
|
|
||||||
"biome": true,
|
|
||||||
"rotation": true,
|
|
||||||
"facing": true,
|
|
||||||
"slime_chunk": true,
|
|
||||||
"local_difficulty": true,
|
|
||||||
"day_ticks": true,
|
|
||||||
"days_played": true,
|
|
||||||
"dimension": true,
|
|
||||||
"highest_block": true,
|
|
||||||
"highest_block_server": false,
|
|
||||||
"light_server": true
|
|
||||||
},
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"maximum_color": 43690,
|
|
||||||
"name": "sound",
|
|
||||||
"name_color": 16755200,
|
|
||||||
"value_color": 15658734,
|
|
||||||
"lines": {
|
|
||||||
"ambient_sounds": true,
|
|
||||||
"sounds": true,
|
|
||||||
"mood": true
|
|
||||||
},
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"empty_lines": 2,
|
|
||||||
"name": "empty",
|
|
||||||
"lines": {
|
|
||||||
"nothing": true
|
|
||||||
},
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"color_x": 10944452,
|
|
||||||
"color_y": 10944452,
|
|
||||||
"color_z": 10944452,
|
|
||||||
"name": "coords",
|
|
||||||
"name_color": 15658734,
|
|
||||||
"lines": {
|
|
||||||
"chunk_coords": true,
|
|
||||||
"player_coords": true,
|
|
||||||
"block_coords": true,
|
|
||||||
"absolute_velocity": false,
|
|
||||||
"velocity": true,
|
|
||||||
"chunk_relative_coords": true,
|
|
||||||
"horizontal_velocity": false
|
|
||||||
},
|
|
||||||
"enabled": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
# Delete regions from the cache when they have not been loaded for X days.
|
|
||||||
#
|
|
||||||
# The cache for a given world is cleaned up whenever you disconnect from the server.
|
|
||||||
# Entire worlds are cleaned up when the game starts and you have not visited them for X days.
|
|
||||||
#
|
|
||||||
# Set to -1 to disabled.
|
|
||||||
# Set to 0 to clean up everything after every disconnect.
|
|
||||||
delete-unused-regions-after-days=-1
|
|
||||||
# Enables support for servers with multiple identically-named worlds.
|
|
||||||
#
|
|
||||||
# When enabled, a new local cache is started on each world change. If there are enough chunks with similar content in two caches, they will automatically be merged.
|
|
||||||
# This does mean that you may need to walk around a little before Bobby loads in cached chunks if there is little identifying information in your world (e.g. flat worlds).
|
|
||||||
#
|
|
||||||
# You may need to delete your existing cache if it is comprised of multiple worlds to prevent Bobby from merging into it.
|
|
||||||
# Requires a `/bobby upgrade` after enabling with existing cache.
|
|
||||||
dynamic-multi-world=false
|
|
||||||
enabled=true
|
|
||||||
# Changes the maximum value configurable for Render Distance.
|
|
||||||
#
|
|
||||||
# Requires Sodium.
|
|
||||||
max-render-distance=64
|
|
||||||
# Do not load block entities (e.g. chests) in fake chunks.
|
|
||||||
# These need updating every tick which can add up.
|
|
||||||
#
|
|
||||||
# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway.
|
|
||||||
no-block-entities=true
|
|
||||||
# Reduces the light levels in fake chunks so you can tell the difference from real ones.
|
|
||||||
taint-fake-chunks=false
|
|
||||||
# Delays the unloading of chunks which are outside your view distance.
|
|
||||||
# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes).
|
|
||||||
# Does not work across dimensions.
|
|
||||||
unload-delay-secs=60
|
|
||||||
# Overwrites the view-distance of the integrated server.
|
|
||||||
# This allows Bobby to be useful in Singleplayer.
|
|
||||||
#
|
|
||||||
# Disabled when at 0.
|
|
||||||
# Bobby is active in singleplayer only if this is enabled.
|
|
||||||
# Requires re-log to en-/disable.
|
|
||||||
view-distance-overwrite=0
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
version = 3
|
|
||||||
defaultGlobalExecutorParallelismExpression = "max(1,min(if(is_client,(cpus/2.66+1),(cpus/1.5)),if(is_j9vm,((mem_gb-(if(is_client,0.5,0.2)))/0.2),((mem_gb-(if(is_client,0.8,0.5)))/0.2))))"
|
|
||||||
threadPoolPriority = 3
|
|
||||||
|
|
||||||
[clientSideConfig]
|
|
||||||
|
|
||||||
[clientSideConfig.modifyMaxVDConfig]
|
|
||||||
enableExtRenderDistanceProtocol = false
|
|
||||||
enabled = false
|
|
||||||
|
|
||||||
[noTickViewDistance]
|
|
||||||
compatibilityMode = false
|
|
||||||
maxConcurrentChunkLoads = 18
|
|
||||||
enableExtRenderDistanceProtocol = false
|
|
||||||
maxViewDistance = 32
|
|
||||||
|
|
||||||
[ioSystem]
|
|
||||||
gcFreeChunkSerializer = true
|
|
||||||
|
|
||||||
[chunkSystem]
|
|
||||||
syncPlayerTickets = false
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
clientCapeType: "MINECRAFTCAPES",
|
|
||||||
enableOptifine: true,
|
|
||||||
enableLabyMod: false,
|
|
||||||
enableWynntils: true,
|
|
||||||
enableMinecraftCapesMod: true,
|
|
||||||
enableCosmetica: true,
|
|
||||||
enableCloaksPlus: true,
|
|
||||||
enableElytraTexture: true
|
|
||||||
}
|
|
||||||
@@ -1,149 +0,0 @@
|
|||||||
# !!!DO NOT CHANGE THIS!!!
|
|
||||||
#
|
|
||||||
# Default: 5
|
|
||||||
config-version = 5
|
|
||||||
|
|
||||||
# Controls whether chunks in the 3x3 area centered at player's position are animated.
|
|
||||||
#
|
|
||||||
# Default: true
|
|
||||||
animate-near-player = true
|
|
||||||
|
|
||||||
# Controls the angle by which the start position is rotated.
|
|
||||||
# 0° is directly vertical, 90° is horizontal (away from the player).
|
|
||||||
# Used only for 'Full' animation type.
|
|
||||||
#
|
|
||||||
# Default: 0.0
|
|
||||||
# Range: [0.0..90.0]
|
|
||||||
animation-angle = 0.0
|
|
||||||
|
|
||||||
# Controls the speed of the chunk's movement relative to time.
|
|
||||||
#
|
|
||||||
# Default: ease_out
|
|
||||||
# Possible: [linear, ease_out, ease_circular, bounce]
|
|
||||||
animation-curve = "ease_out"
|
|
||||||
|
|
||||||
# Controls whether chunk motion animation is played.
|
|
||||||
#
|
|
||||||
# Default: false
|
|
||||||
animation-enabled = false
|
|
||||||
|
|
||||||
# Controls the intensity of the animation.
|
|
||||||
# Ignored if 'Full' animation type is used.
|
|
||||||
#
|
|
||||||
# Default: 1.0
|
|
||||||
# Range: [0.01..1.0]
|
|
||||||
animation-factor = 1.0
|
|
||||||
|
|
||||||
# Controls the start position of chunk's movement.
|
|
||||||
# Used only for 'Full' animation type.
|
|
||||||
#
|
|
||||||
# Default: -64.0
|
|
||||||
# Range: [-128.0..128.0]
|
|
||||||
animation-offset = -64.0
|
|
||||||
|
|
||||||
# Controls whether to automatically inject animation into Iris shaders.
|
|
||||||
#
|
|
||||||
# Default: true
|
|
||||||
animation-patch-shaders = true
|
|
||||||
|
|
||||||
# Controls the time it takes for chunk animation to end.
|
|
||||||
#
|
|
||||||
# Default: 2.56
|
|
||||||
# Range: [0.01..10.0]
|
|
||||||
animation-time = 2.56
|
|
||||||
|
|
||||||
# Controls how animation looks.
|
|
||||||
#
|
|
||||||
# Default: full
|
|
||||||
# Possible: [full, scale, jagged, displacement]
|
|
||||||
animation-type = "full"
|
|
||||||
|
|
||||||
# Controls the speed of the fading relative to time.
|
|
||||||
# Linear - equally distributed from 0 to 1.
|
|
||||||
# Quintic - smoother transition, is less noticeable.
|
|
||||||
#
|
|
||||||
# Default: quintic
|
|
||||||
# Possible: [linear, quintic]
|
|
||||||
fade-curve = "quintic"
|
|
||||||
|
|
||||||
# Controls whether chunk fading is enabled.
|
|
||||||
# Fading is done by gradually mixing chunk's color with fog color.
|
|
||||||
#
|
|
||||||
# Default: true
|
|
||||||
fade-enabled = true
|
|
||||||
|
|
||||||
# Controls the mix function used for mixing between sky and chunk color.
|
|
||||||
# Linear - basic color mixing in RGB space.
|
|
||||||
# Oklab - uses Oklab space to mix colors. This is more perceptually correct and makes the transition less noticeable, especially with contrasting colors. But is a bit more expensive than Linear.
|
|
||||||
#
|
|
||||||
# Default: linear
|
|
||||||
# Possible: [linear, oklab]
|
|
||||||
fade-mix-type = "oklab"
|
|
||||||
|
|
||||||
# Controls whether chunks in the 3x3 area centered at player's position are faded.
|
|
||||||
#
|
|
||||||
# Default: true
|
|
||||||
fade-near-player = true
|
|
||||||
|
|
||||||
# Controls whether to automatically inject fading into Iris shaders. Injection will silently fail if not possible.
|
|
||||||
#
|
|
||||||
# Default: true
|
|
||||||
fade-patch-shaders = true
|
|
||||||
|
|
||||||
# Controls the time it takes for chunks to fade in fully.
|
|
||||||
#
|
|
||||||
# Default: 0.75
|
|
||||||
# Range: [0.01..10.0]
|
|
||||||
fade-time = 0.75
|
|
||||||
|
|
||||||
# Controls how fading looks.
|
|
||||||
#
|
|
||||||
# Default: full
|
|
||||||
# Possible: [full, lined, block, vertex, fragmented]
|
|
||||||
fade-type = "full"
|
|
||||||
|
|
||||||
# Controls whether to animate Minecraft chunks if Distant Horizons LOD rendering is enabled.
|
|
||||||
#
|
|
||||||
# Default: false
|
|
||||||
fade-with-dh = false
|
|
||||||
|
|
||||||
# Controls whether to override fog color by the sky color below it. This fixes the issue of seeing terrain silhouettes against the sky. If you see sun/moon through terrain or you don't like how it looks, you can try tweaking this.
|
|
||||||
#
|
|
||||||
# Cylindrical (render) fog - visible at the edge of the render distance.
|
|
||||||
# Spherical (environmental) fog (introduced in 1.21.6) is visible anywhere and scales with distance, so it creates that "haze" effect.
|
|
||||||
#
|
|
||||||
# Default: cylindrical
|
|
||||||
# Possible: [both, cylindrical, spherical, none]
|
|
||||||
fog-override = "none"
|
|
||||||
|
|
||||||
# If disabled, fade, animation and world curvature are also disabled.
|
|
||||||
# You can also assign a keybind to toggle this without using this menu.
|
|
||||||
#
|
|
||||||
# Default: true
|
|
||||||
mod-enabled = true
|
|
||||||
|
|
||||||
# Controls whether the Chunks Fade In tab is added to Sodium settings.
|
|
||||||
#
|
|
||||||
# Default: true
|
|
||||||
show-mod-tab-in-settings = true
|
|
||||||
|
|
||||||
# Enables the update notifier when joining a world.
|
|
||||||
#
|
|
||||||
# Default: true
|
|
||||||
update-notifier-enabled = true
|
|
||||||
|
|
||||||
# Controls the circumference of the world.
|
|
||||||
# Negative values make it curl up instead of down.
|
|
||||||
#
|
|
||||||
# Default: 16384
|
|
||||||
world-curvature = 16384
|
|
||||||
|
|
||||||
# If enabled, the world will be curved, as if the world was a spherical planet.
|
|
||||||
#
|
|
||||||
# Default: false
|
|
||||||
world-curvature-enabled = false
|
|
||||||
|
|
||||||
# Controls whether to automatically inject world curvature into Iris shaders.
|
|
||||||
#
|
|
||||||
# Default: true
|
|
||||||
world-curvature-patch-shaders = true
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"broken_paths": true
|
|
||||||
}
|
|
||||||
@@ -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": {}
|
|
||||||
}
|
|
||||||
@@ -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}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,253 +0,0 @@
|
|||||||
|
|
||||||
#General settings of Crash Assistant mod.
|
|
||||||
[general]
|
|
||||||
#Link which will be opened in browser on request_help_button pressed.
|
|
||||||
#If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link.
|
|
||||||
#Must start with 'https://' or 'www.'
|
|
||||||
help_link = "https://discord.com/invite/M9bQdm25Pk"
|
|
||||||
#Anyways log will be uploaded to mclo.gs, but with this option you can wrap link to gnomebot.dev for better formatting.
|
|
||||||
#If help_link equals 'CHANGE_ME', this value will be ignored and gnomebot.dev used.
|
|
||||||
#Supported values: mclo.gs / gnomebot.dev
|
|
||||||
upload_to = "mclo.gs"
|
|
||||||
#Show gui on minecraft crashed on modloading and FML error screen displayed.
|
|
||||||
show_on_fml_error_screen = true
|
|
||||||
#Close old CrashAssistantApp if it's still running when starting a new instance of Minecraft, to avoid confusing player with window from old crash.
|
|
||||||
kill_old_app = true
|
|
||||||
#If options.txt doesn't exist, the default language will be used.
|
|
||||||
default_lang = "en_us"
|
|
||||||
#By default, crash assistant will get the value for the current language from the overrides folder, then from the jar.
|
|
||||||
#By changing this option, it will first try to get it from the current overrides, then (if no override exists for this language)
|
|
||||||
#from the override for the language specified here, and only then from the jar language.
|
|
||||||
#Use "NONE" to disable this feature. Or language key, like "en_us" to enable it.
|
|
||||||
priority_lang_for_overrides = "NONE"
|
|
||||||
#By changing this value you can disable creating "crash_assistant_localization_overrides" folder and placing "README.md" file there.
|
|
||||||
generate_localization_overrides_folder_with_readme = true
|
|
||||||
#By default our process is scanning for terminated processes(they can appear with delay) and after finish of scan enabling upload buttons.
|
|
||||||
#This option can prevent this and enable individual upload buttons immediately after crash.
|
|
||||||
#However can confuse users and make them clicking individual upload buttons instead of Upload All Button.
|
|
||||||
prevent_upload_buttons_delay = false
|
|
||||||
#Before uploading the first log, requires the user to accept the privacy policy.
|
|
||||||
#Disabling this option may be illegal in some countries if you are modpack creator. Disable at your own risk.
|
|
||||||
enable_privacy_policy_acceptance = true
|
|
||||||
#Unfortunately mclogs censoring ip-like versions as has no way to determine if it's version or IP.
|
|
||||||
#This will prevent this by replacing dot's in them to dot-like symbol.
|
|
||||||
#Anti censoring only versions, IP's are kept censored.
|
|
||||||
enable_mclogs_anti_ip_like_version_censorer = true
|
|
||||||
#Prevents creating "crash_assistant" folder in the logs folder.
|
|
||||||
#So this option prevents our app logging at all.
|
|
||||||
#HIGHLY UNRECOMMENDED to disable! Contains many useful info.
|
|
||||||
prevent_generating_crash_assistant_app_logs = false
|
|
||||||
#Generates "logs/stderr_stream.log" with stderr stream.
|
|
||||||
#Since many launchers are not saving this info, which is extremely helpful for debugging some crashes.
|
|
||||||
#As only where crash reason is present. Keeps original stream untouched, just logs it to a file.
|
|
||||||
generate_own_launcher_log = true
|
|
||||||
#Here you can change priority for logs.
|
|
||||||
#For example if you want crash report to be shown earlier than latest.log in the available logs list.
|
|
||||||
#Supported values: https://github.com/KostromDan/Crash-Assistant/blob/1.19-1.20.1/app/src/main/java/dev/kostromdan/mods/crash_assistant/app/logs_analyser/LogType.java
|
|
||||||
#Usage: ["CRASH_REPORT", "LOG"]
|
|
||||||
logs_priority_overrides = []
|
|
||||||
#List of blacklisted log files (checked with startswith()). This files won't show in GUI logs list.
|
|
||||||
blacklisted_logs = []
|
|
||||||
|
|
||||||
#A simplified GUI that hides the logs list until the user opts into Expert Mode.
|
|
||||||
[simple_mode]
|
|
||||||
#If enabled, the GUI starts in simple mode with logs hidden and a single "Show Logs (Expert Mode)" button.
|
|
||||||
#Disabled by default.
|
|
||||||
enabled = false
|
|
||||||
#If true, modpack creators always see the Expert Mode with logs visible, even if simple mode is enabled.
|
|
||||||
prevent_for_modpack_creators = true
|
|
||||||
#If true, hides the mod list changes section while simple mode is active.
|
|
||||||
hide_modlist_section = false
|
|
||||||
|
|
||||||
#Here you can change text of lang placeHolders.
|
|
||||||
#Also you can change any text in lang files.
|
|
||||||
#You don't need to modify jar. You can change it in config/crash_assistant/lang. For more info read README.md file located where.
|
|
||||||
[text]
|
|
||||||
#$CONFIG.text.support_name$ in lang files will be replaced with this value.
|
|
||||||
#For example this placeHolder used in: "Request help in the $CONFIG.text.support_name$"
|
|
||||||
support_name = "Nostalgica Reverie Discord"
|
|
||||||
#$CONFIG.text.support_place$ in lang files will be replaced with this value.
|
|
||||||
support_place = "#modpack-support"
|
|
||||||
#$CONFIG.text.modpack_name$ in lang files will be replaced with this value.
|
|
||||||
#For example this placeHolder used in: "Oops, $CONFIG.text.modpack_name$ crashed!"
|
|
||||||
#Supports Better Compatibility Checker integration. You can use $BCC.modpackName$, $BCC.modpackVersion$, etc and it will be replaced with value from BCC config.
|
|
||||||
modpack_name = "Re-Console+"
|
|
||||||
|
|
||||||
#Settings of message generated by Upload all button
|
|
||||||
[generated_message]
|
|
||||||
#Add ### prefix before filename.
|
|
||||||
#This can prevent too small, hard to hit on mobile links.
|
|
||||||
h3_prefix = true
|
|
||||||
#Replaces "\n" separator between logs to " | " to make message vertically smaller.
|
|
||||||
one_line_logs = true
|
|
||||||
#Adds line in log list about this Intel processor can be corrupted.
|
|
||||||
intel_corrupted_notification = true
|
|
||||||
#If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for.
|
|
||||||
#This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities.
|
|
||||||
generated_msg_lang = "en_us"
|
|
||||||
#This text will be under "$CONFIG.text.modpack_name$ crashed!" in generated message by Upload all button.
|
|
||||||
#You can include:
|
|
||||||
# * some form, which users should fill out.
|
|
||||||
# * additional information like Minecraft version, etc.
|
|
||||||
text_under_crashed = ""
|
|
||||||
#With this option you can notify user about something related with posting generated message.
|
|
||||||
#For example if they need to fill some option from "text_under_crashed", etc.
|
|
||||||
#Supports html formatting, placeholders.
|
|
||||||
#Leave empty to prevent showing this warning message.
|
|
||||||
warning_after_upload_all_button_press = ""
|
|
||||||
#Puts problematic frame from hs_err to message.
|
|
||||||
put_problematic_frame_to_message = true
|
|
||||||
#Puts analysis result(names of crash reasons) to message, instead of just count.
|
|
||||||
put_analysis_result_to_message = true
|
|
||||||
#Color modified mods count/analysis in msg with ANSI.
|
|
||||||
#Can be needed to be disabled if issues are reported to something not supporting ANSI codeblocks, like GitHub.
|
|
||||||
color_message = true
|
|
||||||
|
|
||||||
#Settings of links copied by Upload and copy link buttons
|
|
||||||
[copied_links]
|
|
||||||
#With this option, you can customize how single links from individual upload buttons are copied, there
|
|
||||||
#log of small size was uploaded to a single link.
|
|
||||||
#For example, leave just $LINK$ to copy just link.
|
|
||||||
single_link = "$LOG_NAME$$FILE_NAME$: $LINK$"
|
|
||||||
#With this option, you can customize how links from individual upload buttons are copied, there
|
|
||||||
#log was split to the 2 parts (head and tail, due to too large size for single upload), but user only decided to copy only one of them (not message with both).
|
|
||||||
single_link_split = "$LOG_NAME$$FILE_NAME$($HEAD_OR_TAIL$): $LINK$ $TOO_BIG_REASONS$"
|
|
||||||
#With this option, you can customize how links from individual upload buttons are copied, there
|
|
||||||
#log was split to the 2 parts (head and tail, due to too large size for single upload), but user decided to copy message with both.
|
|
||||||
both_links_split = "$LOG_NAME$[$FILE_NAME$ <TOLOWER>$MSG_LANG.gui.split_log_dialog_head$</TOLOWER>](<$LINK_FIRST_LINES$>) / [<TOLOWER>$MSG_LANG.gui.split_log_dialog_tail$</TOLOWER>](<$LINK_LAST_LINES$>) $TOO_BIG_REASONS$"
|
|
||||||
#If enabled, disables the head/tail selection dialog for split logs on individual uploads and always copies message with both links.
|
|
||||||
skip_split_dialog = false
|
|
||||||
|
|
||||||
#Settings of modlist feature.
|
|
||||||
#Adds in generated msg block about which mods modpack user added/removed/updated.
|
|
||||||
#Also you can see diff by running '/crash_assistant modlist diff' command.
|
|
||||||
[modpack_modlist]
|
|
||||||
#Enable feature.
|
|
||||||
enabled = true
|
|
||||||
#nicknames of players, who considered as modpack creator.
|
|
||||||
#Only this players can overwrite modlist.json
|
|
||||||
#If this feature is enabled and this array is empty, will be appended with nickname of current player.
|
|
||||||
#-----------------------------------------------------------------------------------------------------
|
|
||||||
#Warning! This is not displayed anywhere, it's just tech param used for modlist feature to work correctly.
|
|
||||||
#Here must be actual nicknames of people who work with the modpack and publishing releases!
|
|
||||||
#-----------------------------------------------------------------------------------------------------
|
|
||||||
modpack_creators = ["omoso_", "Technocality", "Cjnator38"]
|
|
||||||
#If enabled, modlist.json will be overwritten on every launch(first tick of TitleScreen),
|
|
||||||
#then game is launched by modpack creator.
|
|
||||||
#So you won't forget to save it before publishing.
|
|
||||||
#If you want to save manually: disable this and use '/crash_assistant modlist save' command.
|
|
||||||
auto_update = true
|
|
||||||
#If enabled, will add resourcepacks to modlist.json
|
|
||||||
#After filename where will be ' (resourcepack)' suffix.
|
|
||||||
add_resourcepacks = false
|
|
||||||
#If enabled, will add modloader jar name to modlist, to easily track if user changed version of modloader.
|
|
||||||
add_modloader_jar_name = true
|
|
||||||
#If enabled, will add generated modlist.txt, with names of all mods / modids / mixin configs / jarjar mods info to logs.
|
|
||||||
add_modlist_txt_as_log = true
|
|
||||||
|
|
||||||
#Settings of too many changes warning feature.
|
|
||||||
#Notifies end users of the modpack and saying they made too many changes to the modpack.
|
|
||||||
#Not displayed to the modpack creators.
|
|
||||||
[too_many_changes_warning]
|
|
||||||
#Set to the positive integer to enable feature. Set to negative integer to disable.
|
|
||||||
#How many changes end user should make for warning to be displayed.
|
|
||||||
count = 1
|
|
||||||
#With this option, you can select the formulation of this warning, currently supported:
|
|
||||||
# - NOTIFY: Just saying to the end user that what they made many changes and adding random mods or clicking
|
|
||||||
#the "Update All" button is not a good idea without proper testing. It is expected to crash.
|
|
||||||
# - DROP_SUPPORT: Saying what you are not providing support for that amount of changes, suggesting the end user to
|
|
||||||
#re-install modpack or they are on their own with that amount of changes.
|
|
||||||
formulation_type = "DROP_SUPPORT"
|
|
||||||
|
|
||||||
#Settings of analysis feature.
|
|
||||||
#Analysing logs for most common reasons of crashes and displaying recommendations with fixes.
|
|
||||||
[analysis]
|
|
||||||
#Enable feature.
|
|
||||||
enabled = true
|
|
||||||
#Here you can disable some Analysis by class names.
|
|
||||||
#List of them can be found here: dev.kostromdan.mods.crash_assistant.app.logs_analyser.crash_reasons
|
|
||||||
#For example "Create6Addons"
|
|
||||||
blacklisted_reasons = []
|
|
||||||
|
|
||||||
#Settings of analysis tools feature.
|
|
||||||
#Here you can enable or disable showing some analysis tools for end user.
|
|
||||||
[analysis_tools]
|
|
||||||
#Enable feature.
|
|
||||||
enabled = true
|
|
||||||
#Here you can disable some Analysis tools by class names.
|
|
||||||
#List of them can be found here: dev.kostromdan.mods.crash_assistant.app.gui.analysis
|
|
||||||
#For example "MCreatorModDetectorGUI"
|
|
||||||
blacklisted_tools = []
|
|
||||||
|
|
||||||
#Settings of '/crash_assistant crash' command feature.
|
|
||||||
[crash_command]
|
|
||||||
#Enable feature.
|
|
||||||
enabled = true
|
|
||||||
#To ensure the user really wants to crash the game, the command needs to be run again within this amount of seconds.
|
|
||||||
#Set to <= 0 to disable the confirmation.
|
|
||||||
seconds = 10
|
|
||||||
|
|
||||||
#Settings of notifying about intel corrupted processors.
|
|
||||||
[intel_corrupted]
|
|
||||||
#Enable feature.
|
|
||||||
enabled = true
|
|
||||||
|
|
||||||
[greeting]
|
|
||||||
#You don't need to touch this option.
|
|
||||||
#On first world join of modpack creator if set to false shows greeting, then self enables.
|
|
||||||
shown_greeting = true
|
|
||||||
|
|
||||||
#You can customise GUI with this options.
|
|
||||||
[gui_customisation]
|
|
||||||
#Will hide Upload All Button from GUI.
|
|
||||||
disable_upload_all_button = false
|
|
||||||
#Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators.
|
|
||||||
show_dont_send_screenshot_of_gui_notice = true
|
|
||||||
#Animate border to request user attention even more.
|
|
||||||
screenshot_of_gui_notice_animated_border = true
|
|
||||||
#You can make Upload All Button bigger/smaller to request user attention.
|
|
||||||
#Default Swing font size is 12, Default for this button in crash assistant is 16.
|
|
||||||
#Not recommended to set it more than 16, as it will affect the increase of GUI size because all text won't fit.
|
|
||||||
upload_all_button_font_size = 16
|
|
||||||
#Same as upload_all_button_font_size, but for Request Help button.
|
|
||||||
request_help_button_font_size = 16
|
|
||||||
#Same as upload_all_button_font_size, but for the Simple Mode toggle button.
|
|
||||||
simple_mode_button_font_size = 16
|
|
||||||
#You can change Upload All Button color to request user attention.
|
|
||||||
#format is "R_G_B", range is 0-255, for example "255_0_0" is red color. Use "default" to use default swing color.
|
|
||||||
#Default for this button is "0_178_0" (dark green color).
|
|
||||||
upload_all_button_foreground_color = "0_178_0"
|
|
||||||
#Same as upload_all_button_foreground_color, but for Request Help button.
|
|
||||||
#Default for this button is "0_0_178" (dark blue color).
|
|
||||||
request_help_button_foreground_color = "0_0_178"
|
|
||||||
#Same as upload_all_button_foreground_color, but for the Simple Mode toggle button.
|
|
||||||
simple_mode_button_foreground_color = "0_0_178"
|
|
||||||
#Same as upload_all_button_font_size, but for Auto-Fix button (in integrated GPU warning).
|
|
||||||
auto_fix_button_font_size = 16
|
|
||||||
#Same as upload_all_button_foreground_color, but for Auto-Fix button (in integrated GPU warning).
|
|
||||||
#Default for this button is "0_178_0" (dark green color).
|
|
||||||
auto_fix_button_foreground_color = "0_178_0"
|
|
||||||
#Path to a modpack logo to display in the top of the GUI.
|
|
||||||
#Path is relative to the Minecraft instance folder. Leave empty to disable.
|
|
||||||
modpack_logo_path = ""
|
|
||||||
#If true, the logo will be larger, Replacing a some of `don't send screenshot` notice.
|
|
||||||
#If false, it will be smaller and logo will be end right where the `don't send screenshot` notice starts.
|
|
||||||
#You should try both, but most likely:
|
|
||||||
#- If you have some long text in the discord description, you will love the small one.
|
|
||||||
#- If the text is short, you will love the large one.
|
|
||||||
modpack_logo_large_mode = false
|
|
||||||
#Limit modpack logo height. Default is -1, which means it's calculated automatically.
|
|
||||||
#By default, this should not be needed. But if you have heavily customized GUI or using
|
|
||||||
#a rectangle logo instead of square, you may want to decrease its size, so this option could be needed in such case.
|
|
||||||
limit_modpack_logo_height = -1
|
|
||||||
#This option would be needed only if you limited modpack logo height.
|
|
||||||
#Otherwise, the logo will consume all available horizontal space.
|
|
||||||
#If true, the logo will be centered. If false, it will be aligned to the top.
|
|
||||||
modpack_logo_aligned_center = true
|
|
||||||
|
|
||||||
#Checks crash_assistant compatibility with other incompatible mods.
|
|
||||||
#Highly unrecommended to disable!
|
|
||||||
[compatibility]
|
|
||||||
#Enable feature.
|
|
||||||
enabled = true
|
|
||||||
|
|
||||||
@@ -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.
|
|
||||||
@@ -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"
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
}
|
|
||||||
@@ -1,525 +0,0 @@
|
|||||||
{
|
|
||||||
"fabric-loader-0.18.4.jar (modloader)": {
|
|
||||||
"jarName": "fabric-loader-0.18.4.jar (modloader)",
|
|
||||||
"modId": "fabric",
|
|
||||||
"version": "fabric-loader-0.18.4.jar"
|
|
||||||
},
|
|
||||||
"animatica-0.6.1+1.21.5.jar": {
|
|
||||||
"jarName": "animatica-0.6.1+1.21.5.jar",
|
|
||||||
"modId": "animatica",
|
|
||||||
"version": "0.6.1+1.21.5",
|
|
||||||
"curseForgeHash": 602460333,
|
|
||||||
"modrinthHash": "48746e8fbf005ffd4b7018cf37339a312865c57b"
|
|
||||||
},
|
|
||||||
"architectury-18.0.8-fabric.jar": {
|
|
||||||
"jarName": "architectury-18.0.8-fabric.jar",
|
|
||||||
"modId": "architectury",
|
|
||||||
"version": "18.0.8",
|
|
||||||
"curseForgeHash": 15044894,
|
|
||||||
"modrinthHash": "6df5474fa07d4c1225ee625ecdd7b958a9f5c2b5"
|
|
||||||
},
|
|
||||||
"BadOptimizations-2.4.1-1.21.10.jar": {
|
|
||||||
"jarName": "BadOptimizations-2.4.1-1.21.10.jar",
|
|
||||||
"modId": "badoptimizations",
|
|
||||||
"version": "2.4.1",
|
|
||||||
"curseForgeHash": 4098692863,
|
|
||||||
"modrinthHash": "1afd5c9c6a1d5970285d1b08af1fa6c7585842dc"
|
|
||||||
},
|
|
||||||
"bbe-1.2.0+1.21.10.jar": {
|
|
||||||
"jarName": "bbe-1.2.0+1.21.10.jar",
|
|
||||||
"modId": "betterblockentities",
|
|
||||||
"version": "1.2.0+1.21.10",
|
|
||||||
"curseForgeHash": 669890906,
|
|
||||||
"modrinthHash": "bd12066547d1f791e905fb29356f0601b4c2f57a"
|
|
||||||
},
|
|
||||||
"BetterF3-16.0.3-Fabric-1.21.10.jar": {
|
|
||||||
"jarName": "BetterF3-16.0.3-Fabric-1.21.10.jar",
|
|
||||||
"modId": "betterf3",
|
|
||||||
"version": "16.0.3",
|
|
||||||
"curseForgeHash": 4162333978,
|
|
||||||
"modrinthHash": "5baeed05a286409c8c49bb091f26d7f70c9d7503"
|
|
||||||
},
|
|
||||||
"bobby-5.2.10+mc1.21.9.jar": {
|
|
||||||
"jarName": "bobby-5.2.10+mc1.21.9.jar",
|
|
||||||
"modId": "bobby",
|
|
||||||
"version": "5.2.10+mc1.21.9",
|
|
||||||
"curseForgeHash": 3252819119,
|
|
||||||
"modrinthHash": "7f26b57f1c74426e832775bdbd218ec4afc425fe"
|
|
||||||
},
|
|
||||||
"c2me-fabric-mc1.21.10-0.3.6+alpha.0.9.jar": {
|
|
||||||
"jarName": "c2me-fabric-mc1.21.10-0.3.6+alpha.0.9.jar",
|
|
||||||
"modId": "c2me",
|
|
||||||
"version": "0.3.6+alpha.0.9+1.21.10",
|
|
||||||
"curseForgeHash": 2901197316,
|
|
||||||
"modrinthHash": "dbe0d68c88ad4a9c76f9892047258766ef12b294"
|
|
||||||
},
|
|
||||||
"calcmod-1.5.0+fabric.1.21.9.jar": {
|
|
||||||
"jarName": "calcmod-1.5.0+fabric.1.21.9.jar",
|
|
||||||
"modId": "calcmod",
|
|
||||||
"version": "1.5.0+fabric.1.21.9",
|
|
||||||
"curseForgeHash": 3059226273,
|
|
||||||
"modrinthHash": "d31bfe779e5069a7c28b1d4b020566352f2bf6d8"
|
|
||||||
},
|
|
||||||
"chat_heads-1.2.2-fabric-1.21.9.jar": {
|
|
||||||
"jarName": "chat_heads-1.2.2-fabric-1.21.9.jar",
|
|
||||||
"modId": "chat_heads",
|
|
||||||
"version": "1.2.2",
|
|
||||||
"curseForgeHash": 1915081535,
|
|
||||||
"modrinthHash": "1b1f14aac5555b9630d7fdb21b7fb24530ce584d"
|
|
||||||
},
|
|
||||||
"chunksfadein-fabric-3.0.20-1.21.9.jar": {
|
|
||||||
"jarName": "chunksfadein-fabric-3.0.20-1.21.9.jar",
|
|
||||||
"modId": "chunksfadein",
|
|
||||||
"version": "3.0.20-1.21.9",
|
|
||||||
"curseForgeHash": 3317633331,
|
|
||||||
"modrinthHash": "fc02a8971c2d71841dac2ac4c18e8e7b4d50877e"
|
|
||||||
},
|
|
||||||
"cloth-config-20.0.149-fabric.jar": {
|
|
||||||
"jarName": "cloth-config-20.0.149-fabric.jar",
|
|
||||||
"modId": "cloth-config",
|
|
||||||
"version": "20.0.149",
|
|
||||||
"curseForgeHash": 1501826003,
|
|
||||||
"modrinthHash": "c86e380bdac24e4ecdd148558e9d4ddf32c86059"
|
|
||||||
},
|
|
||||||
"ConfigManager-fabric-1.21.x-1.1.1.jar": {
|
|
||||||
"jarName": "ConfigManager-fabric-1.21.x-1.1.1.jar",
|
|
||||||
"modId": "config_manager",
|
|
||||||
"version": "1.1.1",
|
|
||||||
"curseForgeHash": 3722035875,
|
|
||||||
"modrinthHash": "9ea08cbfeca54a94afb92edf8b1b95396fb48129"
|
|
||||||
},
|
|
||||||
"console-adv-sounds-1.0.18.jar": {
|
|
||||||
"jarName": "console-adv-sounds-1.0.18.jar",
|
|
||||||
"modId": "console_advancement_sounds",
|
|
||||||
"version": "1.0.18",
|
|
||||||
"curseForgeHash": 1981995106,
|
|
||||||
"modrinthHash": "340711c9a7e6d4c005d4f22b9034f2738db8fae2"
|
|
||||||
},
|
|
||||||
"continuity-3.0.1-beta.2+1.21.10.jar": {
|
|
||||||
"jarName": "continuity-3.0.1-beta.2+1.21.10.jar",
|
|
||||||
"modId": "continuity",
|
|
||||||
"version": "3.0.1-beta.2+1.21.10",
|
|
||||||
"curseForgeHash": 1139097148,
|
|
||||||
"modrinthHash": "071e6ceddabeaf0277c8643d611f1aa0ed167be3"
|
|
||||||
},
|
|
||||||
"CrashAssistant-fabric-1.21.5-1.21.11-1.11.3.jar": {
|
|
||||||
"jarName": "CrashAssistant-fabric-1.21.5-1.21.11-1.11.3.jar",
|
|
||||||
"modId": "crash_assistant",
|
|
||||||
"version": "1.11.3",
|
|
||||||
"curseForgeHash": 4049457989,
|
|
||||||
"modrinthHash": "16783b5cfeedf897ff8c60238282b7622c0e9608"
|
|
||||||
},
|
|
||||||
"CustomPlayerModels-Fabric-1.21.10-0.6.25c.jar": {
|
|
||||||
"jarName": "CustomPlayerModels-Fabric-1.21.10-0.6.25c.jar",
|
|
||||||
"modId": "cpm",
|
|
||||||
"version": "0.6.25c",
|
|
||||||
"curseForgeHash": 3632174078,
|
|
||||||
"modrinthHash": "4c38cd0dd9ea978de21edf46c6b57c66a6c182b4"
|
|
||||||
},
|
|
||||||
"cwb-fabric-3.0.0+mc1.21.5.jar": {
|
|
||||||
"jarName": "cwb-fabric-3.0.0+mc1.21.5.jar",
|
|
||||||
"modId": "cubes-without-borders",
|
|
||||||
"version": "3.0.0+mc1.21.5",
|
|
||||||
"curseForgeHash": 1888577393,
|
|
||||||
"modrinthHash": "b663eb9a8238be3cd71173e39b6f9d01d0948c1d"
|
|
||||||
},
|
|
||||||
"dynamic-fps-3.11.4+minecraft-1.21.9-fabric.jar": {
|
|
||||||
"jarName": "dynamic-fps-3.11.4+minecraft-1.21.9-fabric.jar",
|
|
||||||
"modId": "dynamic_fps",
|
|
||||||
"version": "3.11.4",
|
|
||||||
"curseForgeHash": 2212156593,
|
|
||||||
"modrinthHash": "912c582475c5671d71487e23762a2db290ceb666"
|
|
||||||
},
|
|
||||||
"e4mc-fabric-6.0.6.jar": {
|
|
||||||
"jarName": "e4mc-fabric-6.0.6.jar",
|
|
||||||
"modId": "e4mc",
|
|
||||||
"version": "6.0.6",
|
|
||||||
"curseForgeHash": 525692248,
|
|
||||||
"modrinthHash": "2793de5bb5b9259be972b8f915de65e854ef4e9d"
|
|
||||||
},
|
|
||||||
"entity_model_features_1.21.9-fabric-3.0.12.jar": {
|
|
||||||
"jarName": "entity_model_features_1.21.9-fabric-3.0.12.jar",
|
|
||||||
"modId": "entity_model_features",
|
|
||||||
"version": "3.0.12",
|
|
||||||
"curseForgeHash": 1470012794,
|
|
||||||
"modrinthHash": "6ab1276d45b69f7502a1a3fd52267084ea282d0e"
|
|
||||||
},
|
|
||||||
"entity_texture_features_1.21.9-fabric-7.0.9.jar": {
|
|
||||||
"jarName": "entity_texture_features_1.21.9-fabric-7.0.9.jar",
|
|
||||||
"modId": "entity_texture_features",
|
|
||||||
"version": "7.0.9",
|
|
||||||
"curseForgeHash": 1555378463,
|
|
||||||
"modrinthHash": "8402fc4a91ad8a4a2b1dcf21659dfbb8958dc7c1"
|
|
||||||
},
|
|
||||||
"entityculling-fabric-1.9.5-mc1.21.10.jar": {
|
|
||||||
"jarName": "entityculling-fabric-1.9.5-mc1.21.10.jar",
|
|
||||||
"modId": "entityculling",
|
|
||||||
"version": "1.9.5",
|
|
||||||
"curseForgeHash": 1281315209,
|
|
||||||
"modrinthHash": "4c866322b6c5e0781bbf709d3216381de234ee89"
|
|
||||||
},
|
|
||||||
"fabric-api-0.138.4+1.21.10.jar": {
|
|
||||||
"jarName": "fabric-api-0.138.4+1.21.10.jar",
|
|
||||||
"modId": "fabric-api",
|
|
||||||
"version": "0.138.4+1.21.10",
|
|
||||||
"curseForgeHash": 3410332389,
|
|
||||||
"modrinthHash": "0345c20b71007521a25b393091adeb45328d7c57"
|
|
||||||
},
|
|
||||||
"fabric-language-kotlin-1.13.9+kotlin.2.3.10.jar": {
|
|
||||||
"jarName": "fabric-language-kotlin-1.13.9+kotlin.2.3.10.jar",
|
|
||||||
"modId": "fabric-language-kotlin",
|
|
||||||
"version": "1.13.9+kotlin.2.3.10",
|
|
||||||
"curseForgeHash": 3487618919,
|
|
||||||
"modrinthHash": "20b2200961e11994595ebb2d5f6624f232d13751"
|
|
||||||
},
|
|
||||||
"FactoryAPI-1.21.10-2.2.7-fabric.jar": {
|
|
||||||
"jarName": "FactoryAPI-1.21.10-2.2.7-fabric.jar",
|
|
||||||
"modId": "factory_api",
|
|
||||||
"version": "2.2.7",
|
|
||||||
"curseForgeHash": 2424642002,
|
|
||||||
"modrinthHash": "44cc314315b41eb8a9edd8bf67756dc06f03b4a0"
|
|
||||||
},
|
|
||||||
"fast-ip-ping-v1.0.8-mc1.21.10-fabric.jar": {
|
|
||||||
"jarName": "fast-ip-ping-v1.0.8-mc1.21.10-fabric.jar",
|
|
||||||
"modId": "fastipping",
|
|
||||||
"version": "1.0.8",
|
|
||||||
"curseForgeHash": 1210542902,
|
|
||||||
"modrinthHash": "fa87eb64e5cebad5d64a9500111c52bc5415a148"
|
|
||||||
},
|
|
||||||
"fastquit-3.1.2+mc1.21.10.jar": {
|
|
||||||
"jarName": "fastquit-3.1.2+mc1.21.10.jar",
|
|
||||||
"modId": "fastquit",
|
|
||||||
"version": "3.1.2+mc1.21.10",
|
|
||||||
"curseForgeHash": 3784654987,
|
|
||||||
"modrinthHash": "d173dc167ca729dbb6cd0de3d6c1435c7f665039"
|
|
||||||
},
|
|
||||||
"ferritecore-8.1.0-fabric.jar": {
|
|
||||||
"jarName": "ferritecore-8.1.0-fabric.jar",
|
|
||||||
"modId": "ferritecore",
|
|
||||||
"version": "8.1.0",
|
|
||||||
"curseForgeHash": 3414565920,
|
|
||||||
"modrinthHash": "fbc854f0a30657a0f8b4a5c79ce6580f3f8fbea9"
|
|
||||||
},
|
|
||||||
"fix-keyboard-on-linux-1.0.2.jar": {
|
|
||||||
"jarName": "fix-keyboard-on-linux-1.0.2.jar",
|
|
||||||
"modId": "fix-keyboard-on-linux",
|
|
||||||
"version": "1.0.2",
|
|
||||||
"curseForgeHash": 553527540,
|
|
||||||
"modrinthHash": "3409ef6494ab1e9a151177775a12b63004c87080"
|
|
||||||
},
|
|
||||||
"fnp_patcher-26.1.2+1.21.9.jar": {
|
|
||||||
"jarName": "fnp_patcher-26.1.2+1.21.9.jar",
|
|
||||||
"modId": "fnp_patcher",
|
|
||||||
"version": "26.1.2+1.21.9",
|
|
||||||
"curseForgeHash": 3797449342,
|
|
||||||
"modrinthHash": "16bf44b8103833976af768573a36b5fa4054d599"
|
|
||||||
},
|
|
||||||
"ForgeConfigAPIPort-v21.10.1+mc1.21.10-Fabric.jar": {
|
|
||||||
"jarName": "ForgeConfigAPIPort-v21.10.1+mc1.21.10-Fabric.jar",
|
|
||||||
"modId": "forgeconfigapiport",
|
|
||||||
"version": "21.10.1",
|
|
||||||
"curseForgeHash": 2573171359,
|
|
||||||
"modrinthHash": "1335a32984357a39d9c8cf5faba9e9b5c3e1f80d"
|
|
||||||
},
|
|
||||||
"fzzy_config-0.7.6+1.21.9.jar": {
|
|
||||||
"jarName": "fzzy_config-0.7.6+1.21.9.jar",
|
|
||||||
"modId": "fzzy_config",
|
|
||||||
"version": "0.7.6+1.21.9",
|
|
||||||
"curseForgeHash": 38397153,
|
|
||||||
"modrinthHash": "88940f2983f140b163dbe6ae4342470c03710ca9"
|
|
||||||
},
|
|
||||||
"IdleTweaks-1.1.0.jar": {
|
|
||||||
"jarName": "IdleTweaks-1.1.0.jar",
|
|
||||||
"modId": "idletweaks",
|
|
||||||
"version": "1.1.0",
|
|
||||||
"curseForgeHash": 2917560910,
|
|
||||||
"modrinthHash": "09b95932943e5fa0d02d071e51f73df3f5aede25"
|
|
||||||
},
|
|
||||||
"ImmediatelyFast-Fabric-1.13.5+1.21.10.jar": {
|
|
||||||
"jarName": "ImmediatelyFast-Fabric-1.13.5+1.21.10.jar",
|
|
||||||
"modId": "immediatelyfast",
|
|
||||||
"version": "1.13.5+1.21.10",
|
|
||||||
"curseForgeHash": 4026014278,
|
|
||||||
"modrinthHash": "4c51b05f08693df1636945b3823d122c432b7757"
|
|
||||||
},
|
|
||||||
"iris-fabric-1.9.7+mc1.21.10.jar": {
|
|
||||||
"jarName": "iris-fabric-1.9.7+mc1.21.10.jar",
|
|
||||||
"modId": "iris",
|
|
||||||
"version": "1.9.7+mc1.21.10",
|
|
||||||
"curseForgeHash": 1512039915,
|
|
||||||
"modrinthHash": "f96d48791a372edb0fa3adfc80848c4f27eae737"
|
|
||||||
},
|
|
||||||
"Ixeris-4.1.3+1.21.11-fabric.jar": {
|
|
||||||
"jarName": "Ixeris-4.1.3+1.21.11-fabric.jar",
|
|
||||||
"modId": "ixeris",
|
|
||||||
"version": "4.1.3+1.21.11-fabric",
|
|
||||||
"curseForgeHash": 3599747135,
|
|
||||||
"modrinthHash": "74d65113cd37971487b31753a7d8b0ec4fd25237"
|
|
||||||
},
|
|
||||||
"lambdabettergrass-2.5.0+1.21.9.jar": {
|
|
||||||
"jarName": "lambdabettergrass-2.5.0+1.21.9.jar",
|
|
||||||
"modId": "lambdabettergrass",
|
|
||||||
"version": "2.5.0+1.21.9",
|
|
||||||
"curseForgeHash": 795430105,
|
|
||||||
"modrinthHash": "b6769714a871301ccb11791eca903dadceb9ee1e"
|
|
||||||
},
|
|
||||||
"lambdynamiclights-4.8.7+1.21.10.jar": {
|
|
||||||
"jarName": "lambdynamiclights-4.8.7+1.21.10.jar",
|
|
||||||
"modId": "lambdynlights",
|
|
||||||
"version": "4.8.7+1.21.10",
|
|
||||||
"curseForgeHash": 1648654858,
|
|
||||||
"modrinthHash": "4ea9988c083f1e16182e6042ab55de414bfbbaff"
|
|
||||||
},
|
|
||||||
"language-reload-1.7.5+1.21.10.jar": {
|
|
||||||
"jarName": "language-reload-1.7.5+1.21.10.jar",
|
|
||||||
"modId": "languagereload",
|
|
||||||
"version": "1.7.5+1.21.10",
|
|
||||||
"curseForgeHash": 3082528985,
|
|
||||||
"modrinthHash": "f1ba2472975863dc130acbd3cc425c9f31fb23e1"
|
|
||||||
},
|
|
||||||
"legacy-mechanics-1.1.0.jar": {
|
|
||||||
"jarName": "legacy-mechanics-1.1.0.jar",
|
|
||||||
"modId": "mr_legacy_mechanics",
|
|
||||||
"version": "1.1.0",
|
|
||||||
"curseForgeHash": 838661985,
|
|
||||||
"modrinthHash": "5e53fd5438716b849e57b8c68442272e947e75c5"
|
|
||||||
},
|
|
||||||
"legacy-nether-extended-2.0.0.jar": {
|
|
||||||
"jarName": "legacy-nether-extended-2.0.0.jar",
|
|
||||||
"modId": "mr_legacy_netherextended",
|
|
||||||
"version": "2.0.0",
|
|
||||||
"curseForgeHash": 2192602223,
|
|
||||||
"modrinthHash": "803fe7e286b6a3eee7a309605f6e2436e00d7865"
|
|
||||||
},
|
|
||||||
"Legacy4J-1.21.10-1.8.7-fabric.jar": {
|
|
||||||
"jarName": "Legacy4J-1.21.10-1.8.7-fabric.jar",
|
|
||||||
"modId": "legacy",
|
|
||||||
"version": "1.8.7",
|
|
||||||
"curseForgeHash": 51400226,
|
|
||||||
"modrinthHash": "ad08cae39c5c6bed25c07c15a94e4a034b22bb3c"
|
|
||||||
},
|
|
||||||
"legacyskins-1.6.0+fabric+1.21.10.jar": {
|
|
||||||
"jarName": "legacyskins-1.6.0+fabric+1.21.10.jar",
|
|
||||||
"modId": "legacyskins",
|
|
||||||
"version": "1.6.0+fabric+1.21.10",
|
|
||||||
"curseForgeHash": 491735190,
|
|
||||||
"modrinthHash": "1c3ceee0b5bfc9a6aa2953edf370b34e94616db6"
|
|
||||||
},
|
|
||||||
"lithium-fabric-0.20.1+mc1.21.10.jar": {
|
|
||||||
"jarName": "lithium-fabric-0.20.1+mc1.21.10.jar",
|
|
||||||
"modId": "lithium",
|
|
||||||
"version": "0.20.1+mc1.21.10",
|
|
||||||
"curseForgeHash": 1526742470,
|
|
||||||
"modrinthHash": "7d44f5da9c690bbf1bd6d65c1acc81db5cf7f8c6"
|
|
||||||
},
|
|
||||||
"locator_lodestones-1.5.1+1.21.9+A.jar": {
|
|
||||||
"jarName": "locator_lodestones-1.5.1+1.21.9+A.jar",
|
|
||||||
"modId": "locator_lodestones",
|
|
||||||
"version": "1.5.1+1.21.9+A",
|
|
||||||
"curseForgeHash": 3535871940,
|
|
||||||
"modrinthHash": "60f1988909479e0c7d0e5e27b7ee74f4ebb40b65"
|
|
||||||
},
|
|
||||||
"LWS-1.21.10-0.0.1-fabric.jar": {
|
|
||||||
"jarName": "LWS-1.21.10-0.0.1-fabric.jar",
|
|
||||||
"modId": "legacy_world_sizes",
|
|
||||||
"version": "0.0.1",
|
|
||||||
"curseForgeHash": 147767473,
|
|
||||||
"modrinthHash": "8da254dddb773795fbc0354fb4e83c66fdf60f3d"
|
|
||||||
},
|
|
||||||
"macos-input-fixes-1.11.jar": {
|
|
||||||
"jarName": "macos-input-fixes-1.11.jar",
|
|
||||||
"modId": "macos_input_fixes",
|
|
||||||
"version": "1.11",
|
|
||||||
"curseForgeHash": 333067403,
|
|
||||||
"modrinthHash": "54de61180f57535bd83007baef66f6db3f51a3e3"
|
|
||||||
},
|
|
||||||
"minimega-4.1.102.jar": {
|
|
||||||
"jarName": "minimega-4.1.102.jar",
|
|
||||||
"modId": "minimega",
|
|
||||||
"version": "4.1.102",
|
|
||||||
"curseForgeHash": 4264681602,
|
|
||||||
"modrinthHash": "0e3124115d1f1eec27fea145e71754c3fb752b31"
|
|
||||||
},
|
|
||||||
"moderner-beta-fabric-4.1.0+1.21.9.jar": {
|
|
||||||
"jarName": "moderner-beta-fabric-4.1.0+1.21.9.jar",
|
|
||||||
"modId": "moderner_beta",
|
|
||||||
"version": "4.1.0+1.21.9",
|
|
||||||
"curseForgeHash": 2444613342,
|
|
||||||
"modrinthHash": "db38db54e7e5467d7faaafb09eec8589097cb570"
|
|
||||||
},
|
|
||||||
"modernfix-fabric-latest.jar": {
|
|
||||||
"jarName": "modernfix-fabric-latest.jar",
|
|
||||||
"modId": "modernfix",
|
|
||||||
"version": "5.20.6",
|
|
||||||
"curseForgeHash": 1054580607,
|
|
||||||
"modrinthHash": "1e5c6a097293ca54b590bdd1abf1c038030845af"
|
|
||||||
},
|
|
||||||
"modmenu-16.0.0.jar": {
|
|
||||||
"jarName": "modmenu-16.0.0.jar",
|
|
||||||
"modId": "modmenu",
|
|
||||||
"version": "16.0.0",
|
|
||||||
"curseForgeHash": 1826344725,
|
|
||||||
"modrinthHash": "55994722875c4b071b31dcb6f3c9cba8818f3391"
|
|
||||||
},
|
|
||||||
"moreculling-fabric-1.21.9-1.5.0-beta.2.jar": {
|
|
||||||
"jarName": "moreculling-fabric-1.21.9-1.5.0-beta.2.jar",
|
|
||||||
"modId": "moreculling",
|
|
||||||
"version": "1.5.0-beta.2",
|
|
||||||
"curseForgeHash": 3025365314,
|
|
||||||
"modrinthHash": "3ab31aec861c6bcade87f7e9317d1ca2ac7a19f3"
|
|
||||||
},
|
|
||||||
"NoPryingEyes-2.0.0+1.21.10.jar": {
|
|
||||||
"jarName": "NoPryingEyes-2.0.0+1.21.10.jar",
|
|
||||||
"modId": "nopryingeyes",
|
|
||||||
"version": "2.0.0",
|
|
||||||
"curseForgeHash": 144166547,
|
|
||||||
"modrinthHash": "6991e9f120684fbbb8e6846955fe5e055868274d"
|
|
||||||
},
|
|
||||||
"particle_core-0.3.2+1.21.9.jar": {
|
|
||||||
"jarName": "particle_core-0.3.2+1.21.9.jar",
|
|
||||||
"modId": "particle_core",
|
|
||||||
"version": "0.3.2+1.21.9",
|
|
||||||
"curseForgeHash": 650225542,
|
|
||||||
"modrinthHash": "353abc578625479558f39e382b60dbb5022b724a"
|
|
||||||
},
|
|
||||||
"pingview-fabric-1.3.1.jar": {
|
|
||||||
"jarName": "pingview-fabric-1.3.1.jar",
|
|
||||||
"modId": "pingview",
|
|
||||||
"version": "1.3.1",
|
|
||||||
"curseForgeHash": 1359167508,
|
|
||||||
"modrinthHash": "8315ee36631bb675fe9b06bb8383b368b354e6ae"
|
|
||||||
},
|
|
||||||
"pneumonocore-1.2.1+1.21.9+A.jar": {
|
|
||||||
"jarName": "pneumonocore-1.2.1+1.21.9+A.jar",
|
|
||||||
"modId": "pneumonocore",
|
|
||||||
"version": "1.2.1",
|
|
||||||
"curseForgeHash": 3061360897,
|
|
||||||
"modrinthHash": "640a21c9d9b6069eeed3b62aa00b8985388eb561"
|
|
||||||
},
|
|
||||||
"polytone-1.21.10-3.6.3-fabric.jar": {
|
|
||||||
"jarName": "polytone-1.21.10-3.6.3-fabric.jar",
|
|
||||||
"modId": "polytone",
|
|
||||||
"version": "1.21.10-3.6.3",
|
|
||||||
"curseForgeHash": 3190246031,
|
|
||||||
"modrinthHash": "c08ab4ace9462a88fb95ca95f8700f63207de9b0"
|
|
||||||
},
|
|
||||||
"ProPlacer-v21.10.0+mc1.21.10-Fabric.jar": {
|
|
||||||
"jarName": "ProPlacer-v21.10.0+mc1.21.10-Fabric.jar",
|
|
||||||
"modId": "proplacer",
|
|
||||||
"version": "21.10.0",
|
|
||||||
"curseForgeHash": 3739279609,
|
|
||||||
"modrinthHash": "b70486f489b4438e85c5418ac6685707c85d33af"
|
|
||||||
},
|
|
||||||
"PuzzlesLib-v21.10.8+mc1.21.10-Fabric.jar": {
|
|
||||||
"jarName": "PuzzlesLib-v21.10.8+mc1.21.10-Fabric.jar",
|
|
||||||
"modId": "puzzleslib",
|
|
||||||
"version": "21.10.8",
|
|
||||||
"curseForgeHash": 3913206976,
|
|
||||||
"modrinthHash": "a47fd39ca6e9cf6ec9cb57d52af67ace8656c454"
|
|
||||||
},
|
|
||||||
"quick-pack-fabric-1.2.0+1.21.10.jar": {
|
|
||||||
"jarName": "quick-pack-fabric-1.2.0+1.21.10.jar",
|
|
||||||
"modId": "quick-pack",
|
|
||||||
"version": "1.2.0",
|
|
||||||
"curseForgeHash": 2051919864,
|
|
||||||
"modrinthHash": "54f7be15dad9142d89d8aba52613430bfb29a591"
|
|
||||||
},
|
|
||||||
"regsyncfix-1.0.3.jar": {
|
|
||||||
"jarName": "regsyncfix-1.0.3.jar",
|
|
||||||
"modId": "regsyncfix",
|
|
||||||
"version": "1.0.3",
|
|
||||||
"curseForgeHash": 2531712503,
|
|
||||||
"modrinthHash": "7c52b592fd51a66bb7c5118e6b76a166d7dac53d"
|
|
||||||
},
|
|
||||||
"ScalableLux-0.1.6+fabric.c25518a-all.jar": {
|
|
||||||
"jarName": "ScalableLux-0.1.6+fabric.c25518a-all.jar",
|
|
||||||
"modId": "scalablelux",
|
|
||||||
"version": "0.1.6+fabric.c25518a",
|
|
||||||
"curseForgeHash": 3734159435,
|
|
||||||
"modrinthHash": "9df93ab6442fa374c17fab6b5181fe2c215d9d5b"
|
|
||||||
},
|
|
||||||
"servercore-fabric-1.5.14+1.21.9.jar": {
|
|
||||||
"jarName": "servercore-fabric-1.5.14+1.21.9.jar",
|
|
||||||
"modId": "servercore",
|
|
||||||
"version": "1.5.14+1.21.9",
|
|
||||||
"curseForgeHash": 3417754780,
|
|
||||||
"modrinthHash": "6a732327f7855aa64f820942031d6e4adeba68a6"
|
|
||||||
},
|
|
||||||
"SimpleDiscordRichPresence-fabric-97.0.0-build.52+mc1.21.10.jar": {
|
|
||||||
"jarName": "SimpleDiscordRichPresence-fabric-97.0.0-build.52+mc1.21.10.jar",
|
|
||||||
"modId": "sdrp",
|
|
||||||
"version": "97.0.0-build.52+mc1.21.10",
|
|
||||||
"curseForgeHash": 2465431502,
|
|
||||||
"modrinthHash": "e3bb085b97c6b9635a25bc73beb26de19adafc9f"
|
|
||||||
},
|
|
||||||
"simpleresourceloader-1.0.0+1.21.1.jar": {
|
|
||||||
"jarName": "simpleresourceloader-1.0.0+1.21.1.jar",
|
|
||||||
"modId": "simpleresourceloader",
|
|
||||||
"version": "1.0.0+1.21.1",
|
|
||||||
"curseForgeHash": 835492651,
|
|
||||||
"modrinthHash": "faa2a9b25f3a3e1e6c6ed8ab860a5b10cec303ff"
|
|
||||||
},
|
|
||||||
"skyboxify-2.6+1.21.10-fabric.jar": {
|
|
||||||
"jarName": "skyboxify-2.6+1.21.10-fabric.jar",
|
|
||||||
"modId": "skyboxify",
|
|
||||||
"version": "2.6",
|
|
||||||
"curseForgeHash": 3984209013,
|
|
||||||
"modrinthHash": "1bba41d2fed9e3c9917214e19659ec4a80b7c632"
|
|
||||||
},
|
|
||||||
"sodium-fabric-0.7.3+mc1.21.10.jar": {
|
|
||||||
"jarName": "sodium-fabric-0.7.3+mc1.21.10.jar",
|
|
||||||
"modId": "sodium",
|
|
||||||
"version": "0.7.3+mc1.21.10",
|
|
||||||
"curseForgeHash": 1955839407,
|
|
||||||
"modrinthHash": "1c3ffa862d9fa4479abf67a88527907d60237248"
|
|
||||||
},
|
|
||||||
"sodium-shadowy-path-blocks-fabric-5.0.1.jar": {
|
|
||||||
"jarName": "sodium-shadowy-path-blocks-fabric-5.0.1.jar",
|
|
||||||
"modId": "sspb",
|
|
||||||
"version": "5.0.1",
|
|
||||||
"curseForgeHash": 703308428,
|
|
||||||
"modrinthHash": "6fc6b66e4a970089bebed9ae40360d489db0a6d0"
|
|
||||||
},
|
|
||||||
"Stfu-2.7.1-1.21.9.jar": {
|
|
||||||
"jarName": "Stfu-2.7.1-1.21.9.jar",
|
|
||||||
"modId": "stfu",
|
|
||||||
"version": "2.7.1",
|
|
||||||
"curseForgeHash": 898318935,
|
|
||||||
"modrinthHash": "8e78e44924895a67763b8bb69f593cb95f0d2092"
|
|
||||||
},
|
|
||||||
"tlib-fabric-1.4.1-1.21.10.jar": {
|
|
||||||
"jarName": "tlib-fabric-1.4.1-1.21.10.jar",
|
|
||||||
"modId": "tlib",
|
|
||||||
"version": "1.4.1-1.21.10",
|
|
||||||
"curseForgeHash": 3734087316,
|
|
||||||
"modrinthHash": "2367dff4c006e1ece9c78cd16ea90bce4a55fc65"
|
|
||||||
},
|
|
||||||
"vmp-fabric-mc1.21.10-0.2.0+beta.7.217-all.jar": {
|
|
||||||
"jarName": "vmp-fabric-mc1.21.10-0.2.0+beta.7.217-all.jar",
|
|
||||||
"modId": "vmp",
|
|
||||||
"version": "0.2.0+beta.7.217+1.21.10",
|
|
||||||
"curseForgeHash": 1015960387,
|
|
||||||
"modrinthHash": "18d4b43bf68a3ebaa4e6d01d0781f63c20e81d58"
|
|
||||||
},
|
|
||||||
"voicechat-fabric-1.21.10-2.6.12.jar": {
|
|
||||||
"jarName": "voicechat-fabric-1.21.10-2.6.12.jar",
|
|
||||||
"modId": "voicechat",
|
|
||||||
"version": "1.21.10-2.6.12",
|
|
||||||
"curseForgeHash": 45185931,
|
|
||||||
"modrinthHash": "934780588bac793a29589d89505da9268d997212"
|
|
||||||
},
|
|
||||||
"yet_another_config_lib_v3-3.8.2+1.21.10-fabric.jar": {
|
|
||||||
"jarName": "yet_another_config_lib_v3-3.8.2+1.21.10-fabric.jar",
|
|
||||||
"modId": "yet_another_config_lib_v3",
|
|
||||||
"version": "3.8.2+1.21.10-fabric",
|
|
||||||
"curseForgeHash": 3458912754,
|
|
||||||
"modrinthHash": "7c629ee66648c8b28f51b29ddff22fea79fc6cfb"
|
|
||||||
},
|
|
||||||
"zoomify-2.15.2+1.21.9.jar": {
|
|
||||||
"jarName": "zoomify-2.15.2+1.21.9.jar",
|
|
||||||
"modId": "zoomify",
|
|
||||||
"version": "2.15.2+1.21.9",
|
|
||||||
"curseForgeHash": 3573397083,
|
|
||||||
"modrinthHash": "874bae4867d0a2782857e3ee20b5045f36a3eda2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
{
|
|
||||||
"essential-container": {
|
|
||||||
"msg": "⚠️ <strong>Essential Mod Not Supported</strong>\n\nEssential is in absolutely no way supported by Re-Console+. It introduces long-standing GUI issues, in-game issues, performance problems and a lot more. If you would like to play multiplayer for free, open to LAN and you will recieve a link you can use for your friends to play with you! We also object heavily to Essentials usage of in-game microtransactions, in an otherwise completely free and open source modding community.",
|
|
||||||
"should_crash_on_startup": true
|
|
||||||
},
|
|
||||||
"embeddium": {
|
|
||||||
"msg": "⚠️ <strong>Embeddium Not Supported</strong>\n\nEmbeddium is not supported by Re-Console+.",
|
|
||||||
"should_crash_on_startup": true
|
|
||||||
},
|
|
||||||
"notenoughcrashes": {
|
|
||||||
"msg": "⚠️ <strong>Not Enough Crashes installed</strong>\n\nYou have added the Not Enough Crashes mod. This may cause critical stability errors.",
|
|
||||||
"should_crash_on_startup": true
|
|
||||||
},
|
|
||||||
"zume": {
|
|
||||||
"msg": "⚠️ <strong>Zume installed</strong>\n\nZume is not supported.",
|
|
||||||
"should_crash_on_startup": true
|
|
||||||
},
|
|
||||||
"legacy-mipmaps": {
|
|
||||||
"msg": "⚠️ <strong>Legacy Mipmaps installed</strong>\n\nLegacy Mipmaps is abandoned and is not supported!",
|
|
||||||
"should_crash_on_startup": false
|
|
||||||
},
|
|
||||||
"noisium": {
|
|
||||||
"msg": "⚠️ <strong>Noisium not supported</strong>\n\nNoisium is not supported, as the mod does not have significant performance boost and is superseded by other mods.",
|
|
||||||
"should_crash_on_startup": true
|
|
||||||
},
|
|
||||||
"faster-random": {
|
|
||||||
"msg": "⚠️ <strong>Faster Random installed</strong>\n\nFaster Random is not supported.",
|
|
||||||
"should_crash_on_startup": false
|
|
||||||
},
|
|
||||||
"nochatreports": {
|
|
||||||
"msg": "⚠️ <strong>No Chat Reports installed</strong>\n\nNo Chat Reports is superseded by No Prying Eyes, and adding it will just introduce compatibility and performance issues.",
|
|
||||||
"should_crash_on_startup": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"uncap_menu_frame_rate": true,
|
|
||||||
"battery_tracker": {
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
"states": {
|
|
||||||
"hovered": {
|
|
||||||
"graphics_state": "reduced",
|
|
||||||
"run_garbage_collector": true
|
|
||||||
},
|
|
||||||
"unfocused": {
|
|
||||||
"graphics_state": "reduced",
|
|
||||||
"run_garbage_collector": true
|
|
||||||
},
|
|
||||||
"invisible": {
|
|
||||||
"graphics_state": "minimal",
|
|
||||||
"run_garbage_collector": true
|
|
||||||
},
|
|
||||||
"abandoned": {
|
|
||||||
"graphics_state": "reduced",
|
|
||||||
"run_garbage_collector": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
sign_ao=true
|
|
||||||
shulker_box_ao=true
|
|
||||||
chest_ao=true
|
|
||||||
bed_ao=true
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"sleepDelay": 153,
|
|
||||||
"hitboxLimit": 90,
|
|
||||||
"disableF3": true
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
#Indigo properties file
|
|
||||||
#Sat Jan 03 18:35:01 CST 2026
|
|
||||||
ambient-occlusion-mode=hybrid
|
|
||||||
debug-compare-lighting=auto
|
|
||||||
fix-exterior-vertex-lighting=auto
|
|
||||||
fix-luminous-block-ambient-occlusion=auto
|
|
||||||
fix-mean-light-calculation=auto
|
|
||||||
fix-smooth-lighting-offset=auto
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 1,
|
|
||||||
"overrides": {
|
|
||||||
"gnetum": {
|
|
||||||
"-depends": {
|
|
||||||
"minecraft": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
renderSavingScreen = false
|
|
||||||
showToasts = false
|
|
||||||
showSavingTime = "TRUE"
|
|
||||||
backgroundPriority = 5
|
|
||||||
allowMultipleServers = true
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
useSmallThreadingDetector = true
|
|
||||||
@@ -1,166 +0,0 @@
|
|||||||
{
|
|
||||||
"enabled": {
|
|
||||||
"value": "ON"
|
|
||||||
},
|
|
||||||
"showHudFps": {
|
|
||||||
"value": "ON"
|
|
||||||
},
|
|
||||||
"downscale": {
|
|
||||||
"value": "OFF"
|
|
||||||
},
|
|
||||||
"numberOfPasses": 4,
|
|
||||||
"maxFps": 60,
|
|
||||||
"screenMaxFps": 20,
|
|
||||||
"map": {
|
|
||||||
"hand": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"misc_overlays": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"scoreboard": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"held_item_tooltip": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"armor_bar": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sleep": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chat": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"demo_timer": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"player_list": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"boss_bar": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"experience_level": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"food_bar": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"health_bar": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"title_and_subtitle": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"hotbar": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"air_bar": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"info_bar": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"mount_health": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"status_effects": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"crosshair": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"overlay_message": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"spectator_tooltip": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"spectator_menu": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"subtitles": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"minimega:shield": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"minimega:timer": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"architectury": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"xmlpull_xmlpull": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"_unknown_": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "AUTO"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"debug_overlay": {
|
|
||||||
"enabled": {
|
|
||||||
"value": "ON"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
bFpsToggle=true
|
|
||||||
bDistToggle=true
|
|
||||||
bVolumeToggle=true
|
|
||||||
backgroundFps=120
|
|
||||||
backgroundRenderDist=2
|
|
||||||
cooldown=0
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"experimental_disable_resource_pack_conflict_handling": true
|
|
||||||
}
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
disableUpdateMessage=true
|
|
||||||
enableShaders=false
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
#Specifies whether to enable the mod on Windows
|
|
||||||
enabledOnWindows = true
|
|
||||||
#Specifies whether to enable the mod on macOS
|
|
||||||
enabledOnMacOS = false
|
|
||||||
#Specifies whether to enable the mod on Linux
|
|
||||||
enabledOnLinux = true
|
|
||||||
#Enable to use some experimental GLFW state cache, which may improve performance with some mods
|
|
||||||
aggressiveCaching = true
|
|
||||||
#Enable to use a more flexible threading model, which improves performance while obeying threading requirements of the underlying operating system.
|
|
||||||
flexibleThreading = true
|
|
||||||
#Enable to disallow delaying of any GLFW call. Might reduce performance considerably.
|
|
||||||
fullyBlockingMode = false
|
|
||||||
#Specifies the priority of the event polling thread. Valid values are 0~10, where 0 = auto decide.
|
|
||||||
eventPollingThreadPriority = 0
|
|
||||||
#Enables logging of blocking calls and stacktrace. Debug Only.
|
|
||||||
logBlockingCalls = false
|
|
||||||
#Enables logging of cache issues. Debug Only.
|
|
||||||
logCacheIssues = false
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"sound_platform": "steam"
|
|
||||||
}
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
mixin:
|
|
||||||
# Replace player login validation thread with virtual thread
|
|
||||||
loginVT: true
|
|
||||||
# Replace text filter thread with virtual thread
|
|
||||||
textFilterVT: true
|
|
||||||
# Replace download thread with virtual thread
|
|
||||||
utilVT: true
|
|
||||||
# Optimized VarLong implementation
|
|
||||||
bestVarLong: true
|
|
||||||
fix:
|
|
||||||
issues128:
|
|
||||||
# Fix Traffic Statistics
|
|
||||||
enabled: false
|
|
||||||
# Run bandwidth statistics on sync thread, which is closer to Vanilla behavior.
|
|
||||||
sync: true
|
|
||||||
@@ -1,180 +0,0 @@
|
|||||||
# LambDynamicLights configuration.
|
|
||||||
# The dynamic lights mode
|
|
||||||
mode = "fancy"
|
|
||||||
|
|
||||||
# Light sources settings.
|
|
||||||
[light_sources]
|
|
||||||
# Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
|
|
||||||
water_sensitive_check = true
|
|
||||||
beam = true
|
|
||||||
firefly = true
|
|
||||||
# Enable entities light source.
|
|
||||||
entities = true
|
|
||||||
# Enable first-person player light source.
|
|
||||||
self = true
|
|
||||||
# TNT lighting mode. May be off, simple or fancy.
|
|
||||||
tnt = "fancy"
|
|
||||||
# Creeper lighting mode. May be off, simple or fancy.
|
|
||||||
creeper = "fancy"
|
|
||||||
guardian_laser = true
|
|
||||||
|
|
||||||
[light_sources.settings.entities.minecraft]
|
|
||||||
zombie_horse = true
|
|
||||||
pale_oak_boat = true
|
|
||||||
axolotl = true
|
|
||||||
egg = true
|
|
||||||
zoglin = true
|
|
||||||
spawner_minecart = true
|
|
||||||
allay = true
|
|
||||||
llama = true
|
|
||||||
jungle_chest_boat = true
|
|
||||||
mule = true
|
|
||||||
bat = true
|
|
||||||
husk = true
|
|
||||||
camel = true
|
|
||||||
experience_bottle = true
|
|
||||||
rabbit = true
|
|
||||||
firework_rocket = true
|
|
||||||
silverfish = true
|
|
||||||
giant = true
|
|
||||||
happy_ghast = true
|
|
||||||
drowned = true
|
|
||||||
creaking = true
|
|
||||||
item = true
|
|
||||||
oak_chest_boat = true
|
|
||||||
goat = true
|
|
||||||
horse = true
|
|
||||||
vindicator = true
|
|
||||||
birch_boat = true
|
|
||||||
minecart = true
|
|
||||||
spectral_arrow = true
|
|
||||||
llama_spit = true
|
|
||||||
mooshroom = true
|
|
||||||
oak_boat = true
|
|
||||||
glow_item_frame = false
|
|
||||||
snowball = true
|
|
||||||
tnt = true
|
|
||||||
parrot = true
|
|
||||||
creeper = true
|
|
||||||
lightning_bolt = true
|
|
||||||
tadpole = true
|
|
||||||
ravager = true
|
|
||||||
evoker_fangs = true
|
|
||||||
chest_minecart = true
|
|
||||||
tropical_fish = true
|
|
||||||
slime = true
|
|
||||||
pillager = true
|
|
||||||
dark_oak_chest_boat = true
|
|
||||||
area_effect_cloud = true
|
|
||||||
blaze = true
|
|
||||||
piglin = true
|
|
||||||
end_crystal = true
|
|
||||||
endermite = true
|
|
||||||
ender_pearl = true
|
|
||||||
zombie = true
|
|
||||||
item_display = true
|
|
||||||
breeze_wind_charge = true
|
|
||||||
guardian = true
|
|
||||||
fireball = true
|
|
||||||
illusioner = true
|
|
||||||
eye_of_ender = true
|
|
||||||
wither_skull = true
|
|
||||||
wolf = true
|
|
||||||
block_display = true
|
|
||||||
tnt_minecart = true
|
|
||||||
zombie_villager = true
|
|
||||||
elder_guardian = true
|
|
||||||
chest_boat = true
|
|
||||||
cherry_chest_boat = true
|
|
||||||
acacia_chest_boat = true
|
|
||||||
boat = true
|
|
||||||
small_fireball = true
|
|
||||||
strider = true
|
|
||||||
cave_spider = true
|
|
||||||
cod = true
|
|
||||||
snow_golem = true
|
|
||||||
witch = true
|
|
||||||
spider = true
|
|
||||||
command_block_minecart = true
|
|
||||||
panda = true
|
|
||||||
bee = true
|
|
||||||
arrow = true
|
|
||||||
lingering_potion = true
|
|
||||||
cow = true
|
|
||||||
birch_chest_boat = true
|
|
||||||
magma_cube = true
|
|
||||||
pig = true
|
|
||||||
skeleton = true
|
|
||||||
spruce_boat = true
|
|
||||||
frog = true
|
|
||||||
hoglin = true
|
|
||||||
armadillo = true
|
|
||||||
splash_potion = true
|
|
||||||
armor_stand = true
|
|
||||||
experience_orb = true
|
|
||||||
dolphin = true
|
|
||||||
stray = true
|
|
||||||
shulker = true
|
|
||||||
turtle = true
|
|
||||||
jungle_boat = true
|
|
||||||
salmon = true
|
|
||||||
vex = true
|
|
||||||
wandering_trader = true
|
|
||||||
wither_skeleton = true
|
|
||||||
piglin_brute = true
|
|
||||||
breeze = true
|
|
||||||
ocelot = true
|
|
||||||
furnace_minecart = true
|
|
||||||
acacia_boat = true
|
|
||||||
pale_oak_chest_boat = true
|
|
||||||
mangrove_boat = true
|
|
||||||
item_frame = true
|
|
||||||
phantom = true
|
|
||||||
ender_dragon = true
|
|
||||||
leash_knot = true
|
|
||||||
evoker = true
|
|
||||||
marker = true
|
|
||||||
glow_squid = true
|
|
||||||
warden = true
|
|
||||||
shulker_bullet = true
|
|
||||||
squid = true
|
|
||||||
enderman = true
|
|
||||||
dragon_fireball = true
|
|
||||||
chicken = true
|
|
||||||
sniffer = true
|
|
||||||
dark_oak_boat = true
|
|
||||||
trader_llama = true
|
|
||||||
donkey = true
|
|
||||||
bogged = true
|
|
||||||
bamboo_chest_raft = true
|
|
||||||
bamboo_raft = true
|
|
||||||
fox = true
|
|
||||||
mangrove_chest_boat = true
|
|
||||||
cherry_boat = true
|
|
||||||
iron_golem = true
|
|
||||||
zombified_piglin = true
|
|
||||||
cat = true
|
|
||||||
wind_charge = true
|
|
||||||
ghast = true
|
|
||||||
sheep = true
|
|
||||||
player = true
|
|
||||||
pufferfish = true
|
|
||||||
potion = true
|
|
||||||
trident = true
|
|
||||||
villager = true
|
|
||||||
ominous_item_spawner = true
|
|
||||||
skeleton_horse = true
|
|
||||||
fishing_bobber = true
|
|
||||||
text_display = true
|
|
||||||
polar_bear = true
|
|
||||||
hopper_minecart = true
|
|
||||||
falling_block = true
|
|
||||||
painting = true
|
|
||||||
interaction = true
|
|
||||||
wither = true
|
|
||||||
spruce_chest_boat = true
|
|
||||||
|
|
||||||
[debug]
|
|
||||||
active_dynamic_lighting_cells = false
|
|
||||||
display_dynamic_lighting_chunk_rebuild = false
|
|
||||||
display_behavior_bounding_box = false
|
|
||||||
@@ -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
|
|
||||||
}
|
|
||||||
@@ -1,217 +0,0 @@
|
|||||||
{
|
|
||||||
"advancedHeldItemTooltip": false,
|
|
||||||
"advancedOptionsMode": "default",
|
|
||||||
"advancements": true,
|
|
||||||
"animatedCharacter": true,
|
|
||||||
"autoSaveCountdown": false,
|
|
||||||
"autoSaveInterval": 1,
|
|
||||||
"autoSaveWhenPaused": false,
|
|
||||||
"backSound": true,
|
|
||||||
"bubblesOutsideWater": true,
|
|
||||||
"caveSounds": true,
|
|
||||||
"classicCrafting": false,
|
|
||||||
"classicLoom": false,
|
|
||||||
"classicStonecutting": false,
|
|
||||||
"classicTrading": false,
|
|
||||||
"component_chunksfadein.keybinds.toggleMod": "none",
|
|
||||||
"component_iris.keybind.reload": "none",
|
|
||||||
"component_iris.keybind.shaderPackSelection": "none",
|
|
||||||
"component_iris.keybind.toggleShaders": "none",
|
|
||||||
"component_iris.keybind.wireframe": "none",
|
|
||||||
"component_key.advancements": "none",
|
|
||||||
"component_key.attack": "right_trigger",
|
|
||||||
"component_key.back": "left_stick_down",
|
|
||||||
"component_key.chat": "touchpad_button",
|
|
||||||
"component_key.command": "none",
|
|
||||||
"component_key.cpm.gestureMenu": "none",
|
|
||||||
"component_key.cpm.qa_1": "none",
|
|
||||||
"component_key.cpm.qa_10": "none",
|
|
||||||
"component_key.cpm.qa_11": "none",
|
|
||||||
"component_key.cpm.qa_12": "none",
|
|
||||||
"component_key.cpm.qa_13": "none",
|
|
||||||
"component_key.cpm.qa_14": "none",
|
|
||||||
"component_key.cpm.qa_15": "none",
|
|
||||||
"component_key.cpm.qa_16": "none",
|
|
||||||
"component_key.cpm.qa_2": "none",
|
|
||||||
"component_key.cpm.qa_3": "none",
|
|
||||||
"component_key.cpm.qa_4": "none",
|
|
||||||
"component_key.cpm.qa_5": "none",
|
|
||||||
"component_key.cpm.qa_6": "none",
|
|
||||||
"component_key.cpm.qa_7": "none",
|
|
||||||
"component_key.cpm.qa_8": "none",
|
|
||||||
"component_key.cpm.qa_9": "none",
|
|
||||||
"component_key.cpm.renderToggle": "none",
|
|
||||||
"component_key.disable_voice_chat": "none",
|
|
||||||
"component_key.drop": "right_button",
|
|
||||||
"component_key.dynamic_fps.toggle_disabled": "none",
|
|
||||||
"component_key.dynamic_fps.toggle_forced": "none",
|
|
||||||
"component_key.entityculling.toggle": "none",
|
|
||||||
"component_key.entityculling.toggleBoxes": "none",
|
|
||||||
"component_key.forward": "left_stick_up",
|
|
||||||
"component_key.fullscreen": "none",
|
|
||||||
"component_key.hide_icons": "none",
|
|
||||||
"component_key.hotbar.1": "none",
|
|
||||||
"component_key.hotbar.2": "none",
|
|
||||||
"component_key.hotbar.3": "none",
|
|
||||||
"component_key.hotbar.4": "none",
|
|
||||||
"component_key.hotbar.5": "none",
|
|
||||||
"component_key.hotbar.6": "none",
|
|
||||||
"component_key.hotbar.7": "none",
|
|
||||||
"component_key.hotbar.8": "none",
|
|
||||||
"component_key.hotbar.9": "none",
|
|
||||||
"component_key.jump": "down_button",
|
|
||||||
"component_key.left": "left_stick_left",
|
|
||||||
"component_key.loadToolbarActivator": "none",
|
|
||||||
"component_key.modmenu.open_menu": "none",
|
|
||||||
"component_key.mute_microphone": "none",
|
|
||||||
"component_key.pickItem": "none",
|
|
||||||
"component_key.playerlist": "none",
|
|
||||||
"component_key.proplacer.fast_placement": "none",
|
|
||||||
"component_key.push_to_talk": "none",
|
|
||||||
"component_key.quickActions": "none",
|
|
||||||
"component_key.right": "left_stick_right",
|
|
||||||
"component_key.saveToolbarActivator": "none",
|
|
||||||
"component_key.screenshot": "capture",
|
|
||||||
"component_key.smoothCamera": "none",
|
|
||||||
"component_key.sneak": "right_stick_button",
|
|
||||||
"component_key.socialInteractions": "none",
|
|
||||||
"component_key.spectatorHotbar": "none",
|
|
||||||
"component_key.spectatorOutlines": "none",
|
|
||||||
"component_key.sprint": "none",
|
|
||||||
"component_key.swapOffhand": "none",
|
|
||||||
"component_key.togglePerspective": "left_stick_button",
|
|
||||||
"component_key.use": "left_trigger",
|
|
||||||
"component_key.voice_chat": "none",
|
|
||||||
"component_key.voice_chat_adjust_volumes": "none",
|
|
||||||
"component_key.voice_chat_group": "none",
|
|
||||||
"component_key.voice_chat_settings": "none",
|
|
||||||
"component_key.voice_chat_toggle_recording": "none",
|
|
||||||
"component_key.whisper": "none",
|
|
||||||
"component_lambdynlights.key.toggle_fps_dynamic_lighting": "none",
|
|
||||||
"component_legacy.key.crafting": "left_button",
|
|
||||||
"component_legacy.key.cycleHeldLeft": "left_bumper",
|
|
||||||
"component_legacy.key.cycleHeldRight": "right_bumper",
|
|
||||||
"component_legacy.key.flyDown": "dpad_down",
|
|
||||||
"component_legacy.key.flyLeft": "dpad_left",
|
|
||||||
"component_legacy.key.flyRight": "dpad_right",
|
|
||||||
"component_legacy.key.flyUp": "dpad_up",
|
|
||||||
"component_legacy.key.host_options": "back",
|
|
||||||
"component_legacy.key.inventory": "up_button",
|
|
||||||
"component_legacy.key.legacy4JSettings": "none",
|
|
||||||
"component_legacy.key.toggleCursor": "none",
|
|
||||||
"component_options.narrator_hotkey": "none",
|
|
||||||
"component_zume.zoom": "none",
|
|
||||||
"component_zume.zoom_in": "none",
|
|
||||||
"component_zume.zoom_out": "none",
|
|
||||||
"controlTooltipDisplay": "auto",
|
|
||||||
"controlType": "auto",
|
|
||||||
"controllerCursorAtFirstInventorySlot": true,
|
|
||||||
"controllerDoubleClick": false,
|
|
||||||
"controllerSensitivity": 0.5,
|
|
||||||
"controllerToasts": true,
|
|
||||||
"controllerToggleAttack": false,
|
|
||||||
"controllerToggleCrouch": true,
|
|
||||||
"controllerToggleSprint": false,
|
|
||||||
"controllerToggleUse": false,
|
|
||||||
"controllerVirtualCursor": true,
|
|
||||||
"createWorldDifficulty": 2,
|
|
||||||
"creativeTab": true,
|
|
||||||
"cursorAtFirstInventorySlot": false,
|
|
||||||
"cursorMode": "auto",
|
|
||||||
"defaultParticlePhysics": true,
|
|
||||||
"defaultShowCraftableRecipes": false,
|
|
||||||
"directSaveLoad": false,
|
|
||||||
"displayControlTooltips": true,
|
|
||||||
"displayGamma": true,
|
|
||||||
"displayHUD": true,
|
|
||||||
"displayHand": true,
|
|
||||||
"displayMultipleControlsFromAction": false,
|
|
||||||
"displayNameTagBorder": true,
|
|
||||||
"enhancedItemTranslucency": true,
|
|
||||||
"enhancedPistonMovingRenderer": true,
|
|
||||||
"fakeAutosaveScreen": false,
|
|
||||||
"fastLeavesCustomModels": false,
|
|
||||||
"fastLeavesWhenBlocked": false,
|
|
||||||
"flyingViewRolling": true,
|
|
||||||
"forceMixedCrafting": false,
|
|
||||||
"forceSmoothMovement": false,
|
|
||||||
"gameTooltips": true,
|
|
||||||
"gamma": 0.5,
|
|
||||||
"headFollowsTheCamera": true,
|
|
||||||
"hints": true,
|
|
||||||
"hoverFocusSound": false,
|
|
||||||
"hudDelay": 200,
|
|
||||||
"hudDistance": 1.0,
|
|
||||||
"hudOpacity": 0.8,
|
|
||||||
"hudScale": 2,
|
|
||||||
"interfaceSensitivity": 0.5,
|
|
||||||
"inventoryHoverFocusSound": false,
|
|
||||||
"invertControllerButtons": false,
|
|
||||||
"invertYController": false,
|
|
||||||
"invertedCrosshair": false,
|
|
||||||
"invertedFrontCameraPitch": true,
|
|
||||||
"itemLightingInHand": true,
|
|
||||||
"itemTooltipEllipsis": true,
|
|
||||||
"lastLoadedMinecraftVersion": "1.20.4",
|
|
||||||
"lastLoadedVersion": "1.8.7",
|
|
||||||
"leaderboards": true,
|
|
||||||
"leftStickDeadZone": 0.25,
|
|
||||||
"leftTriggerDeadZone": 0.2,
|
|
||||||
"legacyBabyVillagerHead": true,
|
|
||||||
"legacyCreativeBlockPlacing": true,
|
|
||||||
"legacyCursor": true,
|
|
||||||
"legacyDrownedAnimation": true,
|
|
||||||
"legacyEntityFireTint": true,
|
|
||||||
"legacyEvokerFangs": true,
|
|
||||||
"legacyFireworks": true,
|
|
||||||
"legacyHearts": true,
|
|
||||||
"legacyIntroAndReloading": true,
|
|
||||||
"legacyItemPickup": true,
|
|
||||||
"legacyItemTooltips": true,
|
|
||||||
"legacyItemTooltipsScaling": true,
|
|
||||||
"legacyLoadingAndConnecting": true,
|
|
||||||
"legacyOverstackedItems": true,
|
|
||||||
"legacyPanorama": true,
|
|
||||||
"legacyPotionsBar": false,
|
|
||||||
"legacySkyShape": false,
|
|
||||||
"limitCursor": true,
|
|
||||||
"linearCameraMovement": false,
|
|
||||||
"lockControlTypeChange": false,
|
|
||||||
"loyaltyLines": true,
|
|
||||||
"mapsWithCoords": true,
|
|
||||||
"menusWithBackground": false,
|
|
||||||
"merchantTradingIndicator": true,
|
|
||||||
"minecartSounds": true,
|
|
||||||
"modCraftingTabs": false,
|
|
||||||
"optionsPreset": "legacy:lmr_default",
|
|
||||||
"overrideTerrainFogEnd": true,
|
|
||||||
"overrideTerrainFogStart": true,
|
|
||||||
"rightStickDeadZone": 0.34,
|
|
||||||
"rightTriggerDeadZone": 0.2,
|
|
||||||
"saveCache": false,
|
|
||||||
"searchCreativeTab": true,
|
|
||||||
"selectedController": 0,
|
|
||||||
"selectedControllerHandler": 1,
|
|
||||||
"selectedItemTooltipLines": 4,
|
|
||||||
"selectedItemTooltipSpacing": 12,
|
|
||||||
"showVanillaRecipeBook": false,
|
|
||||||
"skipInitialSaveWarning": false,
|
|
||||||
"skipIntro": false,
|
|
||||||
"smoothAnimatedCharacter": false,
|
|
||||||
"smoothMovement": true,
|
|
||||||
"systemCursor": false,
|
|
||||||
"systemMessagesAsOverlay": false,
|
|
||||||
"terrainFogEnd": 16,
|
|
||||||
"terrainFogStart": 2,
|
|
||||||
"titleScreenFade": false,
|
|
||||||
"titleScreenVersionText": false,
|
|
||||||
"tooltipBoxes": true,
|
|
||||||
"uiMode": "auto",
|
|
||||||
"unbindConflictingButtons": true,
|
|
||||||
"unbindConflictingKeys": true,
|
|
||||||
"unfocusedInputs": false,
|
|
||||||
"vanillaTabs": false,
|
|
||||||
"vanillaTutorial": false,
|
|
||||||
"vehicleCameraRotation": "only_non_living_entities",
|
|
||||||
"vignette": false
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"legacyCombat": true,
|
|
||||||
"legacySwordBlocking": false,
|
|
||||||
"squaredViewDistance": false
|
|
||||||
}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"legacy.mixin.base.cauldron": true,
|
|
||||||
"legacy.mixin.base.piston": true
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"globalResources": {
|
|
||||||
"applyOnTop": true,
|
|
||||||
"packs": [
|
|
||||||
"file/Legacy Worlds.zip",
|
|
||||||
"file/The_Garden_Awakens_v1.0.zip",
|
|
||||||
"file/Doctor Who Legacy Skins.zip",
|
|
||||||
"file/Classic MCYT Skin Pack.zip",
|
|
||||||
"file/Baby Kitty and Friends.zip",
|
|
||||||
"file/Ocelots-Skin-Pack.zip",
|
|
||||||
"file/A Minecraft Movie Hero Pack.zip",
|
|
||||||
"file/TutorialWorldAddon.zip",
|
|
||||||
"continuity:default",
|
|
||||||
"continuity:glass_pane_culling_fix",
|
|
||||||
"file/Transparency Fix.zip",
|
|
||||||
"file/Modern-Skin-Packs-2.4.0.zip",
|
|
||||||
"file/Legacy-Skin-Packs-2.4.0.zip",
|
|
||||||
"legacy:legacy_resources",
|
|
||||||
"file/Clean World Loading",
|
|
||||||
"file/Tooltips Enhanced",
|
|
||||||
"file/Legacy Titles.zip"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
mixin.experimental=true
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
# Don't change this! Version used to track needed updates.
|
|
||||||
version = 1
|
|
||||||
lowerShield = true
|
|
||||||
shields = [
|
|
||||||
"minecraft:shield"
|
|
||||||
]
|
|
||||||
offset = -3.0
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
# Don't change this! Version used to track needed updates.
|
|
||||||
version = 1
|
|
||||||
sneakingPreventsBerryBushDamage = true
|
|
||||||
legArmorPreventsBerryBushDamage = true
|
|
||||||
elytraSwimTweak = true
|
|
||||||
soulSpeedNoDamage = true
|
|
||||||
thornsNoDamage = true
|
|
||||||
creeperExplosionDropsAllItems = true
|
|
||||||
flammableCobweb = true
|
|
||||||
fasterObsidianMining = true
|
|
||||||
obsidianMiningSpeedMultiplier = 1.6
|
|
||||||
randomizeDiscLoot = true
|
|
||||||
preventShulkerDuplication = false
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
mixin.bugfix.chunk_deadlock=true
|
|
||||||
mixin.bugfix.packet_leak=true
|
|
||||||
mixin.bugfix.paper_chunk_patches=true
|
|
||||||
mixin.perf.clear_fabric_mapping_tables=true
|
|
||||||
mixin.perf.clear_mixin_classinfo=true
|
|
||||||
mixin.perf.dynamic_entity_renderers=true
|
|
||||||
mixin.perf.faster_item_rendering=true
|
|
||||||
mixin.perf.nbt_memory_usage=true
|
|
||||||
mixin.perf.dynamic_sounds=true
|
|
||||||
mixin.perf.thread_priorities=false
|
|
||||||
mixin.perf.deduplicate_location=true
|
|
||||||
mixin.perf.worldgen_allocation=true
|
|
||||||
mixin.perf.ingredient_item_deduplication=true
|
|
||||||
@@ -1,91 +0,0 @@
|
|||||||
# This is the configuration file for Moonrise.
|
|
||||||
#
|
|
||||||
# Each configuration option is prefixed with a comment to explain what it does. Additional changes to this file
|
|
||||||
# other than modifying the options, such as adding comments, will be overwritten when Moonrise loads the config.
|
|
||||||
#
|
|
||||||
# Below are the Moonrise startup flags. Note that startup flags must be placed in the JVM arguments, not
|
|
||||||
# program arguments.
|
|
||||||
# -DMoonrise.ConfigFile=<file> - Override the config file location. Might be useful for multiple game versions.
|
|
||||||
# -DMoonrise.WorkerThreadCount=<number> - Override the auto configured worker thread counts (worker-threads).
|
|
||||||
# -DMoonrise.MaxViewDistance=<number> - Overrides the maximum view distance, should only use for debugging purposes.
|
|
||||||
|
|
||||||
bug-fixes:
|
|
||||||
# Fixes https://bugs.mojang.com/browse/MC-159283. This fixes a bug resulting in the end islands
|
|
||||||
# not properly generating at far enough distances in the end. Note that toggling this config option
|
|
||||||
# will not affect already generated areas.
|
|
||||||
# This configuration has two options:
|
|
||||||
# true -> Fixes the end islands generation. This is different from Vanilla behavior.
|
|
||||||
# false -> Does not fix the end islands generation. This is the same behavior as Vanilla.
|
|
||||||
fix-MC-159283: false
|
|
||||||
# Fixes https://bugs.mojang.com/browse/MC-224294. By avoiding double ticking lava blocks during
|
|
||||||
# chunk random ticking, the cost of world random ticking is significantly reduced.
|
|
||||||
# This configuration has two options:
|
|
||||||
# true -> Does not double tick lava. This is different from Vanilla behavior.
|
|
||||||
# false -> Does double tick lava. This is the same behavior as Vanilla.
|
|
||||||
fix-MC-224294: true
|
|
||||||
chunk-loading:
|
|
||||||
# Advanced configuration options for player chunk loading. You shouldn't be touching these
|
|
||||||
# unless you have a reason.
|
|
||||||
advanced:
|
|
||||||
# Whether to avoid sending chunks to players who have a view distance
|
|
||||||
# configured lower than the server's.
|
|
||||||
auto-config-send-distance: true
|
|
||||||
# The maximum amount of pending chunk generations per player. If
|
|
||||||
# this value is 0, then the player chunk loader will automatically determine a value. If
|
|
||||||
# this value is less-than 0, then there is no limit.
|
|
||||||
#
|
|
||||||
# This value should be used to tune the saturation of the chunk system.
|
|
||||||
player-max-concurrent-chunk-generates: 0
|
|
||||||
# The maximum amount of pending chunk loads per player. If
|
|
||||||
# this value is 0, then the player chunk loader will automatically determine a value. If
|
|
||||||
# this value is less-than 0, then there is no limit.
|
|
||||||
#
|
|
||||||
# This value should be used to tune the saturation of the chunk system.
|
|
||||||
player-max-concurrent-chunk-loads: 0
|
|
||||||
# Chunk loading/generation/sending rate targets for the chunk system. These values are the
|
|
||||||
# maximum rates at which the player chunk loader will attempt to load/generate/send chunks to
|
|
||||||
# players. Actual resulting rates will depend on hardware.
|
|
||||||
basic:
|
|
||||||
# The delay before chunks are unloaded around players once they leave their view distance.
|
|
||||||
# The Vanilla value is 0 ticks. Setting this value higher (i.e 5s) will allow pets to teleport
|
|
||||||
# to their owners when they teleport.
|
|
||||||
player-chunk-unload-delay: 0t
|
|
||||||
# The maximum rate of chunks to generate for given player, per second. If this value is <= 0,
|
|
||||||
# then there is no rate limit.
|
|
||||||
player-max-gen-rate: -1.0
|
|
||||||
# The maximum rate of chunks to load from disk for any given player, per second. If this value is <= 0,
|
|
||||||
# then there is no rate limit.
|
|
||||||
player-max-load-rate: -1.0
|
|
||||||
# The maximum rate of chunks to send to any given player, per second. If this value is <= 0,
|
|
||||||
# then there is no rate limit.
|
|
||||||
player-max-send-rate: -1.0
|
|
||||||
chunk-saving:
|
|
||||||
# The interval at which chunks should be incrementally autosaved.
|
|
||||||
auto-save-interval: 5m
|
|
||||||
# The maximum number of chunks to incrementally autosave each tick. If
|
|
||||||
# the value is <= 0, then no chunks will be incrementally saved.
|
|
||||||
max-auto-save-chunks-per-tick: 12
|
|
||||||
chunk-system:
|
|
||||||
# Whether to run generation population in parallel. By default this is set to false,
|
|
||||||
# as mods affecting world gen are not safe to run in parallel. If you have no mods affecting
|
|
||||||
# gen and are saturating the population generation (~10 threads of the worker pool generating
|
|
||||||
# chunks), you may set this to true to possibly increase generation speed.
|
|
||||||
population-gen-parallelism: true
|
|
||||||
misc:
|
|
||||||
# Whether the loading screen should be closed immediately when joining servers/SP worlds.
|
|
||||||
# This will let you in game faster, but may result in getting in game before enough chunks are
|
|
||||||
# loaded for rendering.
|
|
||||||
immediately-close-loading-screen: true
|
|
||||||
# Do not change, used internally.
|
|
||||||
version: 1
|
|
||||||
# Configuration options which control the behavior of the common threadpool workers.
|
|
||||||
worker-pool:
|
|
||||||
# Set the number of threads dedicated to RegionFile I/O operations.
|
|
||||||
# If the value is <= 0, then the number of threads used is 1. Configuring
|
|
||||||
# a higher value than 1 is only recommended on SSDs (HDDs scale negatively)
|
|
||||||
# and when you have determined that I/O is the bottleneck for chunk loading/saving.
|
|
||||||
io-threads: -1
|
|
||||||
# Set the number of shared worker threads to be used by chunk rendering,
|
|
||||||
# chunk loading, chunk generation. If the value is <= 0, then the number
|
|
||||||
# of threads will automatically be determined.
|
|
||||||
worker-threads: -1
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
version = 1
|
|
||||||
itemFrameLODRange = 16
|
|
||||||
itemFrame3FaceCullingRange = 2.0
|
|
||||||
leavesCullingMode = "DEPTH"
|
|
||||||
includeMangroveRoots = true
|
|
||||||
endGatewayCulling = true
|
|
||||||
@@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"disable_telemetry": true,
|
|
||||||
"disable_global_bans": true,
|
|
||||||
"disable_chat_control": true,
|
|
||||||
"server_toasts": false,
|
|
||||||
"fake_ban": false,
|
|
||||||
"verbose": false,
|
|
||||||
"signing_mode": "ON_DEMAND",
|
|
||||||
"onDemandWarning": "IF_TOAST_NOT_SENT",
|
|
||||||
"chat_indicator": {
|
|
||||||
"hide_red": true,
|
|
||||||
"hide_yellow": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
# Don't change this! Version used to track needed updates.
|
|
||||||
version = 1
|
|
||||||
disableParticles = false
|
|
||||||
byTypeReductions = { }
|
|
||||||
maxParticlesPerSheet = 8192
|
|
||||||
particleRenderDistanceMultiplier = 1.0
|
|
||||||
asynchronousTicking = true
|
|
||||||
cullingBlacklist = [ ]
|
|
||||||
cullingBehavior = "AGGRESSIVE"
|
|
||||||
reduceAllChance = 0.50
|
|
||||||
reduceDecreasedChance = 0.20
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"_Disable_Optimizations_Options": {
|
|
||||||
"ROTATION": "[Impact: Medium] Disables mixins related to vertex rotation caching (ParticleManagerRotationMixin, BillboardParticleMixin)",
|
|
||||||
"CULLING": "[Impact: HIGH] Disables mixins related to particle culling (FrustumAccessor, ParticleAccessor, ParticleRendererFrustumMixin, WorldRendererFrustumMixin, ParticleFrustumBlacklistMixin)",
|
|
||||||
"TYPE": "[Impact: Low to Medium] Disables mixins related to particle disabling and reduction (ParticleManagerTypeMixin, ParticleManagerCreatorMixin, FireworksSparkParticleMixin)",
|
|
||||||
"DECREASE": "[Impact: Low] Disables mixins related particle settings reduction (ALL, DECREASED, MINIMAL) (ClientWorldDecreaseMixin)",
|
|
||||||
"LIGHTMAP": "[Impact: Medium] Disables mixins related to light map caching (ParticleManagerCachedLightMixin, ParticleBrightnessCacheMixin, ParticleCachePosMixin, ParticleRendererCachedPosMixin, ParticleRendererBrightnessTickMixin)",
|
|
||||||
"POTION": "[Impact: Low] Disables mixins related to potion particle disabling (LivingEntityMixin)",
|
|
||||||
"MOVE": "[Impact: Medium] Disables mixins related to particle movement optimization (ParticleMoveAdjustMixin, ParticleCachePosMixin, ParticleRendererCachedPosMixin)",
|
|
||||||
"VERTEX": "[Impact: HIGH] Disables mixins related to particle vertex drawing optimizations (BillboardParticleVertexMixin, BufferBuilderVertexMixin)",
|
|
||||||
"COUNT": "[Impact: Variable] Disables mixins related to max particle count setting (ParticleRendererCountMixin)",
|
|
||||||
"ASYNC": "[Impact: Medium] Disables asynchronous ticking of particles (ParticleManagerAsyncMixin, ParticleRendererAccessor)",
|
|
||||||
"RENDER_DISTANCE": "[Impact: Variable] Disables mixins that control max particle render distance (ParticleManagerRenderDistanceMixin, ParticleAccessor, ParticleRendererRenderDistanceMixin)"
|
|
||||||
},
|
|
||||||
"disableOptimizations": [
|
|
||||||
"NONE"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
#Treat sneaking as active while placing blocks via the fast placement mechanic or reach-around. Allows block placement to work with interactable blocks such as chests and fence gates.
|
|
||||||
#Default Value: false
|
|
||||||
bypass_use_block = true
|
|
||||||
#Allow using Bedrock Edition-like reach-around block placement, where a block can be placed directly in front of the block the player is standing on when clicking in mid-air for fast bridging.
|
|
||||||
#Default Value: true
|
|
||||||
allow_reach_around_placement = true
|
|
||||||
#Blocks that are excluded from the fast placement mechanic.
|
|
||||||
#Format for every entry is "<namespace>:<path>". Tags are supported, must be in the format of "#<namespace>:<path>". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color. Begin an entry with "!" to make sure it is excluded, useful e.g. when it has already been matched by another pattern.
|
|
||||||
#Default Value: [minecraft:scaffolding]
|
|
||||||
normal_placement_blocks = ["minecraft:scaffolding"]
|
|
||||||
#Allow using Bedrock Edition-like fast block placement, with blocks being placed without leaving gaps or unwanted placements. Also enables placing blocks when clicking in mid-air while building.
|
|
||||||
#Additionally introduces a similar mechanic for quickly breaking blocks in a row or column in creative mode.
|
|
||||||
#Toggle in-game via the dedicated key binding.
|
|
||||||
#Default Value: true
|
|
||||||
allow_fast_placement = true
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
#Configuration file for Raise Sound Limit Simplified
|
|
||||||
#Wed Jan 07 14:44:13 CST 2026
|
|
||||||
maxSourcesCount=2047
|
|
||||||
maxStreamingSources=8
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
lobotomize-villagers:
|
|
||||||
enabled: true
|
|
||||||
tick-interval: 20
|
|
||||||
|
|
||||||
features:
|
|
||||||
item-merge-radius: 0.8
|
|
||||||
xp-merge-radius: 0.8
|
|
||||||
|
|
||||||
commands:
|
|
||||||
status-enabled: false
|
|
||||||
mobcaps-enabled: false
|
|
||||||
|
|
||||||
activation-range:
|
|
||||||
enabled: true
|
|
||||||
tick-new-entities: false
|
|
||||||
use-vertical-range: true
|
|
||||||
excluded-entity-types:
|
|
||||||
- 'minecraft:hopper_minecart'
|
|
||||||
- 'minecraft:warden'
|
|
||||||
- 'minecraft:ghast'
|
|
||||||
- 'minecraft:jungle_boat'
|
|
||||||
- 'minecraft:spruce_boat'
|
|
||||||
- 'minecraft:mangrove_boat'
|
|
||||||
- 'minecraft:acacia_boat'
|
|
||||||
- 'minecraft:birch_chest_boat'
|
|
||||||
- 'minecraft:birch_boat'
|
|
||||||
- 'minecraft:cherry_boat'
|
|
||||||
- 'minecraft:spruce_chest_boat'
|
|
||||||
- 'minecraft:dark_oak_boat'
|
|
||||||
- 'minecraft:oak_chest_boat'
|
|
||||||
- 'minecraft:dark_oak_chest_boat'
|
|
||||||
- 'minecraft:oak_boat'
|
|
||||||
- 'minecraft:pale_oak_boat'
|
|
||||||
- 'minecraft:acacia_chest_boat'
|
|
||||||
- 'minecraft:cherry_chest_boat'
|
|
||||||
- 'minecraft:bamboo_raft'
|
|
||||||
- 'minecraft:jungle_chest_boat'
|
|
||||||
- 'minecraft:pale_oak_chest_boat'
|
|
||||||
- 'minecraft:bamboo_chest_raft'
|
|
||||||
- 'minecraft:mangrove_chest_boat'
|
|
||||||
- 'create:stationary_contraption'
|
|
||||||
- 'create:carriage_contraption'
|
|
||||||
- 'create:gantry_contraption'
|
|
||||||
- 'create:contraption'
|
|
||||||
default-activation-type:
|
|
||||||
activation-range: 16
|
|
||||||
tick-interval: 20
|
|
||||||
wakeup-interval: -1
|
|
||||||
extra-height-up: false
|
|
||||||
extra-height-down: false
|
|
||||||
|
|
||||||
custom-activation-types:
|
|
||||||
- name: 'mob'
|
|
||||||
activation-range: 20
|
|
||||||
tick-interval: 6
|
|
||||||
wakeup-interval: -1
|
|
||||||
extra-height-up: false
|
|
||||||
extra-height-down: false
|
|
||||||
entity-matcher:
|
|
||||||
- 'typeof:mob'
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
reduce-sync-loads: true
|
|
||||||
cache-ticking-chunks: true
|
|
||||||
optimize-command-blocks: true
|
|
||||||
fast-biome-lookups: true
|
|
||||||
cancel-duplicate-fluid-ticks: true
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
# This is the configuration file for Sodium.
|
|
||||||
#
|
|
||||||
# You can find information on editing this file and all the available options here:
|
|
||||||
# https://github.com/CaffeineMC/sodium/wiki/Configuration-File
|
|
||||||
#
|
|
||||||
# By default, this file will be empty except for this notice.
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"advanced": {
|
|
||||||
"cpu_render_ahead_limit": 5
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
stfu.mixin.DefaultLANPort
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
maxChatHistory: 5000,
|
|
||||||
announceAdvancements: true,
|
|
||||||
advancementToasts: true,
|
|
||||||
recipeToasts: false,
|
|
||||||
adminChat: "ENABLED",
|
|
||||||
compactChat: "ONLY_CONSECUTIVE",
|
|
||||||
disableWidgetFade: true,
|
|
||||||
disableFade: false,
|
|
||||||
disableSplash: true,
|
|
||||||
disableLoadingTerrain: true,
|
|
||||||
disableWorldAdvice: false,
|
|
||||||
fixModelGaps: true,
|
|
||||||
nightVisionFlicker: false,
|
|
||||||
disableParticles: false,
|
|
||||||
animateTextures: true,
|
|
||||||
renderWeather: true,
|
|
||||||
combineBars: false,
|
|
||||||
renderThreadPriority: 8,
|
|
||||||
serverThreadPriority: 9,
|
|
||||||
ioThreadPriority: 2
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
show_async_loading_messages=false
|
|
||||||
show_chunk_tracking_messages=false
|
|
||||||
use_multiple_netty_event_loops=false
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
version:3839
|
|
||||||
biomeBlendRadius:1
|
|
||||||
enableVsync:false
|
|
||||||
fullscreen:true
|
|
||||||
gamma:0.0
|
|
||||||
fov:-0.05
|
|
||||||
maxFps:250
|
|
||||||
renderDistance:12
|
|
||||||
simulationDistance:8
|
|
||||||
soundCategory_master:0.50
|
|
||||||
soundCategory_music:0.50
|
|
||||||
notificationDisplayTime:1.2
|
|
||||||
attackIndicator:0
|
|
||||||
key_key.hide_icons:key.keyboard.z
|
|
||||||
key_key.voice_chat_group:key.keyboard.b
|
|
||||||
key_key.cpm.gestureMenu:key.keyboard.semicolon
|
|
||||||
cloudRange:48
|
|
||||||
musicFrequency:"FREQUENT"
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
{
|
|
||||||
"default": "minecraft",
|
|
||||||
"order": [
|
|
||||||
"minecraft",
|
|
||||||
"minecraft_classic",
|
|
||||||
"ps4parity",
|
|
||||||
"caribbean",
|
|
||||||
"super_cute",
|
|
||||||
"egyptian",
|
|
||||||
"norse",
|
|
||||||
"festive",
|
|
||||||
"chinese",
|
|
||||||
"greek",
|
|
||||||
"city",
|
|
||||||
"plastic",
|
|
||||||
"natural",
|
|
||||||
"fallout",
|
|
||||||
"fantasy",
|
|
||||||
"candy",
|
|
||||||
"cartoon",
|
|
||||||
"steampunk",
|
|
||||||
"pattern",
|
|
||||||
"n7",
|
|
||||||
"halloween",
|
|
||||||
"super_mario",
|
|
||||||
"darkmode",
|
|
||||||
"animated",
|
|
||||||
"trailer",
|
|
||||||
"vanillaplus",
|
|
||||||
"faithful",
|
|
||||||
"beta",
|
|
||||||
"alpha",
|
|
||||||
"live",
|
|
||||||
"vintage"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/alpha/icon",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"programmer_art",
|
|
||||||
"legacy:legacy_resources",
|
|
||||||
"file/golden-days-base-1.21.x-1.15.2.zip",
|
|
||||||
"file/golden-days-alpha-1.21.x-1.15.2.zip",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"file/Tooltips Enhanced",
|
|
||||||
"file/Legacy Titles.zip",
|
|
||||||
"file/Old UI for Legacy4J (With Vanilla Assets).zip",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "alpha",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.alpha"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.alpha.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/animated/icon",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"file/FreshAnimations_v1.10.4.zip",
|
|
||||||
"file/FA+All_Extensions-v1.8.zip",
|
|
||||||
"file/+1.21.3 Fresh Moves v3.1.1 (No Animated Eyes).zip",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "animated",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.animated"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.animated.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/beta/icon",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"programmer_art",
|
|
||||||
"legacy:legacy_resources",
|
|
||||||
"file/golden-days-base-1.21.x-1.15.2.zip",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"file/Tooltips Enhanced",
|
|
||||||
"file/Legacy Titles.zip",
|
|
||||||
"file/Old UI for Legacy4J (With Vanilla Assets).zip",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "beta",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.beta"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.beta.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/candy/icon",
|
|
||||||
"background": "legacy:comparisons/candy/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Candy Texture Pack.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "candy",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.candy"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.candy.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/caribbean/icon",
|
|
||||||
"background": "legacy:comparisons/caribbean/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:console_aspects",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Pirates Of The Caribbean.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "caribbean",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.caribbean"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.caribbean.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/cartoon/icon",
|
|
||||||
"background": "legacy:comparisons/cartoon/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Cartoon Texture Pack.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "cartoon",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.cartoon"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.cartoon.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/chinese/icon",
|
|
||||||
"background": "legacy:comparisons/chinese/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Chinese Mythology Mash-up.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "chinese",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.chinese"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.chinese.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/city/icon",
|
|
||||||
"background": "legacy:comparisons/city/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/City Texture Pack.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "city",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.city"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.city.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/darkmode/icon",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"file/Default-Dark-Mode-Legacy4J-1.20+-1.2.0-alt.zip",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "darkmode",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.darkmode"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.darkmode.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/egyptian/icon",
|
|
||||||
"background": "legacy:comparisons/egyptian/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:console_aspects",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Egyptian Mythology Mash-up.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "egyptian",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.egyptian"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.egyptian.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/faithful/icon",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"file/Faithful 32x - 1.21.10.zip",
|
|
||||||
"file/faithful-legacy.zip",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "faithful",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.faithful"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.faithful.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/fallout/icon",
|
|
||||||
"background": "legacy:comparisons/fallout/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/FalloutMash-upPack.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "fallout",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.fallout"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.fallout.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/fantasy/icon",
|
|
||||||
"background": "legacy:comparisons/fantasy/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Fantasy Texture Pack.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "fantasy",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.fantasy"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.fantasy.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/festive/icon",
|
|
||||||
"background": "legacy:comparisons/festive/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Festive Mash-up.zip",
|
|
||||||
"file/Festive+Continued.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "festive",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.festive"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.festive.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/greek/icon",
|
|
||||||
"background": "legacy:comparisons/greek/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Greek Mythology Mash-up.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "greek",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.greek"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.greek.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/halloween_2015/icon",
|
|
||||||
"background": "legacy:comparisons/halloween_2015/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Halloween Mash-up.zip",
|
|
||||||
"file/Halloween+Continued.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "halloween",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.halloween"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.halloween_2015.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/live/icon",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/vanilla-live-1.1.0.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "live",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.live"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.live.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"background": "legacy:icon/background",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"lambdabettergrass:default",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Hybrid Aspects",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"displayPack": "vanilla",
|
|
||||||
"id": "minecraft",
|
|
||||||
"version": 2,
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.minecraft"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.minecraft.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:icon/minecraft_classic",
|
|
||||||
"background": "legacy:icon/minecraft_classic_background",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"programmer_art",
|
|
||||||
"file/PACP_Base_Release.zip",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"file/Legacy Panorama",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "minecraft_classic",
|
|
||||||
"version": 1,
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.minecraft_classic"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.minecraft_classic.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/n7/icon",
|
|
||||||
"background": "legacy:comparisons/n7/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Mass Effect.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "n7",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.n7"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.n7.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/natural/icon",
|
|
||||||
"background": "legacy:comparisons/natural/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:console_aspects",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Natural Texture Pack.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "natural",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.natural"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.natural.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/norse/icon",
|
|
||||||
"background": "legacy:comparisons/norse/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Norse Mythology Mash-up.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "norse",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.norse"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.norse.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/pattern/icon",
|
|
||||||
"background": "legacy:comparisons/pattern/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Pattern Texture Pack.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "pattern",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.pattern"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.pattern.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/plastic/icon",
|
|
||||||
"background": "legacy:comparisons/plastic/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Plastic Texture Pack.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "plastic",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.plastic"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.plastic.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/ps4parity/icon",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:console_aspects",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"file/Legacy Panorama",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "ps4parity",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.ps4parity"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.ps4parity.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/steampunk/icon",
|
|
||||||
"background": "legacy:comparisons/steampunk/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Steampunk Texture Pack.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "steampunk",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.steampunk"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.steampunk.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/super_cute/icon",
|
|
||||||
"background": "legacy:comparisons/super_cute/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"file/Super Cute Texture Pack.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "super_cute",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.super_cute"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.super_cute.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/super_mario/icon",
|
|
||||||
"background": "legacy:comparisons/super_mario/comparison",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:console_aspects",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Super Mario Mash-Up.zip",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "super_mario",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.super_mario"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.super_mario.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/trailer/icon",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"file/Bare Bones 1.21.11.zip",
|
|
||||||
"file/Bare Bones x LambdaBetterGrass 1.21.8.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"file/ore4j-O4J-3.3.0.zip",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "trailer",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.trailer"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.trailer.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/vanillaplus/icon",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"file/RAYs_3D_Rails_v3.0.zip",
|
|
||||||
"file/RAYs_3D_Ladders_v2.0.zip",
|
|
||||||
"file/Round-Trees-8.2.zip",
|
|
||||||
"file/Better-Leaves-9.5.zip",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "vanillaplus",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.vanillaplus"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.vanillaplus.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"icon": "legacy:comparisons/vintage/icon",
|
|
||||||
"packs": [
|
|
||||||
"variants-cit:assetgen",
|
|
||||||
"vanilla",
|
|
||||||
"fabric",
|
|
||||||
"legacy:legacy_waters",
|
|
||||||
"file/Legacy-Modpack-Resources.zip",
|
|
||||||
"srl_rp/Re-Console+ Language Files",
|
|
||||||
"file/Vintage.zip",
|
|
||||||
"betterblockentities-generated"
|
|
||||||
],
|
|
||||||
"id": "vintage",
|
|
||||||
"name": {
|
|
||||||
"translate": "legacy.menu.albums.resource.vintage"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"translate": "legacy.menu.albums.resource.vintage.description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"brands": [
|
|
||||||
"legacy:textures/gui/intro/loading3.png",
|
|
||||||
"legacy:textures/gui/intro/loading.png",
|
|
||||||
"legacy:textures/gui/intro/loading1.png",
|
|
||||||
"legacy:textures/gui/intro/loading2.png",
|
|
||||||
"legacy:textures/gui/intro/loading3.png",
|
|
||||||
"legacy:textures/gui/intro/eula.png",
|
|
||||||
"legacy:textures/gui/intro/lasting.png",
|
|
||||||
"legacy:textures/gui/intro/mojang.png",
|
|
||||||
"legacy:textures/gui/intro/4j.png",
|
|
||||||
"legacy:textures/gui/intro/xbox.png"
|
|
||||||
],
|
|
||||||
"background": "legacy:textures/gui/intro/background.png",
|
|
||||||
"brandDuration": 2500,
|
|
||||||
"fadeIn": 0.1,
|
|
||||||
"fadeOut": 0.1,
|
|
||||||
"crossFade": true
|
|
||||||
}
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user