diff --git a/index.toml b/index.toml index a3e1d3a..97e83e1 100644 --- a/index.toml +++ b/index.toml @@ -144,6 +144,11 @@ file = "mods/cloth-config.pw.toml" hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691" metafile = true +[[files]] +file = "mods/collective.pw.toml" +hash = "204b3eb115e418bdad4f5f2e8ef49f0c8b8f10ad062ca10e05e1e8cde4de45ab" +metafile = true + [[files]] file = "mods/completeconfig.pw.toml" hash = "2b880a4be1a624e956fafaea89834828c58b0c512e611e6746c3fb8d9e93b260" @@ -409,6 +414,16 @@ file = "mods/mouse-wheelie.pw.toml" hash = "c130f5f55ae6fc53ba8a7abb38351c84ffb08588c77ad4ca1178346a7f4a44b9" metafile = true +[[files]] +file = "mods/move-boats.pw.toml" +hash = "cafe293ee2fa6a19604fef6972b7944c38604c6e32a77df2375ebc62d79d6f96" +metafile = true + +[[files]] +file = "mods/move-minecarts.pw.toml" +hash = "bdcf91bb9a2fbe5825fe80ad2bf9ad565e11da920b9dc8363b8662d3c6390bc0" +metafile = true + [[files]] file = "mods/no-chat-reports.pw.toml" hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5" diff --git a/mods/collective.pw.toml b/mods/collective.pw.toml new file mode 100644 index 0000000..e49ba17 --- /dev/null +++ b/mods/collective.pw.toml @@ -0,0 +1,13 @@ +name = "Collective" +filename = "collective-1.20.1-6.65.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/W1CQ9UCz/collective-1.20.1-6.65.jar" +hash-format = "sha1" +hash = "ed906fb381167f195ae28aabf3d94363f7f44697" + +[update] +[update.modrinth] +mod-id = "e0M1UDsY" +version = "W1CQ9UCz" diff --git a/mods/move-boats.pw.toml b/mods/move-boats.pw.toml new file mode 100644 index 0000000..883aee5 --- /dev/null +++ b/mods/move-boats.pw.toml @@ -0,0 +1,13 @@ +name = "Move Boats" +filename = "moveboats-1.20.1-3.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/7qPEjpyt/versions/ZVkYYBYb/moveboats-1.20.1-3.0.jar" +hash-format = "sha1" +hash = "0efa8ecc5da328961cb0ab2a81fc978c9cc09d55" + +[update] +[update.modrinth] +mod-id = "7qPEjpyt" +version = "ZVkYYBYb" diff --git a/mods/move-minecarts.pw.toml b/mods/move-minecarts.pw.toml new file mode 100644 index 0000000..3366198 --- /dev/null +++ b/mods/move-minecarts.pw.toml @@ -0,0 +1,13 @@ +name = "Move Minecarts" +filename = "moveminecarts-1.20.1-3.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/JpVB2WA8/versions/qjB8U92q/moveminecarts-1.20.1-3.2.jar" +hash-format = "sha1" +hash = "792fc1194cf5f72c5cddd7498fc81d1122205653" + +[update] +[update.modrinth] +mod-id = "JpVB2WA8" +version = "qjB8U92q" diff --git a/pack.toml b/pack.toml index d0abc7b..cb71fbe 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 = "6cac47b75a707b7a2ce9cd6166fb2419b044b09d00c107da3a2b1674306246cf" +hash = "2e55ea14bd2ec5e4a023022bfdb9c096a09bc715fd214d50c1eab6a9a9994103" [versions] fabric = "0.14.22"