From 1f276d600badbe4b314b27848cdfe4bcc2da387f Mon Sep 17 00:00:00 2001 From: David Guevara Date: Tue, 17 Feb 2026 21:43:48 -0600 Subject: [PATCH] feat: add "Hide Experimental Warning" mod --- index.toml | 5 +++++ mods/hide-experimental-warning.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/hide-experimental-warning.pw.toml diff --git a/index.toml b/index.toml index 7cbf6d5..efe28b3 100644 --- a/index.toml +++ b/index.toml @@ -250,6 +250,11 @@ file = "mods/gravestone-x-curios-api-compat.pw.toml" hash = "f29b802fac8e85e5b6b4bc52338495ee5a3cb40aea8798296bbf00befcbb613a" metafile = true +[[files]] +file = "mods/hide-experimental-warning.pw.toml" +hash = "005920cd18ea09c63df60a2007852c1791d9af4b19d74a5e5e9cff5f14461ec4" +metafile = true + [[files]] file = "mods/jade-addons-forge.pw.toml" hash = "f8312021fd88a4952e1d50a2f156fab65314f87658d7153efc56be76a422d5cd" diff --git a/mods/hide-experimental-warning.pw.toml b/mods/hide-experimental-warning.pw.toml new file mode 100644 index 0000000..0a57013 --- /dev/null +++ b/mods/hide-experimental-warning.pw.toml @@ -0,0 +1,13 @@ +name = "Hide Experimental Warning" +filename = "hideexperimentalwarning-1.20.1-1.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Rm4OOdHd/versions/hJuIowdr/hideexperimentalwarning-1.20.1-1.2.jar" +hash-format = "sha512" +hash = "d18013a57005c5ef902f656f76237edf5b92e00880b241ed22f6327a19bece3bc0ecbaa6038fc19b6559a9436d73e4bfe378d8b7b463e8676e140c48bbb715a9" + +[update] +[update.modrinth] +mod-id = "Rm4OOdHd" +version = "hJuIowdr" diff --git a/pack.toml b/pack.toml index 0df4364..197717d 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 = "7dd8b4e240e0147c6739eab79b0a8ddd09ed8e66ed11e97bd468ac69cbd28836" +hash = "f69edf211df2aecd87fd8a8ce5d63c6046dfc5f933ab6652091b76ebaf6c66a2" [versions] forge = "47.4.10"