test
All checks were successful
Update wiki / test (push) Successful in 13s

This commit is contained in:
Ashley Graves 2024-07-28 22:32:43 +02:00
parent 65ac8a61cb
commit 97c7245ae7
5 changed files with 56 additions and 2 deletions

View file

@ -337,6 +337,11 @@ file = "mods/adventurers-beyond.pw.toml"
hash = "3837e5c6fef8e113ef53f5a9d3d89f18eda629081281fd6e291d966334a76dcd" hash = "3837e5c6fef8e113ef53f5a9d3d89f18eda629081281fd6e291d966334a76dcd"
metafile = true metafile = true
[[files]]
file = "mods/ae2.pw.toml"
hash = "8df4661f7a00b5e01562b27370b077d5b6df3d584aaf63e954dd7e449a77f6ab"
metafile = true
[[files]] [[files]]
file = "mods/appleskin.pw.toml" file = "mods/appleskin.pw.toml"
hash = "f505b6243437bbc34ecbbce7953049eba3e9a41ef3fdf5a0994b431b5c0273fe" hash = "f505b6243437bbc34ecbbce7953049eba3e9a41ef3fdf5a0994b431b5c0273fe"
@ -372,6 +377,16 @@ file = "mods/botarium.pw.toml"
hash = "259f87414d03275384b354b74ce40c51dc0e741b7214ab57ae7d003b14ffbb3d" hash = "259f87414d03275384b354b74ce40c51dc0e741b7214ab57ae7d003b14ffbb3d"
metafile = true metafile = true
[[files]]
file = "mods/cc-tweaked.pw.toml"
hash = "59dcbc3a47f407858e52dbd02948e258ccc38ced0a78451bab9fbb6eb0b3e9be"
metafile = true
[[files]]
file = "mods/cccbridge.pw.toml"
hash = "86934e48e50a5e92cf82103f60893c7028436c1112a4e1ef92a68b59ca68814a"
metafile = true
[[files]] [[files]]
file = "mods/cloth-config.pw.toml" file = "mods/cloth-config.pw.toml"
hash = "5cbf4adcbe4fc9d2537aee987065185716b2c99b0c5d32acbb3917cb5248e99f" hash = "5cbf4adcbe4fc9d2537aee987065185716b2c99b0c5d32acbb3917cb5248e99f"

13
mods/ae2.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Applied Energistics 2"
filename = "appliedenergistics2-forge-15.2.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/kF3whRqC/appliedenergistics2-forge-15.2.11.jar"
hash-format = "sha1"
hash = "16ab2c2ede29a5f2c749f6b0151b1de2cacc76ba"
[update]
[update.modrinth]
mod-id = "XxWD5pD3"
version = "kF3whRqC"

13
mods/cc-tweaked.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "CC: Tweaked"
filename = "cc-tweaked-1.20.1-forge-1.111.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/eMzJxUoQ/cc-tweaked-1.20.1-forge-1.111.0.jar"
hash-format = "sha1"
hash = "7be5aa1975b84b8f75d77eb0cb89d26ca4ee3680"
[update]
[update.modrinth]
mod-id = "gu7yAYhd"
version = "eMzJxUoQ"

13
mods/cccbridge.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "CC:C Bridge"
filename = "cccbridge-mc1.20.1-forge-1.6.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fXt291FO/versions/sPKVzUaW/cccbridge-mc1.20.1-forge-1.6.3.jar"
hash-format = "sha1"
hash = "78a03348b3c1f26170cd1171b3a8ca8fbb34a272"
[update]
[update.modrinth]
mod-id = "fXt291FO"
version = "sPKVzUaW"

View file

@ -5,8 +5,8 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "bbed5a87632334ec819328c25a1c4af5b795662e008264afc357d2e631010d79" hash = "7ba6ef370219cd005f92d30ac0401ffcfe51858808692f4431cbeeb6dac3ef9a"
[versions] [versions]
forge = "47.3.0"
minecraft = "1.20.1" minecraft = "1.20.1"
neoforge = "47.1.106"