From 926f91cdf905f0786e8a97c59c725b40820c69de Mon Sep 17 00:00:00 2001 From: Yonah Date: Mon, 3 Aug 2026 19:44:38 +0900 Subject: [PATCH] mods: add inventory-essentials Requested by neko. --- index.toml | 5 +++++ mods/inventory-essentials.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/inventory-essentials.pw.toml diff --git a/index.toml b/index.toml index 9bb3744..b650e50 100644 --- a/index.toml +++ b/index.toml @@ -548,6 +548,11 @@ file = "mods/interiors.pw.toml" hash = "c867150b24385db0a8e0067e44f6259e67b20035415a1cae0219683cc6badc86" metafile = true +[[files]] +file = "mods/inventory-essentials.pw.toml" +hash = "8e5e8e0c5e2a5f1de43a73d3e81d0397a3873d383d885a9aaa080a7e0c2b242f" +metafile = true + [[files]] file = "mods/iris-veil-compat.pw.toml" hash = "5db35b5a6d44daff0ac71bda1a6e00fc347cadbe19036e3bd5759897c809181f" diff --git a/mods/inventory-essentials.pw.toml b/mods/inventory-essentials.pw.toml new file mode 100644 index 0000000..27f7430 --- /dev/null +++ b/mods/inventory-essentials.pw.toml @@ -0,0 +1,13 @@ +name = "Inventory Essentials" +filename = "inventoryessentials-neoforge-1.21.1-21.1.17.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Boon8xwi/versions/7oG8uNtJ/inventoryessentials-neoforge-1.21.1-21.1.17.jar" +hash-format = "sha512" +hash = "4acf872f3b62058308b10a546af1b243dfe0a727f858ec26994a2861fd4949c92f89e8cd08979f7bf88e8634bce9079ba7f5752882c72554be49e970df99179a" + +[update] +[update.modrinth] +mod-id = "Boon8xwi" +version = "7oG8uNtJ" diff --git a/pack.toml b/pack.toml index 93dfd7d..fc93c98 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 = "37fe9004f28dc2c9c09622fc7beb9aab2dd87a85c86a9fd1d9c7ea0c87d44e77" +hash = "2b6eb3ea17f3e25f52502b59e3d18017f53cc4b7c8853a31765cbfa55cae3c81" [versions] minecraft = "1.21.1"