Fix DCCH and Entity Culling on MMC au

This commit is contained in:
Madis 2022-06-01 07:26:52 +03:00
parent 31e09b1eb7
commit 63bb7f815e
6 changed files with 28 additions and 28 deletions

View file

@ -48,8 +48,8 @@ if refresh_only == False:
os.system(packwiz_exe_path + " remove hydrogen")
os.system(packwiz_exe_path + " mr install hydrogen")
if modrinth_overrides:
os.system(packwiz_exe_path + " remove dont-clear-chat-history")
os.system(packwiz_exe_path + " mr install dcch")
os.system(packwiz_exe_path + " remove entityculling")
os.system(packwiz_exe_path + " mr install entityculling")
os.system(packwiz_exe_path + " refresh")
# Copy fresh manifest/modlist to git

View file

@ -168,13 +168,13 @@ hash = "2550d281034e7f21eb4e03c46b552bdd2571213b2a8b172451b527015bd48270"
metafile = true
[[files]]
file = "mods/dcch.pw.toml"
hash = "484f375d32bebd88cdefe79a7789fa3b24a87edd840eca49cb3e2669a8d727ce"
file = "mods/debugify.pw.toml"
hash = "f93efa3863e579c4b091016bf7bf0e929b0c9241b2c603f692a01ab884f679e6"
metafile = true
[[files]]
file = "mods/debugify.pw.toml"
hash = "f93efa3863e579c4b091016bf7bf0e929b0c9241b2c603f692a01ab884f679e6"
file = "mods/dont-clear-chat-history.pw.toml"
hash = "4077565bcdd87a21d72ff4a89553a13c25f9ffea39f5e13f1e43bca15440223f"
metafile = true
[[files]]
@ -194,7 +194,7 @@ metafile = true
[[files]]
file = "mods/entityculling.pw.toml"
hash = "65370d3a87c7eadaa75ebf3c00cbff34cf206f88fa54c0d13da1225d7c4bf862"
hash = "e075e0b77fafbf166171df8412138fe15cb6d6f6dbbe96129349dce357d70d9c"
metafile = true
[[files]]

View file

@ -1,14 +0,0 @@
name = "Don't Clear Chat History"
filename = "DCCH-2.0+1.17.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/sUbMm93i/versions/2.0+1.17/DCCH-2.0+1.17.jar"
hash-format = "sha1"
hash = "e1fb1682e8d25b024490fc5593db27590b226e29"
mode = ""
[update]
[update.modrinth]
mod-id = "sUbMm93i"
version = "O4vDf8eh"

View file

@ -0,0 +1,13 @@
name = "Don't Clear Chat History"
filename = "DCCH-1.18.x.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "bd2bcb46acb522dd34567b05bbb3f831e8deac38"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3710782
project-id = 404400

View file

@ -1,13 +1,14 @@
name = "Entity Culling Fabric/Forge"
name = "EntityCulling"
filename = "entityculling-fabric-mc1.18-1.5.1.jar"
side = "both"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/1.5.1-fabric-1.18/entityculling-fabric-mc1.18-1.5.1.jar"
hash-format = "sha1"
hash = "523c57485a469c581d7a9bd18ec86c7a92a0ec93"
mode = "metadata:curseforge"
mode = ""
[update]
[update.curseforge]
file-id = 3743933
project-id = 448233
[update.modrinth]
mod-id = "NNAgCjsB"
version = "4GD4dwQK"

View file

@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "381458672f725804f6a60d65930caff7764686d20268746608a00ea103301168"
hash = "e784a192a6a90a287849e0e628d541c0814c4aeccbc84a1d5b1d5d8ed3dc9191"
[versions]
fabric = "0.14.6"