From 8b18e4ab3323fdf2da7b206cc66cc2da81e64941 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 17 Oct 2023 01:24:51 -0400 Subject: [PATCH] Add a few minor visual enhancement mods --- index.toml | 15 +++++++++++++++ mods/blur-fabric.pw.toml | 13 +++++++++++++ mods/chat-heads.pw.toml | 13 +++++++++++++ mods/fallingleaves.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/blur-fabric.pw.toml create mode 100644 mods/chat-heads.pw.toml create mode 100644 mods/fallingleaves.pw.toml diff --git a/index.toml b/index.toml index e90b6e4..7060e0b 100644 --- a/index.toml +++ b/index.toml @@ -83,6 +83,11 @@ file = "mods/betterf3.pw.toml" hash = "ba31b113733abc813e36738bdc8104fad628232d29907f66f48cf8c45299de9f" metafile = true +[[files]] +file = "mods/blur-fabric.pw.toml" +hash = "5f53eb8d272bfec2c6f58d6d744397b8152d7561a370f1d6e7e1e495fc4a1e7a" +metafile = true + [[files]] file = "mods/bobby.pw.toml" hash = "628ca822826f31018f97293b673e09defe9bc46616a7636bbd4a3b51ee4c9949" @@ -108,6 +113,11 @@ file = "mods/carpet.pw.toml" hash = "095a93b4f0b4e2b8fadf8359bc145cbdd83be3c5bf23432e9a5f4e54d60de5b4" metafile = true +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "0159525d452d7e755045223330b3bfc0a3df5491c4a83beee9f00af0b68b8758" +metafile = true + [[files]] file = "mods/cit-resewn.pw.toml" hash = "44e2cc695c040b7bbca462165099fa3c56a98aa8f01104bb067dc850b65f6d02" @@ -168,6 +178,11 @@ file = "mods/fabricskyboxes.pw.toml" hash = "ae83dfcccd580352eee3cf509ace37f67f1bf0d2862d2d9c9d64d8909892d2d4" metafile = true +[[files]] +file = "mods/fallingleaves.pw.toml" +hash = "0c4c20d601b15dbc85c275732d9efe9369597503c7d6caa9a7fee217f67073e7" +metafile = true + [[files]] file = "mods/fastquit.pw.toml" hash = "26b473edf76a38c7f6f883381b6a42a33eea992501f26c46bae8b6149c86e234" diff --git a/mods/blur-fabric.pw.toml b/mods/blur-fabric.pw.toml new file mode 100644 index 0000000..fd67417 --- /dev/null +++ b/mods/blur-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Blur (Fabric)" +filename = "blur-3.1.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NK39zBp2/versions/dki8Ab2D/blur-3.1.0.jar" +hash-format = "sha1" +hash = "3a0811af7f425daab896fbfc38898a22e7af39cf" + +[update] +[update.modrinth] +mod-id = "NK39zBp2" +version = "dki8Ab2D" diff --git a/mods/chat-heads.pw.toml b/mods/chat-heads.pw.toml new file mode 100644 index 0000000..ee1fae1 --- /dev/null +++ b/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.10.22-fabric-1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/gzgdiHby/chat_heads-0.10.22-fabric-1.20.jar" +hash-format = "sha1" +hash = "9a591c62cfbff2ed7ff314ae8b6dd83f4ce4613b" + +[update] +[update.modrinth] +mod-id = "Wb5oqrBJ" +version = "gzgdiHby" diff --git a/mods/fallingleaves.pw.toml b/mods/fallingleaves.pw.toml new file mode 100644 index 0000000..5ced3d4 --- /dev/null +++ b/mods/fallingleaves.pw.toml @@ -0,0 +1,13 @@ +name = "Falling Leaves" +filename = "fallingleaves-1.15.4+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WhbRG4iK/versions/KpvXCE2X/fallingleaves-1.15.4%2B1.20.1.jar" +hash-format = "sha1" +hash = "5101bd05c678a874c1fa40c3363d1c127f7074d5" + +[update] +[update.modrinth] +mod-id = "WhbRG4iK" +version = "KpvXCE2X" diff --git a/pack.toml b/pack.toml index bbc99dc..db56f70 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 = "9f09190c0e82e18a2918a18afadda9dca78784755dbcbc9b03e2d735b589216b" +hash = "855bce942ae1a0d67ae641be0a7d56708ccd1abd178e4e868e02a5271ae347bc" [versions] minecraft = "1.20.1"