From 614be9b9f769863a30dcc2311772880f90b93714 Mon Sep 17 00:00:00 2001 From: Madis Date: Tue, 25 Jan 2022 18:38:37 +0200 Subject: [PATCH] 3.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++ Curseforge/manifest.json | 14 ++++++------- Curseforge/modlist.html | 2 +- Modrinth/modrinth.index.json | 14 ++++++------- .../Fabulously Optimized x.y.z/instance.cfg | 2 +- .../config/slightguimodifications/cts.groovy | 2 +- Packwiz/1.18.1/index.toml | 6 +++--- Packwiz/1.18.1/mods/fabric-api.toml | 8 +++---- .../1.18.1/mods/reeses-sodium-options.toml | 8 +++---- Packwiz/1.18.1/pack.toml | 4 ++-- 10 files changed, 51 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dbd819db..b6e909e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ This is the changelog for the Fabric modpack [Fabulously Optimized](https://www. Notes: * See an error about "cloth-client-events-v0.mixins.json"? This is known, simply launch again until I find a fix. See [#192](https://github.com/Fabulously-Optimized/fabulously-optimized/issues/192) +### 3.1.0 + +Even though MC 1.18.2 is coming soon, I now consider FO to be stable for MC 1.18.1 and I recommend you to update to it. +Major changes compared to 2.7.0: + +New mods + +* Starlight - improves chunk performance, 75% preferred it in the public vote (1.0.0 stable version) +* Puzzle - adds some Optifine features like emissive mobs and resource pack-provided splash screen +* TieFix - disables telemetry (sending diagnostics data to Mojang) and fixes some bugs + +Removed mods + +* Phosphor - replaced with Starlight as a result of the public vote +* Hydrogen - deprecated, but FerriteCore already exists and has similar features + +Other + +* Colormatic temporarily removed as it breaks with the new Sodium +* Between beta 2 and stable: updated Fabric API, Reese's Sodium Options + ### 3.1.0-beta.2 (2022-01-19) Individual shader settings can now be configured! diff --git a/Curseforge/manifest.json b/Curseforge/manifest.json index 02d408350..96921c857 100644 --- a/Curseforge/manifest.json +++ b/Curseforge/manifest.json @@ -11,7 +11,7 @@ "manifestType": "minecraftModpack", "manifestVersion": 1, "name": "Fabulously Optimized", - "version": "3.1.0-beta.2", + "version": "3.1.0", "author": "robotkoer", "files": [ { @@ -26,7 +26,7 @@ }, { "projectID": 306612, - "fileID": 3609610, + "fileID": 3613749, "required": true }, { @@ -61,7 +61,7 @@ }, { "projectID": 511319, - "fileID": 3596724, + "fileID": 3622245, "required": true }, { @@ -215,13 +215,13 @@ "required": true }, { - "projectID": 455508, - "fileID": 3612857, + "projectID": 452768, + "fileID": 3550935, "required": true }, { - "projectID": 452768, - "fileID": 3550935, + "projectID": 455508, + "fileID": 3612857, "required": true }, { diff --git a/Curseforge/modlist.html b/Curseforge/modlist.html index 68be3224a..bf9c9d83a 100644 --- a/Curseforge/modlist.html +++ b/Curseforge/modlist.html @@ -39,8 +39,8 @@
  • Don't Clear Chat History (by anar4732)
  • LambDynamicLights (by LambdAurora)
  • Dynamic FPS (by juliand665)
  • -
  • Iris Shaders (by coderbot)
  • No Fade (by UltimateBoomer)
  • +
  • Iris Shaders (by coderbot)
  • Cloth Config API (Fabric) (by shedaniel)
  • CompleteConfig (by Lortseam_)
  • Your Options Shall Be Respected (YOSBR) (by shedaniel)
  • diff --git a/Modrinth/modrinth.index.json b/Modrinth/modrinth.index.json index 574af811e..f1b80025c 100644 --- a/Modrinth/modrinth.index.json +++ b/Modrinth/modrinth.index.json @@ -1,7 +1,7 @@ { "formatVersion": 1, "game": "minecraft", - "versionId": "3.1.0-beta.2", + "versionId": "3.1.0", "name": "Fabulously Optimized", "files": [ { @@ -239,16 +239,16 @@ ] }, { - "path": "mods/fabric-api-0.46.1+1.18.jar", + "path": "mods/fabric-api-0.46.2+1.18.jar", "hashes": { - "sha1": "9fbd31c83bde00d574e5def7b262beb4b2eb507b" + "sha1": "54c9ee9ab6affaec8294f89569fbbf19113dc6dc" }, "env": { "client": "required", "server": "required" }, "downloads": [ - "https://edge.forgecdn.net/files/3609/610/fabric-api-0.46.1+1.18.jar" + "https://edge.forgecdn.net/files/3613/749/fabric-api-0.46.2+1.18.jar" ] }, { @@ -486,16 +486,16 @@ ] }, { - "path": "mods/reeses_sodium_options-mc1.18.1-1.3.0.jar", + "path": "mods/reeses_sodium_options-mc1.18.1-1.4.0.jar", "hashes": { - "sha1": "79d6546bbae78836c42e3a880597a700d6c403f8" + "sha1": "417389dd15f5f1f84ed9c8479264d09f99742498" }, "env": { "client": "required", "server": "required" }, "downloads": [ - "https://edge.forgecdn.net/files/3596/724/reeses_sodium_options-mc1.18.1-1.3.0.jar" + "https://edge.forgecdn.net/files/3622/245/reeses_sodium_options-mc1.18.1-1.4.0.jar" ] }, { diff --git a/MultiMC/Fabulously Optimized x.y.z/instance.cfg b/MultiMC/Fabulously Optimized x.y.z/instance.cfg index b3e20c432..fee09b497 100644 --- a/MultiMC/Fabulously Optimized x.y.z/instance.cfg +++ b/MultiMC/Fabulously Optimized x.y.z/instance.cfg @@ -5,5 +5,5 @@ MinMemAlloc=512 OverrideJavaArgs=true OverrideMemory=true iconKey=pack -name=Fabulously Optimized 3.1.0-beta.1 +name=Fabulously Optimized 3.1.0 notes=https://www.curseforge.com/minecraft/modpacks/fabulously-optimized \ No newline at end of file diff --git a/Packwiz/1.18.1/config/slightguimodifications/cts.groovy b/Packwiz/1.18.1/config/slightguimodifications/cts.groovy index 06837a7a6..77c4162d0 100644 --- a/Packwiz/1.18.1/config/slightguimodifications/cts.groovy +++ b/Packwiz/1.18.1/config/slightguimodifications/cts.groovy @@ -5,7 +5,7 @@ mainMenu { x { it - 2 } y { it - 20 } } - text = literal("Fabulously Optimized 3.1.0-beta.2") + text = literal("Fabulously Optimized 3.1.0") align = "right" color = 0xFFFFFF hoveredColor = 0x55FFFF diff --git a/Packwiz/1.18.1/index.toml b/Packwiz/1.18.1/index.toml index 443631244..35d9f8523 100644 --- a/Packwiz/1.18.1/index.toml +++ b/Packwiz/1.18.1/index.toml @@ -18,7 +18,7 @@ hash = "432cf3ffe12e99e455270ddad810e2e50a04385afdd27a3f7a4814caacbdb90b" [[files]] file = "config/slightguimodifications/cts.groovy" -hash = "a9f29b30adc9d86817c067a78417f5a3f1fe1bcb9fbab6a4ff8f8de9026851fb" +hash = "1d905e95813d64e224eb2fa11abcdb4bda3b995e9b1f825a88301603897307a3" [[files]] file = "config/sodium-mixins.properties" @@ -188,7 +188,7 @@ metafile = true [[files]] file = "mods/fabric-api.toml" -hash = "42371b3236cccd35dd7d8e8ca34375b39a37bbf14274fc7c8008092afb0f1bcb" +hash = "fddae77c9ef535807b9e347d8ad3d74f13ad6e3350b6d5499366d140dd0832f3" metafile = true [[files]] @@ -283,7 +283,7 @@ metafile = true [[files]] file = "mods/reeses-sodium-options.toml" -hash = "1c6b6d6958e1fd8d9566e384d1fed58958fdc0a5d8c557e52793f75887148d99" +hash = "ae4ba5b9ad01410d986884219b5cdf026e7cfd19ed4d51f0a59059cc0a01a67f" metafile = true [[files]] diff --git a/Packwiz/1.18.1/mods/fabric-api.toml b/Packwiz/1.18.1/mods/fabric-api.toml index 49f7ee76c..5007cb594 100644 --- a/Packwiz/1.18.1/mods/fabric-api.toml +++ b/Packwiz/1.18.1/mods/fabric-api.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.46.1+1.18.jar" +filename = "fabric-api-0.46.2+1.18.jar" side = "both" [download] -url = "https://edge.forgecdn.net/files/3609/610/fabric-api-0.46.1+1.18.jar" +url = "https://edge.forgecdn.net/files/3613/749/fabric-api-0.46.2+1.18.jar" hash-format = "murmur2" -hash = "2436139110" +hash = "2320157107" [update] [update.curseforge] -file-id = 3609610 +file-id = 3613749 project-id = 306612 diff --git a/Packwiz/1.18.1/mods/reeses-sodium-options.toml b/Packwiz/1.18.1/mods/reeses-sodium-options.toml index 4a416df91..4985e6115 100644 --- a/Packwiz/1.18.1/mods/reeses-sodium-options.toml +++ b/Packwiz/1.18.1/mods/reeses-sodium-options.toml @@ -1,13 +1,13 @@ name = "Reese's Sodium Options" -filename = "reeses_sodium_options-mc1.18.1-1.3.0.jar" +filename = "reeses_sodium_options-mc1.18.1-1.4.0.jar" side = "both" [download] -url = "https://edge.forgecdn.net/files/3596/724/reeses_sodium_options-mc1.18.1-1.3.0.jar" +url = "https://edge.forgecdn.net/files/3622/245/reeses_sodium_options-mc1.18.1-1.4.0.jar" hash-format = "murmur2" -hash = "2910872584" +hash = "3348784607" [update] [update.curseforge] -file-id = 3596724 +file-id = 3622245 project-id = 511319 diff --git a/Packwiz/1.18.1/pack.toml b/Packwiz/1.18.1/pack.toml index 26c91f0f5..30bbb6050 100644 --- a/Packwiz/1.18.1/pack.toml +++ b/Packwiz/1.18.1/pack.toml @@ -1,11 +1,11 @@ name = "Fabulously Optimized" -version = "3.1.0-beta.2" +version = "3.1.0" pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4dc91d236695c227b347955de4de8e2c10fe565ce052eb8d801d8e958faa619d" +hash = "398ff61a3ff9caf610ff2c8f6eaacc4551e389ff6021a08ac7b4e065e869d6b9" [versions] fabric = "0.12.12"