Skip to content

Commit 35a0dfa

Browse files
committed
2.1.0-beta.4
1 parent 7446ffc commit 35a0dfa

26 files changed

+237
-103
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,22 @@ Notes for all 1.17.1 releases:
88
* Curseforge Launcher: if you're upgrading from MC 1.16.x, please ☑️ Update to new Profile
99
* MultiMC: Minecraft 1.17.1 requires Java 16: https://www.oracle.com/java/technologies/javase-jdk16-downloads.html
1010

11+
### 2.1.0-beta.4
12+
13+
Added
14+
* LambdaBetterGrass (Optifine's "better grass"!)
15+
* CustomEntityModels and CompleteConfig (Optifine's custom entity models, in alpha though)
16+
* Colormatic (water/biome colors, FO 1.9.1 parity)
17+
* FastChest and Better Beds (were removed in the previous beta)
18+
19+
Removed
20+
* Enhanced Block Entities (postponing the addition due to mod compatibility bugs)
21+
22+
Updated mods: FerriteCore, Mod Menu, Fabric API, Architectury API
23+
1124
### 2.1.0-beta.3
1225

13-
It's time to test Indium! Please let me know how it goes: https://strawpoll.com/d169oq4g9
26+
It's time to test Indium! Please let me know how it goes: [the poll has ended]
1427

1528
Changes from beta 2
1629
* Added Indium (rendering API, allows for more parity mods in the future)

CLI tools/Update Packwiz.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@
33
user_path = os.path.expanduser("~")
44
git_path = user_path + "/Documents/GitHub/fabulously-optimized/"
55
exe_path = "packwiz.exe"
6+
packwiz_path = git_path + "Packwiz"
7+
mods_path = packwiz_path + "/mods"
68

7-
os.chdir(git_path + "Packwiz")
8-
from_file = input("Please drag the Curseforge zip file here: ")[2:] # Because dragging the file adds "& " for some reason
9+
mod_files = os.listdir(mods_path)
10+
for item in mod_files:
11+
os.remove( os.path.join(mods_path, item))
12+
13+
os.chdir(packwiz_path)
14+
from_file = input("Please drag the Curseforge zip file here: ")[3:][:-1] # Because dragging the file adds "& " and double quotes
915
os.system(exe_path + " curseforge import " + from_file) # TODO: something's wrong here, packwiz claims there are two arguments
1016
os.system(exe_path + " remove hydrogen")
1117
os.system(exe_path + " mr install hydrogen")
1218
os.system(exe_path + " remove indium")
1319
os.system(exe_path + " mr install indium")
14-
os.system(exe_path +" refresh")
20+
os.system(exe_path + " refresh")
1521

1622
# TODO: Update Modrinth json

Curseforge/manifest.json

Lines changed: 29 additions & 14 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.1.0-beta.2",
14+
"version": "2.1.0-beta.4",
1515
"author": "robotkoer",
1616
"files": [
1717
{
@@ -21,22 +21,27 @@
2121
},
2222
{
2323
"projectID": 319057,
24-
"fileID": 3329246,
24+
"fileID": 3413206,
2525
"required": true
2626
},
2727
{
2828
"projectID": 448233,
2929
"fileID": 3388827,
3030
"required": true
3131
},
32+
{
33+
"projectID": 325092,
34+
"fileID": 3436738,
35+
"required": true
36+
},
3237
{
3338
"projectID": 399798,
3439
"fileID": 3344195,
3540
"required": true
3641
},
3742
{
3843
"projectID": 419697,
39-
"fileID": 3385669,
44+
"fileID": 3436837,
4045
"required": true
4146
},
4247
{
@@ -56,27 +61,32 @@
5661
},
5762
{
5863
"projectID": 393442,
59-
"fileID": 3348967,
64+
"fileID": 3409038,
6065
"required": true
6166
},
6267
{
6368
"projectID": 306612,
64-
"fileID": 3398557,
69+
"fileID": 3438063,
6570
"required": true
6671
},
6772
{
6873
"projectID": 415758,
6974
"fileID": 3248104,
7075
"required": true
7176
},
77+
{
78+
"projectID": 335493,
79+
"fileID": 3419561,
80+
"required": true
81+
},
7282
{
7383
"projectID": 349630,
7484
"fileID": 3379128,
7585
"required": true
7686
},
7787
{
78-
"projectID": 335493,
79-
"fileID": 3356224,
88+
"projectID": 381257,
89+
"fileID": 3395949,
8090
"required": true
8191
},
8292
{
@@ -91,7 +101,7 @@
91101
},
92102
{
93103
"projectID": 308702,
94-
"fileID": 3400185,
104+
"fileID": 3431313,
95105
"required": true
96106
},
97107
{
@@ -101,7 +111,12 @@
101111
},
102112
{
103113
"projectID": 459857,
104-
"fileID": 3373736,
114+
"fileID": 3435174,
115+
"required": true
116+
},
117+
{
118+
"projectID": 477078,
119+
"fileID": 3424444,
105120
"required": true
106121
},
107122
{
@@ -131,7 +146,7 @@
131146
},
132147
{
133148
"projectID": 408481,
134-
"fileID": 3373447,
149+
"fileID": 3420209,
135150
"required": true
136151
},
137152
{
@@ -145,13 +160,13 @@
145160
"required": true
146161
},
147162
{
148-
"projectID": 398774,
149-
"fileID": 3383929,
163+
"projectID": 353890,
164+
"fileID": 3357144,
150165
"required": true
151166
},
152167
{
153-
"projectID": 353890,
154-
"fileID": 3357144,
168+
"projectID": 400322,
169+
"fileID": 3436762,
155170
"required": true
156171
}
157172
],

Curseforge/modlist.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fastchest">FastChest (by fake_domi)</a></li>
33
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cloth-config">Cloth Config API (Fabric) (by shedaniel)</a></li>
44
<li><a href="https://www.curseforge.com/minecraft/mc-mods/entityculling">Entity Culling Fabric/Forge (by tr9zw)</a></li>
5+
<li><a href="https://www.curseforge.com/minecraft/mc-mods/colormatic">Colormatic (by kwertiTheCats)</a></li>
56
<li><a href="https://www.curseforge.com/minecraft/mc-mods/item-model-fix">Item Model Fix (Fabric) (by Pepper_Bell)</a></li>
67
<li><a href="https://www.curseforge.com/minecraft/mc-mods/architectury-fabric">Architectury API (Fabric) (by shedaniel)</a></li>
78
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cloth-api">Cloth API (Fabric) (by shedaniel)</a></li>
@@ -10,13 +11,15 @@
1011
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lambdynamiclights">LambDynamicLights (by LambdAurora)</a></li>
1112
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fabric-api">Fabric API (by modmuss50)</a></li>
1213
<li><a href="https://www.curseforge.com/minecraft/mc-mods/smooth-boot">Smooth Boot (Fabric) (by UltimateBoomer)</a></li>
13-
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wi-zoom">WI Zoom (by alexander9892)</a></li>
1414
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dynamic-fps">Dynamic FPS (by juliand665)</a></li>
15+
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wi-zoom">WI Zoom (by alexander9892)</a></li>
16+
<li><a href="https://www.curseforge.com/minecraft/mc-mods/completeconfig">CompleteConfig (by Lortseam_)</a></li>
1517
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lazydfu">LazyDFU (by tuxed)</a></li>
1618
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fabric-language-kotlin">Fabric Language Kotlin (by modmuss50)</a></li>
1719
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modmenu">Mod Menu (by ProspectorDev)</a></li>
1820
<li><a href="https://www.curseforge.com/minecraft/mc-mods/slight-gui-modifications">'Slight' Gui Modifications (by shedaniel)</a></li>
1921
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ferritecore-fabric">FerriteCore (Fabric) (by malte0811)</a></li>
22+
<li><a href="https://www.curseforge.com/minecraft/mc-mods/custom-entity-models-cem">Custom Entity Models (CEM) (by dorianpb)</a></li>
2023
<li><a href="https://www.curseforge.com/minecraft/mc-mods/better-beds">Better Beds (by Motschen)</a></li>
2124
<li><a href="https://www.curseforge.com/minecraft/mc-mods/irisshaders">Iris Shaders (by coderbot)</a></li>
2225
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lithium">Lithium (Fabric) (by jellysquid3)</a></li>
@@ -25,6 +28,6 @@
2528
<li><a href="https://www.curseforge.com/minecraft/mc-mods/capes">Fabric Capes (by VictorKohler)</a></li>
2629
<li><a href="https://www.curseforge.com/minecraft/mc-mods/antighost">AntiGhost (by Giselbaer)</a></li>
2730
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fabrishot">Fabrishot (by ramidzkh)</a></li>
28-
<li><a href="https://www.curseforge.com/minecraft/mc-mods/custom-fog">Custom Fog (by Setadokalo)</a></li>
2931
<li><a href="https://www.curseforge.com/minecraft/mc-mods/not-enough-crashes">Not Enough Crashes (Fabric) (by NatanFudge)</a></li>
32+
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lambdabettergrass">LambdaBetterGrass (by LambdAurora)</a></li>
3033
</ul>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ UseNativeGLFW=false
3636
UseNativeOpenAL=false
3737
WrapperCommand=
3838
iconKey=pack
39-
lastLaunchTime=1628784738138
40-
lastTimePlayed=71
41-
name=Fabulously Optimized 2.1.0-beta.3
39+
lastLaunchTime=1629896038177
40+
lastTimePlayed=129
41+
name=Fabulously Optimized 2.1.0-beta.4
4242
notes=https://www.curseforge.com/minecraft/modpacks/fabulously-optimized
43-
totalTimePlayed=887
43+
totalTimePlayed=1026

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.1.0-beta.3")
8+
text = literal("Fabulously Optimized 2.1.0-beta.4")
99
align = "right"
1010
color = 0xFFFFFF
1111
hoveredColor = 0x55FFFF
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"use_new_model_creation_fix"=true
2+
"use_optifine_folder"=true
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Colormatic Config
2+
#Wed Aug 25 14:41:01 EEST 2021
3+
fog.clearSky=false
4+
light.flickerBlockLight=true
5+
fog.clearVoid=false
6+
light.blendSkyLight=true

Packwiz/config/yosbr/config/enhanced_bes.properties

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#FastChest config file
2+
#Wed Aug 25 14:55:11 EEST 2021
3+
simplifiedChest=true

0 commit comments

Comments
 (0)