Version 6.1
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
#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.gg/allthemods"
|
||||
#With this option, you can select the formulation of the GUI (e.g., in the help buttons, title).
|
||||
#Currently supported:
|
||||
# - DISCORD: Uses terminology like 'join the Discord' and 'post in #channel'.
|
||||
# - GITHUB: Uses terminology like 'visit the GitHub' and 'post into a new issue'.
|
||||
formulation_type = "DISCORD"
|
||||
#Anyways log will be uploaded to mclo.gs, but with this option you can wrap link to gnomebot.dev for better formatting.
|
||||
#If help_link equals 'CHANGE_ME', this value will be ignored and gnomebot.dev used.
|
||||
#Supported values: mclo.gs / gnomebot.dev
|
||||
@@ -65,8 +70,11 @@
|
||||
[text]
|
||||
#$CONFIG.text.support_name$ in lang files will be replaced with this value.
|
||||
#For example this placeHolder used in: "Request help in the $CONFIG.text.support_name$"
|
||||
#Recommended values: "Modpack-X Discord", "Modpack-X GitHub repository", etc.
|
||||
support_name = "ATM10 Support Channel"
|
||||
#$CONFIG.text.support_place$ in lang files will be replaced with this value.
|
||||
#Recommended values: "#support channel".
|
||||
#In case of formulation type `GITHUB` won't be used.
|
||||
support_place = "#atm10-techsupport channel"
|
||||
#$CONFIG.text.modpack_name$ in lang files will be replaced with this value.
|
||||
#For example this placeHolder used in: "Oops, $CONFIG.text.modpack_name$ crashed!"
|
||||
@@ -75,13 +83,17 @@
|
||||
|
||||
#Settings of message generated by Upload all button
|
||||
[generated_message]
|
||||
#Add ### prefix before filename.
|
||||
#Add prefix before filename.
|
||||
#This can prevent too small, hard to hit on mobile links.
|
||||
h3_prefix = true
|
||||
#Replaces "\n" separator between logs to " | " to make message vertically smaller.
|
||||
one_line_logs = true
|
||||
#Recommended values: "### ".
|
||||
prefix = "### "
|
||||
#Separator between logs.
|
||||
#If you want vertical logs, use "\n$PREFIX$".
|
||||
logs_separator = " | "
|
||||
#Adds line in log list about this Intel processor can be corrupted.
|
||||
intel_corrupted_notification = true
|
||||
#Adds line in log list about piracy/offline mode or if check failed.
|
||||
piracy_notification = true
|
||||
#If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for.
|
||||
#This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities.
|
||||
generated_msg_lang = "en_us"
|
||||
@@ -101,7 +113,37 @@
|
||||
put_analysis_result_to_message = true
|
||||
#Color modified mods count/analysis in msg with ANSI.
|
||||
#Can be needed to be disabled if issues are reported to something not supporting ANSI codeblocks, like GitHub.
|
||||
#If you disable this option, you may also want to remove "ansi" from "generated_message.ansi_block_pattern".
|
||||
color_message = false
|
||||
#Structure of the generated message.
|
||||
#Variables:
|
||||
#$HEADER$ - Title and upload link
|
||||
#$TEXT_UNDER_CRASHED$ - Custom text from config
|
||||
#$PREFIX$ - The prefix string
|
||||
#$LOGS$ - The joined logs
|
||||
#$PROBLEMATIC_FRAME$ - hs_err frame
|
||||
#$ANALYSIS_RESULT$ - Analysis results
|
||||
#$MODLIST_DIFF$ - Modlist changes
|
||||
message_structure = "$HEADER$$TEXT_UNDER_CRASHED$$PREFIX$$LOGS$\n$PROBLEMATIC_FRAME$$ANALYSIS_RESULT$$MODLIST_DIFF$"
|
||||
#Pattern for a single log line.
|
||||
#Variables: $LOG_NAME$, $FILE_NAME$, $LINK$.
|
||||
log_line_pattern = "$LOG_NAME$[$FILE_NAME$](<$LINK$>)"
|
||||
#Pattern for a split log line (too large for single upload).
|
||||
#Variables: $LOG_NAME$, $FILE_NAME$, $LINK_FIRST_LINES$, $LINK_LAST_LINES$, $TOO_BIG_REASONS$.
|
||||
log_line_split_pattern = "$LOG_NAME$[$FILE_NAME$ <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$"
|
||||
#Pattern for ModList Diff and Analysis Results blocks.
|
||||
#Variables: $PREFIX$, $HEADER$, $CONTENT$.
|
||||
#If 'color_message' is false, remove 'ansi'.
|
||||
ansi_block_pattern = "$PREFIX$$HEADER$\n```ansi\n$CONTENT$\n```"
|
||||
#Pattern for formatting the problematic frame from hs_err.
|
||||
#Variables: $CONTENT$
|
||||
problematic_frame_pattern = "```java\n$CONTENT$\n```"
|
||||
#Pattern for simple link notifications (e.g. Intel fix, Piracy check, KubeJS scripts).
|
||||
#Variables: $TEXT$, $LINK$
|
||||
link_notification_pattern = "[$TEXT$](<$LINK$>)"
|
||||
#Pattern for the header of the modlist diff block (containing the link).
|
||||
#Variables: $PART1$ (text before link), $PART2$ (text after link), $LINK$.
|
||||
modlist_header_pattern = "[$PART1$](<$LINK$>)$PART2$"
|
||||
|
||||
#Settings of links copied by Upload and copy link buttons
|
||||
[copied_links]
|
||||
@@ -140,6 +182,9 @@
|
||||
#If enabled, will add resourcepacks to modlist.json
|
||||
#After filename where will be ' (resourcepack)' suffix.
|
||||
add_resourcepacks = true
|
||||
#If enabled, will add datapacks to modlist.json
|
||||
#After filename where will be ' (datapacks)' suffix.
|
||||
add_datapacks = true
|
||||
#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.
|
||||
@@ -164,13 +209,20 @@
|
||||
[analysis]
|
||||
#Enable feature.
|
||||
enabled = true
|
||||
#By default if CA work in modpack mode and ran by the end user it won't display analysis if it blames mod which was part of original modpack.
|
||||
#And will blame only mods which were added/updated by end users. By enabling this option you can bypass this and it will blame any mods.
|
||||
trigger_on_original_modpack_mods = false
|
||||
#Delay in seconds for the OK button when a crash reason is shown for the first time.
|
||||
#Helps to ensure the user reads the recommendation.
|
||||
#Set to 0 or -1 to disable the delay.
|
||||
first_show_delay = 10
|
||||
#Here you can disable some Analysis by class names.
|
||||
#List of them can be found here: dev.kostromdan.mods.crash_assistant.app.logs_analyser.crash_reasons
|
||||
#For example "Create6Addons"
|
||||
blacklisted_reasons = []
|
||||
|
||||
#Settings of analysis tools feature.
|
||||
#Here you can enable disable showing some analysis tools fot end user.
|
||||
#Here you can enable or disable showing some analysis tools for end user.
|
||||
[analysis_tools]
|
||||
#Enable feature.
|
||||
enabled = true
|
||||
@@ -192,13 +244,41 @@
|
||||
#Enable feature.
|
||||
enabled = true
|
||||
|
||||
#Settings of notifying about piracy/offline mode.
|
||||
[piracy]
|
||||
#Enable feature.
|
||||
#Note: This option is ignored if general.help_link is default (CHANGE_ME).
|
||||
#Notifies if in your community (Discord/GitHub) piracy is not supported. Recommended to enable for modpacks.
|
||||
enabled = true
|
||||
#Delay in seconds for the OK button when piracy warning is shown.
|
||||
#Set to 0 or -1 to disable the delay.
|
||||
delay = 10
|
||||
|
||||
[greeting]
|
||||
#You don't need to touch this option.
|
||||
#On first world join of modpack creator if set to false shows greeting, then self enables.
|
||||
shown_greeting = true
|
||||
|
||||
#Settings of scripting feature.
|
||||
#Allows you to add custom scripts for log analysis.
|
||||
#Scripts should be placed in config/crash_assistant/scripts/log_analysis folder.
|
||||
[scripts]
|
||||
#Enable feature.
|
||||
enabled = false
|
||||
#Enable Scripts IDE in the GUI.
|
||||
ide_enabled = false
|
||||
#By changing this value you can disable creating "scripts" folder and placing example scripts there.
|
||||
generate_scripts_folder_with_example = false
|
||||
|
||||
#You can customise GUI with this options.
|
||||
[gui_customisation]
|
||||
#Name of a FlatLaf IntelliJ Themes file in config/crash_assistant folder or core theme name.
|
||||
#If file doesn't exist and no core theme matches, themes will be disabled and Standard Swing look and feel used.
|
||||
#Supported core themes: 'FlatLightLaf', 'FlatDarkLaf', 'FlatIntelliJLaf', 'FlatDarculaLaf', 'FlatMacLightLaf', 'FlatMacDarkLaf'.
|
||||
#Supports any IntelliJ Theme file with '.theme.json' extension.
|
||||
#If you prefer standard Swing look and feel, use 'Swing'.
|
||||
#Look out our guide about theme support: https://github.com/KostromDan/Crash-Assistant/blob/pages/guides/Theme%20Support/Getting%20Started.md
|
||||
theme_file_name = "FlatDarkLaf"
|
||||
#Will hide Upload All Button from GUI.
|
||||
disable_upload_all_button = false
|
||||
#Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators.
|
||||
@@ -227,13 +307,34 @@
|
||||
#Same as upload_all_button_foreground_color, but for Auto-Fix button (in integrated GPU warning).
|
||||
#Default for this button is "0_178_0" (dark green color).
|
||||
auto_fix_button_foreground_color = "0_178_0"
|
||||
#Color of the animated border for the screenshot notice.
|
||||
#format is "R_G_B", range is 0-255, for example "255_0_0" is red color.
|
||||
#Default for this is "255_0_0" (red color).
|
||||
screenshot_of_gui_notice_animated_border_color = "255_0_0"
|
||||
#Color of the text for the screenshot notice (inside the animated border).
|
||||
#format is "R_G_B", range is 0-255, for example "255_0_0" is red color.
|
||||
#Default for this is "255_0_0" (red color).
|
||||
screenshot_of_gui_notice_text_color = "255_0_0"
|
||||
#Color of the button blinking on success action (e.g. upload all finished).
|
||||
#format is "R_G_B", range is 0-255.
|
||||
#Default is "100_255_100" (light green).
|
||||
blinking_button_success_color = "100_255_100"
|
||||
#Color of the button blinking on attention request (e.g. click on link in description).
|
||||
#format is "R_G_B", range is 0-255.
|
||||
#Default is "100_100_255" (light blue).
|
||||
blinking_button_attention_color = "100_100_255"
|
||||
#Color of the button blinking on error (e.g. failed upload).
|
||||
#format is "R_G_B", range is 0-255.
|
||||
#Default is "255_100_100" (light red).
|
||||
blinking_button_error_color = "255_100_100"
|
||||
#Path to a modpack logo to display in the top of the GUI.
|
||||
#Path is relative to the Minecraft instance folder. Leave empty to disable.
|
||||
#WARNING: use only '/' path separator. '\' will corrupt config!
|
||||
modpack_logo_path = "config/fancymenu/assets/logo.png"
|
||||
#If true, the logo will be larger, Replacing a some of `don't send screenshot` notice.
|
||||
#If false, it will be smaller and logo will be end right where the `don't send screenshot` notice starts.
|
||||
#You should try both, but most likely:
|
||||
#- If you have some long text in the discord description, you will love the small one.
|
||||
#- If you have some long text in the discord/github name, you will love the small one.
|
||||
#- If the text is short, you will love the large one.
|
||||
modpack_logo_large_mode = false
|
||||
#Limit modpack logo height. Default is -1, which means it's calculated automatically.
|
||||
@@ -251,3 +352,8 @@
|
||||
#Enable feature.
|
||||
enabled = true
|
||||
|
||||
#Options to help debug the Crash Assistant.
|
||||
[debug]
|
||||
#Debug option to crash immediately after Crash Assistant launched its process to conveniently debug it, configure it without need to manually crash.
|
||||
crash_after_init = false
|
||||
|
||||
|
||||
@@ -11,12 +11,12 @@
|
||||
"curseForgeHash": 3242846967,
|
||||
"modrinthHash": "692f81f4fdcd0d1298db96a9582eea41baeae252"
|
||||
},
|
||||
"[neoforge]ctov-3.6.2-beta.1.jar": {
|
||||
"jarName": "[neoforge]ctov-3.6.2-beta.1.jar",
|
||||
"[neoforge]ctov-3.6.2a.jar": {
|
||||
"jarName": "[neoforge]ctov-3.6.2a.jar",
|
||||
"modId": "ctov",
|
||||
"version": "3.6.2-beta.1",
|
||||
"curseForgeHash": 425572810,
|
||||
"modrinthHash": "005059ada6a0e9213ed092c1ac3ae17d2508a575"
|
||||
"version": "3.6.2a",
|
||||
"curseForgeHash": 1829913506,
|
||||
"modrinthHash": "13be2257e640be93cf567b35a4c4ab03fe476117"
|
||||
},
|
||||
"accelerated-decay-neoforge-21.0.0.jar": {
|
||||
"jarName": "accelerated-decay-neoforge-21.0.0.jar",
|
||||
@@ -25,12 +25,12 @@
|
||||
"curseForgeHash": 3198186793,
|
||||
"modrinthHash": "b023fe4daf1379f0f4233bea02ba112f3854db3e"
|
||||
},
|
||||
"actuallyadditions-1.3.24+mc1.21.1.jar": {
|
||||
"jarName": "actuallyadditions-1.3.24+mc1.21.1.jar",
|
||||
"actuallyadditions-1.3.25+mc1.21.1.jar": {
|
||||
"jarName": "actuallyadditions-1.3.25+mc1.21.1.jar",
|
||||
"modId": "actuallyadditions",
|
||||
"version": "1.3.24",
|
||||
"curseForgeHash": 1114232131,
|
||||
"modrinthHash": "9105b15877de8b8f54b129e1a2d1bb116d5985c2"
|
||||
"version": "1.3.25",
|
||||
"curseForgeHash": 1149406267,
|
||||
"modrinthHash": "6b82d694f873c0bae4a9757654ee4c719b3d7354"
|
||||
},
|
||||
"additional_lights-neoforge-1.21-2.1.10.jar": {
|
||||
"jarName": "additional_lights-neoforge-1.21-2.1.10.jar",
|
||||
@@ -39,12 +39,12 @@
|
||||
"curseForgeHash": 4009118619,
|
||||
"modrinthHash": "8dc485146437e8ac40dd29e10747601fd4e372ca"
|
||||
},
|
||||
"AdditionalEnchantedMiner-1.21.1-neoforge-21.1.146.jar": {
|
||||
"jarName": "AdditionalEnchantedMiner-1.21.1-neoforge-21.1.146.jar",
|
||||
"AdditionalEnchantedMiner-1.21.1-neoforge-21.1.147.jar": {
|
||||
"jarName": "AdditionalEnchantedMiner-1.21.1-neoforge-21.1.147.jar",
|
||||
"modId": "quarryplus",
|
||||
"version": "21.1.146",
|
||||
"curseForgeHash": 1462368875,
|
||||
"modrinthHash": "0ccb06bfbb0ba195b22bfe83d59772ed5c77dbe8"
|
||||
"version": "21.1.147",
|
||||
"curseForgeHash": 2756838711,
|
||||
"modrinthHash": "8632ca344c2278a0a41c0f56aa6a946ebb43b2f9"
|
||||
},
|
||||
"AdvancedAE-1.6.10-1.21.1.jar": {
|
||||
"jarName": "AdvancedAE-1.6.10-1.21.1.jar",
|
||||
@@ -53,12 +53,12 @@
|
||||
"curseForgeHash": 3493559415,
|
||||
"modrinthHash": "1b2269a2e2c9fbe465295f9cc50d1cefbd7b1414"
|
||||
},
|
||||
"AdvancedPeripherals-1.21.1-0.7.59b.jar": {
|
||||
"jarName": "AdvancedPeripherals-1.21.1-0.7.59b.jar",
|
||||
"AdvancedPeripherals-1.21.1-0.7.60b.jar": {
|
||||
"jarName": "AdvancedPeripherals-1.21.1-0.7.60b.jar",
|
||||
"modId": "advancedperipherals",
|
||||
"version": "0.7.59b",
|
||||
"curseForgeHash": 4121285897,
|
||||
"modrinthHash": "99504fc3a9e8d02aa2fde2508b577a5fe79e1dbb"
|
||||
"version": "0.7.60b",
|
||||
"curseForgeHash": 1208642071,
|
||||
"modrinthHash": "bdb8f7f39b61308dea6a0edf4778e39f1b63edcc"
|
||||
},
|
||||
"ae2ct-1.21.1-1.1.1.jar": {
|
||||
"jarName": "ae2ct-1.21.1-1.1.1.jar",
|
||||
@@ -88,12 +88,12 @@
|
||||
"curseForgeHash": 1983793457,
|
||||
"modrinthHash": "c6cb26a2031687d801bf1763dc0c75cd92f3715c"
|
||||
},
|
||||
"ae2wtlib-19.4.0.jar": {
|
||||
"jarName": "ae2wtlib-19.4.0.jar",
|
||||
"ae2wtlib-19.4.1.jar": {
|
||||
"jarName": "ae2wtlib-19.4.1.jar",
|
||||
"modId": "ae2wtlib",
|
||||
"version": "19.4.0",
|
||||
"curseForgeHash": 2893414369,
|
||||
"modrinthHash": "45f6cd74a45cd57fb1a2a784d53403d1c185b2a3"
|
||||
"version": "19.4.1",
|
||||
"curseForgeHash": 2471661468,
|
||||
"modrinthHash": "e5ac6b8ec0851d9fb23d92281842f1880f0979b7"
|
||||
},
|
||||
"aeinfinitybooster-neoforge-1.21.1-1.0.0.54.jar": {
|
||||
"jarName": "aeinfinitybooster-neoforge-1.21.1-1.0.0.54.jar",
|
||||
@@ -137,12 +137,12 @@
|
||||
"curseForgeHash": 17749550,
|
||||
"modrinthHash": "265ef9d825d217e4dd6bf9b0c0824da982cc5c22"
|
||||
},
|
||||
"alltheleaks-1.1.6+1.21.1-neoforge.jar": {
|
||||
"jarName": "alltheleaks-1.1.6+1.21.1-neoforge.jar",
|
||||
"alltheleaks-1.1.7+1.21.1-neoforge.jar": {
|
||||
"jarName": "alltheleaks-1.1.7+1.21.1-neoforge.jar",
|
||||
"modId": "alltheleaks",
|
||||
"version": "1.1.6+1.21.1-neoforge",
|
||||
"curseForgeHash": 21439626,
|
||||
"modrinthHash": "1621f1bff2b96f8a20c6085ce1af52f7044f8f36"
|
||||
"version": "1.1.7+1.21.1-neoforge",
|
||||
"curseForgeHash": 3702505508,
|
||||
"modrinthHash": "a36da3b274d7612f3696788434cb5a717e065d70"
|
||||
},
|
||||
"allthemodium-3.0.0_mc_1.21.1.jar": {
|
||||
"jarName": "allthemodium-3.0.0_mc_1.21.1.jar",
|
||||
@@ -158,12 +158,12 @@
|
||||
"curseForgeHash": 807229151,
|
||||
"modrinthHash": "3185b3c8c5853797ca0e33d8b0837d67122d1f8a"
|
||||
},
|
||||
"allthetweaks-1.21.1-2.8.4.jar": {
|
||||
"jarName": "allthetweaks-1.21.1-2.8.4.jar",
|
||||
"allthetweaks-1.21.1-2.8.5.jar": {
|
||||
"jarName": "allthetweaks-1.21.1-2.8.5.jar",
|
||||
"modId": "allthetweaks",
|
||||
"version": "2.8.4",
|
||||
"curseForgeHash": 1148602206,
|
||||
"modrinthHash": "8e51e2fb6f430e63ec65296e80ed8913159c977f"
|
||||
"version": "2.8.5",
|
||||
"curseForgeHash": 2834534074,
|
||||
"modrinthHash": "936d44a49e0c0b385aa496c9a2895f9d17f399ed"
|
||||
},
|
||||
"allthewizardgear-1.21.1-1.1.12.jar": {
|
||||
"jarName": "allthewizardgear-1.21.1-1.1.12.jar",
|
||||
@@ -186,12 +186,12 @@
|
||||
"curseForgeHash": 1748391263,
|
||||
"modrinthHash": "00056f29646f3bf86116b281c2362c0dabdb4533"
|
||||
},
|
||||
"Apotheosis-1.21.1-8.5.1.jar": {
|
||||
"jarName": "Apotheosis-1.21.1-8.5.1.jar",
|
||||
"Apotheosis-1.21.1-8.5.2.jar": {
|
||||
"jarName": "Apotheosis-1.21.1-8.5.2.jar",
|
||||
"modId": "apotheosis",
|
||||
"version": "8.5.1",
|
||||
"curseForgeHash": 1816843747,
|
||||
"modrinthHash": "2ee583dd5a5750ab82bc754478ba4a7d465eee78"
|
||||
"version": "8.5.2",
|
||||
"curseForgeHash": 3263674676,
|
||||
"modrinthHash": "eb484177b383dc397bfa37d06ef09ec39053bb50"
|
||||
},
|
||||
"ApothicAttributes-1.21.1-2.9.1.jar": {
|
||||
"jarName": "ApothicAttributes-1.21.1-2.9.1.jar",
|
||||
@@ -277,19 +277,19 @@
|
||||
"curseForgeHash": 161940455,
|
||||
"modrinthHash": "87e08998db6d6dc269db890416c9a05c3bfe941f"
|
||||
},
|
||||
"ars_elemancy-1.21.1-1.12.2.jar": {
|
||||
"jarName": "ars_elemancy-1.21.1-1.12.2.jar",
|
||||
"ars_elemancy-1.21.1-1.12.4.jar": {
|
||||
"jarName": "ars_elemancy-1.21.1-1.12.4.jar",
|
||||
"modId": "ars_elemancy",
|
||||
"version": "1.12",
|
||||
"curseForgeHash": 2101109414,
|
||||
"modrinthHash": "a8f2a6141f591a64551f663a82e09170435800c0"
|
||||
"curseForgeHash": 787326953,
|
||||
"modrinthHash": "51014d9bd78cda0bb404039b475ccc2862ad79de"
|
||||
},
|
||||
"ars_elemental-1.21.1-0.7.8.4.jar": {
|
||||
"jarName": "ars_elemental-1.21.1-0.7.8.4.jar",
|
||||
"ars_elemental-1.21.1-0.7.8.6.jar": {
|
||||
"jarName": "ars_elemental-1.21.1-0.7.8.6.jar",
|
||||
"modId": "ars_elemental",
|
||||
"version": "0.7.8.4",
|
||||
"curseForgeHash": 252492345,
|
||||
"modrinthHash": "1e9806787a233543ce668098f79bdee47a0c6095"
|
||||
"version": "0.7.8.6",
|
||||
"curseForgeHash": 3229806064,
|
||||
"modrinthHash": "3d0aaed63c870d64e062d8d11a4303c2dd588ac7"
|
||||
},
|
||||
"ars_nouveau-1.21.1-5.11.2.jar": {
|
||||
"jarName": "ars_nouveau-1.21.1-5.11.2.jar",
|
||||
@@ -298,12 +298,12 @@
|
||||
"curseForgeHash": 1843397970,
|
||||
"modrinthHash": "179dbc69b4f1871452245f0cc74e55e141ae05c1"
|
||||
},
|
||||
"ars_ocultas-1.21.1-2.2.1.jar": {
|
||||
"jarName": "ars_ocultas-1.21.1-2.2.1.jar",
|
||||
"ars_ocultas-1.21.1-2.4.0.jar": {
|
||||
"jarName": "ars_ocultas-1.21.1-2.4.0.jar",
|
||||
"modId": "ars_ocultas",
|
||||
"version": "2.2.1",
|
||||
"curseForgeHash": 1687129446,
|
||||
"modrinthHash": "2230cef8c641e10981de5a10ccbc076d688aa387"
|
||||
"version": "2.4.0",
|
||||
"curseForgeHash": 4087421411,
|
||||
"modrinthHash": "c9eacfed1170c07bd1bd239548a034a7a4256011"
|
||||
},
|
||||
"ars_polymorphia-1.0.3.jar": {
|
||||
"jarName": "ars_polymorphia-1.0.3.jar",
|
||||
@@ -676,12 +676,12 @@
|
||||
"curseForgeHash": 1642034907,
|
||||
"modrinthHash": "6adebe84f745dec8fa33bc3982383bc1cc24d49e"
|
||||
},
|
||||
"ConstructionSticks-1.21.1-1.2.3.jar": {
|
||||
"jarName": "ConstructionSticks-1.21.1-1.2.3.jar",
|
||||
"ConstructionSticks-1.21.1-1.3.0.jar": {
|
||||
"jarName": "ConstructionSticks-1.21.1-1.3.0.jar",
|
||||
"modId": "constructionstick",
|
||||
"version": "1.2.3",
|
||||
"curseForgeHash": 307074981,
|
||||
"modrinthHash": "ef0d275a567eb9bbc69d0939874ed447b687863b"
|
||||
"version": "1.3.0",
|
||||
"curseForgeHash": 3173196962,
|
||||
"modrinthHash": "c73da674b08848c835ff45eadf47fdc8584fef82"
|
||||
},
|
||||
"Controlling-neoforge-1.21.1-19.0.5.jar": {
|
||||
"jarName": "Controlling-neoforge-1.21.1-19.0.5.jar",
|
||||
@@ -725,12 +725,12 @@
|
||||
"curseForgeHash": 4180457714,
|
||||
"modrinthHash": "54379f303f3fba8a1026e3f18e88ec4d6e042f8b"
|
||||
},
|
||||
"CrashAssistant-neoforge-1.20.6-1.21.4-1.10.30.jar": {
|
||||
"jarName": "CrashAssistant-neoforge-1.20.6-1.21.4-1.10.30.jar",
|
||||
"CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar": {
|
||||
"jarName": "CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar",
|
||||
"modId": "crash_assistant",
|
||||
"version": "1.10.30",
|
||||
"curseForgeHash": 1567466018,
|
||||
"modrinthHash": "456c17bb0701b5503f8dc9175a6ef62f2b988e47"
|
||||
"version": "1.11.0",
|
||||
"curseForgeHash": 3563009100,
|
||||
"modrinthHash": "34aee29c7738861a61ff8fc4789ee490112364af"
|
||||
},
|
||||
"crashutilities-9.0.4.jar": {
|
||||
"jarName": "crashutilities-9.0.4.jar",
|
||||
@@ -802,12 +802,12 @@
|
||||
"curseForgeHash": 3538634606,
|
||||
"modrinthHash": "45b7240ad5cd561511ae3f80eea4cbfc110dae70"
|
||||
},
|
||||
"crystalix-2.4.0.jar": {
|
||||
"jarName": "crystalix-2.4.0.jar",
|
||||
"crystalix-2.4.1.jar": {
|
||||
"jarName": "crystalix-2.4.1.jar",
|
||||
"modId": "crystalix",
|
||||
"version": "2.4.0",
|
||||
"curseForgeHash": 3464380535,
|
||||
"modrinthHash": "315748aae4b366da19878f6b291ee9debe883e65"
|
||||
"version": "2.4.1",
|
||||
"curseForgeHash": 569632830,
|
||||
"modrinthHash": "ca5b9650f28628c668cbdeb6a40378fa0af14c52"
|
||||
},
|
||||
"CTM-1.21-1.2.1+3.jar": {
|
||||
"jarName": "CTM-1.21-1.2.1+3.jar",
|
||||
@@ -984,12 +984,12 @@
|
||||
"curseForgeHash": 2089252234,
|
||||
"modrinthHash": "910f3c970434f0def3250e77226b6e3201a3f687"
|
||||
},
|
||||
"enderio-8.1.1-beta.jar": {
|
||||
"jarName": "enderio-8.1.1-beta.jar",
|
||||
"enderio-8.2.1-alpha.jar": {
|
||||
"jarName": "enderio-8.2.1-alpha.jar",
|
||||
"modId": "enderio",
|
||||
"version": "8.1.1-beta",
|
||||
"curseForgeHash": 3795916540,
|
||||
"modrinthHash": "26b7d074e56ea950a61aa077d37f5194ea7b95ff"
|
||||
"version": "8.2.1-alpha",
|
||||
"curseForgeHash": 2814040626,
|
||||
"modrinthHash": "7056395c68a18315d19cb48af4534730b57361bc"
|
||||
},
|
||||
"endermanoverhaul-neoforge-1.21.1-2.0.3.jar": {
|
||||
"jarName": "endermanoverhaul-neoforge-1.21.1-2.0.3.jar",
|
||||
@@ -1033,12 +1033,12 @@
|
||||
"curseForgeHash": 34747917,
|
||||
"modrinthHash": "b1e47814467032ed8d24f5a2ce3f466e44be9239"
|
||||
},
|
||||
"evilcraft-1.21.1-neoforge-1.2.82.jar": {
|
||||
"jarName": "evilcraft-1.21.1-neoforge-1.2.82.jar",
|
||||
"evilcraft-1.21.1-neoforge-1.2.82-785.jar": {
|
||||
"jarName": "evilcraft-1.21.1-neoforge-1.2.82-785.jar",
|
||||
"modId": "evilcraft",
|
||||
"version": "1.2.82",
|
||||
"curseForgeHash": 1835159130,
|
||||
"modrinthHash": "7173784e4be8bfb41e35a290f3a4cf2400e451eb"
|
||||
"curseForgeHash": 1255722771,
|
||||
"modrinthHash": "802f8b2983309ad8aa3dea1c96477cfc0d74d99b"
|
||||
},
|
||||
"expandedae-2.1.1.jar": {
|
||||
"jarName": "expandedae-2.1.1.jar",
|
||||
@@ -1047,12 +1047,12 @@
|
||||
"curseForgeHash": 3391374021,
|
||||
"modrinthHash": "c4db013f83e569b016da329b3ddc9c14acc75d7d"
|
||||
},
|
||||
"experiencelib-1.21.1-1.1.1.jar": {
|
||||
"jarName": "experiencelib-1.21.1-1.1.1.jar",
|
||||
"experiencelib-1.21.1-1.2.1.jar": {
|
||||
"jarName": "experiencelib-1.21.1-1.2.1.jar",
|
||||
"modId": "experiencelib",
|
||||
"version": "1.1.1",
|
||||
"curseForgeHash": 915564080,
|
||||
"modrinthHash": "334df17d784f1e8cb70a09bca6a9865345f9d209"
|
||||
"version": "1.2.1",
|
||||
"curseForgeHash": 3692025505,
|
||||
"modrinthHash": "82a964a6a68519ade986760e964bb3309933671a"
|
||||
},
|
||||
"ExplorersCompass-1.21.1-3.0.3-neoforge.jar": {
|
||||
"jarName": "ExplorersCompass-1.21.1-3.0.3-neoforge.jar",
|
||||
@@ -1068,12 +1068,12 @@
|
||||
"curseForgeHash": 147065871,
|
||||
"modrinthHash": "5a9b99242bdb9437396f5a3c78decc567adab6a5"
|
||||
},
|
||||
"extended-industrialization-1.15.30-1.21.1.jar": {
|
||||
"jarName": "extended-industrialization-1.15.30-1.21.1.jar",
|
||||
"extended-industrialization-1.15.32-1.21.1.jar": {
|
||||
"jarName": "extended-industrialization-1.15.32-1.21.1.jar",
|
||||
"modId": "extended_industrialization",
|
||||
"version": "1.15.30-1.21.1",
|
||||
"curseForgeHash": 4277606624,
|
||||
"modrinthHash": "3d939643608fe1642f9014b39abf9d4e1df51fc5"
|
||||
"version": "1.15.32-1.21.1",
|
||||
"curseForgeHash": 2220067297,
|
||||
"modrinthHash": "3bfdb9f73088511e595dbe54e9595054012e1d5b"
|
||||
},
|
||||
"ExtendedAE-1.21-2.2.29-neoforge.jar": {
|
||||
"jarName": "ExtendedAE-1.21-2.2.29-neoforge.jar",
|
||||
@@ -1103,12 +1103,12 @@
|
||||
"curseForgeHash": 2415850457,
|
||||
"modrinthHash": "b017d5d0cf5d5ab5ad5826e3e89f2d861f31d15a"
|
||||
},
|
||||
"ExtremeSoundMuffler-3.54_NeoForge-1.21.jar": {
|
||||
"jarName": "ExtremeSoundMuffler-3.54_NeoForge-1.21.jar",
|
||||
"ExtremeSoundMuffler-3.55_NeoForge-1.21.jar": {
|
||||
"jarName": "ExtremeSoundMuffler-3.55_NeoForge-1.21.jar",
|
||||
"modId": "extremesoundmuffler",
|
||||
"version": "3.54",
|
||||
"curseForgeHash": 3046218858,
|
||||
"modrinthHash": "b18638cd6e6e1287e99692c5bffdb04ef3e7a687"
|
||||
"version": "3.55",
|
||||
"curseForgeHash": 1505740917,
|
||||
"modrinthHash": "b17090ea6a7c302c648f7bab12b37bbb3dd786f0"
|
||||
},
|
||||
"factory_blocks-neoforge-1.4.0+mc1.21.1.jar": {
|
||||
"jarName": "factory_blocks-neoforge-1.4.0+mc1.21.1.jar",
|
||||
@@ -1264,12 +1264,12 @@
|
||||
"curseForgeHash": 2894733965,
|
||||
"modrinthHash": "1d9d1dbcdc5a9de7e5353694a69bc506af5609ef"
|
||||
},
|
||||
"ftb-quests-neoforge-2101.1.21.jar": {
|
||||
"jarName": "ftb-quests-neoforge-2101.1.21.jar",
|
||||
"ftb-quests-neoforge-2101.1.22.jar": {
|
||||
"jarName": "ftb-quests-neoforge-2101.1.22.jar",
|
||||
"modId": "ftbquests",
|
||||
"version": "2101.1.21",
|
||||
"curseForgeHash": 3122237457,
|
||||
"modrinthHash": "33cd484029425a8f7a0b75e80790402f1d04d144"
|
||||
"version": "2101.1.22",
|
||||
"curseForgeHash": 3673141623,
|
||||
"modrinthHash": "2e870ff780d927a22cf28650c39082eaeaaea50e"
|
||||
},
|
||||
"ftb-ranks-neoforge-2101.1.3.jar": {
|
||||
"jarName": "ftb-ranks-neoforge-2101.1.3.jar",
|
||||
@@ -1292,12 +1292,12 @@
|
||||
"curseForgeHash": 1182946106,
|
||||
"modrinthHash": "c6ca0360843e5dbac57f3c01aa80fba5a0518553"
|
||||
},
|
||||
"ftb-xmod-compat-neoforge-21.1.7.jar": {
|
||||
"jarName": "ftb-xmod-compat-neoforge-21.1.7.jar",
|
||||
"ftb-xmod-compat-neoforge-21.1.8.jar": {
|
||||
"jarName": "ftb-xmod-compat-neoforge-21.1.8.jar",
|
||||
"modId": "ftbxmodcompat",
|
||||
"version": "21.1.7",
|
||||
"curseForgeHash": 2530383542,
|
||||
"modrinthHash": "32bef47834dd829bfa94a7c8922be50d544f333b"
|
||||
"version": "21.1.8",
|
||||
"curseForgeHash": 697946099,
|
||||
"modrinthHash": "0c25fc1a43c99eaa68c883dc77e3ebf4539629e6"
|
||||
},
|
||||
"ftbquestslangsplitter-1.0.5.jar": {
|
||||
"jarName": "ftbquestslangsplitter-1.0.5.jar",
|
||||
@@ -1341,12 +1341,12 @@
|
||||
"curseForgeHash": 1661329890,
|
||||
"modrinthHash": "f91a593378209f527fe81e731ca60fe8f8da2319"
|
||||
},
|
||||
"geckolib-neoforge-1.21.1-4.8.3.jar": {
|
||||
"jarName": "geckolib-neoforge-1.21.1-4.8.3.jar",
|
||||
"geckolib-neoforge-1.21.1-4.8.4.jar": {
|
||||
"jarName": "geckolib-neoforge-1.21.1-4.8.4.jar",
|
||||
"modId": "geckolib",
|
||||
"version": "4.8.3",
|
||||
"curseForgeHash": 1156047166,
|
||||
"modrinthHash": "fb0ac6ad63dc5f401c15c66a037c08e9709d1c42"
|
||||
"version": "4.8.4",
|
||||
"curseForgeHash": 396384696,
|
||||
"modrinthHash": "eb854c8ec53ef922a5f3877a1aa4c1ce1352e0ce"
|
||||
},
|
||||
"generatorgalore-1.21.1-1.6.3.jar": {
|
||||
"jarName": "generatorgalore-1.21.1-1.6.3.jar",
|
||||
@@ -1411,12 +1411,12 @@
|
||||
"curseForgeHash": 1416348763,
|
||||
"modrinthHash": "0c03bf04e99b3e8a310c9f5b6f3e7613e3b69528"
|
||||
},
|
||||
"herbsandharvest-1.21.1-6.jar": {
|
||||
"jarName": "herbsandharvest-1.21.1-6.jar",
|
||||
"herbsandharvest-1.21.1-8.jar": {
|
||||
"jarName": "herbsandharvest-1.21.1-8.jar",
|
||||
"modId": "herbsandharvest",
|
||||
"version": "1.21.1-6",
|
||||
"curseForgeHash": 1251311035,
|
||||
"modrinthHash": "fe2ff9b9c90606e2009cc8baba75695331f28960"
|
||||
"version": "1.21.1-8",
|
||||
"curseForgeHash": 676260593,
|
||||
"modrinthHash": "40454990fd1343cfd0e47c38019578c3ce65adec"
|
||||
},
|
||||
"heyberryshutup-1.21.0-2.0.4.jar": {
|
||||
"jarName": "heyberryshutup-1.21.0-2.0.4.jar",
|
||||
@@ -1509,40 +1509,40 @@
|
||||
"curseForgeHash": 3515988300,
|
||||
"modrinthHash": "d942fe79f64c969ca17d9a452f6c8edb62d8de08"
|
||||
},
|
||||
"integratedcrafting-1.21.1-neoforge-1.4.4-479.jar": {
|
||||
"jarName": "integratedcrafting-1.21.1-neoforge-1.4.4-479.jar",
|
||||
"integratedcrafting-1.21.1-neoforge-1.4.4-514.jar": {
|
||||
"jarName": "integratedcrafting-1.21.1-neoforge-1.4.4-514.jar",
|
||||
"modId": "integratedcrafting",
|
||||
"version": "1.4.4",
|
||||
"curseForgeHash": 3596263164,
|
||||
"modrinthHash": "8e6a478d2d21d426010481ce30d04ee1bebcd434"
|
||||
"curseForgeHash": 3647376429,
|
||||
"modrinthHash": "cec619857a43fd554c218055b90b391fae72f07e"
|
||||
},
|
||||
"integrateddynamics-1.21.1-neoforge-1.32.0-1610.jar": {
|
||||
"jarName": "integrateddynamics-1.21.1-neoforge-1.32.0-1610.jar",
|
||||
"integrateddynamics-1.21.1-neoforge-1.32.0-1642.jar": {
|
||||
"jarName": "integrateddynamics-1.21.1-neoforge-1.32.0-1642.jar",
|
||||
"modId": "integrateddynamics",
|
||||
"version": "1.32.0",
|
||||
"curseForgeHash": 2229658571,
|
||||
"modrinthHash": "62003f6b659f0b2bd36abc33daf86a860aceaf8c"
|
||||
"curseForgeHash": 2815666345,
|
||||
"modrinthHash": "36a7d4e03eb51e8432d9e521e7194cd64abd30f4"
|
||||
},
|
||||
"integratedscripting-1.21.1-neoforge-1.0.21-321.jar": {
|
||||
"jarName": "integratedscripting-1.21.1-neoforge-1.0.21-321.jar",
|
||||
"integratedscripting-1.21.1-neoforge-1.0.21-335.jar": {
|
||||
"jarName": "integratedscripting-1.21.1-neoforge-1.0.21-335.jar",
|
||||
"modId": "integratedscripting",
|
||||
"version": "1.0.21",
|
||||
"curseForgeHash": 3108246190,
|
||||
"modrinthHash": "e17d556e3cd98f984abf12b11d46502a460533c3"
|
||||
"curseForgeHash": 2112684866,
|
||||
"modrinthHash": "52bea53537bfefd2a8f84da5688cf18cdff6aafb"
|
||||
},
|
||||
"integratedterminals-1.21.1-neoforge-1.6.25.jar": {
|
||||
"jarName": "integratedterminals-1.21.1-neoforge-1.6.25.jar",
|
||||
"integratedterminals-1.21.1-neoforge-1.6.25-716.jar": {
|
||||
"jarName": "integratedterminals-1.21.1-neoforge-1.6.25-716.jar",
|
||||
"modId": "integratedterminals",
|
||||
"version": "1.6.25",
|
||||
"curseForgeHash": 4126642047,
|
||||
"modrinthHash": "dc973eefa0d93634b5b2cc5c87ea24d763c313c4"
|
||||
"curseForgeHash": 1339957753,
|
||||
"modrinthHash": "294ed2411f31da525c3f54b9e39cded5e11fcfe4"
|
||||
},
|
||||
"integratedtunnels-1.21.1-neoforge-1.9.3.jar": {
|
||||
"jarName": "integratedtunnels-1.21.1-neoforge-1.9.3.jar",
|
||||
"integratedtunnels-1.21.1-neoforge-1.9.3-600.jar": {
|
||||
"jarName": "integratedtunnels-1.21.1-neoforge-1.9.3-600.jar",
|
||||
"modId": "integratedtunnels",
|
||||
"version": "1.9.3",
|
||||
"curseForgeHash": 2168777533,
|
||||
"modrinthHash": "d5b8d75ba33b6980fda9f951c49c46f2b82ea89b"
|
||||
"curseForgeHash": 3617976830,
|
||||
"modrinthHash": "e626a519a3cffb55af24f9731d4dbab4d2841911"
|
||||
},
|
||||
"interdimensionalwirelesstransmitter-neoforge-1.21.1-0.1.5.jar": {
|
||||
"jarName": "interdimensionalwirelesstransmitter-neoforge-1.21.1-0.1.5.jar",
|
||||
@@ -1586,12 +1586,12 @@
|
||||
"curseForgeHash": 575696712,
|
||||
"modrinthHash": "cfe850e81232ec0fce3d806e5d365f077f04030e"
|
||||
},
|
||||
"irons_spellbooks-1.21.1-3.15.3.jar": {
|
||||
"jarName": "irons_spellbooks-1.21.1-3.15.3.jar",
|
||||
"irons_spellbooks-1.21.1-3.15.4.jar": {
|
||||
"jarName": "irons_spellbooks-1.21.1-3.15.4.jar",
|
||||
"modId": "irons_spellbooks",
|
||||
"version": "1.21.1-3.15.3",
|
||||
"curseForgeHash": 3512700828,
|
||||
"modrinthHash": "f4b42d61c635761996d45cc647a2694d7c7e04c3"
|
||||
"version": "1.21.1-3.15.4",
|
||||
"curseForgeHash": 3012551728,
|
||||
"modrinthHash": "4313d2a9eb68a30e1994b339acacf5bb1d53250e"
|
||||
},
|
||||
"itemcollectors-1.1.10-neoforge-mc1.21.jar": {
|
||||
"jarName": "itemcollectors-1.1.10-neoforge-mc1.21.jar",
|
||||
@@ -1635,12 +1635,12 @@
|
||||
"curseForgeHash": 4016135692,
|
||||
"modrinthHash": "8fa562264f3ffd030773b2744ff6b42c52080ce6"
|
||||
},
|
||||
"jupiter-2.3.5-1.21.1-neoforge.jar": {
|
||||
"jarName": "jupiter-2.3.5-1.21.1-neoforge.jar",
|
||||
"jupiter-2.3.6-1.21.1-neoforge.jar": {
|
||||
"jarName": "jupiter-2.3.6-1.21.1-neoforge.jar",
|
||||
"modId": "jupiter",
|
||||
"version": "2.3.5",
|
||||
"curseForgeHash": 3936461479,
|
||||
"modrinthHash": "0cbf3a3fdcd1ebf151e183547d83c5d5dcb90432"
|
||||
"version": "2.3.6",
|
||||
"curseForgeHash": 2959822449,
|
||||
"modrinthHash": "c3172fe2878b6a06f671040ebf78eb321c1522ab"
|
||||
},
|
||||
"justdirethings-1.5.7.jar": {
|
||||
"jarName": "justdirethings-1.5.7.jar",
|
||||
@@ -1717,12 +1717,12 @@
|
||||
"curseForgeHash": 2672915247,
|
||||
"modrinthHash": "6548ec47aa6b0498c3018cde40d9d0a203b67446"
|
||||
},
|
||||
"L_Ender\u0027s Cataclysm 1.21.1-3.23.jar": {
|
||||
"jarName": "L_Ender\u0027s Cataclysm 1.21.1-3.23.jar",
|
||||
"L_Ender\u0027s Cataclysm 1.21.1-3.24.jar": {
|
||||
"jarName": "L_Ender\u0027s Cataclysm 1.21.1-3.24.jar",
|
||||
"modId": "cataclysm",
|
||||
"version": "3.23",
|
||||
"curseForgeHash": 3747227075,
|
||||
"modrinthHash": "0e466f358fd5e3fecd03c7976422040f0982d071"
|
||||
"version": "3.24",
|
||||
"curseForgeHash": 2509004148,
|
||||
"modrinthHash": "2327d83dc75854ae1637277c74449f5d294a8c89"
|
||||
},
|
||||
"laserbridges-1.21.1-neoforge-5.3.jar": {
|
||||
"jarName": "laserbridges-1.21.1-neoforge-5.3.jar",
|
||||
@@ -1752,12 +1752,12 @@
|
||||
"curseForgeHash": 1097140670,
|
||||
"modrinthHash": "3d9059ea05839e0daab926848d91ecb14ca5a4d4"
|
||||
},
|
||||
"lithostitched-1.5.7-neoforge-1.21.1.jar": {
|
||||
"jarName": "lithostitched-1.5.7-neoforge-1.21.1.jar",
|
||||
"lithostitched-1.6.0-neoforge-1.21.1.jar": {
|
||||
"jarName": "lithostitched-1.6.0-neoforge-1.21.1.jar",
|
||||
"modId": "lithostitched",
|
||||
"version": "1.5.7",
|
||||
"curseForgeHash": 2654537932,
|
||||
"modrinthHash": "aed1e2f4d6db2b3f2d4a1548f97fcaa6b606911e"
|
||||
"version": "1.6.0",
|
||||
"curseForgeHash": 3719196501,
|
||||
"modrinthHash": "a8cd22df358d33a36f3749eac8410dd773ae79c7"
|
||||
},
|
||||
"little-big-redstone-1.5.0-beta-1.21.1.jar": {
|
||||
"jarName": "little-big-redstone-1.5.0-beta-1.21.1.jar",
|
||||
@@ -1983,12 +1983,12 @@
|
||||
"curseForgeHash": 2785284021,
|
||||
"modrinthHash": "b59f8679cae16ee38254cd30c2fa4977e4830661"
|
||||
},
|
||||
"minecolonies-1.1.1281-1.21.1-snapshot.jar": {
|
||||
"jarName": "minecolonies-1.1.1281-1.21.1-snapshot.jar",
|
||||
"minecolonies-1.1.1282-1.21.1-snapshot.jar": {
|
||||
"jarName": "minecolonies-1.1.1282-1.21.1-snapshot.jar",
|
||||
"modId": "minecolonies",
|
||||
"version": "1.1.1281-1.21.1-snapshot",
|
||||
"curseForgeHash": 2065767396,
|
||||
"modrinthHash": "800a8728332a9755fe6faf6d4062afdf6ba0636e"
|
||||
"version": "1.1.1282-1.21.1-snapshot",
|
||||
"curseForgeHash": 292209733,
|
||||
"modrinthHash": "c5e6908f93588f8aa19d59172e0c03edfe9e990d"
|
||||
},
|
||||
"mininggadgets-1.18.6.jar": {
|
||||
"jarName": "mininggadgets-1.18.6.jar",
|
||||
@@ -2102,12 +2102,12 @@
|
||||
"curseForgeHash": 2972503351,
|
||||
"modrinthHash": "6335b4caf8d5f969c948b5a2ce6c675d367a600b"
|
||||
},
|
||||
"moonlight-1.21-2.29.18-neoforge.jar": {
|
||||
"jarName": "moonlight-1.21-2.29.18-neoforge.jar",
|
||||
"moonlight-1.21-2.29.20-neoforge.jar": {
|
||||
"jarName": "moonlight-1.21-2.29.20-neoforge.jar",
|
||||
"modId": "moonlight",
|
||||
"version": "1.21-2.29.18",
|
||||
"curseForgeHash": 1259831282,
|
||||
"modrinthHash": "9850582dcc9bef6cf5a901f15c240f17dd74ddb8"
|
||||
"version": "1.21-2.29.20",
|
||||
"curseForgeHash": 2950806711,
|
||||
"modrinthHash": "99f9973f69460a772a4e8beccb9ca3f69e0a1291"
|
||||
},
|
||||
"moredragoneggs-5.0.jar": {
|
||||
"jarName": "moredragoneggs-5.0.jar",
|
||||
@@ -2389,12 +2389,12 @@
|
||||
"curseForgeHash": 533269171,
|
||||
"modrinthHash": "05be8ddcc78532b9a5520c718edc6c971cd0057c"
|
||||
},
|
||||
"pneumaticcraft-repressurized-8.2.16+mc1.21.1.jar": {
|
||||
"jarName": "pneumaticcraft-repressurized-8.2.16+mc1.21.1.jar",
|
||||
"pneumaticcraft-repressurized-8.2.17+mc1.21.1.jar": {
|
||||
"jarName": "pneumaticcraft-repressurized-8.2.17+mc1.21.1.jar",
|
||||
"modId": "pneumaticcraft",
|
||||
"version": "8.2.16",
|
||||
"curseForgeHash": 4158977093,
|
||||
"modrinthHash": "a5f3f0a531ae4ff5f5ae88149efdaa9742e817ef"
|
||||
"version": "8.2.17",
|
||||
"curseForgeHash": 1571208389,
|
||||
"modrinthHash": "0366ce64f808f64330750ff1aa5cd76954f4430f"
|
||||
},
|
||||
"pocketstorage-1.2.5+1.21.1-b3.jar": {
|
||||
"jarName": "pocketstorage-1.2.5+1.21.1-b3.jar",
|
||||
@@ -2431,12 +2431,12 @@
|
||||
"curseForgeHash": 1117357919,
|
||||
"modrinthHash": "9c35c5c31a613d58fc06e591e455bccfc3de6022"
|
||||
},
|
||||
"potionsmaster-21.1.113-0.7.1-packdev.jar": {
|
||||
"jarName": "potionsmaster-21.1.113-0.7.1-packdev.jar",
|
||||
"potionsmaster-21.1.113-1.0.1.jar": {
|
||||
"jarName": "potionsmaster-21.1.113-1.0.1.jar",
|
||||
"modId": "potionsmaster",
|
||||
"version": "0.7.1-packdev",
|
||||
"curseForgeHash": 1135874673,
|
||||
"modrinthHash": "0d16e805e506c389288c3216b0eff7c7b5703491"
|
||||
"version": "1.0.1",
|
||||
"curseForgeHash": 2115549216,
|
||||
"modrinthHash": "3ccdba6e6e63f22dc67c18e309415b31846e94d6"
|
||||
},
|
||||
"Powah-6.2.8.jar": {
|
||||
"jarName": "Powah-6.2.8.jar",
|
||||
@@ -2459,12 +2459,12 @@
|
||||
"curseForgeHash": 3995275923,
|
||||
"modrinthHash": "1ae6f7be2ba8f963344dbf27e552920a7bc7a35f"
|
||||
},
|
||||
"productivebees-1.21.1-13.13.0.jar": {
|
||||
"jarName": "productivebees-1.21.1-13.13.0.jar",
|
||||
"productivebees-1.21.1-13.13.1.jar": {
|
||||
"jarName": "productivebees-1.21.1-13.13.1.jar",
|
||||
"modId": "productivebees",
|
||||
"version": "1.21.1-13.13.0",
|
||||
"curseForgeHash": 1260403657,
|
||||
"modrinthHash": "7b93a461512a970c735eefe204cd8b8003a652d5"
|
||||
"version": "1.21.1-13.13.1",
|
||||
"curseForgeHash": 3664068725,
|
||||
"modrinthHash": "d63d63bc0709b8187df2a69a669462f01f813a93"
|
||||
},
|
||||
"productivemetalworks-1.21.1-1.14.0.jar": {
|
||||
"jarName": "productivemetalworks-1.21.1-1.14.0.jar",
|
||||
@@ -2473,12 +2473,12 @@
|
||||
"curseForgeHash": 1132195068,
|
||||
"modrinthHash": "f7932c00912155561ccfc4fce41876d9f1d930a1"
|
||||
},
|
||||
"productivetrees-1.21.1-0.8.0.jar": {
|
||||
"jarName": "productivetrees-1.21.1-0.8.0.jar",
|
||||
"productivetrees-1.21.1-0.8.1.jar": {
|
||||
"jarName": "productivetrees-1.21.1-0.8.1.jar",
|
||||
"modId": "productivetrees",
|
||||
"version": "1.21.1-0.8.0",
|
||||
"curseForgeHash": 777475879,
|
||||
"modrinthHash": "86657ffa019e5acba00d0105090a5091cf25937f"
|
||||
"version": "1.21.1-0.8.1",
|
||||
"curseForgeHash": 2508998943,
|
||||
"modrinthHash": "35e6e55dac1f1497068a71346c74aa3cfa0204a6"
|
||||
},
|
||||
"pylons-1.21.1-5.4.2.jar": {
|
||||
"jarName": "pylons-1.21.1-5.4.2.jar",
|
||||
@@ -2529,12 +2529,12 @@
|
||||
"curseForgeHash": 1096074526,
|
||||
"modrinthHash": "3e28da451f5d7eecb35d195fb08bfe4d7f9022ec"
|
||||
},
|
||||
"rechiseled-1.2.3-neoforge-mc1.21.jar": {
|
||||
"jarName": "rechiseled-1.2.3-neoforge-mc1.21.jar",
|
||||
"rechiseled-1.2.4-neoforge-mc1.21.jar": {
|
||||
"jarName": "rechiseled-1.2.4-neoforge-mc1.21.jar",
|
||||
"modId": "rechiseled",
|
||||
"version": "1.2.3",
|
||||
"curseForgeHash": 377160538,
|
||||
"modrinthHash": "baca4e3dbfb915f28d8d18ee50e1c8d32d22d380"
|
||||
"version": "1.2.4",
|
||||
"curseForgeHash": 73284375,
|
||||
"modrinthHash": "bd8ac0c82a04179c649f40b3333ff0648f444086"
|
||||
},
|
||||
"rechiseled_chipped-2.0-1.21.1.jar": {
|
||||
"jarName": "rechiseled_chipped-2.0-1.21.1.jar",
|
||||
@@ -2751,12 +2751,12 @@
|
||||
"curseForgeHash": 1087700708,
|
||||
"modrinthHash": "17407b525c0c70a0f6f03a08024a14058f645d01"
|
||||
},
|
||||
"silent-gear-1.21.1-neoforge-4.1.1.jar": {
|
||||
"jarName": "silent-gear-1.21.1-neoforge-4.1.1.jar",
|
||||
"silent-gear-1.21.1-neoforge-4.1.2.jar": {
|
||||
"jarName": "silent-gear-1.21.1-neoforge-4.1.2.jar",
|
||||
"modId": "silentgear",
|
||||
"version": "4.1.1",
|
||||
"curseForgeHash": 956661917,
|
||||
"modrinthHash": "53a158bb8e242ce4effaeacb1527a76e3aa57d69"
|
||||
"version": "4.1.2",
|
||||
"curseForgeHash": 1678641411,
|
||||
"modrinthHash": "50f2cffc8c556e12a9092d0da643413304b37b32"
|
||||
},
|
||||
"silent-lib-1.21.1-neoforge-10.5.1.jar": {
|
||||
"jarName": "silent-lib-1.21.1-neoforge-10.5.1.jar",
|
||||
@@ -2821,12 +2821,12 @@
|
||||
"curseForgeHash": 3799943056,
|
||||
"modrinthHash": "32e9bbe18ae1f2f7f672ce08af51ec1928599182"
|
||||
},
|
||||
"sophisticatedbackpacks-1.21.1-3.25.28.1537.jar": {
|
||||
"jarName": "sophisticatedbackpacks-1.21.1-3.25.28.1537.jar",
|
||||
"sophisticatedbackpacks-1.21.1-3.25.30.1547.jar": {
|
||||
"jarName": "sophisticatedbackpacks-1.21.1-3.25.30.1547.jar",
|
||||
"modId": "sophisticatedbackpacks",
|
||||
"version": "3.25.28",
|
||||
"curseForgeHash": 2259006607,
|
||||
"modrinthHash": "ee32bcdd85ecc6455cd4e57a5f9aa05671875f80"
|
||||
"version": "3.25.30",
|
||||
"curseForgeHash": 65396495,
|
||||
"modrinthHash": "e30cf10b774ab50a2d944458dd04067859d03002"
|
||||
},
|
||||
"sophisticatedbackpackscreateintegration-1.21.1-0.1.5.29.jar": {
|
||||
"jarName": "sophisticatedbackpackscreateintegration-1.21.1-0.1.5.29.jar",
|
||||
@@ -2835,12 +2835,12 @@
|
||||
"curseForgeHash": 2555194351,
|
||||
"modrinthHash": "51851c61e8be5b799b5ad8aa109b3416509605b7"
|
||||
},
|
||||
"sophisticatedcore-1.21.1-1.4.5.1499.jar": {
|
||||
"jarName": "sophisticatedcore-1.21.1-1.4.5.1499.jar",
|
||||
"sophisticatedcore-1.21.1-1.4.6.1506.jar": {
|
||||
"jarName": "sophisticatedcore-1.21.1-1.4.6.1506.jar",
|
||||
"modId": "sophisticatedcore",
|
||||
"version": "1.4.5",
|
||||
"curseForgeHash": 3400201945,
|
||||
"modrinthHash": "753e2443aa7ab402d89906646a077401031445ce"
|
||||
"version": "1.4.6",
|
||||
"curseForgeHash": 3374542002,
|
||||
"modrinthHash": "e2cbc887ff4003b0ebe36bbad71e6cac5a9f05fd"
|
||||
},
|
||||
"sophisticatedstorage-1.21.1-1.5.28.1494.jar": {
|
||||
"jarName": "sophisticatedstorage-1.21.1-1.5.28.1494.jar",
|
||||
@@ -2912,26 +2912,26 @@
|
||||
"curseForgeHash": 2642802780,
|
||||
"modrinthHash": "f43ca037093215d943fb3c567b08f4aecf93e6e4"
|
||||
},
|
||||
"structurize-1.0.815-1.21.1-snapshot.jar": {
|
||||
"jarName": "structurize-1.0.815-1.21.1-snapshot.jar",
|
||||
"structurize-1.0.816-1.21.1.jar": {
|
||||
"jarName": "structurize-1.0.816-1.21.1.jar",
|
||||
"modId": "structurize",
|
||||
"version": "1.0.815-1.21.1-snapshot",
|
||||
"curseForgeHash": 1805592733,
|
||||
"modrinthHash": "3b96212ab4e4e6e47a51b419ac6e737ee935bdb4"
|
||||
"version": "1.0.816-1.21.1",
|
||||
"curseForgeHash": 1627306534,
|
||||
"modrinthHash": "93eb166f12461adbaa1dc83bcb24b2162868d2d0"
|
||||
},
|
||||
"stylecolonies-1.15.47-1.21.1.jar": {
|
||||
"jarName": "stylecolonies-1.15.47-1.21.1.jar",
|
||||
"stylecolonies-1.15.50-1.21.1.jar": {
|
||||
"jarName": "stylecolonies-1.15.50-1.21.1.jar",
|
||||
"modId": "stylecolonies",
|
||||
"version": "1.15.47-1.21.1",
|
||||
"curseForgeHash": 3013082827,
|
||||
"modrinthHash": "56b3fe95725989a94bebf5c754477bff5487fb72"
|
||||
"version": "1.15.50-1.21.1",
|
||||
"curseForgeHash": 98816477,
|
||||
"modrinthHash": "4f0865fe23aedb5709cb491507db12cc039aa311"
|
||||
},
|
||||
"Super Factory Manager (SFM)-MC1.21.1-4.29.0.jar": {
|
||||
"jarName": "Super Factory Manager (SFM)-MC1.21.1-4.29.0.jar",
|
||||
"Super Factory Manager (SFM)-MC1.21.1-4.31.0.jar": {
|
||||
"jarName": "Super Factory Manager (SFM)-MC1.21.1-4.31.0.jar",
|
||||
"modId": "sfm",
|
||||
"version": "4.29.0",
|
||||
"curseForgeHash": 261702062,
|
||||
"modrinthHash": "984deda9910b06ed8eef589bd1b554b5cc695989"
|
||||
"version": "4.31.0",
|
||||
"curseForgeHash": 2067268448,
|
||||
"modrinthHash": "7485dbea4a525333571afd809c04f7e331bf6186"
|
||||
},
|
||||
"supermartijn642configlib-1.1.8-neoforge-mc1.21.jar": {
|
||||
"jarName": "supermartijn642configlib-1.1.8-neoforge-mc1.21.jar",
|
||||
@@ -2947,12 +2947,12 @@
|
||||
"curseForgeHash": 2384382690,
|
||||
"modrinthHash": "c665416c3a00bcf4eb3eea3ca2057c8d7416c316"
|
||||
},
|
||||
"supplementaries-1.21-3.5.24-neoforge.jar": {
|
||||
"jarName": "supplementaries-1.21-3.5.24-neoforge.jar",
|
||||
"supplementaries-1.21-3.5.27-neoforge.jar": {
|
||||
"jarName": "supplementaries-1.21-3.5.27-neoforge.jar",
|
||||
"modId": "supplementaries",
|
||||
"version": "1.21-3.5.24",
|
||||
"curseForgeHash": 2178949963,
|
||||
"modrinthHash": "06a5eee858a0a3346107710cf6ca51e1bece7c2a"
|
||||
"version": "1.21-3.5.26",
|
||||
"curseForgeHash": 2242650581,
|
||||
"modrinthHash": "ddc7007ca224ec367d9ffe0516d0f9978c0e6d18"
|
||||
},
|
||||
"sushigocrafting-1.21-0.6.5.jar": {
|
||||
"jarName": "sushigocrafting-1.21-0.6.5.jar",
|
||||
@@ -3143,12 +3143,12 @@
|
||||
"curseForgeHash": 1253551990,
|
||||
"modrinthHash": "0658443d234d6b3090064124fc5d62306fd17f4d"
|
||||
},
|
||||
"utilityvest-1.2.2.jar": {
|
||||
"jarName": "utilityvest-1.2.2.jar",
|
||||
"utilityvest-1.2.5.jar": {
|
||||
"jarName": "utilityvest-1.2.5.jar",
|
||||
"modId": "utilityvest",
|
||||
"version": "1.2.2",
|
||||
"curseForgeHash": 826074358,
|
||||
"modrinthHash": "581eb8805c7b265d109e0ddbbdb74360d85293b0"
|
||||
"version": "1.2.5",
|
||||
"curseForgeHash": 4103153496,
|
||||
"modrinthHash": "d070584d34f0f612f3f8f2a8a4b3be8369313dc1"
|
||||
},
|
||||
"valhelsia_core-neoforge-1.21.1-1.1.5.jar": {
|
||||
"jarName": "valhelsia_core-neoforge-1.21.1-1.1.5.jar",
|
||||
@@ -3171,12 +3171,12 @@
|
||||
"curseForgeHash": 153679298,
|
||||
"modrinthHash": "f587626ba0b421f976f4bd1141bcdc3ca9d21abb"
|
||||
},
|
||||
"waystones-neoforge-1.21.1-21.1.27.jar": {
|
||||
"jarName": "waystones-neoforge-1.21.1-21.1.27.jar",
|
||||
"waystones-neoforge-1.21.1-21.1.28.jar": {
|
||||
"jarName": "waystones-neoforge-1.21.1-21.1.28.jar",
|
||||
"modId": "waystones",
|
||||
"version": "21.1.27",
|
||||
"curseForgeHash": 1344251289,
|
||||
"modrinthHash": "ac4385e6d5d2938de315f074e91a3d9c125fcac7"
|
||||
"version": "21.1.28",
|
||||
"curseForgeHash": 2414508147,
|
||||
"modrinthHash": "bc37eb5228c68313099cf1d8d36b15c5e3074dc2"
|
||||
},
|
||||
"wirelesschargers-1.0.9a-neoforge-mc1.21.jar": {
|
||||
"jarName": "wirelesschargers-1.0.9a-neoforge-mc1.21.jar",
|
||||
@@ -3338,5 +3338,8 @@
|
||||
"version": "1.21.1-2.4.21",
|
||||
"curseForgeHash": 3927732622,
|
||||
"modrinthHash": "7df2558f45c3e41bebe86a5ee2b28d56007bdbda"
|
||||
},
|
||||
"sawmill.zip (datapack)": {
|
||||
"jarName": "sawmill.zip (datapack)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user