From 3ff3e1fd3d96f02e88a7149dac48d37dc946b25e Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Tue, 12 Mar 2024 18:54:36 +0100 Subject: [PATCH] Add animations --- index.toml | 15 +++++++++++++++ mods/entity-model-features.pw.toml | 13 +++++++++++++ mods/entityculling.pw.toml | 13 +++++++++++++ mods/entitytexturefeatures.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mods/entity-model-features.pw.toml create mode 100644 mods/entityculling.pw.toml create mode 100644 mods/entitytexturefeatures.pw.toml diff --git a/index.toml b/index.toml index 1702ceb..9777eab 100644 --- a/index.toml +++ b/index.toml @@ -105,6 +105,21 @@ file = "mods/enchantment-descriptions.pw.toml" hash = "a8d3244d58d7722735a72eee2a869d15e5fe38ec7d9a54ff555aadd53cae637c" metafile = true +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "8a25b9833ad536b08c6c3bd0f2eab8d5d680b0bd18fb9bd3206d47c6f464e5ba" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "33f865a014f3acf2c1f2c452bfe7ba1a864acad178322a6eab3759c7e63c9654" +metafile = true + +[[files]] +file = "mods/entitytexturefeatures.pw.toml" +hash = "d42acbade20a83ebd7faac05fbe979730a40a170e7ea6e31e126d2517bbb33dd" +metafile = true + [[files]] file = "mods/estrogen.pw.toml" hash = "9291c85bf0059c7d80e023f65816850919ea4b9c967477d0e3d1b44f811b573a" diff --git a/mods/entity-model-features.pw.toml b/mods/entity-model-features.pw.toml new file mode 100644 index 0000000..694a2a0 --- /dev/null +++ b/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features" +filename = "entity_model_features_fabric_1.20.1-1.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/dVfrkFFQ/entity_model_features_fabric_1.20.1-1.3.jar" +hash-format = "sha1" +hash = "2b911c43fc30c7a40974a6250b80b12cac8dc94f" + +[update] +[update.modrinth] +mod-id = "4I1XuqiY" +version = "dVfrkFFQ" diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml new file mode 100644 index 0000000..60c042e --- /dev/null +++ b/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Culling" +filename = "entityculling-fabric-1.6.2-mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/BDwHAdWc/entityculling-fabric-1.6.2-mc1.20.1.jar" +hash-format = "sha1" +hash = "8e4be2bb9703deddb3d3d212c812cdc1f9de072b" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "BDwHAdWc" diff --git a/mods/entitytexturefeatures.pw.toml b/mods/entitytexturefeatures.pw.toml new file mode 100644 index 0000000..a60f4bf --- /dev/null +++ b/mods/entitytexturefeatures.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features" +filename = "entity_texture_features_fabric_1.20.1-5.2.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/YnTygVlO/entity_texture_features_fabric_1.20.1-5.2.3.jar" +hash-format = "sha1" +hash = "4886f68e007b8501b59af21755d9a8f6683157fa" + +[update] +[update.modrinth] +mod-id = "BVzZfTc1" +version = "YnTygVlO" diff --git a/pack.toml b/pack.toml index 46de521..a688e8b 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 = "be86834d2bafa43098d41c43ec3c78e8b91de291bab73623213564a037165627" +hash = "ec2e86f9048c572e2468a9a614299e273fb78451d62647c851cdf0cc74517ac4" [versions] fabric = "0.15.7"