Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Madis0 committed Jan 25, 2022
1 parent 915a8d9 commit 614be9b
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 30 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
14 changes: 7 additions & 7 deletions Curseforge/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Fabulously Optimized",
"version": "3.1.0-beta.2",
"version": "3.1.0",
"author": "robotkoer",
"files": [
{
Expand All @@ -26,7 +26,7 @@
},
{
"projectID": 306612,
"fileID": 3609610,
"fileID": 3613749,
"required": true
},
{
Expand Down Expand Up @@ -61,7 +61,7 @@
},
{
"projectID": 511319,
"fileID": 3596724,
"fileID": 3622245,
"required": true
},
{
Expand Down Expand Up @@ -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
},
{
Expand Down
2 changes: 1 addition & 1 deletion Curseforge/modlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dont-clear-chat-history">Don't Clear Chat History (by anar4732)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lambdynamiclights">LambDynamicLights (by LambdAurora)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dynamic-fps">Dynamic FPS (by juliand665)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/irisshaders">Iris Shaders (by coderbot)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/no-fade">No Fade (by UltimateBoomer)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/irisshaders">Iris Shaders (by coderbot)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cloth-config">Cloth Config API (Fabric) (by shedaniel)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/completeconfig">CompleteConfig (by Lortseam_)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/yosbr">Your Options Shall Be Respected (YOSBR) (by shedaniel)</a></li>
Expand Down
14 changes: 7 additions & 7 deletions Modrinth/modrinth.index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"formatVersion": 1,
"game": "minecraft",
"versionId": "3.1.0-beta.2",
"versionId": "3.1.0",
"name": "Fabulously Optimized",
"files": [
{
Expand Down Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -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"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion MultiMC/Fabulously Optimized x.y.z/instance.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Packwiz/1.18.1/config/slightguimodifications/cts.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Packwiz/1.18.1/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hash = "432cf3ffe12e99e455270ddad810e2e50a04385afdd27a3f7a4814caacbdb90b"

[[files]]
file = "config/slightguimodifications/cts.groovy"
hash = "a9f29b30adc9d86817c067a78417f5a3f1fe1bcb9fbab6a4ff8f8de9026851fb"
hash = "1d905e95813d64e224eb2fa11abcdb4bda3b995e9b1f825a88301603897307a3"

[[files]]
file = "config/sodium-mixins.properties"
Expand Down Expand Up @@ -188,7 +188,7 @@ metafile = true

[[files]]
file = "mods/fabric-api.toml"
hash = "42371b3236cccd35dd7d8e8ca34375b39a37bbf14274fc7c8008092afb0f1bcb"
hash = "fddae77c9ef535807b9e347d8ad3d74f13ad6e3350b6d5499366d140dd0832f3"
metafile = true

[[files]]
Expand Down Expand Up @@ -283,7 +283,7 @@ metafile = true

[[files]]
file = "mods/reeses-sodium-options.toml"
hash = "1c6b6d6958e1fd8d9566e384d1fed58958fdc0a5d8c557e52793f75887148d99"
hash = "ae4ba5b9ad01410d986884219b5cdf026e7cfd19ed4d51f0a59059cc0a01a67f"
metafile = true

[[files]]
Expand Down
8 changes: 4 additions & 4 deletions Packwiz/1.18.1/mods/fabric-api.toml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions Packwiz/1.18.1/mods/reeses-sodium-options.toml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions Packwiz/1.18.1/pack.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 614be9b

Please sign in to comment.