This commit is contained in:
Madis 2022-03-14 18:26:33 +02:00
parent a189d509b1
commit 8202112965
9 changed files with 27 additions and 19 deletions

View file

@ -55,6 +55,11 @@ It... runs? Half of the mods are missing though, it's so alpha that it doesn't e
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.2.6 (2022-03-14)
* Updated Entity Texture Features, Puzzle
* Puzzle update fixed the crash on macOS
### 3.2.5 (2022-03-08)
* Updated Entity Texture Features to fix the player rendering crash

View file

@ -13,6 +13,7 @@ packwiz_manifest = "pack.toml"
refresh_only = False
is_legacy = False
hydrogen = False
def extract_file(from_zip, from_file, to_path, from_desc, to_desc):
with ZipFile(from_zip, 'r') as zip:
@ -41,7 +42,7 @@ if refresh_only == False:
# Packwiz import
os.system(packwiz_exe_path + " curseforge import \"" + cf_zip_path + "\"")
if is_legacy:
if hydrogen:
os.system(packwiz_exe_path + " remove hydrogen")
os.system(packwiz_exe_path + " mr install hydrogen")
os.system(packwiz_exe_path + " refresh")

View file

@ -6,7 +6,8 @@
"citresewn",
"lambdabettergrass",
"cem",
"lambdynlights"
"lambdynlights",
"entity_texture_features"
],
"enablePuzzleButton": false,
"debugMessages": false,

View file

@ -5,7 +5,7 @@ mainMenu {
x { it - 2 }
y { it - 20 }
}
text = literal("Fabulously Optimized 3.2.5")
text = literal("Fabulously Optimized 3.2.6")
align = "right"
color = 0xFFFFFF
hoveredColor = 0x55FFFF

View file

@ -6,7 +6,8 @@
"citresewn",
"lambdabettergrass",
"cem",
"lambdynlights"
"lambdynlights",
"entity_texture_features"
],
"enablePuzzleButton": false,
"debugMessages": false,

View file

@ -18,11 +18,11 @@ hash = "432cf3ffe12e99e455270ddad810e2e50a04385afdd27a3f7a4814caacbdb90b"
[[files]]
file = "config/puzzle.json"
hash = "6025ec66197f8abab4b7192ca299e305f6e8752c821993848620ee9c77577e4d"
hash = "f767669d11b748c983cf3bf33a8778c2e70e2182a844e4ee1add13efabe6c2df"
[[files]]
file = "config/slightguimodifications/cts.groovy"
hash = "bef29531749d08b6445a411759d784a82d6b7a1ac863edce8d6c6340a8087c5c"
hash = "d315d2bf7a55e4ef798654c7e9fcf39b3007f36617496b2e065a8c8c2cb2baf7"
[[files]]
file = "config/tiefix.json"
@ -82,7 +82,7 @@ hash = "432cf3ffe12e99e455270ddad810e2e50a04385afdd27a3f7a4814caacbdb90b"
[[files]]
file = "config/yosbr/config/puzzle.json"
hash = "6025ec66197f8abab4b7192ca299e305f6e8752c821993848620ee9c77577e4d"
hash = "f767669d11b748c983cf3bf33a8778c2e70e2182a844e4ee1add13efabe6c2df"
[[files]]
file = "config/yosbr/config/slightguimodifications/config.json5"
@ -197,7 +197,7 @@ metafile = true
[[files]]
file = "mods/entity-texture-features-fabric.toml"
hash = "2df517821507b13dee85c5baae30749e081b08b82428b3349eaa02bcde9de10a"
hash = "93b5334d5aee27aeb652185de9e7915373cc10b65df506d193ae44baa9121548"
metafile = true
[[files]]
@ -297,7 +297,7 @@ metafile = true
[[files]]
file = "mods/puzzle.toml"
hash = "4f80d5389cf1660d9511b81ec5ee3ec65b3fc4b1c1f11768ccb10d707b8a19c5"
hash = "32bdc2d06d874908b095c92f8c61465f81008b550f6cedcfb922447412e0f9f9"
metafile = true
[[files]]

View file

@ -1,13 +1,13 @@
name = "Entity Texture Features - [Fabric]"
filename = "entity-texture-features-1.18.1-2.4.1.jar"
filename = "entity-texture-features-1.18.x-2.5.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3681/839/entity-texture-features-1.18.1-2.4.1.jar"
url = "https://edge.forgecdn.net/files/3693/77/entity-texture-features-%5B1.18.x%5D-2.5.1.jar"
hash-format = "sha1"
hash = "77e6efe0600ee40233937380acc9da9c65641af5"
hash = "fef2a38b6b0568db8bb5c611d40321586ee02fe2"
[update]
[update.curseforge]
file-id = 3681839
file-id = 3693077
project-id = 568563

View file

@ -1,13 +1,13 @@
name = "Puzzle"
filename = "puzzle-1.1.0.jar"
filename = "puzzle-1.2.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3599/769/puzzle-1.1.0.jar"
url = "https://edge.forgecdn.net/files/3692/488/puzzle-1.2.0.jar"
hash-format = "sha1"
hash = "56365b0e1e27288c45ec680be7d41cff8d389015"
hash = "c4b6921b6ec061b3441467d3d89786fd40b069db"
[update]
[update.curseforge]
file-id = 3599769
file-id = 3692488
project-id = 563977

View file

@ -1,11 +1,11 @@
name = "Fabulously Optimized"
version = "3.2.5"
version = "3.2.6"
pack-format = "packwiz:1.0.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "c82e0cf09a11db23a40128a184e4888878047cba8800067d4d02f21bc656f3c7"
hash = "6a43c39a2349799cdde73b6eda926fd239de2754a4e39339c0298dc4f338fe3a"
[versions]
fabric = "0.13.3"