This commit is contained in:
Madis 2021-11-01 20:16:43 +02:00
parent 3a995a0e09
commit 3b00513c2e
11 changed files with 37 additions and 35 deletions

View file

@ -8,6 +8,10 @@ Notes for all 1.17.1 releases:
* Curseforge Launcher: if you're upgrading from MC 1.16.x, please ☑️ Update to new Profile
* MultiMC: Minecraft 1.17.1 requires Java 16: https://www.oracle.com/java/technologies/javase-jdk16-downloads.html
### 2.3.3
* Updated Fabric API, Fabric Capes, Language Reload
### 2.3.2
* Updated Architectury API, CIT Resewn, Continuity, Cull Leaves, Not Enough Crashes

View file

@ -3,7 +3,7 @@ from distutils import dir_util
user_path = os.path.expanduser("~")
cf_path = user_path + "/curseforge/minecraft/Instances/Fabulously Optimized/"
mmc_path = user_path + "/Documents/MultiMC/instances/Fabulously Optimized 2.0.0b1/"
mmc_path = user_path + "/Documents/MultiMC/instances/Fabulously Optimized/"
git_path = user_path + "/Documents/GitHub/fabulously-optimized/"
version_no = "1.17.1"
pw_path = git_path + "Packwiz/" + version_no

View file

@ -2,7 +2,7 @@ import os, shutil
from distutils import dir_util
user_path = os.path.expanduser("~")
mmc_path = user_path + "/Documents/MultiMC/instances/Fabulously Optimized 2.0.0b1/"
mmc_path = user_path + "/Documents/MultiMC/instances/Fabulously Optimized/"
git_path = user_path + "/Documents/GitHub/fabulously-optimized/"
# Functions

View file

@ -1,7 +1,7 @@
{
"formatVersion": 1,
"game": "minecraft",
"versionId": "2.3.2",
"versionId": "2.3.3",
"name": "Fabulously Optimized",
"summary": "A Fabric-based modpack for Minecraft that focuses on performance and graphics optimizations",
"files": [
@ -51,12 +51,12 @@
]
},
{
"path": "mods/capes-1.2.1.jar",
"path": "mods/Capes-1.2.2+1.17.jar",
"hashes": {
"murmur2": "2540186038"
"murmur2": "3793937648"
},
"downloads": [
"https://edge.forgecdn.net/files/3420/209/capes-1.2.1.jar"
"https://edge.forgecdn.net/files/3510/854/Capes-1.2.2+1.17.jar"
]
},
{
@ -168,12 +168,12 @@
]
},
{
"path": "mods/fabric-api-0.41.0+1.17.jar",
"path": "mods/fabric-api-0.41.3+1.17.jar",
"hashes": {
"murmur2": "2846834524"
"murmur2": "2986694412"
},
"downloads": [
"https://edge.forgecdn.net/files/3494/349/fabric-api-0.41.0+1.17.jar"
"https://edge.forgecdn.net/files/3510/335/fabric-api-0.41.3+1.17.jar"
]
},
{
@ -258,12 +258,12 @@
]
},
{
"path": "mods/language-reload-1.1.jar",
"path": "mods/language-reload-1.2.jar",
"hashes": {
"murmur2": "1645832531"
"murmur2": "2993088515"
},
"downloads": [
"https://edge.forgecdn.net/files/3477/612/language-reload-1.1.jar"
"https://edge.forgecdn.net/files/3510/259/language-reload-1.2.jar"
]
},
{
@ -404,6 +404,6 @@
],
"dependencies": {
"minecraft": "1.17.1",
"fabric-loader": "0.11.6"
"fabric-loader": "0.11.7"
}
}

View file

@ -21,7 +21,5 @@ OverrideWindow=false
PermGen=128
iconKey=pack
lastLaunchTime=1634574367356
lastTimePlayed=2985
name=Fabulously Optimized 2.3.2
name=Fabulously Optimized 2.3.3
notes=https://www.curseforge.com/minecraft/modpacks/fabulously-optimized
totalTimePlayed=9583

View file

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

View file

@ -14,7 +14,7 @@ hash = "8bffacf0777bdc9e35022109e9580583d40fcaa05f0abfed1bf32220a5b39ab3"
[[files]]
file = "config/slightguimodifications/cts.groovy"
hash = "6ce38dad5daff5e51b12810088b3e459d192931fcaf43ae31ee481244549cf8a"
hash = "906521d6179ed60f12015592a23b9040f7597c62f79bb386bb5e9431a20a7e5d"
[[files]]
file = "config/sodium-mixins.properties"
@ -99,7 +99,7 @@ metafile = true
[[files]]
file = "mods/capes.toml"
hash = "3adc9339abe9872d3d0a7b2098f7efd1679203c204d06f4c34488a488a3d8215"
hash = "ae4188fd623361d5dec78a2768324b6d93742e9e2d53d84a3d9366c511cbf1ca"
metafile = true
[[files]]
@ -164,7 +164,7 @@ metafile = true
[[files]]
file = "mods/fabric-api.toml"
hash = "b021631b3c9eb2df67a922cf29afbfc01616cd86b1eb2a1f489930d8a478c6b1"
hash = "27cbbc3381dc442d0806faf0ea89f8ecf732c518332d265f365e0cb88d5e5058"
metafile = true
[[files]]
@ -214,7 +214,7 @@ metafile = true
[[files]]
file = "mods/language-reload.toml"
hash = "769305d6f3ed63fd0e38d1680709180b515149acaed0e07e6a1306ea8c1fa50f"
hash = "3022ee68bd70f582513f1165cca332b662b477782f363a5c564998c922c82150"
metafile = true
[[files]]

View file

@ -1,14 +1,14 @@
name = "Fabric Capes"
filename = "capes-1.2.1.jar"
filename = "Capes-1.2.2+1.17.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3420/209/capes-1.2.1.jar"
url = "https://edge.forgecdn.net/files/3510/854/Capes-1.2.2+1.17.jar"
hash-format = "murmur2"
hash = "2540186038"
hash = "3793937648"
[update]
[update.curseforge]
file-id = 3420209
file-id = 3510854
project-id = 408481
release-channel = "beta"

View file

@ -1,14 +1,14 @@
name = "Fabric API"
filename = "fabric-api-0.41.0+1.17.jar"
filename = "fabric-api-0.41.3+1.17.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3494/349/fabric-api-0.41.0+1.17.jar"
url = "https://edge.forgecdn.net/files/3510/335/fabric-api-0.41.3+1.17.jar"
hash-format = "murmur2"
hash = "2846834524"
hash = "2986694412"
[update]
[update.curseforge]
file-id = 3494349
file-id = 3510335
project-id = 306612
release-channel = "beta"

View file

@ -1,14 +1,14 @@
name = "Language Reload"
filename = "language-reload-1.1.jar"
filename = "language-reload-1.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3477/612/language-reload-1.1.jar"
url = "https://edge.forgecdn.net/files/3510/259/language-reload-1.2.jar"
hash-format = "murmur2"
hash = "1645832531"
hash = "2993088515"
[update]
[update.curseforge]
file-id = 3477612
file-id = 3510259
project-id = 527334
release-channel = "beta"

View file

@ -3,8 +3,8 @@ name = "Fabulously Optimized"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "ee96f0162831a25953bc813a05e5692ab71cf8ecc0f4cb172e03e2235cb8686f"
hash = "9476b06475f5e9cf146ce7c2fa1e117110668122c403fb589a13be855a1dc65e"
[versions]
fabric = "0.11.6"
fabric = "0.11.7"
minecraft = "1.17.1"