Add mod: Fadeless
This commit is contained in:
parent
49a5e6dd2d
commit
b36c4c8663
3 changed files with 19 additions and 1 deletions
5
index.toml
generated
5
index.toml
generated
|
@ -173,6 +173,11 @@ file = "mods/fabric-language-kotlin.pw.toml"
|
|||
hash = "ff4a66502e802341a84fbb8eceed65156b14436769b1f7e27a68b22fb59c1dae"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fadeless.pw.toml"
|
||||
hash = "bd5311680997fada18e6492a91770fdc0762c718b3109820d67c1b019c2f1bf8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fallingleaves.pw.toml"
|
||||
hash = "964ba2b17c1faef33809b6f3ccfb4ee73b3431ddd0d2c391da45034676fece26"
|
||||
|
|
13
mods/fadeless.pw.toml
Normal file
13
mods/fadeless.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Fadeless"
|
||||
filename = "fadeless-1.0.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ncKjyGm3/versions/j53ChsnW/fadeless-1.0.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8a48f9abfa26e4abc06490c6e818f5cf6af1c280"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ncKjyGm3"
|
||||
version = "j53ChsnW"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "2f45df5b1ce63b8c5ec020553e1ec99b8168f9b62e914a0d8e1321fdd739d35f"
|
||||
hash = "a35759280623697093c148819be91696b2070b83f8201ffa5a73f7767994b06d"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.20.1"
|
||||
|
|
Loading…
Reference in a new issue