Add animations

This commit is contained in:
TDLaouer 2024-03-12 18:54:36 +01:00
parent 50ceee62b6
commit 3ff3e1fd3d
5 changed files with 55 additions and 1 deletions

View File

@ -105,6 +105,21 @@ file = "mods/enchantment-descriptions.pw.toml"
hash = "a8d3244d58d7722735a72eee2a869d15e5fe38ec7d9a54ff555aadd53cae637c" hash = "a8d3244d58d7722735a72eee2a869d15e5fe38ec7d9a54ff555aadd53cae637c"
metafile = true 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]] [[files]]
file = "mods/estrogen.pw.toml" file = "mods/estrogen.pw.toml"
hash = "9291c85bf0059c7d80e023f65816850919ea4b9c967477d0e3d1b44f811b573a" hash = "9291c85bf0059c7d80e023f65816850919ea4b9c967477d0e3d1b44f811b573a"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "be86834d2bafa43098d41c43ec3c78e8b91de291bab73623213564a037165627" hash = "ec2e86f9048c572e2468a9a614299e273fb78451d62647c851cdf0cc74517ac4"
[versions] [versions]
fabric = "0.15.7" fabric = "0.15.7"