Skip to content

Commit

Permalink
feat(mods): modelfix (#182)
Browse files Browse the repository at this point in the history
add modelfix to fix models.
  • Loading branch information
Aiz0 authored Apr 12, 2024
1 parent a76f5ef commit 89a04e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,10 @@ metafile = true
file = "mods/mekanism.pw.toml"
metafile = true

[[files]]
file = "mods/modelfix.pw.toml"
metafile = true

[[files]]
file = "mods/modernfix.pw.toml"
metafile = true
Expand Down
13 changes: 13 additions & 0 deletions mods/modelfix.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Model Gap Fix"
filename = "modelfix-1.8.jar"
side = "client"

[download]
url = "https://cdn.modrinth.com/data/QdG47OkI/versions/EglYgeMq/modelfix-1.8.jar"
hash-format = "sha1"
hash = "ef1882c6244ffb09fed6251b647dec1ffebdca4f"

[update]
[update.modrinth]
mod-id = "QdG47OkI"
version = "EglYgeMq"

0 comments on commit 89a04e4

Please sign in to comment.