diff --git a/minecraft/config/bcc-common.toml b/minecraft/config/bcc-common.toml
index 3604672..f65b7b4 100644
--- a/minecraft/config/bcc-common.toml
+++ b/minecraft/config/bcc-common.toml
@@ -1,5 +1,5 @@
[general]
modpackProjectID = 925200
modpackName = "All the Mods 10"
- modpackVersion = "6.0"
+ modpackVersion = "6.1"
useMetadata = false
\ No newline at end of file
diff --git a/minecraft/config/crash_assistant/config.toml b/minecraft/config/crash_assistant/config.toml
index bcbe9f9..263a157 100644
--- a/minecraft/config/crash_assistant/config.toml
+++ b/minecraft/config/crash_assistant/config.toml
@@ -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$ $MSG_LANG.gui.split_log_dialog_head$](<$LINK_FIRST_LINES$>) / [$MSG_LANG.gui.split_log_dialog_tail$](<$LINK_LAST_LINES$>) $TOO_BIG_REASONS$"
+ #Pattern for ModList Diff and Analysis Results blocks.
+ #Variables: $PREFIX$, $HEADER$, $CONTENT$.
+ #If 'color_message' is false, remove 'ansi'.
+ ansi_block_pattern = "$PREFIX$$HEADER$\n```ansi\n$CONTENT$\n```"
+ #Pattern for formatting the problematic frame from hs_err.
+ #Variables: $CONTENT$
+ problematic_frame_pattern = "```java\n$CONTENT$\n```"
+ #Pattern for simple link notifications (e.g. Intel fix, Piracy check, KubeJS scripts).
+ #Variables: $TEXT$, $LINK$
+ link_notification_pattern = "[$TEXT$](<$LINK$>)"
+ #Pattern for the header of the modlist diff block (containing the link).
+ #Variables: $PART1$ (text before link), $PART2$ (text after link), $LINK$.
+ modlist_header_pattern = "[$PART1$](<$LINK$>)$PART2$"
#Settings of links copied by Upload and copy link buttons
[copied_links]
@@ -140,6 +182,9 @@
#If enabled, will add resourcepacks to modlist.json
#After filename where will be ' (resourcepack)' suffix.
add_resourcepacks = 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
+
diff --git a/minecraft/config/crash_assistant/modlist.json b/minecraft/config/crash_assistant/modlist.json
index fcdd970..ed74f12 100644
--- a/minecraft/config/crash_assistant/modlist.json
+++ b/minecraft/config/crash_assistant/modlist.json
@@ -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)"
}
}
\ No newline at end of file
diff --git a/minecraft/config/darkmodeeverywhere-client.toml b/minecraft/config/darkmodeeverywhere-client.toml
index 5d43984..0dd1248 100644
--- a/minecraft/config/darkmodeeverywhere-client.toml
+++ b/minecraft/config/darkmodeeverywhere-client.toml
@@ -58,10 +58,10 @@ METHOD_SHADER_DUMP = false
["Inventory Button"]
#Pixels away from the left of the GUI in the x axis
#Range: > 0
- X = 2
+ X = 50
#Pixels away from the bottom of the GUI in the y axis
#Range: > 0
- Y = 32
+ Y = 7
["Main Menu Button"]
#Enabled
diff --git a/minecraft/config/ftbquests/quests/lang/en_us/chapters/mekanism.snbt b/minecraft/config/ftbquests/quests/lang/en_us/chapters/mekanism.snbt
index 3105068..d1120fe 100644
--- a/minecraft/config/ftbquests/quests/lang/en_us/chapters/mekanism.snbt
+++ b/minecraft/config/ftbquests/quests/lang/en_us/chapters/mekanism.snbt
@@ -202,7 +202,7 @@
quest.6CD1720B76F47806.quest_desc: ["The &2&lBio-Generator&r works by taking &2Bio Fuel&r, making &2Bioethanol&r, and using that for &aEnergy&r! \\n\\nThis &2&lGenerator&r has been heavily nerfed though, so it is recommened to not use it! \\n\\nThat is because you buttheads keep making massive &aMelon Farms&r that eat Servers TPS!"]
quest.6CD1720B76F47806.title: "&2&lBio-Generator"
quest.6DC1E08D019FD543.quest_desc: [
- "Our &7Crystals&r will need even more &lProcessing&r! \\n\\nRepeat the previous steps of making a &6&lThermal Evaporation Plant&r to create &eBrine&r. \\n\\nUse an &9&lElectrolytic Separator&r to Separate the &eChlorine &ffrom the &eBrine&r. \\n\\nThen get &bOxygen&r from putting &9Water &finto an &9&lElectrolytic Separator&r. \\n\\nCombine the &eChlorine &fand &bHydrogen &fin a &a&lChemical Infuser&r to get &3Hydrogen Chloride&r! \\n\\nWith our &c&lChemical Injector&r, we can &cInject &fthe &7Crystals&f with &3Hydrogen Chloride&r to get 2 &7Ore Shards&r from each &7Ore Crystal&r."
+ "Our &7Crystals&r will need even more &lProcessing&r! \\n\\nRepeat the previous steps of making a &6&lThermal Evaporation Plant&r to create &eBrine&r. \\n\\nUse an &9&lElectrolytic Separator&r to Separate the &eChlorine &ffrom the &eBrine&r. \\n\\nThen get &bHydrogen&r from putting &9Water &finto an &9&lElectrolytic Separator&r. \\n\\nCombine the &eChlorine &fand &bHydrogen &fin a &a&lChemical Infuser&r to get &3Hydrogen Chloride&r! \\n\\nWith our &c&lChemical Injector&r, we can &cInject &fthe &7Crystals&f with &3Hydrogen Chloride&r to get 2 &7Ore Shards&r from each &7Ore Crystal&r."
"{image:atm:textures/questpics/mek/mek_tier4_3.png width:250 height:100 align:center}"
]
quest.6DC1E08D019FD543.quest_subtitle: "Tier 4 Ore Processing"
@@ -309,3 +309,4 @@
task.729C1974AE346ECA.title: "Purifiers"
task.770B8B984F85AB73.title: "AllRightsReserved"
}
+
diff --git a/minecraft/config/ftbquests/quests/lang/fr_fr/chapter.snbt b/minecraft/config/ftbquests/quests/lang/fr_fr/chapter.snbt
index 7fa3856..944206e 100644
--- a/minecraft/config/ftbquests/quests/lang/fr_fr/chapter.snbt
+++ b/minecraft/config/ftbquests/quests/lang/fr_fr/chapter.snbt
@@ -1,44 +1,75 @@
{
- chapter.004F28C5C85F467B.title: "Ad Astra"
- chapter.00E59A3B38CB7EEA.title: "Tension Insensée"
+ chapter.007B547630FF0478.title: "Theurgy"
chapter.05E614FDA677D85E.title: "Nourriture et Agriculture"
chapter.07210DDF872160BA.title: "Applied Energistics 2"
- chapter.0A093D8C4429B627.title: "Mekanism: &dAdvanced&r"
+ chapter.0731FA8830F28280.title: "Apotheosis Gear"
+ chapter.0A093D8C4429B627.title: "Mekanism: Reactors"
+ chapter.0A52D0932DA3F809.title: "Hostile Neural Networks"
+ chapter.0AB4F9AED808DE48.title: "Modular Routers"
+ chapter.0B826D13BAD43EEB.title: "Draconic Evolution"
+ chapter.0D990A1D1E088701.title: "Ère de la vapeur : premiers pas"
+ chapter.0E81CBCD6B1D1895.chapter_subtitle: ["Et autres spawners"]
chapter.0E81CBCD6B1D1895.title: "Apothic Spawners"
+ chapter.0F96DC3563DA78EF.title: "Mystical Agriculture"
chapter.100C477F4E63F20A.title: "Create"
+ chapter.11919EBB416B2BD0.title: "Relics"
+ chapter.12AD9789D962B179.title: "Apothic Enchanting"
+ chapter.13B172FA69904D9F.title: "Deeper and Darker"
chapter.15AAF17B6665223D.title: "Refined Storage"
- chapter.1883B79BDB2AAE5D.title: "Blue Skies"
chapter.18A429E7F56AF5A9.title: "Tableau des primes"
chapter.193F91842D2ED7D9.title: "Industrial Foregoing"
- chapter.1B175B2C955D8395.title: "Allthemodium"
- chapter.1BE666F01EFFC00D.title: "Astuces et Conseils"
+ chapter.1BE666F01EFFC00D.title: "Astuces et conseils"
+ chapter.1D42B373285DEF81.chapter_subtitle: ["Et Productive Metalworks"]
chapter.1D42B373285DEF81.title: "Silent Gear"
chapter.1DB294A8F8686321.title: "Stockage de base"
- chapter.220BE62A7F8EA359.title: "Enchantement d'Apotheosis"
+ chapter.1FAAEF0B9FD05CB9.title: "Productive Trees"
+ chapter.219B7A003658D24F.title: "XyCraft"
+ chapter.22C20C1827FE6805.title: "Immersive Engineering"
chapter.23983F4DC524B14B.title: "Mekanism"
+ chapter.25344A9254E02C8E.title: "Fin de partie"
chapter.26E6ED94168A05C4.title: "Productive Bees"
- chapter.282448C70744895F.title: "Forbidden and Arcanus"
- chapter.29EFE8220836C79A.title: "&aChapitre 2&r: &6L'Étoile ATM"
+ chapter.29EFE8220836C79A.title: "&aChapitre 2&r: &6L'ATM Star"
chapter.2A6EBEEBAB882679.title: "Powah"
- chapter.3202C575456F57D2.title: "Botania"
- chapter.37A28F4697946CB4.title: "Basse Tension"
- chapter.37A5A4A81CCB67E5.title: "Haute Tension"
- chapter.37BC0E99F564D560.title: "Ère de la vapeur"
+ chapter.2FB24A5A597459FC.title: "RailCraft"
+ chapter.306DBE1EBB85D02E.title: "Ère électrique : technologie avancée"
+ chapter.3456E0C530C0038E.title: "EvilCraft"
chapter.3C78926E5D301BA0.title: "Extreme Reactors"
- chapter.403105E8F21D82C7.title: "Étapes"
- chapter.415BA265E2C00859.title: "Débuter"
- chapter.435C9D14D471D326.title: "Ère de la vapeur"
- chapter.489F28A71282B3E7.title: "Tension Extrême"
- chapter.5103E2D95685ADFF.title: "&aChapitre 2&r: &6L'Étoile ATM"
- chapter.560EF4C38DEACA03.title: "EvilCraft"
- chapter.574AC3A76DC03364.title: "Moyenne Tension"
+ chapter.3DEB33F78398EAD6.chapter_subtitle: ["Et LaserIO"]
+ chapter.3DEB33F78398EAD6.title: "Logistique de base"
+ chapter.415BA265E2C00859.title: "Premiers pas"
+ chapter.4293754F9B2D05F0.title: "&aChapitre 2&r: &eAllthemodium"
+ chapter.43BB00A7A7E1042C.title: "Mahou Tsukai"
+ chapter.4791C8461B1B4D5F.title: "Armure de base"
+ chapter.48410B67C276ED1F.title: "The Bumblezone"
+ chapter.48DB721214AA88E0.title: "Énergie d'implosion"
+ chapter.49AD0D610C009D2F.title: "EnderIO"
+ chapter.4B9D26E0087CD163.title: "Outils de base"
+ chapter.4C507C004144BFEE.title: "Occultism"
+ chapter.4EAAE0CEB26378A6.title: "Just Dire Things"
+ chapter.4EBB2171D5A3AAAC.title: "Forbidden \\& Arcanus"
+ chapter.4EEDECACDE8F5A67.title: "Oritech"
+ chapter.5103E2D95685ADFF.title: "&aChapitre 3&r: &6L'ATM Star"
+ chapter.51A2FE60D8B76FC6.title: "Extended \\& Advanced AE"
+ chapter.56B11606F5F4DAB2.title: "Âge numérique"
+ chapter.5712300EF4E5E846.title: "Pylons"
+ chapter.59395B6806F2A98A.title: "Cataclysm"
chapter.5B00676D79306EA2.title: "Bienvenue"
+ chapter.5C4F10E65D86ED0E.title: "Ère électrique : technologie avancée"
chapter.5C764279146E5E66.title: "Mystical Agriculture"
- chapter.5D045EF1AB73DF70.title: "Toute la Puissance"
- chapter.60A9BBC993EB2FD2.title: "Blood Magic"
- chapter.658721DF03EC997D.title: "Thermal Series"
- chapter.6693050B0EE71CEB.title: "Apotheosis Gear"
+ chapter.5D045EF1AB73DF70.title: "Énergie de base"
+ chapter.5D8E83698AEF1092.title: "&bIce &fand &cFire"
+ chapter.5E31DF282998B992.title: "PneumaticCraft"
+ chapter.65A95C2312976E49.title: "The Undergarden"
+ chapter.69299302373C4CBC.title: "Integrated Dynamics"
+ chapter.6AEC23C6D526F362.title: "Eternal Starlight"
chapter.6AEDA2F9BEB57759.title: "Ars Nouveau"
- chapter.732824E03978A934.title: "&aChapitre 1&r: &bLe Commencement&r"
- chapter.754B57DEA4C711A5.title: "Ars Nouveau"
+ chapter.73180B829B960E63.title: "Generators N Furnaces"
+ chapter.732824E03978A934.title: "&aChapitre 1&r: &bLe Commencement"
+ chapter.76DF5FAA7961E5E7.title: "Iron's Spells 'n Spellbooks"
+ chapter.7732CF7AAA63DB3A.title: "The Twilight Forest"
+ chapter.792AD692F1468B1F.chapter_subtitle: ["Automatisation de l'ATM Star !"]
+ chapter.792AD692F1468B1F.title: "&aChapitre 4&r: &dCréatif"
+ chapter.7A5C327771634A7D.title: "Conseils de construction"
+ chapter.7A72E12C3839D165.title: "Nature's Aura"
+ chapter.7AF827D2D101D343.title: "Artifacts"
}
diff --git a/minecraft/config/ftbquests/quests/lang/fr_fr/chapter_group.snbt b/minecraft/config/ftbquests/quests/lang/fr_fr/chapter_group.snbt
index 116e852..db3d248 100644
--- a/minecraft/config/ftbquests/quests/lang/fr_fr/chapter_group.snbt
+++ b/minecraft/config/ftbquests/quests/lang/fr_fr/chapter_group.snbt
@@ -2,7 +2,7 @@
chapter_group.02FE661031A105D8.title: "Magie"
chapter_group.15E5B587D291A4AA.title: "Outils et Équipement"
chapter_group.1AC60211DE7427FC.title: "Stockage"
- chapter_group.2084F3F6FB861C5B.title: "Ligne principale des quêtes"
+ chapter_group.2084F3F6FB861C5B.title: "Quête Principale"
chapter_group.22FB35B0FEF1343D.title: "Outils et Armes"
chapter_group.295BE417292024EC.title: "Modern Industrialization"
chapter_group.2B51AC12041E3F89.title: "Technologie"
@@ -13,3 +13,4 @@
chapter_group.6700DB960E16A321.title: "Modern Industrialization"
chapter_group.68BDE5700A9B0002.title: "Outils et Équipement"
}
+
diff --git a/minecraft/config/ftbquests/quests/lang/fr_fr/chapters/mainquestline_part_1.snbt b/minecraft/config/ftbquests/quests/lang/fr_fr/chapters/mainquestline_part_1.snbt
new file mode 100644
index 0000000..17fda87
--- /dev/null
+++ b/minecraft/config/ftbquests/quests/lang/fr_fr/chapters/mainquestline_part_1.snbt
@@ -0,0 +1,116 @@
+{
+ quest.051E0C85E7B71CE0.quest_desc: ["Je vais partir du principe que tu es allé miner, non ? Après tout, c'est MINEcraft.\\n\\nTu trouveras une tonne de nouveaux minerais qui pourraient te perturber, mais tu peux rester sur les minerais vanilla pour bien commencer !\\n\\nLe cuivre est abondant et a plein d'utilités pour des choses comme les &aMarteau à minerai&r ou les &eAméliorations de stockage&r, alors pense à en récupérer un maximum !\\n\\nLe fer est probablement l'un des minerais les plus importants que tu voudras récolter à chaque fois que tu en croises. Le monde du Minecraft moddé repose en grande partie sur le fer."]
+ quest.051E0C85E7B71CE0.title: "L'Âge du &9Métal&r"
+ quest.0F026D5A17CCCF51.quest_desc: ["Les objets en &dNetherite&r sont encore meilleurs dans l'ensemble, et ne brûlent pas dans la lave ! Toi, si, même en portant l'armure. N'essaie pas.\\n\\nCes objets peuvent être utilisés pour fabriquer certaines des meilleures armes, armures et outils du jeu."]
+ quest.0F026D5A17CCCF51.title: "Palier &dNetherite&r"
+ quest.0F3D51FFD2FE8DCB.quest_desc: [
+ "Avec une pioche en diamant, tu pourras miner de l'&dObsidienne&r. L'obsidienne peut être utilisée pour créer un portail vers le &cNether&r.\\n\\nLe cadre du portail peut avoir plusieurs tailles, mais la plupart utilisent la forme basique de « porte ». Il s'agit d'une forme creuse de 4x5 utilisant au minimum 10 blocs d'obsidienne. Tu n'es pas obligé d'utiliser de l'obsidienne pour les coins, seulement pour le cadre du portail !\\n"
+ "{image:atm:textures/questpics/gettingstarted/example_netherportal.png width:175 height:201 align:1}"
+ ]
+ quest.0F3D51FFD2FE8DCB.title: "&cVers le Nether&r !"
+ quest.110BF3A2BE85F911.quest_desc: ["Cette quête a été créée par le &6staff AllTheMods&r ou par un &2contributeur de la communauté&r pour les modpacks AllTheMods.\\n\\nLes packs &6AllTheMods&r sont sous licence &eTous droits réservés&r. Cette quête ne peut donc pas être utilisée dans des packs publics non publiés par la &6team AllTheMods&r sans autorisation explicite.\\n\\nCette quête est volontairement cachée. Si tu la vois, c'est que tu es en mode édition."]
+ quest.1E1EB7DC19DDCFB7.quest_desc: ["Pour créer des outils et armures en Netherite, tu devras trouver le &6Modèle de forge Netherite&r dans les coffres des Bastions.\\n\\nIls peuvent être combinés avec un lingot de &cNetherite&r et un outil ou une pièce d'armure en diamant dans une &atable de forge&r pour l'améliorer en &cNetherite&r.\\n\\nAstuce : n'utilise pas tous tes modèles d'un coup ! Tu peux en créer des copies avec la recette prévue pour ça."]
+ quest.1E1EB7DC19DDCFB7.title: "&6Modèle Netherite&r"
+ quest.24C9BA6DC32CFAD9.quest_desc: ["Le charbon est ta première vraie source d'énergie. Si tu en manques et que tu n'en trouves pas, une alternative est d'utiliser du charbon de bois."]
+ quest.24C9BA6DC32CFAD9.quest_subtitle: "Fais cuire tes bûches"
+ quest.282CE3A088AE5CFB.quest_desc: ["Je vais partir du principe que tu as déjà crafté, non ? Après tout, c'est MineCRAFT.\\n\\nBien sûr, tu peux fabriquer des objets dans ton inventaire avec la grille 2x2, mais ça ne t'emmènera pas bien loin. Il faut passer à l'étape supérieure en fabriquant une table de craft !"]
+ quest.282CE3A088AE5CFB.title: "Mettre le Craft dans Minecraft"
+ quest.2AEBE3F28996A6ED.quest_desc: ["Avec nos nouveaux métaux, on peut améliorer notre four grâce au mod &aIron Furnaces&r !\\n\\nLes fours du mod Iron Furnaces te permettent d'ajouter des &aAugments&r pour améliorer la vitesse d'un four, changer sa fonction et bien plus encore !\\n\\nCes fours facilitent l’automatisation en permettant d’extraire ou d’insérer automatiquement des objets sur les côtés via la configuration située à gauche de l’interface."]
+ quest.2AEBE3F28996A6ED.title: "&aAméliorations de four&r !"
+ quest.2CCAA7C0FEDEB573.quest_desc: ["Si tu es comme la plupart des joueurs, c'est ce type d'énergie que tu recherches. Il suffit de le placer le plus haut possible et tu obtiens de l'énergie gratuite."]
+ quest.2CCAA7C0FEDEB573.title: "Énergie du vent"
+ quest.2EC9668ED4EA47CB.quest_desc: ["Cette quête te demande seulement de fabriquer un outil ou une pièce d'armure en diamant, mais c'est probablement une bonne idée de te faire un équipement complet !\\n\\nLes outils en diamant ont une grande durabilité, et l'armure offre globalement une excellente protection.\\n\\nPour fabriquer les meilleurs outils et armures du jeu, tu auras besoin d'équipement en diamant comme base !"]
+ quest.2EC9668ED4EA47CB.title: "&9On s'équipe"
+ quest.346860B8EBC4C28C.quest_desc: ["Maintenant que tu as toute cette lave, qu'est-ce que tu vas en faire ? Encore plus d'énergie en début de partie !"]
+ quest.346860B8EBC4C28C.title: "Énergie de lave"
+ quest.378BF828DC931F0C.quest_desc: ["Personnellement, je déteste devoir courir jusqu'à un bloc juste pour crafter. C'est là que l' &2Établi sur un bâton&r entre en jeu !\\n\\nCet objet fonctionne comme une &atable de craft portable&r !\\n\\nAstuce : tu peux aussi la mettre dans ton slot &aCurio&r et définir une &btouche&r pour l'ouvrir !"]
+ quest.378BF828DC931F0C.title: "Le craft, mais sur un bâton"
+ quest.3ADCAD65EA6900BA.quest_desc: ["L'&2archéologie&r permet aux joueurs de trouver des objets dans des blocs &asuspects&r comme le sable et le gravier.\\n\\nCes blocs se trouvent dans différentes structures comme les ruines océaniques chaudes, les pyramides du désert, les puits du désert et les &eruines de sentier&r.\\n\\nPour révéler un objet dans un bloc suspect, tu dois fabriquer un &apinceau&r afin de brosser le bloc et faire apparaître l'objet."]
+ quest.3ADCAD65EA6900BA.title: "&2Archéologie&r !"
+ quest.3B6F1BD64C0C570F.quest_desc: ["Comme l’énergie du vent, cela produit beaucoup d’énergie sans consommer de ressources. Le seul inconvénient, c’est que cela ne fonctionne que le jour."]
+ quest.3B6F1BD64C0C570F.title: "Énergie solaire"
+ quest.4869C413646CC4CC.quest_desc: [
+ "Transférer l'énergie depuis tes générateurs est probablement une bonne idée, mais comment faire ? "
+ ""
+ "Pour commencer, tu peux utiliser les &cTuyaux d'énergie&r du mod &aPipez&r, ou les &cCables d'énergie&r de &9Powah&r si tu as déjà commencé à utiliser ce mod. "
+ ""
+ "Ou si tu veux un petit retour en arrière, ce pack contient &6EnderIO&r et tu peux utiliser ses &6Conduits d'énergie&r."
+ ]
+ quest.4A4C71C43519D5FE.quest_desc: [
+ "Pour invoquer le boss du Nether, nous devons d'abord rassembler quelques objets. "
+ ""
+ "Il nous faudra au moins 3 &5crânes de Wither Squelette&r. Ce sont des butins rares obtenus en tuant des &7Wither Squelettes&r, ou ils peuvent être fabriqués à partir d'un drop plus courant, les &3fragments de crâne de Wither&r. "
+ ""
+ "Il te faudra aussi au moins 4 blocs de sable des âmes, et probablement une très bonne armure."
+ ]
+ quest.4A4C71C43519D5FE.title: "&6Invocation du &5Wither"
+ quest.4DE1158931F84F22.quest_desc: [
+ "Une fois que tu as une pioche en fer ou mieux, tu peux miner la &cRedstone&r. "
+ ""
+ "La redstone commence ton aventure dans de nombreux mods techniques, comme la production d'énergie ou la fabrication de gadgets. "
+ ""
+ "C'est une ressource dont tu voudras une grande quantité !"
+ ]
+ quest.4DE1158931F84F22.title: "&cRedstone&r"
+ quest.4E5238F00CEED8B2.quest_desc: ["Faire fondre les minerais bruts au début est nécessaire, mais tu passes à côté de ressources supplémentaires !\\n\\nIl existe plusieurs façons de doubler ton rendement par minerai brut, mais l'une des plus simples consiste à créer et utiliser un &eMarteau à minerai&r.\\n\\nIls permettent de transformer 1 minerai brut en 2 poudres de minerai, qui peuvent ensuite être fondues en lingots, doublant ainsi effectivement ton rendement !\\n\\nTu veux encore plus par minerai brut ? Va jeter un œil au mod &5Occultism&r !"]
+ quest.4E5238F00CEED8B2.title: "&eDoublement de minerai basique"
+ quest.5792CC9E3AFAB229.quest_desc: ["Nous avons aussi le mod &aGenerators Galore&r ! Ce mod ajoute des générateurs uniques qui utilisent du charbon ou d'autres objets."]
+ quest.5CF320E9C4C1B1E1.quest_desc: ["ATM10 est un pack &aTout-en-un&r, ce qui signifie que tu es libre d'explorer et de jouer au modpack comme tu le souhaites !\\n\\nCependant, il y a un objectif de fin de jeu : fabriquer l'&6ATM Star&r !\\n\\nCette suite de quêtes sert de guide pour tous les joueurs, que tu débutes complètement sur Minecraft ou que tu aies déjà joué à d'anciens packs ATM.\\n\\nComme dans presque tous les modpacks, commence par récupérer du bois !"]
+ quest.5CF320E9C4C1B1E1.title: "&eBienvenue dans les premiers pas&r !"
+ quest.5E799B92358A8732.quest_desc: ["Dans le &cNether&r, tu trouveras des &6Débris antiques&r. Ils peuvent être fondus en fragments, qui peuvent être combinés avec de l'or pour créer des &6lingots de Netherite&r, un métal de fin de jeu utilisé pour fabriquer certains des outils et armures les plus puissants du jeu."]
+ quest.5E799B92358A8732.title: "&dMétaux anciens"
+ quest.61C49BC2B384FB80.quest_desc: ["Une fois que tu as récupéré assez de perles de l'Ender et de poudre de Blaze, tu peux te mettre en route vers le portail de l'End dans le monde normal.\\n\\nPour cela, fabrique quelques &dŒil de l’Ender&r et fais un clic droit pour les lancer dans le ciel. Ils indiqueront la direction du portail de l'End le plus proche.\\n\\nRends-toi à la forteresse, trouve le portail de l'End et complète son cadre avec les Yeux de l’Ender pour créer le portail vers &dL' End&r."]
+ quest.61C49BC2B384FB80.title: "&aTrouver &dL'End"
+ quest.672134A1A620EEAB.quest_desc: [
+ "Il existe de nombreuses façons de stocker l'énergie ! "
+ ""
+ "&9Powah&r propose un excellent stockage avec ses &aCellules d'énergie&r améliorables, ou tu peux toujours opter pour le style multibloc de &aMekanism&r avec les &aCubes énergétiques&r ! Le choix t'appartient. "
+ ""
+ "Remarque : tu n'as besoin de fabriquer qu'un seul des objets pour valider la quête."
+ ]
+ quest.698A959C9E449592.quest_desc: ["La prochaine étape de progression consiste à fabriquer une pioche en fer.\\n\\nCette pioche peut miner certains des minerais les plus rares du jeu, y compris le diamant !"]
+ quest.698A959C9E449592.title: "Une pioche en &afer&r"
+ quest.69A517AB8A801939.quest_desc: ["Le &5Wither&r est l'un des boss les plus difficiles à tuer dans Minecraft. Principalement parce qu'il vole. Et qu'il explose. Et qu'il est rapide. Tu vois l'idée.\\n\\nPour l'invoquer, place les 4 blocs de sable des âmes en forme de T. Pose les 3 crânes de Wither Squelette sur le haut du « T » et le &5Wither&r apparaîtra.\\n\\nAstuce : il explose. Beaucoup. Ne fais pas ça près de ta base."]
+ quest.69A517AB8A801939.title: "&6Tuer le &5Wither"
+ quest.6D09511D64DDC282.quest_desc: ["Le &dWarden&r peut être invoqué en activant un &5Capteurs sculk&r proche d'un &3Hurleur sculk&r au moins 3 fois.\\n\\nFun fact : le Warden est aveugle ! Il ne peut te trouver que s'il t'entend, alors vole ou avance accroupi !\\n\\nAstuce : peu importe que tu utilises des attaques à distance ou au corps à corps, il te trouvera. Et il te frappera. Si tu t'éloignes trop, il s'enfoncera dans le sol pour réapparaître à côté de toi ! Bonne chance :D"]
+ quest.6D09511D64DDC282.title: "&5Tuer le Warden"
+ quest.6EDAB29FBD3C60A3.quest_desc: ["Ce biome a été introduit dans la Wild Update !\\n\\nFais attention ! Tu pourrais accidentellement invoquer un nouvel ami.\\n\\nP.-S. : il n'est pas amical."]
+ quest.6EDAB29FBD3C60A3.title: "&6Visiter les &dAbîmes&r !"
+ quest.6EE5BE5693E8ACE4.quest_desc: ["Dans &dL'End&r, tu trouveras le boss final du Minecraft vanilla : le &5dragon de l'End&r.\\n\\nAu sommet de chaque pilier d'obsidienne, tu trouveras un cristal de l'End qui soigne le dragon. Assure-toi de les détruire en premier ! Ils infligent aussi beaucoup de dégâts en explosant, alors prends tes distances !\\n\\nUne fois vaincu, un &dœuf de dragon&r apparaît au sommet du portail de sortie. Il ne peut pas être miné comme un bloc normal, mais il est affecté par la gravité."]
+ quest.6EE5BE5693E8ACE4.title: "&5L'End"
+ quest.72989212DD45DC10.quest_desc: ["Pour trouver cet œuf, tu devras brosser du &aSable suspect&r dans les ruines océaniques chaudes.\\n\\nTu peux placer l'œuf dans le monde, et il éclora lentement en un &dRenifleur&r. L'éclosion prend environ 20 minutes normalement, mais il peut être placé sur un bloc de mousse pour doubler la vitesse d'éclosion et ne prendre que 10 minutes.\\n\\nLe Renifleur finira par devenir un &dRenifleur&r adulte qui pourra déterrer des objets comme les &2Graines de torche-fleur&r ou les &2Gousses de planturne&r lorsqu'il se promène sur des blocs où il peut creuser.\\n\\nTu peux faire se reproduire 2 Renifleurs adultes avec des Graines de torche-fleur."]
+ quest.72989212DD45DC10.quest_subtitle: "Le cousin éloigné de Scruff McGruff"
+ quest.72989212DD45DC10.title: "&aLe &5Renifleur"
+ quest.72E1C19156633391.quest_desc: ["Les seaux et réservoirs sont un excellent moyen, en début de partie, de transporter de la lave."]
+ quest.72E1C19156633391.title: "Seau de lave"
+ quest.76406EFFF8CBA6B4.quest_desc: ["Les diamants sont l'un des meilleurs matériaux pour fabriquer des outils, mais ils te permettent aussi de visiter de nouvelles dimensions comme la Twilight Forest !"]
+ quest.76406EFFF8CBA6B4.title: "On a trouvé des &bDiamants&r !"
+ quest.7741905EA8380B25.quest_desc: ["Les &aModèles de forge&r sont des objets utilisés pour ajouter des ornements à ton armure ! Cela peut être fait dans les tables de forge.\\n\\nMême s'ils ont une recette, la plupart des ornements sont des trouvailles rares dans les coffres de butin ou les fouilles archéologiques. Une fois que tu en trouves un, tu peux dupliquer le modèle en utilisant la recette pour en créer davantage !"]
+ quest.7741905EA8380B25.title: "&dModèle de forge"
+ quest.790EC3EDC2DB1FB0.quest_desc: ["Comme mentionné plus tôt, ce mod ajoute plein de façons amusantes de générer de l'énergie qui nécessitent des constructions spécifiques."]
+ quest.790EC3EDC2DB1FB0.title: "Generators Galore"
+ quest.7975C7145572C438.quest_desc: ["Que tu sois un joueur expérimenté en mods, ou un parfait débutant sur MC, tout le monde doit fabriquer une &2pioche en bois&r.\\n\\nLes pioches permettent de casser la plupart des blocs de pierre et de métal. Celle-ci ne durera pas longtemps, alors pense à récupérer un peu de &3pierres&r avec !"]
+ quest.7975C7145572C438.title: "Notre première pioche"
+ quest.7D38BC3DB3406F51.quest_desc: ["Avec notre pioche en bois, la pierre ne devrait plus être un problème à casser !\\n\\nLa &3pierre&r débloque la suite de la progression en te permettant de fabriquer un four pour fondre nos minerais.\\n\\nTu voudras aussi améliorer ta pioche en pierre pour miner de meilleurs minerais comme le &bfer&r !"]
+ quest.7D38BC3DB3406F51.title: "Âge de pierre"
+ quest.7EC01E7DB045DB05.quest_desc: ["Les &aAugments&r sont des améliorations de four qui peuvent soit changer soit améliorer la fonction d'un four.\\n\\n - Blasting : convertit le four pour n'autoriser que les recettes de haut fourneau.\\n\\n - Smoking : convertit le four pour n'autoriser que les recettes de fumoir.\\n\\n - Factory : convertit le four pour utiliser de l'énergie au lieu du combustible, et l'améliore en usine, lui permettant de faire cuire plusieurs objets à la fois. Cela augmente selon le palier du four.\\n\\n - Speed : double la vitesse du four au prix d'une consommation de combustible doublée.\\n\\n - Fuel Efficiency : double le nombre d'objets cuits par combustible, mais réduit la vitesse de 25 %"]
+ quest.7EC01E7DB045DB05.title: "&aAugments&r des fours"
+ task.0AFA64F1025569A2.title: "Équipement en Netherite"
+ task.1693B07767081FB3.title: "Modèle de forge"
+ task.173044E1C1134A80.title: "Pierre"
+ task.1869893A4F8E9E9C.title: "Marteaux à minerai"
+ task.1960B985B54B9FBD.title: "Câbles d'énergie"
+ task.26CDA4EADF919D5C.title: "Générateurs"
+ task.285A53DB9D54595D.title: "Bûches"
+ task.2CE553B282962E01.title: "Seaux"
+ task.2E49798B39BAA192.title: "Énergie solaire"
+ task.3209E46C9B05C163.title: "Équipement en diamant"
+ task.3BEA6C6A41D5ABEA.title: "Augments des fours"
+ task.3C95552D03C16F3D.title: "Stockage d'énergie"
+ task.44CEA28EBD6C0898.title: "Tous droits réservés"
+ task.539C6F64C251543B.title: "Charbon"
+ task.6CAD0E4CF3577BEB.title: "Tuer 1 Warden"
+ task.76C41881A02F2098.title: "Tuer 1 Wither"
+ task.7C6F7EF2B3AC2824.title: "Tous droits réservés"
+ task.7C88F80D05E62AC7.title: "Iron Furnaces"
+}
diff --git a/minecraft/config/ftbquests/quests/lang/fr_fr/file.snbt b/minecraft/config/ftbquests/quests/lang/fr_fr/file.snbt
new file mode 100644
index 0000000..d327cd3
--- /dev/null
+++ b/minecraft/config/ftbquests/quests/lang/fr_fr/file.snbt
@@ -0,0 +1,3 @@
+{
+ file.0000000000000001.title: "All The Mods 10"
+}
diff --git a/minecraft/config/ftbquests/quests/lang/id_id/chapters/mekanism.snbt b/minecraft/config/ftbquests/quests/lang/id_id/chapters/mekanism.snbt
index ffc67da..72a8210 100644
--- a/minecraft/config/ftbquests/quests/lang/id_id/chapters/mekanism.snbt
+++ b/minecraft/config/ftbquests/quests/lang/id_id/chapters/mekanism.snbt
@@ -202,7 +202,7 @@
quest.6CD1720B76F47806.quest_desc: ["&2&lBio-Generator&r kerjanya dengan cara ambil &2Bio Fuel&r, dijadiin &2Bioethanol&r, terus dipakai buat &aEnergi&r! \\n\\n&2&lGenerator&r yang ini sudah di-nerf parah, jadi disaranin nggak usah dipakai! \\n\\nItu karena kalian bandel bikin &aKebun Melon&r raksasa yang bikin TPS Server hancur!"]
quest.6CD1720B76F47806.title: "&2&lBio-Generator"
quest.6DC1E08D019FD543.quest_desc: [
- "&7Crystal&r kita butuh &lPengolahan&r yang lebih lagi! \\n\\nUlangi langkah sebelumnya buat bikin &6&lThermal Evaporation Plant&r biar dapat &eBrine&r. \\n\\nPakai &9&lElectrolytic Separator&r buat pisahin &eChlorine &fdari &eBrine&r. \\n\\nTerus dapatkan &bOxygen&r dengan masukin &9Air &fke &9&lElectrolytic Separator&r. \\n\\nGabungin &eChlorine &fdan &bHydrogen &fdi &a&lChemical Infuser&r biar dapat &3Hydrogen Chloride&r! \\n\\nDengan &c&lChemical Injector&r kita, kita bisa &cInject &f&7Crystal&f pakai &3Hydrogen Chloride&r buat dapat 2 &7Ore Shard&r dari tiap &7Ore Crystal&r."
+ "&7Crystal&r kita butuh &lPengolahan&r yang lebih lagi! \\n\\nUlangi langkah sebelumnya buat bikin &6&lThermal Evaporation Plant&r biar dapat &eBrine&r. \\n\\nPakai &9&lElectrolytic Separator&r buat pisahin &eChlorine &fdari &eBrine&r. \\n\\nTerus dapatkan &bHydrogen&r dengan masukin &9Air &fke &9&lElectrolytic Separator&r. \\n\\nGabungin &eChlorine &fdan &bHydrogen &fdi &a&lChemical Infuser&r biar dapat &3Hydrogen Chloride&r! \\n\\nDengan &c&lChemical Injector&r kita, kita bisa &cInject &f&7Crystal&f pakai &3Hydrogen Chloride&r buat dapat 2 &7Ore Shard&r dari tiap &7Ore Crystal&r."
"{image:atm:textures/questpics/mek/mek_tier4_3.png width:250 height:100 align:center}"
]
quest.6DC1E08D019FD543.quest_subtitle: "Pengolahan Bijih Tier 4"
diff --git a/minecraft/config/ftbquests/quests/lang/ja_jp/chapters/mekanism.snbt b/minecraft/config/ftbquests/quests/lang/ja_jp/chapters/mekanism.snbt
index f0b4507..09a900f 100644
--- a/minecraft/config/ftbquests/quests/lang/ja_jp/chapters/mekanism.snbt
+++ b/minecraft/config/ftbquests/quests/lang/ja_jp/chapters/mekanism.snbt
@@ -202,7 +202,7 @@
quest.6CD1720B76F47806.quest_desc: ["&2&lバイオジェネレーター&rは&2バイオ燃料&rを取り、&2バイオエタノール&rを作り、それを&aエネルギー&rに使用することで動作します! \\n\\nしかし、この&2&lジェネレーター&rは大幅にナーフされているため、使用しないことをお勧めします! \\n\\nそれは、あなたたちがサーバーのTPSを食べる大規模な&aメロン農場&rを作り続けるからです!"]
quest.6CD1720B76F47806.title: "&2&lバイオジェネレーター"
quest.6DC1E08D019FD543.quest_desc: [
- "私たちの&7クリスタル&rはさらなる&l処理&rが必要になります! \\n\\n&eBrine&rを作るために&6&l熱蒸発プラント&rを作る前のステップを繰り返します。 \\n\\n&9&l電解分離器&rを使用して&eBrine&rから&eChlorine&rを分離します。 \\n\\nそして&9水&fを&9&l電解分離器&rに入れて&bOxygen&rを取得します。 \\n\\n&a&lケミカルインフューザー&rで&eChlorine&fと&bOxygen&rを組み合わせて&3塩化水素&rを取得します! \\n\\n&c&lケミカルインジェクター&rを使用して、&7クリスタル&fに&3塩化水素&rを&c注入&rして、各&7鉱石クリスタル&rから2つの&7鉱石シャード&rを取得できます。"
+ "私たちの&7クリスタル&rはさらなる&l処理&rが必要になります! \\n\\n&eBrine&rを作るために&6&l熱蒸発プラント&rを作る前のステップを繰り返します。 \\n\\n&9&l電解分離器&rを使用して&eBrine&rから&eChlorine&rを分離します。 \\n\\nそして&9水&fを&9&l電解分離器&rに入れて&bHydrogen&rを取得します。 \\n\\n&a&lケミカルインフューザー&rで&eChlorine&fと&bHydrogen&rを組み合わせて&3塩化水素&rを取得します! \\n\\n&c&lケミカルインジェクター&rを使用して、&7クリスタル&fに&3塩化水素&rを&c注入&rして、各&7鉱石クリスタル&rから2つの&7鉱石シャード&rを取得できます。"
"{image:atm:textures/questpics/mek/mek_tier4_3.png width:250 height:100 align:center}"
]
quest.6DC1E08D019FD543.quest_subtitle: "ティア4鉱石処理"
@@ -305,3 +305,4 @@
task.729C1974AE346ECA.title: "精製器"
task.770B8B984F85AB73.title: "AllRightsReserved"
}
+
diff --git a/minecraft/config/ftbquests/quests/lang/pt_br/chapters/mekanism.snbt b/minecraft/config/ftbquests/quests/lang/pt_br/chapters/mekanism.snbt
index 7ccbc3b..46f685a 100644
--- a/minecraft/config/ftbquests/quests/lang/pt_br/chapters/mekanism.snbt
+++ b/minecraft/config/ftbquests/quests/lang/pt_br/chapters/mekanism.snbt
@@ -210,7 +210,7 @@
quest.6CD1720B76F47806.quest_desc: ["O &2&lBiogerador&r funciona pegando &2Bio Combustível&r, fazendo &2Bioetanol&r, e usando isso para &aEnergia&r! \\n\\nEste &2&lGerador&r foi fortemente nerfado, então é recomendado não usá-lo! \\n\\nIsso porque vocês, cabeças de vento, continuam fazendo enormes &aFazendas de Melão&r que consomem o TPS dos Servidores!"]
quest.6CD1720B76F47806.title: "&2&lBiogerador"
quest.6DC1E08D019FD543.quest_desc: [
- "Nossos &7Cristais&r precisarão de ainda mais &lProcessamento&r! \\n\\nRepita os passos anteriores de fazer uma &6&lPlanta de Evaporação Térmico&r para criar &eSalmoura&r. \\n\\nUse um &9&lSeparador Eletrolítico&r para Separar o &eCloro &fda &eSalmoura&r. \\n\\nEm seguida, obtenha &bOxigênio&r colocando &9Água &fem um &9&lSeparador Eletrolítico&r. \\n\\nCombine o &eCloro &fe o &bHidrogênio &fem um &a&lInfusor Químico&r para obter &3Cloreto de Hidrogênio&r! \\n\\nCom nosso &c&lInjetor Químico&r, podemos &cInjetar &fos &7Cristais&f com &3Cloreto de Hidrogênio&r para obter 2 &7Fragmentos de Minério&r de cada &7Cristal de Minério&r."
+ "Nossos &7Cristais&r precisarão de ainda mais &lProcessamento&r! \\n\\nRepita os passos anteriores de fazer uma &6&lPlanta de Evaporação Térmico&r para criar &eSalmoura&r. \\n\\nUse um &9&lSeparador Eletrolítico&r para Separar o &eCloro &fda &eSalmoura&r. \\n\\nEm seguida, obtenha &bHidrogênio&r colocando &9Água &fem um &9&lSeparador Eletrolítico&r. \\n\\nCombine o &eCloro &fe o &bHidrogênio &fem um &a&lInfusor Químico&r para obter &3Cloreto de Hidrogênio&r! \\n\\nCom nosso &c&lInjetor Químico&r, podemos &cInjetar &fos &7Cristais&f com &3Cloreto de Hidrogênio&r para obter 2 &7Fragmentos de Minério&r de cada &7Cristal de Minério&r."
"{image:atm:textures/questpics/mek/mek_tier4_3.png width:250 height:100 align:center}"
]
quest.6DC1E08D019FD543.quest_subtitle: "Processamento de Minério Tier 4"
@@ -318,4 +318,5 @@
task.6DCF32EB40B8E9C6.title: "Pós de Minério"
task.729C1974AE346ECA.title: "Purificação"
task.770B8B984F85AB73.title: "TodosOsDireitosReservados"
-}
\ No newline at end of file
+
+}
diff --git a/minecraft/config/ftbquests/quests/lang/ru_ru/chapters/mekanism.snbt b/minecraft/config/ftbquests/quests/lang/ru_ru/chapters/mekanism.snbt
index 006198a..b80e2ce 100644
--- a/minecraft/config/ftbquests/quests/lang/ru_ru/chapters/mekanism.snbt
+++ b/minecraft/config/ftbquests/quests/lang/ru_ru/chapters/mekanism.snbt
@@ -197,7 +197,7 @@
quest.6CD1720B76F47806.quest_desc: ["Этот генератор сжигает биотопливо для выработки энергии. Он производит около 140 FE/т."]
quest.6CD1720B76F47806.title: "&2&lБиогенератор"
quest.6DC1E08D019FD543.quest_desc: [
- "Наши &7кристаллы&r потребуют ещё большей &lпереработки&r! \\n\\nПовторите предыдущие шаги по созданию &6&lтеплового испарителя&r для получения &eрассола&r. \\n\\nИспользуйте &9&lэлектролитический сепаратор&r, чтобы отделить &eхлор &fот &eрассола&r. \\n\\nЗатем получите &bкислород&r, поместив &9воду &fв &9&lэлектролитический сепаратор&r. \\n\\nОбъедините &eхлор &fи &bкислород &fв &a&lхимическом наполнителе&r, чтобы получить &3соляную кислоту&r! \\n\\nС помощью нашей &c&lхимической реакционной камеры&r мы можем &cввести &fв &7кристаллы&f &3соляную кислоту&r, чтобы получить 2 &7осколка руды&r из каждого &7кристалла руды&r."
+ "Наши &7кристаллы&r потребуют ещё большей &lпереработки&r! \\n\\nПовторите предыдущие шаги по созданию &6&lтеплового испарителя&r для получения &eрассола&r. \\n\\nИспользуйте &9&lэлектролитический сепаратор&r, чтобы отделить &eхлор &fот &eрассола&r. \\n\\nЗатем получите &bводород&r, поместив &9воду &fв &9&lэлектролитический сепаратор&r. \\n\\nОбъедините &eхлор &fи &bводород &fв &a&lхимическом наполнителе&r, чтобы получить &3соляную кислоту&r! \\n\\nС помощью нашей &c&lхимической реакционной камеры&r мы можем &cввести &fв &7кристаллы&f &3соляную кислоту&r, чтобы получить 2 &7осколка руды&r из каждого &7кристалла руды&r."
"{image:atm:textures/questpics/mek/mek_tier4_3.png width:250 height:100 align:center}"
]
quest.6DC1E08D019FD543.quest_subtitle: "4-й уровень переработки руды"
@@ -290,3 +290,4 @@
task.770B8B984F85AB73.title: "Все права защищены"
task.7EA092725A784CA7.title: "Плавящие механизмы"
}
+
diff --git a/minecraft/config/ftbquests/quests/lang/uk_ua/chapters/mekanism.snbt b/minecraft/config/ftbquests/quests/lang/uk_ua/chapters/mekanism.snbt
index b5c20cb..a7eab24 100644
--- a/minecraft/config/ftbquests/quests/lang/uk_ua/chapters/mekanism.snbt
+++ b/minecraft/config/ftbquests/quests/lang/uk_ua/chapters/mekanism.snbt
@@ -203,7 +203,7 @@
quest.6CD1720B76F47806.quest_desc: ["&2&lБіо-Генератор&r працює, переробляючи &2Біо-Паливо&r у &2Біоетанол&r, а потім у &aЕнергію&r! \\n\\nАле цей &2&lГенератор&r сильно ослабили, тож не рекомендується його використовувати! \\n\\nВсе через те, що ви робите гігантські &aФерми кавунів&r, які з'їдають TPS серверів!"]
quest.6CD1720B76F47806.title: "&2&lБіо-Генератор"
quest.6DC1E08D019FD543.quest_desc: [
- "Нашим &7кристалам&r потрібно ще більше &lобробки&r! \\n\\nПовторіть попередні кроки зі створення &6&lТермічної випарної установки&r, щоб отримати &eропу&r. \\n\\nВикористайте &9&lЕлектролітичний сепаратор&r, щоб відокремити &eхлор &fвід &eропи&r. \\n\\nПотім отримайте &bкисень&r, подавши &9воду &fв &9&lЕлектролітичний сепаратор&r. \\n\\nЗ'єднайте &eхлор &fта &bкисень &fу &a&lХімічному наповнювачі&r, щоб отримати &3хлороводень&r! \\n\\nЗа допомогою &c&lХімічного ін'єктора&r ми можемо &cввести &f&7кристали&f &3хлороводнем&r, щоб отримати 2 &7осколки руди&r з кожного &7кристалу руди&r."
+ "Нашим &7кристалам&r потрібно ще більше &lобробки&r! \\n\\nПовторіть попередні кроки зі створення &6&lТермічної випарної установки&r, щоб отримати &eропу&r. \\n\\nВикористайте &9&lЕлектролітичний сепаратор&r, щоб відокремити &eхлор &fвід &eропи&r. \\n\\nПотім отримайте &bводень&r, подавши &9воду &fв &9&lЕлектролітичний сепаратор&r. \\n\\nЗ'єднайте &eхлор &fта &bводень &fу &a&lХімічному наповнювачі&r, щоб отримати &3хлороводень&r! \\n\\nЗа допомогою &c&lХімічного ін'єктора&r ми можемо &cввести &f&7кристали&f &3хлороводнем&r, щоб отримати 2 &7осколки руди&r з кожного &7кристалу руди&r."
"{image:atm:textures/questpics/mek/mek_tier4_3.png width:250 height:100 align:center}"
]
quest.6DC1E08D019FD543.quest_subtitle: "Tier 4 Ore Processing"
@@ -310,3 +310,4 @@
task.729C1974AE346ECA.title: "Очищувачі"
task.770B8B984F85AB73.title: "AllRightsReserved"
}
+
diff --git a/minecraft/config/nyctography.json b/minecraft/config/nyctography.json
new file mode 100644
index 0000000..7b9d881
--- /dev/null
+++ b/minecraft/config/nyctography.json
@@ -0,0 +1,46 @@
+{
+ "banner_stencil_trade": {
+ "//": [
+ "The wandering trader may sell the nyctograph alphabet banner pattern to players.",
+ "These options configure the properties of that trade entry. "
+ ],
+ "value": {
+ "enabled": {
+ "//": "Determines if the trade should be registered or not.",
+ "//default": true,
+ "value": true
+ },
+ "currency_item": {
+ "//": "The ID of the item used to buy this trade.",
+ "//default": "minecraft:emerald",
+ "value": "minecraft:emerald"
+ },
+ "cost": {
+ "//": "The amount of the currency item required.",
+ "//default": 5,
+ "value": 5
+ },
+ "uses": {
+ "//": [
+ "The amount of times the trade can be performed before the villager needs to ",
+ "restock. "
+ ],
+ "//default": 4,
+ "value": 4
+ },
+ "is_rare": {
+ "//": [
+ "Determines if the trade should be registered to the rare pool or the common ",
+ "pool. "
+ ],
+ "//default": true,
+ "value": true
+ }
+ }
+ },
+ "craftable_banner_pattern": {
+ "//": "Determines if the nyctograph banner pattern recipe should be craftable.",
+ "//default": true,
+ "value": true
+ }
+}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/allthemodium.json b/minecraft/config/potionsmaster/allthemodium.json
index ffecc5d..0a08b52 100644
--- a/minecraft/config/potionsmaster/allthemodium.json
+++ b/minecraft/config/potionsmaster/allthemodium.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/allthemodium",
"color": -75430,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "allthemodium:raw_allthemodium"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/aluminum.json b/minecraft/config/potionsmaster/aluminum.json
index d772d08..4ac14e8 100644
--- a/minecraft/config/potionsmaster/aluminum.json
+++ b/minecraft/config/potionsmaster/aluminum.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/aluminum",
"color": -1842205,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "alltheores:raw_aluminum"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/coal.json b/minecraft/config/potionsmaster/coal.json
index efde482..cefabea 100644
--- a/minecraft/config/potionsmaster/coal.json
+++ b/minecraft/config/potionsmaster/coal.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/coal",
"color": -14671840,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "minecraft:coal"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/copper.json b/minecraft/config/potionsmaster/copper.json
index 896d760..df1ebd1 100644
--- a/minecraft/config/potionsmaster/copper.json
+++ b/minecraft/config/potionsmaster/copper.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/copper",
"color": -4755398,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "minecraft:raw_copper"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/diamond.json b/minecraft/config/potionsmaster/diamond.json
index 42aaea7..6917e39 100644
--- a/minecraft/config/potionsmaster/diamond.json
+++ b/minecraft/config/potionsmaster/diamond.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/diamond",
"color": -12723229,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "minecraft:diamond"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/emerald.json b/minecraft/config/potionsmaster/emerald.json
index 0418d78..4748a12 100644
--- a/minecraft/config/potionsmaster/emerald.json
+++ b/minecraft/config/potionsmaster/emerald.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/emerald",
"color": -16711936,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "minecraft:emerald"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/gold.json b/minecraft/config/potionsmaster/gold.json
index aab2960..17283a0 100644
--- a/minecraft/config/potionsmaster/gold.json
+++ b/minecraft/config/potionsmaster/gold.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/gold",
"color": -2838729,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "minecraft:raw_gold"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/iron.json b/minecraft/config/potionsmaster/iron.json
index 4b40da6..784eb60 100644
--- a/minecraft/config/potionsmaster/iron.json
+++ b/minecraft/config/potionsmaster/iron.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/iron",
"color": -1785686,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "minecraft:raw_iron"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/lapis.json b/minecraft/config/potionsmaster/lapis.json
index 852af64..825dd5b 100644
--- a/minecraft/config/potionsmaster/lapis.json
+++ b/minecraft/config/potionsmaster/lapis.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/lapis",
"color": -16776961,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "minecraft:lapis_lazuli"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/lead.json b/minecraft/config/potionsmaster/lead.json
index 70bd02c..7c2381a 100644
--- a/minecraft/config/potionsmaster/lead.json
+++ b/minecraft/config/potionsmaster/lead.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/lead",
"color": -8614714,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "alltheores:raw_lead"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/netherite.json b/minecraft/config/potionsmaster/netherite.json
index c2247aa..e35c0cf 100644
--- a/minecraft/config/potionsmaster/netherite.json
+++ b/minecraft/config/potionsmaster/netherite.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/netherite_scrap",
"color": -23296,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "minecraft:netherite_scrap"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/nickel.json b/minecraft/config/potionsmaster/nickel.json
index 400fabd..edf7d8b 100644
--- a/minecraft/config/potionsmaster/nickel.json
+++ b/minecraft/config/potionsmaster/nickel.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/nickel",
"color": -5658236,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "alltheores:raw_nickel"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/osmium.json b/minecraft/config/potionsmaster/osmium.json
index e47efe4..62578f9 100644
--- a/minecraft/config/potionsmaster/osmium.json
+++ b/minecraft/config/potionsmaster/osmium.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/osmium",
"color": -16777012,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "alltheores:raw_osmium"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/platinum.json b/minecraft/config/potionsmaster/platinum.json
index 408bc73..24e03d4 100644
--- a/minecraft/config/potionsmaster/platinum.json
+++ b/minecraft/config/potionsmaster/platinum.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/platinum",
"color": -4868609,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "alltheores:raw_platinum"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/quartz.json b/minecraft/config/potionsmaster/quartz.json
index eba8594..952ea26 100644
--- a/minecraft/config/potionsmaster/quartz.json
+++ b/minecraft/config/potionsmaster/quartz.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/quartz",
"color": -1,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "minecraft:quartz"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/redstone.json b/minecraft/config/potionsmaster/redstone.json
index fb8ae0d..7e18d61 100644
--- a/minecraft/config/potionsmaster/redstone.json
+++ b/minecraft/config/potionsmaster/redstone.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/redstone",
"color": -65536,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "minecraft:redstone"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/silver.json b/minecraft/config/potionsmaster/silver.json
index 8e1664c..523a3b6 100644
--- a/minecraft/config/potionsmaster/silver.json
+++ b/minecraft/config/potionsmaster/silver.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/silver",
"color": -5971737,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "alltheores:raw_silver"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/tin.json b/minecraft/config/potionsmaster/tin.json
index 2931452..57efb63 100644
--- a/minecraft/config/potionsmaster/tin.json
+++ b/minecraft/config/potionsmaster/tin.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/tin",
"color": -888205,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "alltheores:raw_tin"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/unobtainium.json b/minecraft/config/potionsmaster/unobtainium.json
index 01fc2d2..37855d3 100644
--- a/minecraft/config/potionsmaster/unobtainium.json
+++ b/minecraft/config/potionsmaster/unobtainium.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/unobtainium",
"color": -3058973,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "allthemodium:raw_unobtainium"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/uranium.json b/minecraft/config/potionsmaster/uranium.json
index 66a8ac5..6bc2bfd 100644
--- a/minecraft/config/potionsmaster/uranium.json
+++ b/minecraft/config/potionsmaster/uranium.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/uranium",
"color": -8460424,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "alltheores:raw_uranium"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/vibranium.json b/minecraft/config/potionsmaster/vibranium.json
index 400a712..a2bd671 100644
--- a/minecraft/config/potionsmaster/vibranium.json
+++ b/minecraft/config/potionsmaster/vibranium.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/vibranium",
"color": -14229880,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "allthemodium:raw_vibranium"
}
\ No newline at end of file
diff --git a/minecraft/config/potionsmaster/zinc.json b/minecraft/config/potionsmaster/zinc.json
index 140a1ae..e979859 100644
--- a/minecraft/config/potionsmaster/zinc.json
+++ b/minecraft/config/potionsmaster/zinc.json
@@ -3,5 +3,6 @@
"oretag": "c:ores/zinc",
"color": -4868747,
"drawing": false,
- "order": 0
+ "order": 0,
+ "recipeItem": "alltheores:raw_zinc"
}
\ No newline at end of file
diff --git a/minecraft/kubejs/data/minecraft/kubejs/recipe_schema/shaped.json b/minecraft/kubejs/data/minecraft/kubejs/recipe_schema/shaped.json
new file mode 100644
index 0000000..08c065d
--- /dev/null
+++ b/minecraft/kubejs/data/minecraft/kubejs/recipe_schema/shaped.json
@@ -0,0 +1,93 @@
+{
+ "factory": "kubejs:shaped",
+ "keys": [
+ {
+ "name": "result",
+ "role": "output",
+ "type": "item_stack"
+ },
+ {
+ "name": "pattern",
+ "type": {
+ "type": "list",
+ "component": "string"
+ }
+ },
+ {
+ "name": "key",
+ "role": "input",
+ "type": {
+ "type": "pattern",
+ "component": "ingredient"
+ }
+ },
+ {
+ "name": "kubejs:mirror",
+ "type": "boolean",
+ "function_names": ["kjsMirror"],
+ "optional": true,
+ "excluded": true
+ },
+ {
+ "name": "kubejs:shrink",
+ "type": "boolean",
+ "function_names": ["kjsShrink"],
+ "optional": true,
+ "excluded": true
+ },
+ {
+ "name": "category",
+ "role": "other",
+ "type": "crafting_book_category",
+ "optional": "misc",
+ "excluded": true
+ },
+ {
+ "name": "show_notification",
+ "role": "other",
+ "type": "boolean",
+ "optional": true,
+ "excluded": true
+ }
+ ],
+ "unique": ["result"],
+ "constructors": [
+ {
+ "keys": ["result", "pattern", "key"]
+ }
+ ],
+ "functions": {
+ "noMirror": {
+ "type": "set",
+ "key": "kubejs:mirror",
+ "value": false
+ },
+ "noShrink": {
+ "type": "set",
+ "key": "kubejs:shrink",
+ "value": false
+ },
+ "noNotification": {
+ "type": "set",
+ "key": "show_notification",
+ "value": false
+ },
+ "buildingCategory": {
+ "type": "set",
+ "key": "category",
+ "value": "building"
+ },
+ "redstoneCategory": {
+ "type": "set",
+ "key": "category",
+ "value": "redstone"
+ },
+ "equipmentCategory": {
+ "type": "set",
+ "key": "category",
+ "value": "equipment"
+ }
+ },
+ "post_processors": [
+ ]
+}
\ No newline at end of file
diff --git a/minecraft/kubejs/server_scripts/Tweaks/recipes_fix.js b/minecraft/kubejs/server_scripts/Tweaks/recipes_fix.js
index 1c4746f..9e3f5bd 100644
--- a/minecraft/kubejs/server_scripts/Tweaks/recipes_fix.js
+++ b/minecraft/kubejs/server_scripts/Tweaks/recipes_fix.js
@@ -196,6 +196,10 @@ KubeJSTweaks.beforeRecipes(event => {
entry.replaceValueAtKey("ingredients", "tag", "c:glass", "c:glass_blocks/colorless")
})
+ event.getEntry("regions_unexplored:prismaglass").forEach(entry => {
+ entry.replaceValueAtKey("key", "tag", "c:glass", "c:glass_blocks/colorless")
+ })
+
event.getEntry(/^regions_unexplored:.*_snowbelle$/)
.forEach(entry => {
let ings = entry.json().get("ingredients")
@@ -212,5 +216,26 @@ KubeJSTweaks.beforeRecipes(event => {
}
})
+ event.getEntry(/^regions_unexplored:.*_painted_planks$/)
+ .forEach(entry => {
+ let keys = entry.json().get("key")
+ if (keys != null) {
+ for (let key of keys.asMap().values()) {
+ let tag = key.get("tag")
+ if (tag != null) {
+ if (tag.getAsString().endsWith("_dyes")) {
+ let color = tag.getAsString().replace("c:","").replace("_dyes","")
+ key["addProperty(java.lang.String,java.lang.String)"]("tag", "c:dyes/" + color)
+ }
+ }
+ }
+ }
+ })
+
+ event.getEntry(["pneumaticcraft:block_heat_properties/createlowheated/basic_burner_empowered","pneumaticcraft:block_heat_properties/createlowheated/basic_burner_lit"])
+ .forEach(entry => {
+ entry.json().add("neoforge:conditions", [{ "type": "neoforge:mod_loaded", "modid": "createlowheated"}])
+ })
+
console.log(`Fixing recipes took ${timer.stop().elapsed("milliseconds")} ms...`)
})
\ No newline at end of file
diff --git a/minecraft/mods/AdditionalEnchantedMiner-1.21.1-neoforge-21.1.146.jar b/minecraft/mods/AdditionalEnchantedMiner-1.21.1-neoforge-21.1.147.jar
similarity index 75%
rename from minecraft/mods/AdditionalEnchantedMiner-1.21.1-neoforge-21.1.146.jar
rename to minecraft/mods/AdditionalEnchantedMiner-1.21.1-neoforge-21.1.147.jar
index 1c2a35d..c6ac97b 100644
Binary files a/minecraft/mods/AdditionalEnchantedMiner-1.21.1-neoforge-21.1.146.jar and b/minecraft/mods/AdditionalEnchantedMiner-1.21.1-neoforge-21.1.147.jar differ
diff --git a/minecraft/mods/AdvancedPeripherals-1.21.1-0.7.59b.jar b/minecraft/mods/AdvancedPeripherals-1.21.1-0.7.60b.jar
similarity index 69%
rename from minecraft/mods/AdvancedPeripherals-1.21.1-0.7.59b.jar
rename to minecraft/mods/AdvancedPeripherals-1.21.1-0.7.60b.jar
index 6127c15..5d45aff 100644
Binary files a/minecraft/mods/AdvancedPeripherals-1.21.1-0.7.59b.jar and b/minecraft/mods/AdvancedPeripherals-1.21.1-0.7.60b.jar differ
diff --git a/minecraft/mods/Apotheosis-1.21.1-8.5.1.jar b/minecraft/mods/Apotheosis-1.21.1-8.5.2.jar
similarity index 93%
rename from minecraft/mods/Apotheosis-1.21.1-8.5.1.jar
rename to minecraft/mods/Apotheosis-1.21.1-8.5.2.jar
index 66dd849..89a2391 100644
Binary files a/minecraft/mods/Apotheosis-1.21.1-8.5.1.jar and b/minecraft/mods/Apotheosis-1.21.1-8.5.2.jar differ
diff --git a/minecraft/mods/ConstructionSticks-1.21.1-1.2.3.jar b/minecraft/mods/ConstructionSticks-1.21.1-1.3.0.jar
similarity index 58%
rename from minecraft/mods/ConstructionSticks-1.21.1-1.2.3.jar
rename to minecraft/mods/ConstructionSticks-1.21.1-1.3.0.jar
index eeaded0..3a50eeb 100644
Binary files a/minecraft/mods/ConstructionSticks-1.21.1-1.2.3.jar and b/minecraft/mods/ConstructionSticks-1.21.1-1.3.0.jar differ
diff --git a/minecraft/mods/CrashAssistant-neoforge-1.20.6-1.21.4-1.10.30.jar b/minecraft/mods/CrashAssistant-neoforge-1.20.6-1.21.4-1.10.30.jar
deleted file mode 100644
index a2332aa..0000000
Binary files a/minecraft/mods/CrashAssistant-neoforge-1.20.6-1.21.4-1.10.30.jar and /dev/null differ
diff --git a/minecraft/mods/CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar b/minecraft/mods/CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar
new file mode 100644
index 0000000..743ee5f
Binary files /dev/null and b/minecraft/mods/CrashAssistant-neoforge-1.20.6-1.21.4-1.11.0.jar differ
diff --git a/minecraft/mods/ExtremeSoundMuffler-3.54_NeoForge-1.21.jar b/minecraft/mods/ExtremeSoundMuffler-3.55_NeoForge-1.21.jar
similarity index 91%
rename from minecraft/mods/ExtremeSoundMuffler-3.54_NeoForge-1.21.jar
rename to minecraft/mods/ExtremeSoundMuffler-3.55_NeoForge-1.21.jar
index 741b6c2..c881e37 100644
Binary files a/minecraft/mods/ExtremeSoundMuffler-3.54_NeoForge-1.21.jar and b/minecraft/mods/ExtremeSoundMuffler-3.55_NeoForge-1.21.jar differ
diff --git a/minecraft/mods/L_Ender's Cataclysm 1.21.1-3.23.jar b/minecraft/mods/L_Ender's Cataclysm 1.21.1-3.24.jar
similarity index 99%
rename from minecraft/mods/L_Ender's Cataclysm 1.21.1-3.23.jar
rename to minecraft/mods/L_Ender's Cataclysm 1.21.1-3.24.jar
index 90b4911..a7cc495 100644
Binary files a/minecraft/mods/L_Ender's Cataclysm 1.21.1-3.23.jar and b/minecraft/mods/L_Ender's Cataclysm 1.21.1-3.24.jar differ
diff --git a/minecraft/mods/MakeUp-UltraFast-9.4b.zip b/minecraft/mods/MakeUp-UltraFast-9.4c.zip
similarity index 88%
rename from minecraft/mods/MakeUp-UltraFast-9.4b.zip
rename to minecraft/mods/MakeUp-UltraFast-9.4c.zip
index ff8cbea..2378a42 100644
Binary files a/minecraft/mods/MakeUp-UltraFast-9.4b.zip and b/minecraft/mods/MakeUp-UltraFast-9.4c.zip differ
diff --git a/minecraft/mods/Super Factory Manager (SFM)-MC1.21.1-4.29.0.jar b/minecraft/mods/Super Factory Manager (SFM)-MC1.21.1-4.31.0.jar
similarity index 84%
rename from minecraft/mods/Super Factory Manager (SFM)-MC1.21.1-4.29.0.jar
rename to minecraft/mods/Super Factory Manager (SFM)-MC1.21.1-4.31.0.jar
index d3675b4..17533e6 100644
Binary files a/minecraft/mods/Super Factory Manager (SFM)-MC1.21.1-4.29.0.jar and b/minecraft/mods/Super Factory Manager (SFM)-MC1.21.1-4.31.0.jar differ
diff --git a/minecraft/mods/[neoforge]ctov-3.6.2-beta.1.jar b/minecraft/mods/[neoforge]ctov-3.6.2a.jar
similarity index 95%
rename from minecraft/mods/[neoforge]ctov-3.6.2-beta.1.jar
rename to minecraft/mods/[neoforge]ctov-3.6.2a.jar
index 121aca5..029864b 100644
Binary files a/minecraft/mods/[neoforge]ctov-3.6.2-beta.1.jar and b/minecraft/mods/[neoforge]ctov-3.6.2a.jar differ
diff --git a/minecraft/mods/actuallyadditions-1.3.24+mc1.21.1.jar b/minecraft/mods/actuallyadditions-1.3.25+mc1.21.1.jar
similarity index 93%
rename from minecraft/mods/actuallyadditions-1.3.24+mc1.21.1.jar
rename to minecraft/mods/actuallyadditions-1.3.25+mc1.21.1.jar
index c4edcb9..28b93e6 100644
Binary files a/minecraft/mods/actuallyadditions-1.3.24+mc1.21.1.jar and b/minecraft/mods/actuallyadditions-1.3.25+mc1.21.1.jar differ
diff --git a/minecraft/mods/ae2wtlib-19.4.0.jar b/minecraft/mods/ae2wtlib-19.4.1.jar
similarity index 85%
rename from minecraft/mods/ae2wtlib-19.4.0.jar
rename to minecraft/mods/ae2wtlib-19.4.1.jar
index 2244176..fb18a68 100644
Binary files a/minecraft/mods/ae2wtlib-19.4.0.jar and b/minecraft/mods/ae2wtlib-19.4.1.jar differ
diff --git a/minecraft/mods/alltheleaks-1.1.6+1.21.1-neoforge.jar b/minecraft/mods/alltheleaks-1.1.7+1.21.1-neoforge.jar
similarity index 86%
rename from minecraft/mods/alltheleaks-1.1.6+1.21.1-neoforge.jar
rename to minecraft/mods/alltheleaks-1.1.7+1.21.1-neoforge.jar
index 0be9c00..206a306 100644
Binary files a/minecraft/mods/alltheleaks-1.1.6+1.21.1-neoforge.jar and b/minecraft/mods/alltheleaks-1.1.7+1.21.1-neoforge.jar differ
diff --git a/minecraft/mods/allthetweaks-1.21.1-2.8.4.jar b/minecraft/mods/allthetweaks-1.21.1-2.8.5.jar
similarity index 99%
rename from minecraft/mods/allthetweaks-1.21.1-2.8.4.jar
rename to minecraft/mods/allthetweaks-1.21.1-2.8.5.jar
index 9307312..1fdda9b 100644
Binary files a/minecraft/mods/allthetweaks-1.21.1-2.8.4.jar and b/minecraft/mods/allthetweaks-1.21.1-2.8.5.jar differ
diff --git a/minecraft/mods/ars_elemancy-1.21.1-1.12.2.jar b/minecraft/mods/ars_elemancy-1.21.1-1.12.4.jar
similarity index 84%
rename from minecraft/mods/ars_elemancy-1.21.1-1.12.2.jar
rename to minecraft/mods/ars_elemancy-1.21.1-1.12.4.jar
index af25ed6..91a528f 100644
Binary files a/minecraft/mods/ars_elemancy-1.21.1-1.12.2.jar and b/minecraft/mods/ars_elemancy-1.21.1-1.12.4.jar differ
diff --git a/minecraft/mods/ars_elemental-1.21.1-0.7.8.4.jar b/minecraft/mods/ars_elemental-1.21.1-0.7.8.6.jar
similarity index 74%
rename from minecraft/mods/ars_elemental-1.21.1-0.7.8.4.jar
rename to minecraft/mods/ars_elemental-1.21.1-0.7.8.6.jar
index 6855d0f..15507c1 100644
Binary files a/minecraft/mods/ars_elemental-1.21.1-0.7.8.4.jar and b/minecraft/mods/ars_elemental-1.21.1-0.7.8.6.jar differ
diff --git a/minecraft/mods/ars_ocultas-1.21.1-2.2.1.jar b/minecraft/mods/ars_ocultas-1.21.1-2.2.1.jar
deleted file mode 100644
index 4bf6fe7..0000000
Binary files a/minecraft/mods/ars_ocultas-1.21.1-2.2.1.jar and /dev/null differ
diff --git a/minecraft/mods/ars_ocultas-1.21.1-2.4.0.jar b/minecraft/mods/ars_ocultas-1.21.1-2.4.0.jar
new file mode 100644
index 0000000..648fd58
Binary files /dev/null and b/minecraft/mods/ars_ocultas-1.21.1-2.4.0.jar differ
diff --git a/minecraft/mods/crystalix-2.4.0.jar b/minecraft/mods/crystalix-2.4.1.jar
similarity index 93%
rename from minecraft/mods/crystalix-2.4.0.jar
rename to minecraft/mods/crystalix-2.4.1.jar
index 456a593..b8b5d34 100644
Binary files a/minecraft/mods/crystalix-2.4.0.jar and b/minecraft/mods/crystalix-2.4.1.jar differ
diff --git a/minecraft/mods/enderio-8.1.1-beta.jar b/minecraft/mods/enderio-8.2.1-alpha.jar
similarity index 59%
rename from minecraft/mods/enderio-8.1.1-beta.jar
rename to minecraft/mods/enderio-8.2.1-alpha.jar
index d2df66b..f7bdf6e 100644
Binary files a/minecraft/mods/enderio-8.1.1-beta.jar and b/minecraft/mods/enderio-8.2.1-alpha.jar differ
diff --git a/minecraft/mods/evilcraft-1.21.1-neoforge-1.2.82.jar b/minecraft/mods/evilcraft-1.21.1-neoforge-1.2.82-785.jar
similarity index 90%
rename from minecraft/mods/evilcraft-1.21.1-neoforge-1.2.82.jar
rename to minecraft/mods/evilcraft-1.21.1-neoforge-1.2.82-785.jar
index cf518b6..e8e2f36 100644
Binary files a/minecraft/mods/evilcraft-1.21.1-neoforge-1.2.82.jar and b/minecraft/mods/evilcraft-1.21.1-neoforge-1.2.82-785.jar differ
diff --git a/minecraft/mods/experiencelib-1.21.1-1.1.1.jar b/minecraft/mods/experiencelib-1.21.1-1.1.1.jar
deleted file mode 100644
index 40f7968..0000000
Binary files a/minecraft/mods/experiencelib-1.21.1-1.1.1.jar and /dev/null differ
diff --git a/minecraft/mods/experiencelib-1.21.1-1.2.1.jar b/minecraft/mods/experiencelib-1.21.1-1.2.1.jar
new file mode 100644
index 0000000..fc804ab
Binary files /dev/null and b/minecraft/mods/experiencelib-1.21.1-1.2.1.jar differ
diff --git a/minecraft/mods/extended-industrialization-1.15.30-1.21.1.jar b/minecraft/mods/extended-industrialization-1.15.32-1.21.1.jar
similarity index 79%
rename from minecraft/mods/extended-industrialization-1.15.30-1.21.1.jar
rename to minecraft/mods/extended-industrialization-1.15.32-1.21.1.jar
index ed37fa8..bb2d9b3 100644
Binary files a/minecraft/mods/extended-industrialization-1.15.30-1.21.1.jar and b/minecraft/mods/extended-industrialization-1.15.32-1.21.1.jar differ
diff --git a/minecraft/mods/ftb-quests-neoforge-2101.1.21.jar b/minecraft/mods/ftb-quests-neoforge-2101.1.22.jar
similarity index 88%
rename from minecraft/mods/ftb-quests-neoforge-2101.1.21.jar
rename to minecraft/mods/ftb-quests-neoforge-2101.1.22.jar
index aa666bf..5aa330a 100644
Binary files a/minecraft/mods/ftb-quests-neoforge-2101.1.21.jar and b/minecraft/mods/ftb-quests-neoforge-2101.1.22.jar differ
diff --git a/minecraft/mods/ftb-xmod-compat-neoforge-21.1.7.jar b/minecraft/mods/ftb-xmod-compat-neoforge-21.1.8.jar
similarity index 84%
rename from minecraft/mods/ftb-xmod-compat-neoforge-21.1.7.jar
rename to minecraft/mods/ftb-xmod-compat-neoforge-21.1.8.jar
index e9eaea7..b5768e7 100644
Binary files a/minecraft/mods/ftb-xmod-compat-neoforge-21.1.7.jar and b/minecraft/mods/ftb-xmod-compat-neoforge-21.1.8.jar differ
diff --git a/minecraft/mods/geckolib-neoforge-1.21.1-4.8.3.jar b/minecraft/mods/geckolib-neoforge-1.21.1-4.8.4.jar
similarity index 90%
rename from minecraft/mods/geckolib-neoforge-1.21.1-4.8.3.jar
rename to minecraft/mods/geckolib-neoforge-1.21.1-4.8.4.jar
index 3af70bd..bfb2847 100644
Binary files a/minecraft/mods/geckolib-neoforge-1.21.1-4.8.3.jar and b/minecraft/mods/geckolib-neoforge-1.21.1-4.8.4.jar differ
diff --git a/minecraft/mods/herbsandharvest-1.21.1-6.jar b/minecraft/mods/herbsandharvest-1.21.1-8.jar
similarity index 91%
rename from minecraft/mods/herbsandharvest-1.21.1-6.jar
rename to minecraft/mods/herbsandharvest-1.21.1-8.jar
index 8affeba..f479cdf 100644
Binary files a/minecraft/mods/herbsandharvest-1.21.1-6.jar and b/minecraft/mods/herbsandharvest-1.21.1-8.jar differ
diff --git a/minecraft/mods/integratedcrafting-1.21.1-neoforge-1.4.4-479.jar b/minecraft/mods/integratedcrafting-1.21.1-neoforge-1.4.4-514.jar
similarity index 74%
rename from minecraft/mods/integratedcrafting-1.21.1-neoforge-1.4.4-479.jar
rename to minecraft/mods/integratedcrafting-1.21.1-neoforge-1.4.4-514.jar
index c3e4bbd..e250c86 100644
Binary files a/minecraft/mods/integratedcrafting-1.21.1-neoforge-1.4.4-479.jar and b/minecraft/mods/integratedcrafting-1.21.1-neoforge-1.4.4-514.jar differ
diff --git a/minecraft/mods/integrateddynamics-1.21.1-neoforge-1.32.0-1610.jar b/minecraft/mods/integrateddynamics-1.21.1-neoforge-1.32.0-1642.jar
similarity index 89%
rename from minecraft/mods/integrateddynamics-1.21.1-neoforge-1.32.0-1610.jar
rename to minecraft/mods/integrateddynamics-1.21.1-neoforge-1.32.0-1642.jar
index 99df591..768ee62 100644
Binary files a/minecraft/mods/integrateddynamics-1.21.1-neoforge-1.32.0-1610.jar and b/minecraft/mods/integrateddynamics-1.21.1-neoforge-1.32.0-1642.jar differ
diff --git a/minecraft/mods/integratedscripting-1.21.1-neoforge-1.0.21-321.jar b/minecraft/mods/integratedscripting-1.21.1-neoforge-1.0.21-335.jar
similarity index 97%
rename from minecraft/mods/integratedscripting-1.21.1-neoforge-1.0.21-321.jar
rename to minecraft/mods/integratedscripting-1.21.1-neoforge-1.0.21-335.jar
index aa6b825..7572866 100644
Binary files a/minecraft/mods/integratedscripting-1.21.1-neoforge-1.0.21-321.jar and b/minecraft/mods/integratedscripting-1.21.1-neoforge-1.0.21-335.jar differ
diff --git a/minecraft/mods/integratedterminals-1.21.1-neoforge-1.6.25.jar b/minecraft/mods/integratedterminals-1.21.1-neoforge-1.6.25-716.jar
similarity index 90%
rename from minecraft/mods/integratedterminals-1.21.1-neoforge-1.6.25.jar
rename to minecraft/mods/integratedterminals-1.21.1-neoforge-1.6.25-716.jar
index 5757ca2..c43cffb 100644
Binary files a/minecraft/mods/integratedterminals-1.21.1-neoforge-1.6.25.jar and b/minecraft/mods/integratedterminals-1.21.1-neoforge-1.6.25-716.jar differ
diff --git a/minecraft/mods/integratedtunnels-1.21.1-neoforge-1.9.3.jar b/minecraft/mods/integratedtunnels-1.21.1-neoforge-1.9.3-600.jar
similarity index 83%
rename from minecraft/mods/integratedtunnels-1.21.1-neoforge-1.9.3.jar
rename to minecraft/mods/integratedtunnels-1.21.1-neoforge-1.9.3-600.jar
index 476478c..b3f7f64 100644
Binary files a/minecraft/mods/integratedtunnels-1.21.1-neoforge-1.9.3.jar and b/minecraft/mods/integratedtunnels-1.21.1-neoforge-1.9.3-600.jar differ
diff --git a/minecraft/mods/irons_spellbooks-1.21.1-3.15.3.jar b/minecraft/mods/irons_spellbooks-1.21.1-3.15.4.jar
similarity index 93%
rename from minecraft/mods/irons_spellbooks-1.21.1-3.15.3.jar
rename to minecraft/mods/irons_spellbooks-1.21.1-3.15.4.jar
index 1c77775..fe3481e 100644
Binary files a/minecraft/mods/irons_spellbooks-1.21.1-3.15.3.jar and b/minecraft/mods/irons_spellbooks-1.21.1-3.15.4.jar differ
diff --git a/minecraft/mods/jupiter-2.3.5-1.21.1-neoforge.jar b/minecraft/mods/jupiter-2.3.6-1.21.1-neoforge.jar
similarity index 84%
rename from minecraft/mods/jupiter-2.3.5-1.21.1-neoforge.jar
rename to minecraft/mods/jupiter-2.3.6-1.21.1-neoforge.jar
index 3dfabf7..6a15798 100644
Binary files a/minecraft/mods/jupiter-2.3.5-1.21.1-neoforge.jar and b/minecraft/mods/jupiter-2.3.6-1.21.1-neoforge.jar differ
diff --git a/minecraft/mods/lithostitched-1.5.7-neoforge-1.21.1.jar b/minecraft/mods/lithostitched-1.5.7-neoforge-1.21.1.jar
deleted file mode 100644
index ca8ffb1..0000000
Binary files a/minecraft/mods/lithostitched-1.5.7-neoforge-1.21.1.jar and /dev/null differ
diff --git a/minecraft/mods/lithostitched-1.6.0-neoforge-1.21.1.jar b/minecraft/mods/lithostitched-1.6.0-neoforge-1.21.1.jar
new file mode 100644
index 0000000..edbad04
Binary files /dev/null and b/minecraft/mods/lithostitched-1.6.0-neoforge-1.21.1.jar differ
diff --git a/minecraft/mods/minecolonies-1.1.1281-1.21.1-snapshot.jar b/minecraft/mods/minecolonies-1.1.1282-1.21.1-snapshot.jar
similarity index 94%
rename from minecraft/mods/minecolonies-1.1.1281-1.21.1-snapshot.jar
rename to minecraft/mods/minecolonies-1.1.1282-1.21.1-snapshot.jar
index 7b3e5d6..e2bb2fe 100644
Binary files a/minecraft/mods/minecolonies-1.1.1281-1.21.1-snapshot.jar and b/minecraft/mods/minecolonies-1.1.1282-1.21.1-snapshot.jar differ
diff --git a/minecraft/mods/moonlight-1.21-2.29.18-neoforge.jar b/minecraft/mods/moonlight-1.21-2.29.18-neoforge.jar
deleted file mode 100644
index 061181f..0000000
Binary files a/minecraft/mods/moonlight-1.21-2.29.18-neoforge.jar and /dev/null differ
diff --git a/minecraft/mods/moonlight-1.21-2.29.20-neoforge.jar b/minecraft/mods/moonlight-1.21-2.29.20-neoforge.jar
new file mode 100644
index 0000000..244c704
Binary files /dev/null and b/minecraft/mods/moonlight-1.21-2.29.20-neoforge.jar differ
diff --git a/minecraft/mods/pneumaticcraft-repressurized-8.2.16+mc1.21.1.jar b/minecraft/mods/pneumaticcraft-repressurized-8.2.17+mc1.21.1.jar
similarity index 83%
rename from minecraft/mods/pneumaticcraft-repressurized-8.2.16+mc1.21.1.jar
rename to minecraft/mods/pneumaticcraft-repressurized-8.2.17+mc1.21.1.jar
index 7fec161..a83f898 100644
Binary files a/minecraft/mods/pneumaticcraft-repressurized-8.2.16+mc1.21.1.jar and b/minecraft/mods/pneumaticcraft-repressurized-8.2.17+mc1.21.1.jar differ
diff --git a/minecraft/mods/potionsmaster-21.1.113-0.7.1-packdev.jar b/minecraft/mods/potionsmaster-21.1.113-1.0.1.jar
similarity index 51%
rename from minecraft/mods/potionsmaster-21.1.113-0.7.1-packdev.jar
rename to minecraft/mods/potionsmaster-21.1.113-1.0.1.jar
index 4da55dd..b1dbeee 100644
Binary files a/minecraft/mods/potionsmaster-21.1.113-0.7.1-packdev.jar and b/minecraft/mods/potionsmaster-21.1.113-1.0.1.jar differ
diff --git a/minecraft/mods/productivebees-1.21.1-13.13.0.jar b/minecraft/mods/productivebees-1.21.1-13.13.1.jar
similarity index 78%
rename from minecraft/mods/productivebees-1.21.1-13.13.0.jar
rename to minecraft/mods/productivebees-1.21.1-13.13.1.jar
index da79697..046d2f9 100644
Binary files a/minecraft/mods/productivebees-1.21.1-13.13.0.jar and b/minecraft/mods/productivebees-1.21.1-13.13.1.jar differ
diff --git a/minecraft/mods/productivetrees-1.21.1-0.8.0.jar b/minecraft/mods/productivetrees-1.21.1-0.8.1.jar
similarity index 77%
rename from minecraft/mods/productivetrees-1.21.1-0.8.0.jar
rename to minecraft/mods/productivetrees-1.21.1-0.8.1.jar
index a40434a..ec9f850 100644
Binary files a/minecraft/mods/productivetrees-1.21.1-0.8.0.jar and b/minecraft/mods/productivetrees-1.21.1-0.8.1.jar differ
diff --git a/minecraft/mods/rechiseled-1.2.3-neoforge-mc1.21.jar b/minecraft/mods/rechiseled-1.2.4-neoforge-mc1.21.jar
similarity index 78%
rename from minecraft/mods/rechiseled-1.2.3-neoforge-mc1.21.jar
rename to minecraft/mods/rechiseled-1.2.4-neoforge-mc1.21.jar
index 0faf9a8..33f89e4 100644
Binary files a/minecraft/mods/rechiseled-1.2.3-neoforge-mc1.21.jar and b/minecraft/mods/rechiseled-1.2.4-neoforge-mc1.21.jar differ
diff --git a/minecraft/mods/silent-gear-1.21.1-neoforge-4.1.1.jar b/minecraft/mods/silent-gear-1.21.1-neoforge-4.1.2.jar
similarity index 75%
rename from minecraft/mods/silent-gear-1.21.1-neoforge-4.1.1.jar
rename to minecraft/mods/silent-gear-1.21.1-neoforge-4.1.2.jar
index fc4b9a1..c0bc0bd 100644
Binary files a/minecraft/mods/silent-gear-1.21.1-neoforge-4.1.1.jar and b/minecraft/mods/silent-gear-1.21.1-neoforge-4.1.2.jar differ
diff --git a/minecraft/mods/sophisticatedbackpacks-1.21.1-3.25.28.1537.jar b/minecraft/mods/sophisticatedbackpacks-1.21.1-3.25.30.1547.jar
similarity index 80%
rename from minecraft/mods/sophisticatedbackpacks-1.21.1-3.25.28.1537.jar
rename to minecraft/mods/sophisticatedbackpacks-1.21.1-3.25.30.1547.jar
index 3803747..50a9478 100644
Binary files a/minecraft/mods/sophisticatedbackpacks-1.21.1-3.25.28.1537.jar and b/minecraft/mods/sophisticatedbackpacks-1.21.1-3.25.30.1547.jar differ
diff --git a/minecraft/mods/sophisticatedcore-1.21.1-1.4.5.1499.jar b/minecraft/mods/sophisticatedcore-1.21.1-1.4.6.1506.jar
similarity index 90%
rename from minecraft/mods/sophisticatedcore-1.21.1-1.4.5.1499.jar
rename to minecraft/mods/sophisticatedcore-1.21.1-1.4.6.1506.jar
index b551039..d92213e 100644
Binary files a/minecraft/mods/sophisticatedcore-1.21.1-1.4.5.1499.jar and b/minecraft/mods/sophisticatedcore-1.21.1-1.4.6.1506.jar differ
diff --git a/minecraft/mods/structurize-1.0.815-1.21.1-snapshot.jar b/minecraft/mods/structurize-1.0.816-1.21.1.jar
similarity index 76%
rename from minecraft/mods/structurize-1.0.815-1.21.1-snapshot.jar
rename to minecraft/mods/structurize-1.0.816-1.21.1.jar
index 21e353e..a6387ae 100644
Binary files a/minecraft/mods/structurize-1.0.815-1.21.1-snapshot.jar and b/minecraft/mods/structurize-1.0.816-1.21.1.jar differ
diff --git a/minecraft/mods/stylecolonies-1.15.47-1.21.1.jar b/minecraft/mods/stylecolonies-1.15.50-1.21.1.jar
similarity index 93%
rename from minecraft/mods/stylecolonies-1.15.47-1.21.1.jar
rename to minecraft/mods/stylecolonies-1.15.50-1.21.1.jar
index 83fa519..e407f9f 100644
Binary files a/minecraft/mods/stylecolonies-1.15.47-1.21.1.jar and b/minecraft/mods/stylecolonies-1.15.50-1.21.1.jar differ
diff --git a/minecraft/mods/supplementaries-1.21-3.5.24-neoforge.jar b/minecraft/mods/supplementaries-1.21-3.5.27-neoforge.jar
similarity index 61%
rename from minecraft/mods/supplementaries-1.21-3.5.24-neoforge.jar
rename to minecraft/mods/supplementaries-1.21-3.5.27-neoforge.jar
index 8375414..ebaf507 100644
Binary files a/minecraft/mods/supplementaries-1.21-3.5.24-neoforge.jar and b/minecraft/mods/supplementaries-1.21-3.5.27-neoforge.jar differ
diff --git a/minecraft/mods/utilityvest-1.2.2.jar b/minecraft/mods/utilityvest-1.2.5.jar
similarity index 61%
rename from minecraft/mods/utilityvest-1.2.2.jar
rename to minecraft/mods/utilityvest-1.2.5.jar
index dc01026..db61bc1 100644
Binary files a/minecraft/mods/utilityvest-1.2.2.jar and b/minecraft/mods/utilityvest-1.2.5.jar differ
diff --git a/minecraft/mods/waystones-neoforge-1.21.1-21.1.27.jar b/minecraft/mods/waystones-neoforge-1.21.1-21.1.28.jar
similarity index 81%
rename from minecraft/mods/waystones-neoforge-1.21.1-21.1.27.jar
rename to minecraft/mods/waystones-neoforge-1.21.1-21.1.28.jar
index 476920c..8f8a6ec 100644
Binary files a/minecraft/mods/waystones-neoforge-1.21.1-21.1.27.jar and b/minecraft/mods/waystones-neoforge-1.21.1-21.1.28.jar differ