This commit is contained in:
parent
d12f90fa52
commit
223a235182
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -617,6 +617,11 @@ file = "mods/interactive.pw.toml"
|
||||||
hash = "3fc2c0c66bc9eea83561f2b2bafd4b2358dfef382bff4a3cbca5f15c72ca01e7"
|
hash = "3fc2c0c66bc9eea83561f2b2bafd4b2358dfef382bff4a3cbca5f15c72ca01e7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/inventory-profiles-next.pw.toml"
|
||||||
|
hash = "96320bde9afd69623633debefbaa0d32224fe259ab668c34ad6eab95ba982b22"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/jade-addons-forge.pw.toml"
|
file = "mods/jade-addons-forge.pw.toml"
|
||||||
hash = "ee91acdffc481f535911c38fbc06c62c85e6531a2ee7e4e116401b3ad544e74a"
|
hash = "ee91acdffc481f535911c38fbc06c62c85e6531a2ee7e4e116401b3ad544e74a"
|
||||||
|
@ -647,6 +652,11 @@ file = "mods/legendary-tooltips.pw.toml"
|
||||||
hash = "2b1fae55ff78f3f4410c9055377472de2439efd518a1792cf3fa0b8fe9d727c4"
|
hash = "2b1fae55ff78f3f4410c9055377472de2439efd518a1792cf3fa0b8fe9d727c4"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/libipn.pw.toml"
|
||||||
|
hash = "f3b0e45a85c3aafbf05a3828a38cd2985f3678b41fa95cfbd5d828ce4fcd4eaa"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/longer-login-times.pw.toml"
|
file = "mods/longer-login-times.pw.toml"
|
||||||
hash = "de11f7238ed12518a874ea67a1051db095d92c65a073ab8391db6c17645b5074"
|
hash = "de11f7238ed12518a874ea67a1051db095d92c65a073ab8391db6c17645b5074"
|
||||||
|
|
13
mods/inventory-profiles-next.pw.toml
Normal file
13
mods/inventory-profiles-next.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Inventory Profiles Next"
|
||||||
|
filename = "InventoryProfilesNext-forge-1.20-1.10.10.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/C2l2XSyM/InventoryProfilesNext-forge-1.20-1.10.10.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "4741ea1fd6d1593b693a389b7c6e1e47690ac3ad"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "O7RBXm3n"
|
||||||
|
version = "C2l2XSyM"
|
13
mods/libipn.pw.toml
Normal file
13
mods/libipn.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "libIPN"
|
||||||
|
filename = "libIPN-forge-1.20-4.0.2.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/onSQdWhM/versions/pdAXmKcS/libIPN-forge-1.20-4.0.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "3e7c7fcdc037a6ae3d9146e718d87fc83f88f6d5"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "onSQdWhM"
|
||||||
|
version = "pdAXmKcS"
|
|
@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "1917cb14f32f25c965e385498fe6f72af925f4fbff72130020c92264196b2a78"
|
hash = "ece1b309df9f4684d93104419033c8e2499799fddda207ffc15f09c0238198c1"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
Loading…
Reference in a new issue