add mod
This commit is contained in:
parent
b3d6377f36
commit
6b8938044d
|
@ -30,6 +30,11 @@ file = "mods/architectury-api.pw.toml"
|
||||||
hash = "e12dce3e543168379a2856c66064ee2001e6420a9dfc6163f37b78e518947456"
|
hash = "e12dce3e543168379a2856c66064ee2001e6420a9dfc6163f37b78e518947456"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/auth-me.pw.toml"
|
||||||
|
hash = "6a2a015e93678892c69d5f0893e7e658090c9ac7e843a3373f8ad8f62fee741a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/balm.pw.toml"
|
file = "mods/balm.pw.toml"
|
||||||
hash = "00d2687db44c8f22d17472eb96c97f952a6b3ae9c023ef148ac6bce492e3d39c"
|
hash = "00d2687db44c8f22d17472eb96c97f952a6b3ae9c023ef148ac6bce492e3d39c"
|
||||||
|
@ -170,6 +175,11 @@ file = "mods/fallingleaves.pw.toml"
|
||||||
hash = "fff1e00559f13c092b17fa83804279cf70191d7a99a4a98a4eb6bb30ac9a78db"
|
hash = "fff1e00559f13c092b17fa83804279cf70191d7a99a4a98a4eb6bb30ac9a78db"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/finer-peripherals.pw.toml"
|
||||||
|
hash = "8d7f75549df0be56f22b9c79b86e2de6b6472de71c823ebb42a9cc1f02850a4e"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/flux-network-fabric.pw.toml"
|
file = "mods/flux-network-fabric.pw.toml"
|
||||||
hash = "0edb575cb1d5733e298790769d344ff4d046f2a564276d1f6ffe2381efdf80c6"
|
hash = "0edb575cb1d5733e298790769d344ff4d046f2a564276d1f6ffe2381efdf80c6"
|
||||||
|
|
13
v2/mods/auth-me.pw.toml
Normal file
13
v2/mods/auth-me.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Auth Me"
|
||||||
|
filename = "authme-7.0.2+1.20.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/yjgIrBjZ/versions/RiTU8rGC/authme-7.0.2%2B1.20.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "ddc38925b31596b6dc80acdfeb65a5d0353f2bc1bb5f5fbe368fd39a9d91b77ac3a85d7f16cb54692048160ff53fa64b9d6b47ee0e0bbca1a0789751f4838061"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "yjgIrBjZ"
|
||||||
|
version = "RiTU8rGC"
|
13
v2/mods/finer-peripherals.pw.toml
Normal file
13
v2/mods/finer-peripherals.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Finer Peripherals"
|
||||||
|
filename = "finerperipherals-1.20.1-0.5.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/tMnqadAu/versions/MpwWEcaC/finerperipherals-1.20.1-0.5.2.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "464f7be2abe88e6eed437d5e185106ea1d5ca1aa3fea6e8f856a664e1b67e7d32f1832ac86e84348dd3890c05b74e12035f5431f15df3ba58c8337a62e87a769"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "tMnqadAu"
|
||||||
|
version = "MpwWEcaC"
|
|
@ -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 = "10607c2b5f1ef1efe6b1ecdbd8c98bfdf6c849e61741c82647cbdb605ec4d8a3"
|
hash = "f2fa2bc620f60a59db35425eed26876a9d2054f2ae0a085d75f90704f3da3ee3"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.14"
|
fabric = "0.16.14"
|
||||||
|
|
Loading…
Reference in a new issue