diff --git a/CHANGELOG.md b/CHANGELOG.md index e556477f..b1734bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ This is the changelog for the Fabric modpack [Fabulously Optimized](https://www. ## 1.20.5 +**1.20.5 requires Java 21.** Update your launcher and [download Java here.](https://download.fo/java21) + +### 5.10.0-alpha.2 (2024-04-25) + +- Worked around multiplayer crash +- Force-enabled Fabrishot, ModDetectionPreventer +- Temporarily removed BetterMountHud, CIT Resewn, Continuity, Controlify, Enhanced Block Entities, FastQuit, FerriteCore, ImmediatelyFast, Indium, LambDynamicLights, LanguageReload, Lithium, MoreCulling, NoChatReports, OptiGUI, Polytone, Zoomify + ### 5.10.0-alpha.1 (2024-04-24) **1.20.5 requires Java 21.** Update your launcher and [download Java here.](https://download.fo/java21) diff --git a/CurseForge/manifest.json b/CurseForge/manifest.json index 9aba120d..ae045fc5 100644 --- a/CurseForge/manifest.json +++ b/CurseForge/manifest.json @@ -11,22 +11,37 @@ "manifestType": "minecraftModpack", "manifestVersion": 1, "name": "Fabulously Optimized", - "version": "5.10.0-alpha.1", - "author": "", + "version": "5.10.0-alpha.2", + "author": "robotkoer", "files": [ { - "projectID": 447673, - "fileID": 5285079, + "projectID": 867964, + "fileID": 5285622, "required": true }, { - "projectID": 568563, - "fileID": 5275092, + "projectID": 849519, + "fileID": 4715350, "required": true }, { - "projectID": 667299, - "fileID": 5285174, + "projectID": 448233, + "fileID": 5286297, + "required": true + }, + { + "projectID": 975120, + "fileID": 5111927, + "required": true + }, + { + "projectID": 533006, + "fileID": 4600415, + "required": true + }, + { + "projectID": 676136, + "fileID": 4607204, "required": true }, { @@ -35,8 +50,28 @@ "required": true }, { - "projectID": 676136, - "fileID": 4607204, + "projectID": 394468, + "fileID": 5284882, + "required": true + }, + { + "projectID": 618770, + "fileID": 4940058, + "required": true + }, + { + "projectID": 455508, + "fileID": 5285632, + "required": true + }, + { + "projectID": 819030, + "fileID": 5272754, + "required": true + }, + { + "projectID": 855981, + "fileID": 5272757, "required": true }, { @@ -50,53 +85,8 @@ "required": true }, { - "projectID": 533006, - "fileID": 4600415, - "required": true - }, - { - "projectID": 448233, - "fileID": 5286297, - "required": true - }, - { - "projectID": 511319, - "fileID": 5284940, - "required": true - }, - { - "projectID": 335493, - "fileID": 5285877, - "required": true - }, - { - "projectID": 819030, - "fileID": 5272754, - "required": true - }, - { - "projectID": 697845, - "fileID": 5287110, - "required": true - }, - { - "projectID": 975120, - "fileID": 5111927, - "required": true - }, - { - "projectID": 618812, - "fileID": 5287107, - "required": true - }, - { - "projectID": 455508, - "fileID": 5285632, - "required": true - }, - { - "projectID": 394468, - "fileID": 5284882, + "projectID": 596224, + "fileID": 5285746, "required": true }, { @@ -105,8 +95,8 @@ "required": true }, { - "projectID": 308702, - "fileID": 5283168, + "projectID": 844662, + "fileID": 5275141, "required": true }, { @@ -115,58 +105,23 @@ "required": true }, { - "projectID": 518319, - "fileID": 5286193, + "projectID": 308702, + "fileID": 5283168, "required": true }, { - "projectID": 835847, - "fileID": 5280892, + "projectID": 568563, + "fileID": 5275092, "required": true }, { - "projectID": 404870, - "fileID": 4972565, + "projectID": 618812, + "fileID": 5287107, "required": true }, { - "projectID": 790626, - "fileID": 5288163, - "required": true - }, - { - "projectID": 563977, - "fileID": 4950269, - "required": true - }, - { - "projectID": 833233, - "fileID": 5286016, - "required": true - }, - { - "projectID": 867964, - "fileID": 5285622, - "required": true - }, - { - "projectID": 596224, - "fileID": 5285746, - "required": true - }, - { - "projectID": 618770, - "fileID": 4940058, - "required": true - }, - { - "projectID": 849519, - "fileID": 4715350, - "required": true - }, - { - "projectID": 968677, - "fileID": 5195598, + "projectID": 335493, + "fileID": 5285877, "required": true }, { @@ -174,19 +129,59 @@ "fileID": 5287021, "required": true }, - { - "projectID": 855981, - "fileID": 5272757, - "required": true - }, { "projectID": 408481, "fileID": 4789156, "required": true }, { - "projectID": 844662, - "fileID": 5275141, + "projectID": 447673, + "fileID": 5285079, + "required": true + }, + { + "projectID": 511319, + "fileID": 5284940, + "required": true + }, + { + "projectID": 404870, + "fileID": 4972565, + "required": true + }, + { + "projectID": 667299, + "fileID": 5285174, + "required": true + }, + { + "projectID": 790626, + "fileID": 5288163, + "required": true + }, + { + "projectID": 518319, + "fileID": 5286193, + "required": true + }, + { + "projectID": 563977, + "fileID": 4950269, + "required": true + }, + { + "projectID": 968677, + "fileID": 5195598, + "required": true + }, + { + "projectID": 697845, + "fileID": 5287110, + "required": true + }, + { + "projectID": 833233, + "fileID": 5286016, "required": true } ], diff --git a/CurseForge/modlist.html b/CurseForge/modlist.html index 16ef51db..71ce635f 100644 --- a/CurseForge/modlist.html +++ b/CurseForge/modlist.html @@ -1,37 +1,36 @@  diff --git a/Modrinth/modrinth.index.json b/Modrinth/modrinth.index.json index 6bdc63bb..0c8d6556 100644 --- a/Modrinth/modrinth.index.json +++ b/Modrinth/modrinth.index.json @@ -1,7 +1,7 @@ { "formatVersion": 1, "game": "minecraft", - "versionId": "5.10.0-alpha.1", + "versionId": "5.10.0-alpha.2", "name": "Fabulously Optimized", "summary": "Improve your graphics and performance with this simple modpack.", "files": [ @@ -39,18 +39,6 @@ ], "fileSize": 1144434 }, - { - "path": "mods/Controlify-2.0.0-beta.5+1.20.5-rc2.jar", - "hashes": { - "sha1": "02063071cea7082e6b2b19607cb53d39892c1fc9", - "sha512": "33d57430aa951da3d8576328b141e3b6cd172d7f358364b2ac38a50cefa8629b653007b2e05cddc860f544f032ffa927cea5c762b5252fd9f1984105fcf8ab72" - }, - "downloads": [ - "https://cdn.modrinth.com/data/DOUdJVEm/versions/MGnpqXdx/Controlify-2.0.0-beta.5%2B1.20.5-rc2.jar", - "https://github.com/isXander/Controlify/releases/download/2.0.0-beta.5%2B1.20.5-rc2/Controlify-2.0.0-beta.5%2B1.20.5-rc2.jar" - ], - "fileSize": 2588775 - }, { "path": "mods/cubes-without-borders-1.1.0+1.20.jar", "hashes": { @@ -279,17 +267,6 @@ ], "fileSize": 3573 }, - { - "path": "mods/moreculling-1.20.4-0.23.1.jar", - "hashes": { - "sha1": "6003a87e848fac99c8fe856e7f70fe4b7653220c", - "sha512": "ac389f0a132eb8db24e4f397683769f873b07c61b914a06293ec8ff2f20b9341db9a973fd23aef14aa5fe1f5942bd0f6d59596ef77243718f8abea57ed842a7f" - }, - "downloads": [ - "https://cdn.modrinth.com/data/51shyZVL/versions/gZW2FlFT/moreculling-1.20.4-0.23.1.jar" - ], - "fileSize": 272244 - }, { "path": "mods/paginatedadvancements-2.4.2.jar", "hashes": { diff --git a/MultiMC/Fabulously Optimized x.y.z/instance.cfg b/MultiMC/Fabulously Optimized x.y.z/instance.cfg index 3da630ff..e0cf4fbf 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 5.10.0-alpha.1 +name=Fabulously Optimized 5.10.0-alpha.2 notes=This MultiMC installation method is deprecated, please install new versions through Add Instance -> Modrinth -> Fabulously Optimized. Full instructions: https://download.fo/install \ No newline at end of file diff --git a/Packwiz/1.20.5/config/fabric_loader_dependencies.json b/Packwiz/1.20.5/config/fabric_loader_dependencies.json index 9b2e015c..faff779f 100644 --- a/Packwiz/1.20.5/config/fabric_loader_dependencies.json +++ b/Packwiz/1.20.5/config/fabric_loader_dependencies.json @@ -1 +1 @@ -{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.15.10"}},"minecraft":{"+recommends":{"Fabulously Optimized":">5.10.0-alpha.1"}},"dynamic_fps":{"recommends":{}},"lambdynlights":{"recommends":{}},"polytone":{"conflicts":{}},"fabrishot":{"depends":{}},"moddetectionpreventer":{"depends":{}}}} \ No newline at end of file +{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.15.10"}},"minecraft":{"+recommends":{"Fabulously Optimized":">5.10.0-alpha.2"}},"dynamic_fps":{"recommends":{}},"lambdynlights":{"recommends":{}},"polytone":{"conflicts":{}},"fabrishot":{"depends":{}},"moddetectionpreventer":{"depends":{}}}} \ No newline at end of file diff --git a/Packwiz/1.20.5/config/isxander-main-menu-credits.json b/Packwiz/1.20.5/config/isxander-main-menu-credits.json index 960635ad..3ed095a1 100644 --- a/Packwiz/1.20.5/config/isxander-main-menu-credits.json +++ b/Packwiz/1.20.5/config/isxander-main-menu-credits.json @@ -1 +1 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 5.10.0-alpha.1","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}} \ No newline at end of file +{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 5.10.0-alpha.2","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}} \ No newline at end of file diff --git a/Packwiz/1.20.5/index.toml b/Packwiz/1.20.5/index.toml index a09dd3a7..e45a70e5 100644 --- a/Packwiz/1.20.5/index.toml +++ b/Packwiz/1.20.5/index.toml @@ -2,11 +2,11 @@ hash-format = "sha256" [[files]] file = "config/fabric_loader_dependencies.json" -hash = "dea09fa13a66cad7bca4641239497017767a1da825dcdf92c3b314d122c8e902" +hash = "ff9d55ba2eec272d42b1e2911be0c284c98c58e385856568c2458410a44089c6" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "ace9cfb8420a99905e44bbca7bb587a1bb98c2fdd90fecbf86ca63d257156068" +hash = "89b78fa066b673389e5abb61524c18601acca6afc7062535795b4207d2ab2919" [[files]] file = "config/yosbr/options.txt" @@ -139,11 +139,6 @@ file = "mods/cloth-config.pw.toml" hash = "f1fd6d2d2900f38af4a64f42ce102b1f59f2abc13144487d6604a5d55305830d" metafile = true -[[files]] -file = "mods/controlify.pw.toml" -hash = "bb98bf1632a9b501c68e1bf726af393baed32cc4e48d0034088f5a5b49f41946" -metafile = true - [[files]] file = "mods/cubes-without-borders.pw.toml" hash = "a0426ebbc7ddbe1bd99aea015f713913771e0701ad292359371422fbb73a6f66" @@ -244,11 +239,6 @@ file = "mods/morechathistory.pw.toml" hash = "c3d0746be98e5f5eaf1731a84e84724289f45f6b49836c5106e8d4669d3f84ec" metafile = true -[[files]] -file = "mods/moreculling.pw.toml" -hash = "c22578f4794ef1c7ede2041f58a6ead5687589c42952dff1dc89793a9cfdce33" -metafile = true - [[files]] file = "mods/paginatedadvancements.pw.toml" hash = "86c8e8a437965b4da10430e4629086ba9d6fcb7608d56de46fc858ecb4b75c8b" diff --git a/Packwiz/1.20.5/mods/controlify.pw.toml b/Packwiz/1.20.5/mods/controlify.pw.toml deleted file mode 100644 index 0a77f8cf..00000000 --- a/Packwiz/1.20.5/mods/controlify.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Controlify" -filename = "Controlify-2.0.0-beta.5+1.20.5-rc2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/MGnpqXdx/Controlify-2.0.0-beta.5%2B1.20.5-rc2.jar" -hash-format = "sha512" -hash = "33d57430aa951da3d8576328b141e3b6cd172d7f358364b2ac38a50cefa8629b653007b2e05cddc860f544f032ffa927cea5c762b5252fd9f1984105fcf8ab72" - -[update] -[update.modrinth] -mod-id = "DOUdJVEm" -version = "MGnpqXdx" diff --git a/Packwiz/1.20.5/mods/moreculling.pw.toml b/Packwiz/1.20.5/mods/moreculling.pw.toml deleted file mode 100644 index 8664f86f..00000000 --- a/Packwiz/1.20.5/mods/moreculling.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "More Culling" -filename = "moreculling-1.20.4-0.23.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/51shyZVL/versions/gZW2FlFT/moreculling-1.20.4-0.23.1.jar" -hash-format = "sha512" -hash = "ac389f0a132eb8db24e4f397683769f873b07c61b914a06293ec8ff2f20b9341db9a973fd23aef14aa5fe1f5942bd0f6d59596ef77243718f8abea57ed842a7f" - -[update] -[update.modrinth] -mod-id = "51shyZVL" -version = "gZW2FlFT" diff --git a/Packwiz/1.20.5/pack.toml b/Packwiz/1.20.5/pack.toml index c7267b3b..e3af7dd4 100644 --- a/Packwiz/1.20.5/pack.toml +++ b/Packwiz/1.20.5/pack.toml @@ -1,12 +1,12 @@ name = "Fabulously Optimized" author = "robotkoer" -version = "5.10.0-alpha.1" +version = "5.10.0-alpha.2" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "cff28535b327846f8e644e0510e185ed41bd50b4ba8e4d7394a58e67408535d6" +hash = "f1ae436ed6d5ad959d61b99ff8a3a7e93995cfc45523721329c9feac5aadc577" [versions] fabric = "0.15.10"