diff options
| -rw-r--r-- | index.toml | 5 | ||||
| -rw-r--r-- | mods/modmenu.pw.toml | 13 | ||||
| -rw-r--r-- | pack.toml | 2 |
3 files changed, 19 insertions, 1 deletions
@@ -720,6 +720,11 @@ hash = "0d438cc5a467aae6a9aa439a4547f990dfbaa4dc4e7bf5dbabf6d6e839411e83" metafile = true [[files]] +file = "mods/modmenu.pw.toml" +hash = "d7145fd1bd8b4bb6a3b84652a96a68870fb3ab32230f27520bb9362fd17ec39f" +metafile = true + +[[files]] file = "mods/moreiotas.pw.toml" hash = "275952e00b13644a444c760d57291b09e5ab2d43eeda195ff4a977d0bf7995fc" metafile = true diff --git a/mods/modmenu.pw.toml b/mods/modmenu.pw.toml new file mode 100644 index 0000000..dbe985d --- /dev/null +++ b/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-7.2.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/lEkperf6/modmenu-7.2.2.jar" +hash-format = "sha512" +hash = "9a7837e04bb34376611b207a3b20e5fe1c82a4822b42929d5b410809ec4b88ff3cac8821c4568f880775bafa3c079dfc7800f8471356a4046248b12607e855eb" + +[update] +[update.modrinth] +mod-id = "mOgUt4GM" +version = "lEkperf6" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "d2d80cbae77035269a550184dca3fdef04dd85c557763e0497a76f0fc6df0be1" +hash = "9ab11bde15937af16bcb1fa37a5f3ea645829d0a8644878d978f225bc86ae309" [versions] fabric = "0.19.3" |
