From 62c6a3fd817fe58b76fe558d17d99c4a24d6e3d4 Mon Sep 17 00:00:00 2001 From: Yuki Date: Fri, 3 Nov 2023 20:24:38 +0100 Subject: [PATCH] v0.0.2 --- index.toml | 5 +++++ mods/resourceful-config.pw.toml | 13 +++++++++++++ mods/vr-combat.pw.toml | 14 -------------- pack.toml | 2 +- 4 files changed, 19 insertions(+), 15 deletions(-) create mode 100644 mods/resourceful-config.pw.toml delete mode 100644 mods/vr-combat.pw.toml diff --git a/index.toml b/index.toml index 00bac74..56540ce 100644 --- a/index.toml +++ b/index.toml @@ -460,6 +460,11 @@ file = "mods/rei.pw.toml" hash = "580dfbc5c5c38d4e54db84ca1c9cf34fa4ee717df53bcf4761fc4351095e4168" metafile = true +[[files]] +file = "mods/resourceful-config.pw.toml" +hash = "57d01e72025cda62fd692056f651cec99fdf34ca8874119dfd3e9d9d16f78195" +metafile = true + [[files]] file = "mods/resourceful-lib.pw.toml" hash = "71a584ee7d09de1685259a9d35bf4917901bdf88800a73cf0cf246ecc415626b" diff --git a/mods/resourceful-config.pw.toml b/mods/resourceful-config.pw.toml new file mode 100644 index 0000000..e22efec --- /dev/null +++ b/mods/resourceful-config.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Config" +filename = "resourcefulconfig-fabric-1.20.1-2.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/M1953qlQ/versions/nVDWZ9N7/resourcefulconfig-fabric-1.20.1-2.1.0.jar" +hash-format = "sha1" +hash = "8dfc26fe140d5e1e6953076c6257a9799a10f5af" + +[update] +[update.modrinth] +mod-id = "M1953qlQ" +version = "nVDWZ9N7" diff --git a/mods/vr-combat.pw.toml b/mods/vr-combat.pw.toml deleted file mode 100644 index 845ab97..0000000 --- a/mods/vr-combat.pw.toml +++ /dev/null @@ -1,14 +0,0 @@ -name = "VR Combat" -filename = "VR-Combat_v1.0.2_Fabric_ALL.jar" -side = "both" - -[download] -mode = "url" -url = "https://cdn.modrinth.com/data/XpGUobxt/versions/mW4eHntZ/VR-Combat_v1.0.2_Fabric_ALL.jar" -hash-format = "sha512" -hash = "0c09aae55dcc80ac065d5b8e3bcacc5e2c24eb454be4305915d1294a660019fd28bb36e89c77395db2fbf8d9e6b83377d21827ca6c5cd1c9a6a048bc20f77941" - -[update] -[update.modrinth] -mod-id = "XpGUobxt" -version = "mW4eHntZ" diff --git a/pack.toml b/pack.toml index 4969cf2..a5511c1 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "3bcf455bd3ceef05e597679c4957ffe395a2ca1e9d6e8157000b308f72ce4452" +hash = "11d51a0bc0a3bc794a52832a58882d408d8086762a530d5cb4951f1cbbe44a66" [versions] minecraft = "1.20.1"