From b791305f031c1146b56cc860242eeab579922f32 Mon Sep 17 00:00:00 2001 From: Madis Date: Thu, 1 Dec 2022 21:44:19 +0200 Subject: [PATCH] 4.5.4 --- CHANGELOG.md | 10 + CLI tools/CurseForge to MultiMC-Git.py | 16 +- CurseForge/manifest.json | 392 +++++++++--------- CurseForge/modlist.html | 92 ++-- Modrinth/modrinth.index.json | 76 ++-- .../.packignore | 7 +- .../Fabulously Optimized x.y.z/instance.cfg | 2 +- .../Copy all 3 folders! | 0 .../{.minecraft => minecraft}/config | 0 .../{.minecraft => minecraft}/mods/.gitkeep | 0 .../{.minecraft => minecraft}/resourcepacks | 0 .../Fabulously Optimized x.y.z/mmc-pack.json | 4 +- .../config/fabric_loader_dependencies.json | 2 +- .../config/isxander-main-menu-credits.json | 2 +- Packwiz/1.19.2/index.toml | 20 +- Packwiz/1.19.2/mods/fabric-api.pw.toml | 8 +- .../mods/fabric-language-kotlin.pw.toml | 8 +- Packwiz/1.19.2/mods/ferritecore.pw.toml | 8 +- Packwiz/1.19.2/mods/iris.pw.toml | 8 +- Packwiz/1.19.2/mods/languagereload.pw.toml | 8 +- .../1.19.2/mods/reeses-sodium-options.pw.toml | 8 +- Packwiz/1.19.2/mods/sodium-extra.pw.toml | 8 +- Packwiz/1.19.2/pack.toml | 6 +- .../1.19.2/resourcepacks/Mod Menu Helper.zip | Bin 24362 -> 26614 bytes 24 files changed, 344 insertions(+), 341 deletions(-) mode change 100644 => 120000 MultiMC-Packwiz/Fabulously Optimized (auto-update)/.packignore rename MultiMC/Fabulously Optimized x.y.z/{.minecraft => minecraft}/Copy all 3 folders! (100%) rename MultiMC/Fabulously Optimized x.y.z/{.minecraft => minecraft}/config (100%) rename MultiMC/Fabulously Optimized x.y.z/{.minecraft => minecraft}/mods/.gitkeep (100%) rename MultiMC/Fabulously Optimized x.y.z/{.minecraft => minecraft}/resourcepacks (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59299bb0..aa57139b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ This is the changelog for the Fabric modpack [Fabulously Optimized](https://www. ## 1.19.2 +### 4.5.4 (2022-12-01) + +- Updated Fabric API, Fabric Language Kotlin, FerriteCore, Iris Shaders, Language Reload, Reese's Sodium Options, Sodium Extra + - Mostly bug and crash fixes for all + - You can now search creative menu and recipe book in all selected languages (or disable it in Language Reload settings) +- Added Polish MMH translation by Radplay +- Fixed Estonian MMH translation +- Updated Fabric Loader to 0.14.11 where available +- MultiMC: reverted _.minecraft_ change because it made vanilla users' install harder on Unix-like systems + ### 4.5.3 (2022-11-24) - Updated Fabric API, Mod Menu, Sodium Extra diff --git a/CLI tools/CurseForge to MultiMC-Git.py b/CLI tools/CurseForge to MultiMC-Git.py index 9fbcd619..96b5c2fb 100644 --- a/CLI tools/CurseForge to MultiMC-Git.py +++ b/CLI tools/CurseForge to MultiMC-Git.py @@ -2,7 +2,7 @@ import os, shutil user_path = os.path.expanduser("~") cf_path = user_path + "/curseforge/minecraft/Instances/Fabulously Optimized/" -mmc_path = user_path + "/Documents/MultiMC/instances/Fabulously Optimized/" +mmc_path = user_path + "/Documents/MultiMC/instances/Fabulously Optimized/minecraft/" git_path = user_path + "/Documents/GitHub/fabulously-optimized/" minecraft_version = "1.19.2" packwiz_path = git_path + "Packwiz/" + minecraft_version @@ -39,13 +39,13 @@ def copy_file(from_path, to_path, from_desc, to_desc): # CurseForge to MultiMC -remove_dir(mmc_path + ".minecraft/config/", "MultiMC configs") -remove_file(mmc_path + ".minecraft/options.txt", "MultiMC options.txt") -remove_dir(mmc_path + ".minecraft/mods/", "MultiMC mods") -remove_dir(mmc_path + ".minecraft/resourcepacks/", "MultiMC resourcepacks") -copy_dir(cf_path + "config/", mmc_path + ".minecraft/config/", "CurseForge configs", "MultiMC") -copy_dir(cf_path + "mods/", mmc_path + ".minecraft/mods/", "CurseForge mods", "MultiMC") -copy_dir(cf_path + "resourcepacks/", mmc_path + ".minecraft/resourcepacks/", "CurseForge resource packs", "MultiMC") +remove_dir(mmc_path + "config/", "MultiMC configs") +remove_file(mmc_path + "options.txt", "MultiMC options.txt") +remove_dir(mmc_path + "mods/", "MultiMC mods") +remove_dir(mmc_path + "resourcepacks/", "MultiMC resourcepacks") +copy_dir(cf_path + "config/", mmc_path + "config/", "CurseForge configs", "MultiMC") +copy_dir(cf_path + "mods/", mmc_path + "mods/", "CurseForge mods", "MultiMC") +copy_dir(cf_path + "resourcepacks/", mmc_path + "resourcepacks/", "CurseForge resource packs", "MultiMC") # CurseForge to Git diff --git a/CurseForge/manifest.json b/CurseForge/manifest.json index e5392710..dd0bb2d5 100644 --- a/CurseForge/manifest.json +++ b/CurseForge/manifest.json @@ -11,102 +11,17 @@ "manifestType": "minecraftModpack", "manifestVersion": 1, "name": "Fabulously Optimized", - "version": "4.5.3", + "version": "4.5.4", "author": "robotkoer", "files": [ { - "projectID": 335493, - "fileID": 3829250, - "required": true - }, - { - "projectID": 518319, - "fileID": 3902698, - "required": true - }, - { - "projectID": 667299, - "fileID": 4087063, - "required": true - }, - { - "projectID": 448233, - "fileID": 3823508, - "required": true - }, - { - "projectID": 452046, - "fileID": 4046700, - "required": true - }, - { - "projectID": 408209, - "fileID": 4068431, + "projectID": 477078, + "fileID": 3821136, "required": true }, { "projectID": 459857, - "fileID": 3824694, - "required": true - }, - { - "projectID": 306612, - "fileID": 4104564, - "required": true - }, - { - "projectID": 563977, - "fileID": 3912555, - "required": true - }, - { - "projectID": 348521, - "fileID": 3972420, - "required": true - }, - { - "projectID": 643052, - "fileID": 3942300, - "required": true - }, - { - "projectID": 447673, - "fileID": 4098348, - "required": true - }, - { - "projectID": 619986, - "fileID": 4010511, - "required": true - }, - { - "projectID": 533006, - "fileID": 3844732, - "required": true - }, - { - "projectID": 475358, - "fileID": 4023319, - "required": true - }, - { - "projectID": 596224, - "fileID": 4060233, - "required": true - }, - { - "projectID": 374274, - "fileID": 2934596, - "required": true - }, - { - "projectID": 393442, - "fileID": 3824820, - "required": true - }, - { - "projectID": 634062, - "fileID": 4082460, + "fileID": 4117902, "required": true }, { @@ -115,63 +30,8 @@ "required": true }, { - "projectID": 452768, - "fileID": 3550935, - "required": true - }, - { - "projectID": 618812, - "fileID": 3846496, - "required": true - }, - { - "projectID": 455508, - "fileID": 4095268, - "required": true - }, - { - "projectID": 521783, - "fileID": 3835973, - "required": true - }, - { - "projectID": 627566, - "fileID": 3908979, - "required": true - }, - { - "projectID": 310205, - "fileID": 3865813, - "required": true - }, - { - "projectID": 511319, - "fileID": 3946216, - "required": true - }, - { - "projectID": 308769, - "fileID": 4075244, - "required": true - }, - { - "projectID": 579192, - "fileID": 4017181, - "required": true - }, - { - "projectID": 404870, - "fileID": 4017838, - "required": true - }, - { - "projectID": 574741, - "fileID": 4027846, - "required": true - }, - { - "projectID": 399798, - "fileID": 3854720, + "projectID": 533006, + "fileID": 3844732, "required": true }, { @@ -180,13 +40,13 @@ "required": true }, { - "projectID": 308702, - "fileID": 4100232, + "projectID": 452046, + "fileID": 4046700, "required": true }, { - "projectID": 531351, - "fileID": 3927270, + "projectID": 433447, + "fileID": 3831043, "required": true }, { @@ -195,8 +55,18 @@ "required": true }, { - "projectID": 477078, - "fileID": 3821136, + "projectID": 459496, + "fileID": 3957480, + "required": true + }, + { + "projectID": 455508, + "fileID": 4119878, + "required": true + }, + { + "projectID": 619986, + "fileID": 4010511, "required": true }, { @@ -205,8 +75,138 @@ "required": true }, { - "projectID": 568563, - "fileID": 4090086, + "projectID": 531351, + "fileID": 3927270, + "required": true + }, + { + "projectID": 618812, + "fileID": 3846496, + "required": true + }, + { + "projectID": 348521, + "fileID": 3972420, + "required": true + }, + { + "projectID": 310205, + "fileID": 3865813, + "required": true + }, + { + "projectID": 408209, + "fileID": 4068431, + "required": true + }, + { + "projectID": 308702, + "fileID": 4100232, + "required": true + }, + { + "projectID": 399798, + "fileID": 3854720, + "required": true + }, + { + "projectID": 306612, + "fileID": 4123950, + "required": true + }, + { + "projectID": 408481, + "fileID": 3966267, + "required": true + }, + { + "projectID": 393442, + "fileID": 3824820, + "required": true + }, + { + "projectID": 621768, + "fileID": 4054105, + "required": true + }, + { + "projectID": 634062, + "fileID": 4082460, + "required": true + }, + { + "projectID": 452768, + "fileID": 3550935, + "required": true + }, + { + "projectID": 475358, + "fileID": 4023319, + "required": true + }, + { + "projectID": 563977, + "fileID": 3912555, + "required": true + }, + { + "projectID": 596224, + "fileID": 4060233, + "required": true + }, + { + "projectID": 308769, + "fileID": 4123973, + "required": true + }, + { + "projectID": 403815, + "fileID": 3907238, + "required": true + }, + { + "projectID": 527334, + "fileID": 4126301, + "required": true + }, + { + "projectID": 667299, + "fileID": 4087063, + "required": true + }, + { + "projectID": 579192, + "fileID": 4017181, + "required": true + }, + { + "projectID": 433518, + "fileID": 3821870, + "required": true + }, + { + "projectID": 404870, + "fileID": 4017838, + "required": true + }, + { + "projectID": 335493, + "fileID": 3829250, + "required": true + }, + { + "projectID": 448233, + "fileID": 3823508, + "required": true + }, + { + "projectID": 415758, + "fileID": 3821513, + "required": true + }, + { + "projectID": 360438, + "fileID": 4077220, "required": true }, { @@ -220,54 +220,54 @@ "required": true }, { - "projectID": 415758, - "fileID": 3821513, + "projectID": 518319, + "fileID": 3902698, + "required": true + }, + { + "projectID": 574741, + "fileID": 4027846, + "required": true + }, + { + "projectID": 374274, + "fileID": 2934596, + "required": true + }, + { + "projectID": 643052, + "fileID": 3942300, + "required": true + }, + { + "projectID": 568563, + "fileID": 4090086, + "required": true + }, + { + "projectID": 627566, + "fileID": 3908979, + "required": true + }, + { + "projectID": 511319, + "fileID": 4126247, + "required": true + }, + { + "projectID": 447673, + "fileID": 4126062, + "required": true + }, + { + "projectID": 521783, + "fileID": 3835973, "required": true }, { "projectID": 521427, "fileID": 3975969, "required": true - }, - { - "projectID": 527334, - "fileID": 3933807, - "required": true - }, - { - "projectID": 360438, - "fileID": 4077220, - "required": true - }, - { - "projectID": 433447, - "fileID": 3831043, - "required": true - }, - { - "projectID": 433518, - "fileID": 3821870, - "required": true - }, - { - "projectID": 621768, - "fileID": 4054105, - "required": true - }, - { - "projectID": 459496, - "fileID": 3957480, - "required": true - }, - { - "projectID": 408481, - "fileID": 3966267, - "required": true - }, - { - "projectID": 403815, - "fileID": 3907238, - "required": true } ], "overrides": "overrides" diff --git a/CurseForge/modlist.html b/CurseForge/modlist.html index cffb0fb8..84d9f9bd 100644 --- a/CurseForge/modlist.html +++ b/CurseForge/modlist.html @@ -1,53 +1,53 @@  diff --git a/Modrinth/modrinth.index.json b/Modrinth/modrinth.index.json index 2e4d5d82..46a83ea6 100644 --- a/Modrinth/modrinth.index.json +++ b/Modrinth/modrinth.index.json @@ -1,7 +1,7 @@ { "formatVersion": 1, "game": "minecraft", - "versionId": "4.5.3", + "versionId": "4.5.4", "name": "Fabulously Optimized", "summary": "Improve your graphics and performance with this simple modpack. Experimental releases on Modrinth!", "files": [ @@ -199,26 +199,26 @@ "fileSize": 359468 }, { - "path": "mods/fabric-api-0.67.1+1.19.2.jar", + "path": "mods/fabric-api-0.68.0+1.19.2.jar", "hashes": { - "sha1": "1f21538bb3d1ef459627b37cbec84008f51be36d", - "sha512": "6dca8eb1695aebb9c47df7a86031e1a6438d91d8068d62f8176656739be9ef7f08c12868398b9a7a28a4f45c98cf85b086acb97dd67f112e97e9191dc6dc41b3" + "sha1": "bb4d02f261723dd81effd117df9437bfa20dc728", + "sha512": "bfe8b60875794c60b589754f9f6abefdd97581463d31dc4d2ac68a0735aea060e925964ba5bfdbb14dcab1ec9f426fb8aebba86ca28bd0dfd052052b435786e7" }, "downloads": [ - "https://cdn.modrinth.com/data/P7dR8mSH/versions/gdGDJ2bh/fabric-api-0.67.1%2B1.19.2.jar" + "https://cdn.modrinth.com/data/P7dR8mSH/versions/BXfHW8Ww/fabric-api-0.68.0%2B1.19.2.jar" ], - "fileSize": 1819120 + "fileSize": 1820290 }, { - "path": "mods/fabric-language-kotlin-1.8.6+kotlin.1.7.21.jar", + "path": "mods/fabric-language-kotlin-1.8.7+kotlin.1.7.22.jar", "hashes": { - "sha1": "edaaceb0f31f7d33a077e998e0ad9415a821aedd", - "sha512": "6610194d42c3a49f2b9d305f67a7d4970e3ce3bd1077c109bd1d279e2e6450088f17e103937441f233262c8d8a1f8323f2fc5ec4acac4362ad6141b6607fde87" + "sha1": "2f2d38ac49cb1882dc23aeb85e666e0bb76b872d", + "sha512": "e187b83944f92d79e8cb1916dabb4e806a2103580a9b8ed415da38f493bc7e807e62bb62ea373e53a1bb962747c71ebbf9597cce10b8b41679f31bce8020bd0a" }, "downloads": [ - "https://cdn.modrinth.com/data/Ha28R6CL/versions/UJQzC6Jw/fabric-language-kotlin-1.8.6%2Bkotlin.1.7.21.jar" + "https://cdn.modrinth.com/data/Ha28R6CL/versions/yLIAMDzv/fabric-language-kotlin-1.8.7%2Bkotlin.1.7.22.jar" ], - "fileSize": 6429255 + "fileSize": 6429262 }, { "path": "mods/fabricskyboxes-0.6.0+mc1.19.2.jar", @@ -254,15 +254,15 @@ "fileSize": 26471 }, { - "path": "mods/ferritecore-5.0.0-fabric.jar", + "path": "mods/ferritecore-5.0.3-fabric.jar", "hashes": { - "sha1": "14ab2f560fce8f20f5af07129dd71130ab9bb03f", - "sha512": "ea54167b9c054a7e486dc01113ee9fc6d3ed0e527cb2fe238f7f5ba5823ac18f4e7c70bf89d14c9845485ca881b757b7672cda610c7fac580fd55db7070d02b4" + "sha1": "4a124f8205e39b84a156db2d1e435c5708328d7b", + "sha512": "efbea36712322c71aee547ebc71b3644947e40bfa01d721fce5d5ba2db4aa6867e6a76f43d46e33ae8a2672f300bfc5b96510e164b1dd09cfae9cba0a195252d" }, "downloads": [ - "https://cdn.modrinth.com/data/uXXizFIs/versions/5.0.0-fabric/ferritecore-5.0.0-fabric.jar" + "https://cdn.modrinth.com/data/uXXizFIs/versions/kwjHqfz7/ferritecore-5.0.3-fabric.jar" ], - "fileSize": 119108 + "fileSize": 119275 }, { "path": "mods/fsb-interop-1.1.2+mc1.19.2-build.21.jar", @@ -288,15 +288,15 @@ "fileSize": 118642 }, { - "path": "mods/iris-mc1.19.2-1.4.2.jar", + "path": "mods/iris-mc1.19.2-1.4.3.jar", "hashes": { - "sha1": "38961d841e4246c87e4b95bc57cf60aa8a895b0e", - "sha512": "211595ee757c1abf4fd9969e0f77ed22539e091f12fe877ea6bd8d579c56a0faf41e74e6a181f85dc738ff05e549e021c0295d7e71565bb5511f4659e691932d" + "sha1": "b63d3c66c18bd79078539ea5268456ef6e358c84", + "sha512": "ffc639cea16909a607a5a2dda7278b4abfe694dff08050cee08d04789cced970c16fbd3921d15c088ee885c878f04b4bd65bc5e8b8bd630107469cda94732faa" }, "downloads": [ - "https://cdn.modrinth.com/data/YL57xq9U/versions/vujluWvJ/iris-mc1.19.2-1.4.2.jar" + "https://cdn.modrinth.com/data/YL57xq9U/versions/5Ox2LQ1C/iris-mc1.19.2-1.4.3.jar" ], - "fileSize": 2608782 + "fileSize": 2630849 }, { "path": "mods/item-model-fix-1.0.3+1.19.jar", @@ -334,16 +334,15 @@ "fileSize": 556414 }, { - "path": "mods/language-reload-1.3.2.jar", + "path": "mods/language-reload-1.4.jar", "hashes": { - "sha1": "f35701734ae863b9736f35e09b1f3658b4b60d23", - "sha512": "42a46de1ce9ecff063bc3a6096db398959ff8f1622857cefba7a76154bb1f7beb04bf23b5d2c52e2d9fb96bcea307dd9b16a8f45898cd13c03a24cba400d1607" + "sha1": "b6be079b0cc994f314e6af5109b5551e87517d32", + "sha512": "1dd8ae850f07fd1c4c3e6c97ab3d55941806a0c8b195d451977249443752fab3de65a3dffbb9c76b0b885e17f96ca1bceeb540aa97f18bd8fb766c8aa310e47e" }, "downloads": [ - "https://cdn.modrinth.com/data/uLbm7CG6/versions/1.3.2/language-reload-1.3.2.jar", - "https://github.com/Jerozgen/LanguageReload/releases/download/v1.3.2/language-reload-1.3.2.jar" + "https://cdn.modrinth.com/data/uLbm7CG6/versions/eSmoMhMv/language-reload-1.4.jar" ], - "fileSize": 42887 + "fileSize": 53400 }, { "path": "mods/lazydfu-0.1.3.jar", @@ -495,16 +494,15 @@ "fileSize": 134397 }, { - "path": "mods/reeses_sodium_options-1.4.7+mc1.19.2-build.59.jar", + "path": "mods/reeses_sodium_options-1.4.9+mc1.19.2-build.67.jar", "hashes": { - "sha1": "b9cc6500afef896a577f7f07b635945d469e4b41", - "sha512": "5b44706b885a1d29f908af86eb48bdd848fb6222254c360cb05090ec65a31903dcd69c0861940685d3edb6d93b6ef8932dca9c82105dbdfb98f5ed007cfa2cf7" + "sha1": "3b48ed460ce30c38e6058fdd0c3d6a221913e4e4", + "sha512": "c9b5d1b8efdb388fb8a96f241097ab8dd3cf296a1e7ecf2004deaae237d84d7b75fde7439206cea6408bf5d43cf2d36522a344727a15d3cecd36779ee72e301e" }, "downloads": [ - "https://cdn.modrinth.com/data/Bh37bMuy/versions/Iusxhlyd/reeses_sodium_options-1.4.7%2Bmc1.19.2-build.59.jar", - "https://github.com/FlashyReese/reeses-sodium-options/releases/download/mc1.19.2-1.4.7/reeses_sodium_options-1.4.7%2Bmc1.19.2-build.59.jar" + "https://cdn.modrinth.com/data/Bh37bMuy/versions/hkSQ9RqT/reeses_sodium_options-1.4.9%2Bmc1.19.2-build.67.jar" ], - "fileSize": 49903 + "fileSize": 49984 }, { "path": "mods/smoothboot-fabric-1.19-1.7.1.jar", @@ -519,15 +517,15 @@ "fileSize": 88634 }, { - "path": "mods/sodium-extra-0.4.13+mc1.19.2-build.76.jar", + "path": "mods/sodium-extra-0.4.14+mc1.19.2-build.80.jar", "hashes": { - "sha1": "5eef6eb9db670ee4e7d5067560b68df4445fd95c", - "sha512": "267e559c7c8d24d75ec0a95e2434ef51df564fd060817d5c5528cf47bcfee7f1478871a93fbea3d7613efb8ed7da217a78cf3da72f98b475bd74c000fe5673d3" + "sha1": "11d547e8dc6233defd00e3bdd4dba4922909dd69", + "sha512": "f2df17f1e35313b8f646d12407cb9b8982c9fa995a8c9346fb953592f7b389714542b3ce58f7c4fdbbc08ec47b5cf6e7c651ec5133b664475458397d7139dc80" }, "downloads": [ - "https://cdn.modrinth.com/data/PtjYWJkn/versions/Z9F12IDt/sodium-extra-0.4.13%2Bmc1.19.2-build.76.jar" + "https://cdn.modrinth.com/data/PtjYWJkn/versions/1ha6EuaV/sodium-extra-0.4.14%2Bmc1.19.2-build.80.jar" ], - "fileSize": 254622 + "fileSize": 260818 }, { "path": "mods/sodium-fabric-mc1.19.2-0.4.4+build.18.jar", @@ -588,6 +586,6 @@ ], "dependencies": { "minecraft": "1.19.2", - "fabric-loader": "0.14.10" + "fabric-loader": "0.14.11" } } \ No newline at end of file diff --git a/MultiMC-Packwiz/Fabulously Optimized (auto-update)/.packignore b/MultiMC-Packwiz/Fabulously Optimized (auto-update)/.packignore deleted file mode 100644 index 22ab961a..00000000 --- a/MultiMC-Packwiz/Fabulously Optimized (auto-update)/.packignore +++ /dev/null @@ -1,6 +0,0 @@ -.minecraft/coremods -.minecraft/mods -.minecraft/resourcepacks -.minecraft/saves -.minecraft/screenshots -.minecraft/texturepacks \ No newline at end of file diff --git a/MultiMC-Packwiz/Fabulously Optimized (auto-update)/.packignore b/MultiMC-Packwiz/Fabulously Optimized (auto-update)/.packignore new file mode 120000 index 00000000..951af23b --- /dev/null +++ b/MultiMC-Packwiz/Fabulously Optimized (auto-update)/.packignore @@ -0,0 +1 @@ +../../MultiMC/Fabulously Optimized x.y.z/.packignore \ No newline at end of file diff --git a/MultiMC/Fabulously Optimized x.y.z/instance.cfg b/MultiMC/Fabulously Optimized x.y.z/instance.cfg index 5e94fdb6..8f2c7e81 100644 --- a/MultiMC/Fabulously Optimized x.y.z/instance.cfg +++ b/MultiMC/Fabulously Optimized x.y.z/instance.cfg @@ -1,4 +1,4 @@ InstanceType=OneSix iconKey=pack -name=Fabulously Optimized 4.5.3 +name=Fabulously Optimized 4.5.4 notes=https://fabulously-optimized.github.io/ \ No newline at end of file diff --git a/MultiMC/Fabulously Optimized x.y.z/.minecraft/Copy all 3 folders! b/MultiMC/Fabulously Optimized x.y.z/minecraft/Copy all 3 folders! similarity index 100% rename from MultiMC/Fabulously Optimized x.y.z/.minecraft/Copy all 3 folders! rename to MultiMC/Fabulously Optimized x.y.z/minecraft/Copy all 3 folders! diff --git a/MultiMC/Fabulously Optimized x.y.z/.minecraft/config b/MultiMC/Fabulously Optimized x.y.z/minecraft/config similarity index 100% rename from MultiMC/Fabulously Optimized x.y.z/.minecraft/config rename to MultiMC/Fabulously Optimized x.y.z/minecraft/config diff --git a/MultiMC/Fabulously Optimized x.y.z/.minecraft/mods/.gitkeep b/MultiMC/Fabulously Optimized x.y.z/minecraft/mods/.gitkeep similarity index 100% rename from MultiMC/Fabulously Optimized x.y.z/.minecraft/mods/.gitkeep rename to MultiMC/Fabulously Optimized x.y.z/minecraft/mods/.gitkeep diff --git a/MultiMC/Fabulously Optimized x.y.z/.minecraft/resourcepacks b/MultiMC/Fabulously Optimized x.y.z/minecraft/resourcepacks similarity index 100% rename from MultiMC/Fabulously Optimized x.y.z/.minecraft/resourcepacks rename to MultiMC/Fabulously Optimized x.y.z/minecraft/resourcepacks diff --git a/MultiMC/Fabulously Optimized x.y.z/mmc-pack.json b/MultiMC/Fabulously Optimized x.y.z/mmc-pack.json index 6efbcf25..b5144b6f 100644 --- a/MultiMC/Fabulously Optimized x.y.z/mmc-pack.json +++ b/MultiMC/Fabulously Optimized x.y.z/mmc-pack.json @@ -43,9 +43,9 @@ "uid": "net.fabricmc.intermediary" } ], - "cachedVersion": "0.14.10", + "cachedVersion": "0.14.11", "uid": "net.fabricmc.fabric-loader", - "version": "0.14.10" + "version": "0.14.11" } ], "formatVersion": 1 diff --git a/Packwiz/1.19.2/config/fabric_loader_dependencies.json b/Packwiz/1.19.2/config/fabric_loader_dependencies.json index af7e0506..a77ec1cd 100644 --- a/Packwiz/1.19.2/config/fabric_loader_dependencies.json +++ b/Packwiz/1.19.2/config/fabric_loader_dependencies.json @@ -1 +1 @@ -{"version":1,"overrides":{"fabric-api":{"+depends":{"fabricloader":">=0.14.10"},"+recommends":{"Fabulously Optimized":">4.5.3"}},"debugify":{"conflicts":{}},"cem":{"recommends":{}},"colormatic":{"recommends":{}}}} \ No newline at end of file +{"version":1,"overrides":{"fabric-api":{"+depends":{"fabricloader":">=0.14.10"},"+recommends":{"Fabulously Optimized":">4.5.4"}},"debugify":{"conflicts":{}},"cem":{"recommends":{}},"colormatic":{"recommends":{}}}} \ No newline at end of file diff --git a/Packwiz/1.19.2/config/isxander-main-menu-credits.json b/Packwiz/1.19.2/config/isxander-main-menu-credits.json index 092aaf8c..89fd0a2c 100644 --- a/Packwiz/1.19.2/config/isxander-main-menu-credits.json +++ b/Packwiz/1.19.2/config/isxander-main-menu-credits.json @@ -1 +1 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 4.5.3","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.antighost","color":"dark_gray"}]}} \ No newline at end of file +{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 4.5.4","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.antighost","color":"dark_gray"}]}} \ No newline at end of file diff --git a/Packwiz/1.19.2/index.toml b/Packwiz/1.19.2/index.toml index 182ab9dd..9cac1b14 100644 --- a/Packwiz/1.19.2/index.toml +++ b/Packwiz/1.19.2/index.toml @@ -10,11 +10,11 @@ hash = "68ad55a8421814e6bd802b664244e40540a37eaf3ee8aded87fea53520d25d38" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "845edbbdc863887ee5d4c11b61c087f073415d1f612c92ff32636d11c884d952" +hash = "f8a7ea12019ef716ba83e724f177957a188b1f5e88d03e2f1df3693a2a6013b3" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "fdea395b75ae50ca979d7093beeec89e36b5a898b190f2e6d37fac2bffdda2ab" +hash = "93728aea39a003152647d12cc4642a3dc61f99d36c99b9ddde777d18ff1a5447" [[files]] file = "config/modmenu.json" @@ -94,7 +94,7 @@ hash = "707e9af170cd9c9282d25bfb5f1a337039348636183564cfa1a86ebde52f48df" [[files]] file = "resourcepacks/Mod Menu Helper.zip" -hash = "fc6f57352dd11f3fc8aab4e2dd6d4f22d7182da45975c4b49aba1d2a03b5fa48" +hash = "86d5368dff0634d95ca0dccc5d72e736725d115a7c40c74d2e52c8e1b5a4bc74" [[files]] file = "mods/advancementinfo.pw.toml" @@ -183,12 +183,12 @@ metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "325c65bc501fe5fbd7b565ffffc99e9d03bc4623548b941a570955655e1f923b" +hash = "bec3eab24973e9a8f70e32a1cb0da07021071d687a16811c5c43a5869e23076d" metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "0e14eaf8104875ea374368fe472912edad55a61af871c7af4e9ee4e69fcd42f1" +hash = "66b57e089f4908fc98dd34e70fd55be04f35d2ed529b88966e15c8682b10dba2" metafile = true [[files]] @@ -208,7 +208,7 @@ metafile = true [[files]] file = "mods/ferritecore.pw.toml" -hash = "0e0c461da2cb8a1dabdf2b0efd2bf754ba96229cfaec364291dce5ba6499c47f" +hash = "956d39f0b93aa2f92c9b5521387cc16438fafc035a9601a9d55494ae92ed8c0f" metafile = true [[files]] @@ -223,7 +223,7 @@ metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "046f8dd22e2bbc6b37d4c421dde21b68edb4d5cc345522993b8bd12ef7b6e15f" +hash = "1a4f6b9a4be884b74a9ef9f4714497ccf725fb0e769d75e2196b08d411cd0766" metafile = true [[files]] @@ -243,7 +243,7 @@ metafile = true [[files]] file = "mods/languagereload.pw.toml" -hash = "22a0de25b7483bfcf7ba1484e563b53f93cb13ca0a1cb5932ac8ebf537bd4fcd" +hash = "d599560073c6b4c327dd930dae3d91797ab9e27cbf48deeff1604ed8522562e8" metafile = true [[files]] @@ -313,7 +313,7 @@ metafile = true [[files]] file = "mods/reeses-sodium-options.pw.toml" -hash = "782c6072a2cab1513a196c8fe1d1cd4bbf86b408a569937b4a811bfab6a61cdc" +hash = "6155450f14d3d48671b5e96e3d06eb4e6e0262a2e5e917be25edda3abf1d5b8d" metafile = true [[files]] @@ -323,7 +323,7 @@ metafile = true [[files]] file = "mods/sodium-extra.pw.toml" -hash = "2dcada20a07ade4d845639856313d9ac653c032ef5a3368357413662eda930fa" +hash = "08977a5a5ab737823f7c65750abdcb8b006c38b579e35afdc71c707426a6000f" metafile = true [[files]] diff --git a/Packwiz/1.19.2/mods/fabric-api.pw.toml b/Packwiz/1.19.2/mods/fabric-api.pw.toml index 783bc027..d8daf4ca 100644 --- a/Packwiz/1.19.2/mods/fabric-api.pw.toml +++ b/Packwiz/1.19.2/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.67.1+1.19.2.jar" +filename = "fabric-api-0.68.0+1.19.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/gdGDJ2bh/fabric-api-0.67.1%2B1.19.2.jar" +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/BXfHW8Ww/fabric-api-0.68.0%2B1.19.2.jar" hash-format = "sha512" -hash = "6dca8eb1695aebb9c47df7a86031e1a6438d91d8068d62f8176656739be9ef7f08c12868398b9a7a28a4f45c98cf85b086acb97dd67f112e97e9191dc6dc41b3" +hash = "bfe8b60875794c60b589754f9f6abefdd97581463d31dc4d2ac68a0735aea060e925964ba5bfdbb14dcab1ec9f426fb8aebba86ca28bd0dfd052052b435786e7" [update] [update.modrinth] mod-id = "P7dR8mSH" -version = "gdGDJ2bh" +version = "BXfHW8Ww" diff --git a/Packwiz/1.19.2/mods/fabric-language-kotlin.pw.toml b/Packwiz/1.19.2/mods/fabric-language-kotlin.pw.toml index 4fdaaccd..fd96bed7 100644 --- a/Packwiz/1.19.2/mods/fabric-language-kotlin.pw.toml +++ b/Packwiz/1.19.2/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.8.6+kotlin.1.7.21.jar" +filename = "fabric-language-kotlin-1.8.7+kotlin.1.7.22.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/UJQzC6Jw/fabric-language-kotlin-1.8.6%2Bkotlin.1.7.21.jar" +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/yLIAMDzv/fabric-language-kotlin-1.8.7%2Bkotlin.1.7.22.jar" hash-format = "sha512" -hash = "6610194d42c3a49f2b9d305f67a7d4970e3ce3bd1077c109bd1d279e2e6450088f17e103937441f233262c8d8a1f8323f2fc5ec4acac4362ad6141b6607fde87" +hash = "e187b83944f92d79e8cb1916dabb4e806a2103580a9b8ed415da38f493bc7e807e62bb62ea373e53a1bb962747c71ebbf9597cce10b8b41679f31bce8020bd0a" [update] [update.modrinth] mod-id = "Ha28R6CL" -version = "UJQzC6Jw" +version = "yLIAMDzv" diff --git a/Packwiz/1.19.2/mods/ferritecore.pw.toml b/Packwiz/1.19.2/mods/ferritecore.pw.toml index 93beb8b5..99c449ba 100644 --- a/Packwiz/1.19.2/mods/ferritecore.pw.toml +++ b/Packwiz/1.19.2/mods/ferritecore.pw.toml @@ -1,13 +1,13 @@ name = "FerriteCore (Fabric)" -filename = "ferritecore-5.0.0-fabric.jar" +filename = "ferritecore-5.0.3-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/uXXizFIs/versions/5.0.0-fabric/ferritecore-5.0.0-fabric.jar" +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/kwjHqfz7/ferritecore-5.0.3-fabric.jar" hash-format = "sha512" -hash = "ea54167b9c054a7e486dc01113ee9fc6d3ed0e527cb2fe238f7f5ba5823ac18f4e7c70bf89d14c9845485ca881b757b7672cda610c7fac580fd55db7070d02b4" +hash = "efbea36712322c71aee547ebc71b3644947e40bfa01d721fce5d5ba2db4aa6867e6a76f43d46e33ae8a2672f300bfc5b96510e164b1dd09cfae9cba0a195252d" [update] [update.modrinth] mod-id = "uXXizFIs" -version = "7epbwkFg" +version = "kwjHqfz7" diff --git a/Packwiz/1.19.2/mods/iris.pw.toml b/Packwiz/1.19.2/mods/iris.pw.toml index 60897a57..0ddd2011 100644 --- a/Packwiz/1.19.2/mods/iris.pw.toml +++ b/Packwiz/1.19.2/mods/iris.pw.toml @@ -1,13 +1,13 @@ name = "Iris Shaders" -filename = "iris-mc1.19.2-1.4.2.jar" +filename = "iris-mc1.19.2-1.4.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/vujluWvJ/iris-mc1.19.2-1.4.2.jar" +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/5Ox2LQ1C/iris-mc1.19.2-1.4.3.jar" hash-format = "sha512" -hash = "211595ee757c1abf4fd9969e0f77ed22539e091f12fe877ea6bd8d579c56a0faf41e74e6a181f85dc738ff05e549e021c0295d7e71565bb5511f4659e691932d" +hash = "ffc639cea16909a607a5a2dda7278b4abfe694dff08050cee08d04789cced970c16fbd3921d15c088ee885c878f04b4bd65bc5e8b8bd630107469cda94732faa" [update] [update.modrinth] mod-id = "YL57xq9U" -version = "vujluWvJ" +version = "5Ox2LQ1C" diff --git a/Packwiz/1.19.2/mods/languagereload.pw.toml b/Packwiz/1.19.2/mods/languagereload.pw.toml index 005cf641..6f25ad05 100644 --- a/Packwiz/1.19.2/mods/languagereload.pw.toml +++ b/Packwiz/1.19.2/mods/languagereload.pw.toml @@ -1,13 +1,13 @@ name = "Language Reload" -filename = "language-reload-1.3.2.jar" +filename = "language-reload-1.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/1.3.2/language-reload-1.3.2.jar" +url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/eSmoMhMv/language-reload-1.4.jar" hash-format = "sha512" -hash = "42a46de1ce9ecff063bc3a6096db398959ff8f1622857cefba7a76154bb1f7beb04bf23b5d2c52e2d9fb96bcea307dd9b16a8f45898cd13c03a24cba400d1607" +hash = "1dd8ae850f07fd1c4c3e6c97ab3d55941806a0c8b195d451977249443752fab3de65a3dffbb9c76b0b885e17f96ca1bceeb540aa97f18bd8fb766c8aa310e47e" [update] [update.modrinth] mod-id = "uLbm7CG6" -version = "u6Owujgv" +version = "eSmoMhMv" diff --git a/Packwiz/1.19.2/mods/reeses-sodium-options.pw.toml b/Packwiz/1.19.2/mods/reeses-sodium-options.pw.toml index 383b22a8..2cb78ebb 100644 --- a/Packwiz/1.19.2/mods/reeses-sodium-options.pw.toml +++ b/Packwiz/1.19.2/mods/reeses-sodium-options.pw.toml @@ -1,13 +1,13 @@ name = "Reese's Sodium Options" -filename = "reeses_sodium_options-1.4.7+mc1.19.2-build.59.jar" +filename = "reeses_sodium_options-1.4.9+mc1.19.2-build.67.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/Iusxhlyd/reeses_sodium_options-1.4.7%2Bmc1.19.2-build.59.jar" +url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/hkSQ9RqT/reeses_sodium_options-1.4.9%2Bmc1.19.2-build.67.jar" hash-format = "sha512" -hash = "5b44706b885a1d29f908af86eb48bdd848fb6222254c360cb05090ec65a31903dcd69c0861940685d3edb6d93b6ef8932dca9c82105dbdfb98f5ed007cfa2cf7" +hash = "c9b5d1b8efdb388fb8a96f241097ab8dd3cf296a1e7ecf2004deaae237d84d7b75fde7439206cea6408bf5d43cf2d36522a344727a15d3cecd36779ee72e301e" [update] [update.modrinth] mod-id = "Bh37bMuy" -version = "Iusxhlyd" +version = "hkSQ9RqT" diff --git a/Packwiz/1.19.2/mods/sodium-extra.pw.toml b/Packwiz/1.19.2/mods/sodium-extra.pw.toml index 21bd1de5..35607638 100644 --- a/Packwiz/1.19.2/mods/sodium-extra.pw.toml +++ b/Packwiz/1.19.2/mods/sodium-extra.pw.toml @@ -1,13 +1,13 @@ name = "Sodium Extra" -filename = "sodium-extra-0.4.13+mc1.19.2-build.76.jar" +filename = "sodium-extra-0.4.14+mc1.19.2-build.80.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/Z9F12IDt/sodium-extra-0.4.13%2Bmc1.19.2-build.76.jar" +url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/1ha6EuaV/sodium-extra-0.4.14%2Bmc1.19.2-build.80.jar" hash-format = "sha512" -hash = "267e559c7c8d24d75ec0a95e2434ef51df564fd060817d5c5528cf47bcfee7f1478871a93fbea3d7613efb8ed7da217a78cf3da72f98b475bd74c000fe5673d3" +hash = "f2df17f1e35313b8f646d12407cb9b8982c9fa995a8c9346fb953592f7b389714542b3ce58f7c4fdbbc08ec47b5cf6e7c651ec5133b664475458397d7139dc80" [update] [update.modrinth] mod-id = "PtjYWJkn" -version = "Z9F12IDt" +version = "1ha6EuaV" diff --git a/Packwiz/1.19.2/pack.toml b/Packwiz/1.19.2/pack.toml index 6e5d5019..c1a0c404 100644 --- a/Packwiz/1.19.2/pack.toml +++ b/Packwiz/1.19.2/pack.toml @@ -1,13 +1,13 @@ name = "Fabulously Optimized" author = "robotkoer" -version = "4.5.3" +version = "4.5.4" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ab76190527d5198f790556e868ff67fffd8ca8ffa666911212260608307734e8" +hash = "a92ef993ac8e783f9d357f67a70e84e12f0d50b352642345f5e40187f7ea750d" [versions] -fabric = "0.14.10" +fabric = "0.14.11" minecraft = "1.19.2" diff --git a/Packwiz/1.19.2/resourcepacks/Mod Menu Helper.zip b/Packwiz/1.19.2/resourcepacks/Mod Menu Helper.zip index abe4f6f9ca2c7d89b21f6b4e34be1ee961b5c56a..0a8c504ef28fd44930234be56b7f0502403b588f 100644 GIT binary patch delta 4181 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 bakfwKeGQQ~TPZ3a00_7y0syuh{?+|2U{TkU delta 1940 zcmV;F2W$BD&jG5w0kF*$4sw!fRk$rZSf2*~0O=T$5e62M@fIcz$U~tZet{(`mPmX7 zJ680QCKnzeuD#jJ-3eh(-k*k-{-`;>3x`=;1gwRv|R` zYZxnktAQ#voS{NlBAxwRQB4&T3+$Id0SM5nKa`OGGjzrSv81zHXTGNzblAL%2Vwoe zSQ81fD7jvLuxUaB6wbq=P&w45G0g%(KE^qLD^Jv@i#8s8OohZUTz4oqw=^({_hb(b zCA+i!EYLYo98)#T?ms$cAmRewDpv|0py>2}z?@ObVH69a*0ap4|*(K0){5AqyYmdoGSS(d~4^MaNs?7`uBr%}6bQisUSX+-JG z_AQU=q(QDWXSaQbnhU%$Uwu!9g<6_LIws_`_;S}hr)FW4HneCQidIDmwFXfa zC#APeKB0e?avwlIkRq^Y@L>VBa0i6Ho~7pM?D+rD4$P_WW)`Yd;a+xb*#<+ONQRnU zec4ijg_4C8r~?Y=Vr~{Nr#dvVW>%@M?>RJ};QMI}x zf*mxL$C-{aGJDT|)J~yBM^&+Z#`6TKn##GxSdr-P1S5pfMX7hp>c*Ah($vNEr&<7D z+uZaR6uoQbhGIOVD&t-|Z8_&UXHyIYxCre{uQY)Hb3%$-l!E_<&A`9=Kg1a_XZ*3X z`W~4(lkT3A*^9h0=XscS9$vg_pjD9Ai2p-_(peo#f);4Y{=TdFS22u#H{*4BDHK&sK!Jv}g*8${0tgkws2kWpJuO~70=R>I>aJiY$hND-82 zv+r|u0e7Xn^W_xVS`_4egsSM-I?`QYWS~gJX6dPOZg+@w?DM7=73^zgj^4^UBj>`I zSvaLuTY9z9^Rz9G3Y|O77nho)j8A_(bifRyNqy(j4VP*zJ#j#@A=6DCA^&H}+&vsZ zfV)oTeo!G0bFx$jLhQ-X{15b+Yv)(!BCAng6e`a_maB^YVSGb>gV+cgrBn9KW{t9! z+GMp%CO8PPb~95~%|@jQG-z}{0plOyy&jx0ov5{W2@^{lM*WS)OSWykwYb%iL%6%k!shUWG3Oi zhwGN)Vu(2_)AMG3XyJRXA%!kL=f*}aWba!u=i}zv6x*VB%}`rPq)jlYzmLjwY>Ap_ zQ-Gexc1il*c!3cI{8T z8u&iJo1jXR#fbGO)N0(Ev^e%E+5rotw|NW=?*|kV83MY08>}41f33blN?Ihdb1bt4 z>}a?TN-P;!TZ(UB+PPR3_%&#{HdW;5fePJ6EnbUH5Bv}9g3~`1mG2XZm^60;;~{gX>UFSk zjsld^A$qcZ^U7@wg1~wYI4*^4-!}iDH~)w{p259vywml#Yvo}Vq#l!cADxShChHF| z{sU8c6wIoAd?&m`=nwq888=bc=KvQlsZ0y{l?#O*RcSJKcdOR-PFC7y{yv0BW}@vq z#qU90Iaix`pHOSl&sXX){=s08q9oc!Z5$=|R9xB*a1EHQ;e+XG_Vm-J_2wJ1iyj^b zvluThH4So-YgM={Jy@Ry008NeRb)C0nCY-%>GjwFuTQgMlQ3i$la(G44I}^n00000 z03ZMW0GX50WK5HZWgY^pCX*^J8