diff options
| -rw-r--r-- | index.toml | 10 | ||||
| -rw-r--r-- | mods/another-furniture.pw.toml | 13 | ||||
| -rw-r--r-- | mods/textile_backup.pw.toml | 13 | ||||
| -rw-r--r-- | pack.toml | 2 |
4 files changed, 37 insertions, 1 deletions
@@ -455,6 +455,11 @@ hash = "ddb73a24312769d0023e70d764db13e2de3cfe271c1e7e7c6ae9bd4e1201cd20" metafile = true [[files]] +file = "mods/another-furniture.pw.toml" +hash = "3de376c13ea2d1b9671e9d4a5c0f757d8163fe150f15c52f90a1dd685435e695" +metafile = true + +[[files]] file = "mods/appleskin.pw.toml" hash = "f3f98ccb142504aa558f3250b5a9bcda5d9fb45634562a4b7f886489575f6f5a" metafile = true @@ -880,6 +885,11 @@ hash = "3b61fcf1c80cfdd79282be71ddfa9cce02fc13f8d87a760db455e2a97b801f40" metafile = true [[files]] +file = "mods/textile_backup.pw.toml" +hash = "df1631f545579648c5163801514a422e02075f5a2f5f1382df7de0d6879e68c5" +metafile = true + +[[files]] file = "mods/toms-storage.pw.toml" hash = "c57e5187ae4382be6c19e596c8a3f4a7a2b4d566c16c6fc8ad8a0629dc9454d1" metafile = true diff --git a/mods/another-furniture.pw.toml b/mods/another-furniture.pw.toml new file mode 100644 index 0000000..4159d07 --- /dev/null +++ b/mods/another-furniture.pw.toml @@ -0,0 +1,13 @@ +name = "Another Furniture" +filename = "another_furniture-fabric-1.20.1-3.0.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ulloLmqG/versions/1vh8oWy3/another_furniture-fabric-1.20.1-3.0.5.jar" +hash-format = "sha512" +hash = "0983d42ee92086d244966c0987f957520149104061438d8b832d72b47a0d02b17ba30d9eed9bb49740ae49b2db1d61b6bc8879f7708430d4ba8ef58e871e3bab" + +[update] +[update.modrinth] +mod-id = "ulloLmqG" +version = "1vh8oWy3" diff --git a/mods/textile_backup.pw.toml b/mods/textile_backup.pw.toml new file mode 100644 index 0000000..ded78ab --- /dev/null +++ b/mods/textile_backup.pw.toml @@ -0,0 +1,13 @@ +name = "Textile Backup" +filename = "textile_backup-3.1.2-1.20.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/wwcspvkr/versions/k3qnR2WS/textile_backup-3.1.2-1.20.jar" +hash-format = "sha512" +hash = "ba3d42bffac8d455b2b2053580a96ec8eb306bf5bb83cf6e0d615a0a1267e4696b31c9bf8a5a0810bad0c82a1013e7db0c0f9b8c8a1e722a981c47ae4b93ec89" + +[update] +[update.modrinth] +mod-id = "wwcspvkr" +version = "k3qnR2WS" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0c2c21f1b770b5ac5793c88b38693dbd0d142a6a9a3f819a9eed18b480eeefe3" +hash = "25e47473b22973c471d3a89e53633833bb948cc1d8dae7889c008f4ec2ac2425" [versions] fabric = "0.19.3" |
