summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-04-02 21:36:28 -0400
committerseth <[email protected]>2024-04-02 21:42:07 -0400
commitf250875aa39a0ea3079b672b7798a12883f67354 (patch)
treec448b75204a4a9494f7d4a4ae30934946a6b7427
parent570680bcd8bb9aab2067a631348f09d25650b8b7 (diff)
add entity model features
-rw-r--r--index.toml10
-rw-r--r--mods/entity-model-features.pw.toml17
-rw-r--r--mods/entitytexturefeatures.pw.toml17
-rw-r--r--pack.toml2
4 files changed, 45 insertions, 1 deletions
diff --git a/index.toml b/index.toml
index 63837b8..27c0982 100644
--- a/index.toml
+++ b/index.toml
@@ -51,11 +51,21 @@ hash = "179d1b7ca85bd3202749e2cc95413daec331dd37dbcf66d07f12a2cd1c0ee397"
metafile = true
[[files]]
+file = "mods/entity-model-features.pw.toml"
+hash = "49d264e56bd209860026c573fc3d27aa9b7f28fe7c19bf5e7166b441bdb80eb2"
+metafile = true
+
+[[files]]
file = "mods/entityculling.pw.toml"
hash = "96478690ba4437d4f27af541c9365bd9dfd30674c3dc12fb3a1702e358a16a0c"
metafile = true
[[files]]
+file = "mods/entitytexturefeatures.pw.toml"
+hash = "4ea03f2571cf923a1ef6889e50f650fff72b8ea986b075ec823b25d4c7d44169"
+metafile = true
+
+[[files]]
file = "mods/essential.pw.toml"
hash = "2102856e6bddc74ec3ec08ea95d2f0aaaa8db6b8544d1b023b468bbc94a722ab"
metafile = true
diff --git a/mods/entity-model-features.pw.toml b/mods/entity-model-features.pw.toml
new file mode 100644
index 0000000..4f73de7
--- /dev/null
+++ b/mods/entity-model-features.pw.toml
@@ -0,0 +1,17 @@
+name = "[EMF] Entity Model Features"
+filename = "entity_model_features_fabric_1.20.4-1.3.jar"
+side = "client"
+
+[download]
+url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/bwjbN1G7/entity_model_features_fabric_1.20.4-1.3.jar"
+hash-format = "sha1"
+hash = "fa2a10cafa469d6eb0bfd9e7107b717007a83c62"
+
+[update]
+[update.modrinth]
+mod-id = "4I1XuqiY"
+version = "bwjbN1G7"
+
+[option]
+optional = true
+description = "optifine custom entity model for fabric! NEEDS ENTITY TEXTURE FEATURES"
diff --git a/mods/entitytexturefeatures.pw.toml b/mods/entitytexturefeatures.pw.toml
new file mode 100644
index 0000000..5213a67
--- /dev/null
+++ b/mods/entitytexturefeatures.pw.toml
@@ -0,0 +1,17 @@
+name = "[ETF] Entity Texture Features"
+filename = "entity_texture_features_fabric_1.20.4-5.2.3.jar"
+side = "client"
+
+[download]
+url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/qMoPCh9Z/entity_texture_features_fabric_1.20.4-5.2.3.jar"
+hash-format = "sha1"
+hash = "a4ffc065af0c37098ae128de505fc9689f74b9ff"
+
+[update]
+[update.modrinth]
+mod-id = "BVzZfTc1"
+version = "qMoPCh9Z"
+
+[option]
+optional = true
+description = "for entity model features"
diff --git a/pack.toml b/pack.toml
index 60ae216..e54a2af 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 = "9e1368721c4d16a6b45b5ea9f313d1c143a3de9b638d35857076755d3a580e01"
+hash = "25a4cc7d658285fa923cb4b7840beebacee7ca34e27f68bea2b9152afb35cc0f"
[versions]
fabric = "0.15.3"