diff --git a/index.toml b/index.toml index cc49565..d6c4e20 100644 --- a/index.toml +++ b/index.toml @@ -182,6 +182,11 @@ file = "mods/cloth-config.pw.toml" hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691" metafile = true +[[files]] +file = "mods/collective.pw.toml" +hash = "ce687b5880e14a15a6c568db9e0676a5e2f210198c109f56426e71a50b13a165" +metafile = true + [[files]] file = "mods/continuity.pw.toml" hash = "bb7b31de1f5c7941aff59030d59168a5971e8c47884bcd8905637836ff97ce46" @@ -222,6 +227,11 @@ file = "mods/cull-less-leaves.pw.toml" hash = "39eb9db990032d949909f079ada415ffda18b372ec5d9b23ab95652d88474131" metafile = true +[[files]] +file = "mods/double-doors.pw.toml" +hash = "c02a955a040a1ecdfdbe9573ffd0c5a252c51560871f068becbcfd713b386b16" +metafile = true + [[files]] file = "mods/dynamic-fps.pw.toml" hash = "6e6ee1bf66d6977728d3bf5404338c87a0a4ad5260833efcd912aaaca776cf8f" diff --git a/mods/collective.pw.toml b/mods/collective.pw.toml new file mode 100644 index 0000000..10bcde2 --- /dev/null +++ b/mods/collective.pw.toml @@ -0,0 +1,13 @@ +name = "Collective" +filename = "collective-1.20.1-6.66.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/TobnIU5c/collective-1.20.1-6.66.jar" +hash-format = "sha1" +hash = "a3c52069aaded295e63fc7e4d6c9a7c136dea91b" + +[update] +[update.modrinth] +mod-id = "e0M1UDsY" +version = "TobnIU5c" diff --git a/mods/double-doors.pw.toml b/mods/double-doors.pw.toml new file mode 100644 index 0000000..9834bda --- /dev/null +++ b/mods/double-doors.pw.toml @@ -0,0 +1,13 @@ +name = "Double Doors" +filename = "doubledoors-1.20.1-5.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/JrvR9OHr/versions/Ng9ISXia/doubledoors-1.20.1-5.0.jar" +hash-format = "sha1" +hash = "53d8930f5edcff869d8ae0cbeddf73ca81227eda" + +[update] +[update.modrinth] +mod-id = "JrvR9OHr" +version = "Ng9ISXia" diff --git a/pack.toml b/pack.toml index 5577bcf..0774416 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 = "8f4a9c05d34c71636b18d3020f70dba0f58f7d6bb5c32f99ecddd193fbf0e8d5" +hash = "3fe0a5994a396c287007dfb11ddc455fd563ddd377927ade306c4497f04db163" [versions] minecraft = "1.20.1"