diff --git a/index.toml b/index.toml index 6e96ac8..5dd0a2f 100644 --- a/index.toml +++ b/index.toml @@ -117,6 +117,11 @@ file = "mods/automodpack.pw.toml" hash = "4fa34782d483b271ac3e152b61afcd41027e5db96506485f9ee3ce6242c5e7c4" metafile = true +[[files]] +file = "mods/azurelib.pw.toml" +hash = "4e34dc54d02618f3e2c53a85b09e8023049fea8b73cbb5848042a1379b63b232" +metafile = true + [[files]] file = "mods/chisels-bits-for-fabric.pw.toml" hash = "4b33bf146df13d9e0c6e5833004ce88f2e20dc261c46bbd3003b381ca5b763da" @@ -132,6 +137,11 @@ file = "mods/framework.pw.toml" hash = "51f11f581c8b15753a241d6ded1477daa018aba3ad8310647eb00fb137f1f642" metafile = true +[[files]] +file = "mods/geckolib.pw.toml" +hash = "d2e0716efa72fc37ca3cf278eeaacdb601d7e6360e127dac6f6f88a79b7224e7" +metafile = true + [[files]] file = "mods/happiness-is-a-warm-gun.pw.toml" hash = "2e4b44ce6c4092e56995ec0acf46266952193a32ddac2ce6f17bc787867e4f1e" @@ -172,6 +182,11 @@ file = "mods/refurbished-furniture.pw.toml" hash = "7bcb3244cec811356ecadbb8e7c7f04c2549727337414db20f405cc9e124a870" metafile = true +[[files]] +file = "mods/smartbrainlib.pw.toml" +hash = "65df846b6c45c8cb2dbcf2c65a538eee4912278f2e080839afa793a6d70adf01" +metafile = true + [[files]] file = "mods/starlight.pw.toml" hash = "81dcaf6471b39e60612f29988aa57c21fcf02c50df1c4a4634ffd61ae24d007b" diff --git a/mods/azurelib.pw.toml b/mods/azurelib.pw.toml new file mode 100644 index 0000000..fd80d3d --- /dev/null +++ b/mods/azurelib.pw.toml @@ -0,0 +1,13 @@ +name = "AzureLib" +filename = "azurelib-fabric-1.20.4-2.1.24.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b7a80acb96499cd86f546803758122358cee81e7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5782761 +project-id = 817423 diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml new file mode 100644 index 0000000..230e7b1 --- /dev/null +++ b/mods/geckolib.pw.toml @@ -0,0 +1,13 @@ +name = "GeckoLib" +filename = "geckolib-fabric-1.20.4-4.4.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6b329448a1c14d9ebfb9dc7396a7ccc21078a631" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5188390 +project-id = 388172 diff --git a/mods/smartbrainlib.pw.toml b/mods/smartbrainlib.pw.toml new file mode 100644 index 0000000..c977e99 --- /dev/null +++ b/mods/smartbrainlib.pw.toml @@ -0,0 +1,13 @@ +name = "SmartBrainLib (Forge/Fabric/Quilt)" +filename = "SmartBrainLib-fabric-1.20.4-1.14.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "12885720353e8a5dc8f6e95203eca88656ba4d2d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5285693 +project-id = 661293 diff --git a/pack.toml b/pack.toml index 152bfef..c2cd7eb 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "a6eb69d8fb4843fe3bd2d6ea9eec4464823a89cd1825687c13c557b978203300" +hash = "786dce38c23a8e594bc3feaccc88496a2ba03a7d0078c442618f06929743a500" [versions] fabric = "0.16.9"