3.1.0-alpha.2

This commit is contained in:
Madis 2021-12-14 19:20:13 +02:00
parent b3ddcdcda2
commit 70643398e9
14 changed files with 98 additions and 45 deletions

View file

@ -3,6 +3,13 @@ This is the changelog for the Fabric modpack [Fabulously Optimized](https://www.
## 1.18.1
### 3.1.0-alpha.2 (2021-12-14)
* Re-added Lithium
* Updated Architectury API, Cloth Config API, Custom Entity Models
* Currently forced (do NOT report any issues to those mods!): Animatica, Don't Clear Chat History
* Currently removed Hydrogen, Phosphor
### 3.1.0-alpha.1 (2021-12-11)
* 1.18.1 has fixed [the critical multiplayer bug](https://www.minecraft.net/en-us/article/important-message--security-vulnerability-java-edition)

View file

@ -50,8 +50,7 @@ copy_dir(cf_path + "resourcepacks/", mmc_path + "minecraft/resourcepacks/", "Cur
# Curseforge to Git
copy_file(cf_path + "manifest.json", git_path + "Curseforge/manifest.json", "Curseforge manifest.json", "Git")
copy_file(cf_path + "modlist.html", git_path + "Curseforge/modlist.html", "Curseforge modlist.html", "Git")
# Manifest and json copying moved to "Curseforge to Packwiz.py" to make sure they are always newest
remove_dir(pw_path + "/config/", "Packwiz configs in Git")
copy_dir(cf_path + "config/", pw_path + "/config/", "Curseforge configs", "Git (Packwiz)")
copy_dir(cf_path + "resourcepacks/", pw_path + "/resourcepacks/", "Curseforge resource packs", "Git (Packwiz)")

View file

@ -1,4 +1,5 @@
import os
import os, shutil
from zipfile import ZipFile
user_path = os.path.expanduser("~")
git_path = user_path + "/Documents/GitHub/fabulously-optimized/"
@ -11,9 +12,22 @@ mod_files = os.listdir(mods_path)
for item in mod_files:
os.remove( os.path.join(mods_path, item))
def extract_file(from_file, to_path, from_desc, to_desc):
with ZipFile(cf_zip_path, 'r') as zip:
if from_file in zip.namelist():
zip.extract(from_file, to_path)
print("Copied " + from_desc + " to " + to_desc)
else:
print("Skipped " + from_desc + " copying to " + to_desc + ", didn't exist")
os.chdir(packwiz_path)
from_file = input("Please drag the Curseforge zip file here: ")[3:][:-1] # Because dragging the file adds "& " and double quotes
os.system(exe_path + " curseforge import \"" + from_file + "\"")
cf_zip_path = input("Please drag the Curseforge zip file here: ")[3:][:-1] # Because dragging the file adds "& " and double quotes
os.system(exe_path + " curseforge import \"" + cf_zip_path + "\"")
#os.system(exe_path + " remove hydrogen")
#os.system(exe_path + " mr install hydrogen")
os.system(exe_path + " refresh")
os.system(exe_path + " refresh")
# Copy fresh manifest/modlist to git
extract_file("manifest.json", git_path + "Curseforge", "Curseforge manifest.json", "Git")
extract_file("modlist.html", git_path + "Curseforge", "Curseforge modlist.html", "Git")

View file

@ -11,7 +11,7 @@
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Fabulously Optimized",
"version": "3.1.0-alpha.1",
"version": "3.1.0-alpha.2",
"author": "robotkoer",
"files": [
{
@ -76,7 +76,7 @@
},
{
"projectID": 477078,
"fileID": 3440846,
"fileID": 3561474,
"required": true
},
{
@ -101,7 +101,7 @@
},
{
"projectID": 419697,
"fileID": 3554993,
"fileID": 3562469,
"required": true
},
{
@ -194,19 +194,19 @@
"fileID": 3497287,
"required": true
},
{
"projectID": 455508,
"fileID": 3558900,
"required": true
},
{
"projectID": 452768,
"fileID": 3550935,
"required": true
},
{
"projectID": 455508,
"fileID": 3558900,
"required": true
},
{
"projectID": 319057,
"fileID": 3546622,
"fileID": 3559638,
"required": true
},
{
@ -219,6 +219,11 @@
"fileID": 2934596,
"required": true
},
{
"projectID": 360438,
"fileID": 3565566,
"required": true
},
{
"projectID": 325092,
"fileID": 3549774,

View file

@ -35,11 +35,12 @@
<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>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lithium">Lithium (Fabric) (by jellysquid3_)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/colormatic">Colormatic (by kwertiTheCats)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/indium">Indium (by comp500)</a></li>
</ul>

View file

@ -1,7 +1,7 @@
{
"formatVersion": 1,
"game": "minecraft",
"versionId": "3.1.0-alpha.1",
"versionId": "3.1.0-alpha.2",
"name": "Fabulously Optimized",
"summary": "A Fabric-based modpack for Minecraft that focuses on performance and graphics optimizations",
"files": [
@ -33,12 +33,12 @@
]
},
{
"path": "mods/architectury-3.2.47.jar",
"path": "mods/architectury-3.2.51.jar",
"hashes": {
"murmur2": "3145725562"
"murmur2": "2356609179"
},
"downloads": [
"https://edge.forgecdn.net/files/3554/993/architectury-3.2.47.jar"
"https://edge.forgecdn.net/files/3562/469/architectury-3.2.51.jar"
]
},
{
@ -87,12 +87,12 @@
]
},
{
"path": "mods/cloth-config-6.0.45-fabric.jar",
"path": "mods/cloth-config-6.1.48-fabric.jar",
"hashes": {
"murmur2": "4158055047"
"murmur2": "2178376205"
},
"downloads": [
"https://edge.forgecdn.net/files/3546/622/cloth-config-6.0.45-fabric.jar"
"https://edge.forgecdn.net/files/3559/638/cloth-config-6.1.48-fabric.jar"
]
},
{
@ -123,12 +123,12 @@
]
},
{
"path": "mods/cem-0.6.2.jar",
"path": "mods/cem-0.7.0.jar",
"hashes": {
"murmur2": "3701570831"
"murmur2": "3362249222"
},
"downloads": [
"https://edge.forgecdn.net/files/3440/846/cem-0.6.2.jar"
"https://edge.forgecdn.net/files/3561/474/cem-0.7.0.jar"
]
},
{
@ -275,6 +275,15 @@
"https://edge.forgecdn.net/files/3209/972/lazydfu-0.1.2.jar"
]
},
{
"path": "mods/lithium-fabric-mc1.18.1-0.7.6.jar",
"hashes": {
"murmur2": "3985106497"
},
"downloads": [
"https://edge.forgecdn.net/files/3565/566/lithium-fabric-mc1.18.1-0.7.6.jar"
]
},
{
"path": "mods/modmenu-3.0.0.jar",
"hashes": {

View file

@ -22,6 +22,6 @@ PermGen=128
iconKey=pack
lastLaunchTime=1639155862639
lastTimePlayed=272
name=Fabulously Optimized 3.1.0-alpha.1
name=Fabulously Optimized 3.1.0-alpha.2
notes=https://www.curseforge.com/minecraft/modpacks/fabulously-optimized
totalTimePlayed=400

View file

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

View file

@ -18,7 +18,7 @@ hash = "823e13cceab67ae7856cbfc91fcec40cadb1a7b958993b92f2501928659a0641"
[[files]]
file = "config/slightguimodifications/cts.groovy"
hash = "60645f38f411d7a2e9cd0bcb6143e7844ec18d89aa5ca595a48c95df4da28444"
hash = "a60a7626bdfe90204d1899bcd58dd20062658a83e9e26bdbd264851a52ab1459"
[[files]]
file = "config/sodium-mixins.properties"
@ -105,7 +105,7 @@ metafile = true
[[files]]
file = "mods/architectury-fabric.toml"
hash = "588462201d75ce217b2d73c08932fc2b04d31632399f49d31a9b46a1a7e53b71"
hash = "6acb793cd97dff83925decbfab9c9e418563c1fe2c84f1972047e7110a39f16f"
metafile = true
[[files]]
@ -135,7 +135,7 @@ metafile = true
[[files]]
file = "mods/cloth-config.toml"
hash = "3673dd85d0ebecbef0501f2506206279fedc113070ee32a98fbe0690ba4e2aab"
hash = "86659374a4bd799a6ddc3123eb909fff79d7b01a48131f2caef8e6bfedb41f11"
metafile = true
[[files]]
@ -155,7 +155,7 @@ metafile = true
[[files]]
file = "mods/custom-entity-models-cem.toml"
hash = "5a609203ae9f32d5ff7998edd49c50b2ca8d7fe28233664b5621befe87176ee2"
hash = "d7b04dc33616ec7168a1b4c1c4a7617cb2526c830dc4457ee7972f5145419b0a"
metafile = true
[[files]]
@ -238,6 +238,11 @@ file = "mods/lazydfu.toml"
hash = "d29c81118c71783f1a833ec2b5b5e2be98d1bfce3652026b24161cb27288e3be"
metafile = true
[[files]]
file = "mods/lithium.toml"
hash = "3a8fb7d4258da78b56e3e34f67df5b13f4773496bad7a5806fb603342294753c"
metafile = true
[[files]]
file = "mods/modmenu.toml"
hash = "65580017b27e0f38290448b991efffd2ebaeb23f1426afccf28cc1c9303e5f0d"

View file

@ -1,13 +1,13 @@
name = "Architectury API (Fabric)"
filename = "architectury-3.2.47.jar"
filename = "architectury-3.2.51.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3554/993/architectury-3.2.47.jar"
url = "https://edge.forgecdn.net/files/3562/469/architectury-3.2.51.jar"
hash-format = "murmur2"
hash = "3145725562"
hash = "2356609179"
[update]
[update.curseforge]
file-id = 3554993
file-id = 3562469
project-id = 419697

View file

@ -1,13 +1,13 @@
name = "Cloth Config API (Fabric)"
filename = "cloth-config-6.0.45-fabric.jar"
filename = "cloth-config-6.1.48-fabric.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3546/622/cloth-config-6.0.45-fabric.jar"
url = "https://edge.forgecdn.net/files/3559/638/cloth-config-6.1.48-fabric.jar"
hash-format = "murmur2"
hash = "4158055047"
hash = "2178376205"
[update]
[update.curseforge]
file-id = 3546622
file-id = 3559638
project-id = 319057

View file

@ -1,13 +1,13 @@
name = "Custom Entity Models (CEM)"
filename = "cem-0.6.2.jar"
filename = "cem-0.7.0.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3440/846/cem-0.6.2.jar"
url = "https://edge.forgecdn.net/files/3561/474/cem-0.7.0.jar"
hash-format = "murmur2"
hash = "3701570831"
hash = "3362249222"
[update]
[update.curseforge]
file-id = 3440846
file-id = 3561474
project-id = 477078

View file

@ -0,0 +1,13 @@
name = "Lithium (Fabric)"
filename = "lithium-fabric-mc1.18.1-0.7.6.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3565/566/lithium-fabric-mc1.18.1-0.7.6.jar"
hash-format = "murmur2"
hash = "3985106497"
[update]
[update.curseforge]
file-id = 3565566
project-id = 360438

View file

@ -4,7 +4,7 @@ pack-format = "packwiz:1.0.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "d628b683fc2fb7ecf2853ca6d2a4020c3cd4492d7aca38339a64e1d6a3d7bc5a"
hash = "dc99be592380f160ee45b82373d5271e9300e87005a02bffd42f6c7ef2ee9c8d"
[versions]
fabric = "0.12.11"