added cosmetic armor
This commit is contained in:
parent
d0bfd2ddb3
commit
7a00516ca2
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -49,6 +49,11 @@ file = "mods/architectury-api.pw.toml"
|
|||
hash = "4e81241ba2da06f425efc5e09fb6b38470125c1581c39e1310c5843a0b96ec76"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/armor-visibility.pw.toml"
|
||||
hash = "10fcc50f880e80db24b799ca8e65b9a2b91609859432e4445e93f2253c30a8d9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ars-creo.pw.toml"
|
||||
hash = "518fd1108cc14a63a6d8ba69895c98dfc2ceccd00967af95ddc1b31b14d84a0a"
|
||||
|
@ -64,6 +69,11 @@ file = "mods/artifacts.pw.toml"
|
|||
hash = "4832575af4fab2b691cc82c106a4a2e4da4136eab77d7360bc3b1250fc6f1656"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ash-api.pw.toml"
|
||||
hash = "7e5b43a4b0e99366d49c2ad55672ae67bb8d13f9f656475ae23385f6ccfb0c1e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/athena-ctm.pw.toml"
|
||||
hash = "e11ddca37c00c8cdf8ee89c7b59df544f50966d2d6c5b016916f023afb98c02e"
|
||||
|
|
13
mods/armor-visibility.pw.toml
Normal file
13
mods/armor-visibility.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Armor Visibility"
|
||||
filename = "armor_visibility-forge-9.0.1+1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kvPlmCLX/versions/9QkNF4Jt/armor_visibility-forge-9.0.1%2B1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "cbde345065052baabbe4d4c549788889d57587996654ab872a7ba958b53a1ee236f0da7c25de8eabfe6f23f18eb601514e47d4ab81f998be841a23537b7efdd1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kvPlmCLX"
|
||||
version = "9QkNF4Jt"
|
13
mods/ash-api.pw.toml
Normal file
13
mods/ash-api.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Ash API"
|
||||
filename = "ash_api-forge-3.0.2+1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Q8xUICr6/versions/mfSxdCmQ/ash_api-forge-3.0.2%2B1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "861f413fd6806ba436375d83302facad39440436bafe44c0ae4f145c1dfcdd95ad9c346655ca9976f4743b7c8b8ff65c3364a67bb1e9a468263b7005a28a451c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Q8xUICr6"
|
||||
version = "mfSxdCmQ"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "809497b18486940817dd50e9191f136158d09ec3a2cecd6e6bad3f122654c5dc"
|
||||
hash = "aa40393be94e2dd6c57e5dbe9557c4da26e5cc782ce8378eaa5c5fca90c65c55"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.20.1"
|
||||
|
|
Loading…
Reference in a new issue