This commit is contained in:
parent
0984163385
commit
dcf9000c76
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -1198,6 +1198,11 @@ file = "mods/compressedcreativity.pw.toml"
|
|||
hash = "dee714d069c7256a3eb634135a1334d1c7b5efbe6d29e517b7090f9e76e39503"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/controlling.pw.toml"
|
||||
hash = "2a50d21837bba88e3c9490c6bb8e0a9b44b052645d5c1481b48a060439c20a3c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cosmetic-armor-reworked.pw.toml"
|
||||
hash = "cfa8aa9c0437721dab2057c932c9cf8ec3d3a11f672040601305238d13df85e8"
|
||||
|
@ -1613,6 +1618,11 @@ file = "mods/rrls.pw.toml"
|
|||
hash = "b42e248b373e243d1aefb92a305f930a9beff447e68921b449f2f6979c2a5c57"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/searchables.pw.toml"
|
||||
hash = "35905f57cdb21a2aaa26345f2fabe3137ee2db6ee3bb2149cea206611b11ef69"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/seasonals.pw.toml"
|
||||
hash = "36e2a7b8a835dce5234ff2576157c8a531d326c537c7d4fe9973b4d81d99b66d"
|
||||
|
|
13
mods/controlling.pw.toml
Normal file
13
mods/controlling.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Controlling"
|
||||
filename = "Controlling-forge-1.20.1-12.0.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/xv94TkTM/versions/LH6Bi6Am/Controlling-forge-1.20.1-12.0.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6195a3d1464f8fb641d7e165163aea1a857ce08e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "xv94TkTM"
|
||||
version = "LH6Bi6Am"
|
13
mods/searchables.pw.toml
Normal file
13
mods/searchables.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Searchables"
|
||||
filename = "Searchables-forge-1.20.1-1.0.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/PM9yAW1G/Searchables-forge-1.20.1-1.0.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5b976f6e76ec74cdef21865e31f56bcb11558db7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fuuu3xnx"
|
||||
version = "PM9yAW1G"
|
|
@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "b209aff105e3803ea22433815ae357e39d63aa6e223cb82c05d2ef506c159598"
|
||||
hash = "54d79e2da18e1c758b40fd284f1ef82e2fb19c4ba756d91b5e58e79b3cbc163b"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.20.1"
|
||||
|
|
Loading…
Reference in a new issue