Compare commits

..

2 Commits

Author SHA1 Message Date
30a32dd8d0
Add patched Starlight
This should fix crashing with AE2. The official release is only
available for 1.20.2, but I am currently unable to update the modpack to
that version.
2023-10-17 15:17:51 -04:00
f4845f8601
Add Every Compat (Wood Good) 2023-10-17 14:48:03 -04:00
4 changed files with 24 additions and 11 deletions

View File

@ -257,6 +257,11 @@ file = "mods/entitytexturefeatures.pw.toml"
hash = "9fdc94bdc879ee8e5a0dc7eccb9370ee85c90c2491f1e6b38c56cc95d900fd53" hash = "9fdc94bdc879ee8e5a0dc7eccb9370ee85c90c2491f1e6b38c56cc95d900fd53"
metafile = true metafile = true
[[files]]
file = "mods/every-compat.pw.toml"
hash = "cc00eb97b899a6d6ab31fe0e1deb17226fc34062d6d83cbb10daad9827bba959"
metafile = true
[[files]] [[files]]
file = "mods/fabricskyboxes-interop.pw.toml" file = "mods/fabricskyboxes-interop.pw.toml"
hash = "ed4487cc1613cc53daa5188730653a4720728971553315dcea7205b28f914f1c" hash = "ed4487cc1613cc53daa5188730653a4720728971553315dcea7205b28f914f1c"
@ -494,7 +499,7 @@ metafile = true
[[files]] [[files]]
file = "mods/starlight.pw.toml" file = "mods/starlight.pw.toml"
hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11" hash = "4a08ba1d6f664cddcd5df1a9f444b073f2707d18d8d374788f2f56acc2b631bb"
metafile = true metafile = true
[[files]] [[files]]

13
mods/every-compat.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Every Compat (Wood Good)"
filename = "everycomp-1.20-2.6.7-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/eiktJyw1/versions/K9M75Rrf/everycomp-1.20-2.6.7-fabric.jar"
hash-format = "sha1"
hash = "8110069eb0af8766470604af47873adfe26337cd"
[update]
[update.modrinth]
mod-id = "eiktJyw1"
version = "K9M75Rrf"

View File

@ -1,13 +1,8 @@
name = "Starlight (Fabric)" name = "Starlight (Fabric)"
filename = "starlight-1.1.2+fabric.dbc156f.jar" filename = "starlight-1.1.2+fabric.020e479+1.20.1.jar"
side = "both" side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/XGIsoVGT/starlight-1.1.2%2Bfabric.dbc156f.jar" url = "https://b2.nullbite.com/file/nullbite-personal/fabric-lite/starlight-1.1.2%2Bfabric.020e479%2B1.20.1.jar"
hash-format = "sha1" hash-format = "sha256"
hash = "a03102cab439cbab5a1d7d72cd7c2b4976ddd421" hash = "4fe2d5d5d314283b1d6457901b47525002e6115c058f0d7a67f2d023c0911b2e"
[update]
[update.modrinth]
mod-id = "H8CaAYZC"
version = "XGIsoVGT"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "b3a6239f5daf65fb32410d93c9daab87a63000376fef8c1c49fb6ffdab7df97e" hash = "587002028b7d61f7794d7de181d10701bdf6e98d20505975acda751ee909a63e"
[versions] [versions]
minecraft = "1.20.1" minecraft = "1.20.1"