add move-{boats,minecarts}

This commit is contained in:
endigma 2023-08-31 12:19:06 -03:00
parent 3e34e8c133
commit 23213cd0df
Signed by: endigma
GPG Key ID: 915867AD1D297D9F
5 changed files with 55 additions and 1 deletions

View File

@ -144,6 +144,11 @@ file = "mods/cloth-config.pw.toml"
hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691" hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691"
metafile = true metafile = true
[[files]]
file = "mods/collective.pw.toml"
hash = "204b3eb115e418bdad4f5f2e8ef49f0c8b8f10ad062ca10e05e1e8cde4de45ab"
metafile = true
[[files]] [[files]]
file = "mods/completeconfig.pw.toml" file = "mods/completeconfig.pw.toml"
hash = "2b880a4be1a624e956fafaea89834828c58b0c512e611e6746c3fb8d9e93b260" hash = "2b880a4be1a624e956fafaea89834828c58b0c512e611e6746c3fb8d9e93b260"
@ -409,6 +414,16 @@ file = "mods/mouse-wheelie.pw.toml"
hash = "c130f5f55ae6fc53ba8a7abb38351c84ffb08588c77ad4ca1178346a7f4a44b9" hash = "c130f5f55ae6fc53ba8a7abb38351c84ffb08588c77ad4ca1178346a7f4a44b9"
metafile = true 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]] [[files]]
file = "mods/no-chat-reports.pw.toml" file = "mods/no-chat-reports.pw.toml"
hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5" hash = "7ca62a9da5c2ec9f0a8bed5394021c959e90077db16b313be44f4c8736f7fbf5"

13
mods/collective.pw.toml Normal file
View File

@ -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"

13
mods/move-boats.pw.toml Normal file
View File

@ -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"

View File

@ -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"

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 = "6cac47b75a707b7a2ce9cd6166fb2419b044b09d00c107da3a2b1674306246cf" hash = "2e55ea14bd2ec5e4a023022bfdb9c096a09bc715fd214d50c1eab6a9a9994103"
[versions] [versions]
fabric = "0.14.22" fabric = "0.14.22"