Skip to content

Commit 20d2369

Browse files
committed
2.0.0b4
1 parent 6ef17c9 commit 20d2369

File tree

18 files changed

+111
-146
lines changed

18 files changed

+111
-146
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ Notes for all 1.17 releases:
1111
* Curseforge Launcher: if you're upgrading from MC 1.16.x, please ☑️ Update to new Profile
1212
* MultiMC: Minecraft 1.17 requires Java 16: https://www.oracle.com/java/technologies/javase-jdk16-downloads.html
1313

14+
### 2.0.0b4
15+
16+
Differences from b3
17+
18+
* Added **Iris with Sodium**! (Yes, FPS boost and Optifine shaders!)
19+
* Set the default graphics to fast for general performance improvement
20+
* Re-enabled dynamic light for entities in LambDynamicLights
21+
* Updated mods
22+
* Removed Canvas
23+
* FO is currently still in beta because 1.17.1 is coming soon and Sodium Extra is not there yet
24+
1425
### 2.0.0b3
1526

1627
Differences from b2

Curseforge/manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"manifestType": "minecraftModpack",
1212
"manifestVersion": 1,
1313
"name": "Fabulously Optimized",
14-
"version": "2.0.0b3",
14+
"version": "2.0.0b4",
1515
"author": "robotkoer",
1616
"files": [
1717
{
@@ -36,7 +36,7 @@
3636
},
3737
{
3838
"projectID": 419697,
39-
"fileID": 3358435,
39+
"fileID": 3366202,
4040
"required": true
4141
},
4242
{
@@ -91,7 +91,7 @@
9191
},
9292
{
9393
"projectID": 308769,
94-
"fileID": 3330753,
94+
"fileID": 3364215,
9595
"required": true
9696
},
9797
{
@@ -104,14 +104,19 @@
104104
"fileID": 3342338,
105105
"required": true
106106
},
107+
{
108+
"projectID": 455508,
109+
"fileID": 3370019,
110+
"required": true
111+
},
107112
{
108113
"projectID": 360438,
109114
"fileID": 3359899,
110115
"required": true
111116
},
112117
{
113118
"projectID": 408481,
114-
"fileID": 3344545,
119+
"fileID": 3370074,
115120
"required": true
116121
},
117122
{
@@ -124,11 +129,6 @@
124129
"fileID": 3343876,
125130
"required": true
126131
},
127-
{
128-
"projectID": 318440,
129-
"fileID": 3357916,
130-
"required": true
131-
},
132132
{
133133
"projectID": 404870,
134134
"fileID": 3348402,

Curseforge/modlist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fabric-language-kotlin">Fabric Language Kotlin (by modmuss50)</a></li>
1818
<li><a href="https://www.curseforge.com/minecraft/mc-mods/slight-gui-modifications">'Slight' Gui Modifications (by shedaniel)</a></li>
1919
<li><a href="https://www.curseforge.com/minecraft/mc-mods/better-beds">Better Beds (by Motschen)</a></li>
20+
<li><a href="https://www.curseforge.com/minecraft/mc-mods/irisshaders">Iris Shaders (by coderbot)</a></li>
2021
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lithium">Lithium (Fabric) (by jellysquid3)</a></li>
2122
<li><a href="https://www.curseforge.com/minecraft/mc-mods/capes">Fabric Capes (by VictorKohler)</a></li>
2223
<li><a href="https://www.curseforge.com/minecraft/mc-mods/no-fade">No Fade (by UltimateBoomer)</a></li>
2324
<li><a href="https://www.curseforge.com/minecraft/mc-mods/antighost">AntiGhost (by Giselbaer)</a></li>
24-
<li><a href="https://www.curseforge.com/minecraft/mc-mods/canvas-renderer">Canvas Renderer (by grondagthebarbarian)</a></li>
2525
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fabrishot">Fabrishot (by ramidzkh)</a></li>
2626
<li><a href="https://www.curseforge.com/minecraft/mc-mods/not-enough-crashes">Not Enough Crashes (Fabric) (by NatanFudge)</a></li>
2727
</ul>

MultiMC/Fabulously Optimized x.y.z/instance.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ OverrideNativeWorkarounds=false
1717
OverrideWindow=false
1818
iconKey=pack
1919
lastLaunchTime=1624292826541
20-
name=Fabulously Optimized 2.0.0b3
20+
name=Fabulously Optimized 2.0.0b4
2121
notes=https://www.curseforge.com/minecraft/modpacks/fabulously-optimized
2222
totalTimePlayed=198

Packwiz/config/slightguimodifications/cts.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mainMenu {
55
x { it - 2 }
66
y { it - 20 }
77
}
8-
text = literal("Fabulously Optimized 2.0.0b3")
8+
text = literal("Fabulously Optimized 2.0.0b4")
99
align = "right"
1010
color = 0xFFFFFF
1111
hoveredColor = 0x55FFFF

Packwiz/config/yosbr/config/canvas.json5

Lines changed: 0 additions & 76 deletions
This file was deleted.

Packwiz/config/yosbr/config/canvas_pipeline_options.json5

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#This file stores configuration options for Iris, such as the currently active shaderpack
2+
#Thu Jul 01 10:53:00 EEST 2021
3+
shaderPack=
4+
enableShaders=false

Packwiz/config/yosbr/config/lambdynlights.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mode = "fastest"
99
# Enable block entities light source.
1010
block_entities = true
1111
# Enable entities light source.
12-
entities = false
12+
entities = true
1313
# TNT lighting mode. May be off, simple or fancy.
1414
tnt = "simple"
1515
# Creeper lighting mode. May be off, simple or fancy.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"quality": {
3+
"cloud_quality": "FAST",
4+
"weather_quality": "FAST",
5+
"enable_vignette": true,
6+
"enable_clouds": true
7+
},
8+
"advanced": {
9+
"animate_only_visible_textures": true,
10+
"use_entity_culling": true,
11+
"use_particle_culling": true,
12+
"use_fog_occlusion": true,
13+
"use_block_face_culling": true,
14+
"allow_direct_memory_access": true
15+
},
16+
"notifications": {
17+
"hide_donation_button": true
18+
}
19+
}

0 commit comments

Comments
 (0)