This commit is contained in:
parent
0c64e24c7a
commit
dba7d2fa79
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -378,11 +378,21 @@ file = "mods/createaddition.pw.toml"
|
||||||
hash = "0c581547e6020d1aacf8d523e858bf40c09458b2064b690c84e7d5df90b550ea"
|
hash = "0c581547e6020d1aacf8d523e858bf40c09458b2064b690c84e7d5df90b550ea"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/creativecore.pw.toml"
|
||||||
|
hash = "d466a51878d3e73b70135f25465134d66a710dc1e4feddbfa2e832f337cdc84f"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/creeper-no-break-blocks.pw.toml"
|
file = "mods/creeper-no-break-blocks.pw.toml"
|
||||||
hash = "c5b3a3941036b3cf8eab3a7b649d4d0663d1e53f31f56395bc45d69c9c46ebb3"
|
hash = "c5b3a3941036b3cf8eab3a7b649d4d0663d1e53f31f56395bc45d69c9c46ebb3"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/cuffed.pw.toml"
|
||||||
|
hash = "747070d5aa3467fbd5d2201a38c94a0760c76f0a22795a1a3db66c22e448b5bf"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/curios.pw.toml"
|
file = "mods/curios.pw.toml"
|
||||||
hash = "a9972124448375158d44b9ba5618d970eba431190fe4caa663969fabf8345d04"
|
hash = "a9972124448375158d44b9ba5618d970eba431190fe4caa663969fabf8345d04"
|
||||||
|
|
13
mods/creativecore.pw.toml
Normal file
13
mods/creativecore.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "CreativeCore"
|
||||||
|
filename = "CreativeCore_FORGE_v2.11.33_mc1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/GhnBaKkx/CreativeCore_FORGE_v2.11.33_mc1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "d911909099b38896a8753dd3c44f1bb3a2a345ad"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "OsZiaDHq"
|
||||||
|
version = "GhnBaKkx"
|
13
mods/cuffed.pw.toml
Normal file
13
mods/cuffed.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Cuffed"
|
||||||
|
filename = "Cuffed-1.20.1-1.2.3.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/KrZm8J8s/versions/rAm2gzDo/Cuffed-1.20.1-1.2.3.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "80a978f9552b86675805003b2673aa6a21f492ad"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "KrZm8J8s"
|
||||||
|
version = "rAm2gzDo"
|
|
@ -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 = "27dbdf625fca74a5e79e0d4bfdc76f4f04d01b5f8cfe8de4e68a58c0f357c2aa"
|
hash = "4263f68bc1c1d40f3f7f8c19db1c455d53ca20fb66f006b3f6572fd6b47c75dd"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.3.0"
|
forge = "47.3.0"
|
||||||
|
|
Loading…
Reference in a new issue