feat: add "modelfix" mod

This commit is contained in:
2026-02-17 23:58:21 -06:00
parent 893e6cd7e7
commit 65d4b90355
3 changed files with 19 additions and 1 deletions

5
index.toml generated
View File

@@ -330,6 +330,11 @@ file = "mods/midnightlib.pw.toml"
hash = "ff3e8c24b856793dea18726883722d8274d7b292448ecc4beecec9df008d44cd" hash = "ff3e8c24b856793dea18726883722d8274d7b292448ecc4beecec9df008d44cd"
metafile = true metafile = true
[[files]]
file = "mods/modelfix.pw.toml"
hash = "ab170eabaeec3e80c59e850a7d8aee32edfffd6a1e40e2c2f44575c69d122054"
metafile = true
[[files]] [[files]]
file = "mods/modern-ui.pw.toml" file = "mods/modern-ui.pw.toml"
hash = "fb078f45d04576d994b31f76911eedf74aa6b4ca5ed177eedffd0853887cf97f" hash = "fb078f45d04576d994b31f76911eedf74aa6b4ca5ed177eedffd0853887cf97f"

13
mods/modelfix.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Model Gap Fix"
filename = "modelfix-1.15.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/QdG47OkI/versions/og4A1nN8/modelfix-1.15.jar"
hash-format = "sha512"
hash = "b46d6b507b12c63a6fa96ca0571c1b94fc6525e48fdfdbcaa018aa3c4a4801da5c4bb80a173f7cca04b1591854147260163716e25041363b8640f20ff1c736d4"
[update]
[update.modrinth]
mod-id = "QdG47OkI"
version = "og4A1nN8"

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 = "01896fe4750d845fb8db1c05f23878e7b0ea61413873e58fb8d8d3bb4126d831" hash = "562f39f3c7cf0a298923ce1e26b02b01215ba54484c58a19dd7c04bc2bc9e56d"
[versions] [versions]
forge = "47.4.10" forge = "47.4.10"