3.1.0-beta.2

This commit is contained in:
Madis 2022-01-19 19:36:31 +02:00
parent c4c18edacb
commit dd6fec9519
13 changed files with 75 additions and 68 deletions

View file

@ -6,6 +6,12 @@ This is the changelog for the Fabric modpack [Fabulously Optimized](https://www.
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.1.0-beta.2 (2022-01-19)
Individual shader settings can now be configured!
* Updated CIT Resewn, Cloth API, Fabric API, Iris Shaders
### 3.1.0-beta.1 (2022-01-15)
First beta for 1.18.1!

View file

@ -5,8 +5,8 @@ user_path = os.path.expanduser("~")
cf_path = user_path + "/curseforge/minecraft/Instances/Fabulously Optimized/"
mmc_path = user_path + "/Documents/MultiMC/instances/Fabulously Optimized/"
git_path = user_path + "/Documents/GitHub/fabulously-optimized/"
version_no = "1.18.1"
pw_path = git_path + "Packwiz/" + version_no
minecraft_version = "1.18.1"
packwiz_path = git_path + "Packwiz/" + minecraft_version
# Functions
@ -51,6 +51,6 @@ copy_dir(cf_path + "resourcepacks/", mmc_path + "minecraft/resourcepacks/", "Cur
# Curseforge to 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)")
remove_dir(packwiz_path + "/config/", "Packwiz configs in Git")
copy_dir(cf_path + "config/", packwiz_path + "/config/", "Curseforge configs", "Git (Packwiz)")
copy_dir(cf_path + "resourcepacks/", packwiz_path + "/resourcepacks/", "Curseforge resource packs", "Git (Packwiz)")

View file

@ -39,10 +39,11 @@ if is_legacy == False and refresh_only == False:
extract_file(cf_zip_path, "modlist.html", git_path + "Curseforge", "Curseforge modlist.html", "Git")
# Export Modrinth pack and manifest
if is_legacy == False and refresh_only == False:
if refresh_only == False:
os.system(packwiz_exe_path + " modrinth export")
for pack in os.listdir(packwiz_path):
if pack.endswith('.mrpack'):
extract_file(packwiz_path + "/" + pack, "modrinth.index.json", git_path + "/" + "Modrinth", "Modrinth manifest", "Git")
if is_legacy == False:
extract_file(packwiz_path + "/" + pack, "modrinth.index.json", git_path + "/" + "Modrinth", "Modrinth manifest", "Git")
os.replace(packwiz_path + "/" + pack, os.path.expanduser("~/Desktop") + "/" + pack)
print("Moved " + pack + " to desktop")

View file

@ -11,17 +11,12 @@
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Fabulously Optimized",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"author": "robotkoer",
"files": [
{
"projectID": 521427,
"fileID": 3606965,
"required": true
},
{
"projectID": 306612,
"fileID": 3605891,
"fileID": 3609263,
"required": true
},
{
@ -29,6 +24,11 @@
"fileID": 3557414,
"required": true
},
{
"projectID": 306612,
"fileID": 3609610,
"required": true
},
{
"projectID": 400322,
"fileID": 3584355,
@ -55,13 +55,13 @@
"required": true
},
{
"projectID": 511319,
"fileID": 3596724,
"projectID": 404870,
"fileID": 3542922,
"required": true
},
{
"projectID": 404870,
"fileID": 3542922,
"projectID": 511319,
"fileID": 3596724,
"required": true
},
{
@ -110,13 +110,13 @@
"required": true
},
{
"projectID": 403815,
"fileID": 3543420,
"projectID": 533006,
"fileID": 3594396,
"required": true
},
{
"projectID": 533006,
"fileID": 3594396,
"projectID": 403815,
"fileID": 3543420,
"required": true
},
{
@ -181,7 +181,7 @@
},
{
"projectID": 317121,
"fileID": 3601126,
"fileID": 3612123,
"required": true
},
{
@ -215,13 +215,13 @@
"required": true
},
{
"projectID": 452768,
"fileID": 3550935,
"projectID": 455508,
"fileID": 3612857,
"required": true
},
{
"projectID": 455508,
"fileID": 3605379,
"projectID": 452768,
"fileID": 3550935,
"required": true
},
{

View file

@ -1,14 +1,14 @@
<ul>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cit-resewn">CIT Resewn (by SHsuperCM)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fabric-api">Fabric API (by modmuss50)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wi-zoom">WI Zoom (by alexander9892)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fabric-api">Fabric API (by modmuss50)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lambdabettergrass">LambdaBetterGrass (by LambdAurora)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tooltipfix">ToolTipFix (by Kyrptonaught)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/not-enough-crashes">Not Enough Crashes (Fabric) (by NatanFudge)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/language-reload">Language Reload (by Jerozgen)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/item-model-fix">Item Model Fix (Fabric) (by Pepper_Bell)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reeses-sodium-options">Reese's Sodium Options (by FlashyReese)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fabrishot">Fabrishot (by ramidzkh)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reeses-sodium-options">Reese's Sodium Options (by FlashyReese)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/borderless-mining">Borderless Mining (by comp500)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modmenu">Mod Menu (by ProspectorDev)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/custom-entity-models-cem">Custom Entity Models (CEM) (by dorianpb)</a></li>
@ -18,8 +18,8 @@
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cull-leaves">Cull Leaves (by Motschen)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/continuity">Continuity (by Pepper_Bell)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/architectury-fabric">Architectury API (Fabric) (by shedaniel)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/advancementinfo">AdvancementInfo (by Giselbaer)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/animatica">Animatica (by FoundationGames)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/advancementinfo">AdvancementInfo (by Giselbaer)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tiefix">TieFix (by j_t_a_i)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/slight-gui-modifications">'Slight' Gui Modifications (by shedaniel)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/enhanced-block-entities">Enhanced Block Entities (by FoundationGames)</a></li>
@ -39,8 +39,8 @@
<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/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/no-fade">No Fade (by UltimateBoomer)</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>

View file

@ -1,7 +1,7 @@
{
"formatVersion": 1,
"game": "minecraft",
"versionId": "3.1.0-beta.1",
"versionId": "3.1.0-beta.2",
"name": "Fabulously Optimized",
"files": [
{
@ -96,29 +96,29 @@
]
},
{
"path": "mods/CITResewn-0.9.0+1.18.1.jar",
"path": "mods/CITResewn-0.9.1+1.18.1.jar",
"hashes": {
"sha1": "60e44a133f87f46744e1f159f81f51fc512416e2"
"sha1": "a320fbe1f0f6c1364c6afb224f993ba4252e6206"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3606/965/CITResewn-0.9.0+1.18.1.jar"
"https://edge.forgecdn.net/files/3609/263/CITResewn-0.9.1+1.18.1.jar"
]
},
{
"path": "mods/cloth-api-3.0.55.jar",
"path": "mods/cloth-api-3.1.61.jar",
"hashes": {
"sha1": "8225987585850dbd39aad59a577647099f8892fa"
"sha1": "089d6e5e937b5b58d0fb62e10b9cb26919bfe75e"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3601/126/cloth-api-3.0.55.jar"
"https://edge.forgecdn.net/files/3612/123/cloth-api-3.1.61.jar"
]
},
{
@ -239,16 +239,16 @@
]
},
{
"path": "mods/fabric-api-0.46.0+1.18.jar",
"path": "mods/fabric-api-0.46.1+1.18.jar",
"hashes": {
"sha1": "2c13860bb9010c0d1e801bd6995c643bdba3a999"
"sha1": "9fbd31c83bde00d574e5def7b262beb4b2eb507b"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3605/891/fabric-api-0.46.0+1.18.jar"
"https://edge.forgecdn.net/files/3609/610/fabric-api-0.46.1+1.18.jar"
]
},
{
@ -317,16 +317,16 @@
]
},
{
"path": "mods/iris-mc1.18.1-1.1.5.jar",
"path": "mods/iris-mc1.18.1-1.2.0-pre.jar",
"hashes": {
"sha1": "f4a6c1abebe6ae597b8023db9921986fc658ac5e"
"sha1": "94c66f904514e1a7e0ad106542a693e09b603044"
},
"env": {
"client": "required",
"server": "required"
},
"downloads": [
"https://edge.forgecdn.net/files/3605/379/iris-mc1.18.1-1.1.5.jar"
"https://edge.forgecdn.net/files/3612/857/iris-mc1.18.1-1.2.0-pre.jar"
]
},
{

View file

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

View file

@ -18,7 +18,7 @@ hash = "432cf3ffe12e99e455270ddad810e2e50a04385afdd27a3f7a4814caacbdb90b"
[[files]]
file = "config/slightguimodifications/cts.groovy"
hash = "5d4cd5c11b3a1e9ad1e2f146090ee7928377257e587071c517ba625a6688dfb3"
hash = "a9f29b30adc9d86817c067a78417f5a3f1fe1bcb9fbab6a4ff8f8de9026851fb"
[[files]]
file = "config/sodium-mixins.properties"
@ -133,12 +133,12 @@ metafile = true
[[files]]
file = "mods/cit-resewn.toml"
hash = "aad60111894fe7f611789a5057b6a58c1467eccf096c16f33e86977a112b051d"
hash = "5dd6158497e03ea4566be3ba336e8af3b4fd24af7b9f553f5ecd08293b333955"
metafile = true
[[files]]
file = "mods/cloth-api.toml"
hash = "c783548b75be657a06f6f7d368f3fa221585ba07028aaf680b1e8c95030eb43c"
hash = "bbc23d8aca235565f5423868fbc3b8e378d82a11eec8e9b9d20d1f716ebc6498"
metafile = true
[[files]]
@ -188,7 +188,7 @@ metafile = true
[[files]]
file = "mods/fabric-api.toml"
hash = "7de350a9e425dd89b8bb42d2232ff6a10c4affe48c9de6004d5e7094f9d7fa8a"
hash = "42371b3236cccd35dd7d8e8ca34375b39a37bbf14274fc7c8008092afb0f1bcb"
metafile = true
[[files]]
@ -218,7 +218,7 @@ metafile = true
[[files]]
file = "mods/irisshaders.toml"
hash = "a2dd34cffb7d79f5a3cb337fa9eee85fa8efdbcd8166eeb082ae2d615d28788c"
hash = "89779011256d442c02b671473640be56756c1824ff1417adf4973b24dd5826a9"
metafile = true
[[files]]

View file

@ -1,13 +1,13 @@
name = "CIT Resewn"
filename = "CITResewn-0.9.0+1.18.1.jar"
filename = "CITResewn-0.9.1+1.18.1.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3606/965/CITResewn-0.9.0+1.18.1.jar"
url = "https://edge.forgecdn.net/files/3609/263/CITResewn-0.9.1+1.18.1.jar"
hash-format = "murmur2"
hash = "1619438976"
hash = "2663800062"
[update]
[update.curseforge]
file-id = 3606965
file-id = 3609263
project-id = 521427

View file

@ -1,13 +1,13 @@
name = "Cloth API (Fabric)"
filename = "cloth-api-3.0.55.jar"
filename = "cloth-api-3.1.61.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3601/126/cloth-api-3.0.55.jar"
url = "https://edge.forgecdn.net/files/3612/123/cloth-api-3.1.61.jar"
hash-format = "murmur2"
hash = "4050460977"
hash = "2724776573"
[update]
[update.curseforge]
file-id = 3601126
file-id = 3612123
project-id = 317121

View file

@ -1,13 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.46.0+1.18.jar"
filename = "fabric-api-0.46.1+1.18.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3605/891/fabric-api-0.46.0+1.18.jar"
url = "https://edge.forgecdn.net/files/3609/610/fabric-api-0.46.1+1.18.jar"
hash-format = "murmur2"
hash = "4085079180"
hash = "2436139110"
[update]
[update.curseforge]
file-id = 3605891
file-id = 3609610
project-id = 306612

View file

@ -1,13 +1,13 @@
name = "Iris Shaders"
filename = "iris-mc1.18.1-1.1.5.jar"
filename = "iris-mc1.18.1-1.2.0-pre.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3605/379/iris-mc1.18.1-1.1.5.jar"
url = "https://edge.forgecdn.net/files/3612/857/iris-mc1.18.1-1.2.0-pre.jar"
hash-format = "murmur2"
hash = "3886317776"
hash = "1505177577"
[update]
[update.curseforge]
file-id = 3605379
file-id = 3612857
project-id = 455508

View file

@ -1,11 +1,11 @@
name = "Fabulously Optimized"
version = "3.1.0-beta.1"
version = "3.1.0-beta.2"
pack-format = "packwiz:1.0.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "8c7a26d92f25817647bda7201b067bd32a201c52ed92ff8ed0dad0b242f4c3cb"
hash = "4dc91d236695c227b347955de4de8e2c10fe565ce052eb8d801d8e958faa619d"
[versions]
fabric = "0.12.12"