From 8288176ad76f492c3dc86583b71744c8c71dd32a Mon Sep 17 00:00:00 2001 From: Yonah Date: Sun, 9 Aug 2026 00:55:43 +0900 Subject: [PATCH] mods: add colorful-hearts This gets rid of the half heart thingy in status bar. --- index.toml | 5 +++++ mods/colorful-hearts.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/colorful-hearts.pw.toml diff --git a/index.toml b/index.toml index d4a37fb..ba5edea 100644 --- a/index.toml +++ b/index.toml @@ -226,6 +226,11 @@ file = "mods/coastal-waves.pw.toml" hash = "c9c31c90b9b2e8cc0493cf51f55a3b1aea9488bb9b52cfb40a2f76633374913d" metafile = true +[[files]] +file = "mods/colorful-hearts.pw.toml" +hash = "3f6e74711a0c2677548ec3a5ef36a3fbf79b5a9f2b406aab73b1ca678fc518f9" +metafile = true + [[files]] file = "mods/colorwheel-patcher.pw.toml" hash = "904a40417eef69d50103f8534278f177c3a3dd28dba8db0c3d2918d77608a154" diff --git a/mods/colorful-hearts.pw.toml b/mods/colorful-hearts.pw.toml new file mode 100644 index 0000000..cc70ec2 --- /dev/null +++ b/mods/colorful-hearts.pw.toml @@ -0,0 +1,13 @@ +name = "Colorful Hearts" +filename = "colorfulhearts-neoforge-1.21.1-10.5.9.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/wQfMUdZT/versions/us0gze50/colorfulhearts-neoforge-1.21.1-10.5.9.jar" +hash-format = "sha512" +hash = "4791dddc6932a74c28a5e58b51865c09a6be0715bf235eb4d95a050a9130b4013cf4883d35f7c7ccea6997534a0e3cd0e5ec59b79acc8ce01f52d230d476a889" + +[update] +[update.modrinth] +mod-id = "wQfMUdZT" +version = "us0gze50" diff --git a/pack.toml b/pack.toml index b1ec053..022748f 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 = "f9f40e5b944ab63d14a617a4b1f2d4b699250b4d5bbda40b7158178618bd9d45" +hash = "c3d5f258064d5b465ec3faf99a73cc51febf2bf766c16623206b2fcd7836e25b" [versions] minecraft = "1.21.1"