From d0742a4cd407688119ae4e9bb1f2d0be3fc0f1b0 Mon Sep 17 00:00:00 2001 From: CallMeEchoCodes Date: Fri, 9 Aug 2024 16:02:21 +1000 Subject: [PATCH] chore: optimization mod --- index.toml | 5 +++++ mods/noisium.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/noisium.pw.toml diff --git a/index.toml b/index.toml index 03c8ffc..dc02405 100644 --- a/index.toml +++ b/index.toml @@ -1979,6 +1979,11 @@ file = "mods/no-telemetry.pw.toml" hash = "c3190dcd456e0e009b62c5a54ad7fdf27f0311f4912b2d7d1c4a43ab264648ab" metafile = true +[[files]] +file = "mods/noisium.pw.toml" +hash = "5c19a3fa886d36fd32ee8434b7948972329b96fa1f4064d8beadae832f168654" +metafile = true + [[files]] file = "mods/not-enough-animations.pw.toml" hash = "8221d0376bdd5c13684d44ce2dcfc994f4aeea8d21546b9a562e71517ba1ce80" diff --git a/mods/noisium.pw.toml b/mods/noisium.pw.toml new file mode 100644 index 0000000..948bf12 --- /dev/null +++ b/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-fabric-2.2.1+mc1.21.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/W8V2bkLB/noisium-fabric-2.2.1%2Bmc1.21.jar" +hash-format = "sha1" +hash = "f06c1a48013bb4ff1183348d4d6ab3a31988edd3" + +[update] +[update.modrinth] +mod-id = "KuNKN7d2" +version = "W8V2bkLB" diff --git a/pack.toml b/pack.toml index 19625b7..17aa6c5 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 = "94f90922b1c0a5045493d2430b9c2da13fd32cd67215d25efec1ed0a642f9ac2" +hash = "78a8788993fae100caa9cd9849f08dd13c9067e61b707b6bf98de571f31266ee" [versions] fabric = "0.15.11"