From 8379ed8e9185350570cec1b9ef091decfc874af4 Mon Sep 17 00:00:00 2001 From: endigma Date: Sat, 13 Jan 2024 22:03:31 -0400 Subject: [PATCH] add tweakaroo --- index.toml | 10 ++++++++++ mods/malilib.pw.toml | 13 +++++++++++++ mods/tweakeroo.pw.toml | 18 ++++++++++++++++++ pack.toml | 2 +- 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 mods/malilib.pw.toml create mode 100644 mods/tweakeroo.pw.toml diff --git a/index.toml b/index.toml index ae19841..e8a9ff6 100644 --- a/index.toml +++ b/index.toml @@ -826,6 +826,11 @@ file = "mods/main-menu-credits.pw.toml" hash = "2a79f7fb98b7073c926c6f87a93473f5714cf82a2ace7f344e4e2de4a33e0233" metafile = true +[[files]] +file = "mods/malilib.pw.toml" +hash = "520067d48b7575264595d4954582401e879710e301a1afaba2ee463115329170" +metafile = true + [[files]] file = "mods/midnightlib.pw.toml" hash = "bc79745faf3cfec5d60e239817905c2bebfb692f8ae3ff3671fc8afd4800227e" @@ -1226,6 +1231,11 @@ file = "mods/trinkets.pw.toml" hash = "b2e02d1210f025b905299bfc88f895058640158343322641aca2c4875622c992" metafile = true +[[files]] +file = "mods/tweakeroo.pw.toml" +hash = "b0ba5033a7ea0ef1886be39455111728e0a1495f96c8a8cbef8e2c1a7a544be3" +metafile = true + [[files]] file = "mods/ukulib.pw.toml" hash = "e5872cc60c44ec15f089987419b646d50d4f3e8ed00bb470f58a2ee17f4395db" diff --git a/mods/malilib.pw.toml b/mods/malilib.pw.toml new file mode 100644 index 0000000..6d274fc --- /dev/null +++ b/mods/malilib.pw.toml @@ -0,0 +1,13 @@ +name = "MaLiLib" +filename = "malilib-fabric-1.20.1-0.16.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "94d4dd8a82e493d956b423019134d8c48ee737be" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4780782 +project-id = 303119 diff --git a/mods/tweakeroo.pw.toml b/mods/tweakeroo.pw.toml new file mode 100644 index 0000000..c6dddd3 --- /dev/null +++ b/mods/tweakeroo.pw.toml @@ -0,0 +1,18 @@ +name = "Tweakeroo" +filename = "tweakeroo-fabric-1.20.1-0.17.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2a18f5905f9e10c6a3b45388b4401ec135b3b3cf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4623488 +project-id = 297344 + +[option] +optional = true +description = "Tweakeroo is a client-side mod, which adds a whole bunch of various different \"tweaks\" to the game." +default = false diff --git a/pack.toml b/pack.toml index bc6a61a..84f8b9c 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 = "ab80da2375dafcda501e67ae2c5d75224055b5e920f933b816b5b6ba5f913b08" +hash = "56fb6c01039c31db2c6929739171083c085bea6b9a86b23de74cdf56507ba209" [versions] fabric = "0.15.3"