From 28529b6ee551e47dbeaf22a205fb180b22e5eb94 Mon Sep 17 00:00:00 2001 From: David Guevara Date: Tue, 17 Feb 2026 16:51:44 -0600 Subject: [PATCH] feat: add "Not Enough Animations" mod --- index.toml | 5 +++++ mods/not-enough-animations.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/not-enough-animations.pw.toml diff --git a/index.toml b/index.toml index 59dc8d8..6c23b14 100644 --- a/index.toml +++ b/index.toml @@ -9,3 +9,8 @@ metafile = true file = "mods/jei.pw.toml" hash = "b0441c2b5bb6ff680d97eac28d95847f0d4dbee34d1d42d897997b500acd44ca" metafile = true + +[[files]] +file = "mods/not-enough-animations.pw.toml" +hash = "1cfa08f9a882ee2d8dda5680909b9593fdd0467f1166ed1cd5c6413aa6ec93b5" +metafile = true diff --git a/mods/not-enough-animations.pw.toml b/mods/not-enough-animations.pw.toml new file mode 100644 index 0000000..59f2c23 --- /dev/null +++ b/mods/not-enough-animations.pw.toml @@ -0,0 +1,13 @@ +name = "Not Enough Animations" +filename = "notenoughanimations-forge-1.11.2-mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/5SeKXwLU/notenoughanimations-forge-1.11.2-mc1.20.1.jar" +hash-format = "sha512" +hash = "594ce4db615446ee20e9938dcb1770c75f2073d82474ff515bebb08fcd1451eac1cd98add2f0a0ddf4b7e35e78525973ae6ed8538a705f5606ce5379173d0718" + +[update] +[update.modrinth] +mod-id = "MPCX6s5C" +version = "5SeKXwLU" diff --git a/pack.toml b/pack.toml index 237749f..a4b2968 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 = "713cf5ec24bb0a5ccffd846278bf007daef6c35d1912be205a54cad4de070174" +hash = "b47f03086f5baf77fbdce1e0adcc02cb4450a279b92f3babf6cb959bb2f36bcb" [versions] minecraft = "1.20.1"