Added back C2ME and removed SleepWarp
This commit is contained in:
parent
a7303916bf
commit
489a3ba432
10
index.toml
10
index.toml
|
@ -164,6 +164,11 @@ file = "mods/bushier-flowers.pw.toml"
|
||||||
hash = "28fb59dd8303b624eae37b491010478ee8f850edc3116111ebf715a3a3673e3b"
|
hash = "28fb59dd8303b624eae37b491010478ee8f850edc3116111ebf715a3a3673e3b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/c2me-fabric.pw.toml"
|
||||||
|
hash = "5afe4e900b83aa83109d0c845df28e9695d8e3639518b0f08169a547f0e3682b"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/cardinal-components-api.pw.toml"
|
file = "mods/cardinal-components-api.pw.toml"
|
||||||
hash = "b3503cb0b7eae56e27e1d7980882795c0b81f4750ec9b140beb996a9d7c0dfb3"
|
hash = "b3503cb0b7eae56e27e1d7980882795c0b81f4750ec9b140beb996a9d7c0dfb3"
|
||||||
|
@ -894,11 +899,6 @@ file = "mods/simple-tag-viewer.pw.toml"
|
||||||
hash = "3c2ced7de82deef49baab853b14f18d2d594f912342d509c4d1c6c294c2263e6"
|
hash = "3c2ced7de82deef49baab853b14f18d2d594f912342d509c4d1c6c294c2263e6"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "mods/sleep-warp.pw.toml"
|
|
||||||
hash = "624b26b1f2def748fab13e6b56f8ea8bab8cbe25c4a01f237437e6da4fe4ed88"
|
|
||||||
metafile = true
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/smoke-suppression.pw.toml"
|
file = "mods/smoke-suppression.pw.toml"
|
||||||
hash = "60e4f9661caa846f6215353fbad135485047a728a33624e07e2bf4b5318f9e1d"
|
hash = "60e4f9661caa846f6215353fbad135485047a728a33624e07e2bf4b5318f9e1d"
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Concurrent Chunk Management Engine (Fabric)"
|
||||||
|
filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.11.5.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/QZ5cUNXs/c2me-fabric-mc1.20.1-0.2.0%2Balpha.11.5.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "f02c57844c514cf6706c8c31508e31af04238e1c"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "VSNURh3q"
|
||||||
|
version = "QZ5cUNXs"
|
|
@ -1,13 +0,0 @@
|
||||||
name = "SleepWarp"
|
|
||||||
filename = "sleepwarp-2.2.0_rc1+1.20.1.jar"
|
|
||||||
side = "server"
|
|
||||||
|
|
||||||
[download]
|
|
||||||
url = "https://cdn.modrinth.com/data/OPvzuqtZ/versions/l4cnghUz/sleepwarp-2.2.0_rc1%2B1.20.1.jar"
|
|
||||||
hash-format = "sha1"
|
|
||||||
hash = "d3bb492a3b3c0f93ac1812f2ded8618e6acc7bab"
|
|
||||||
|
|
||||||
[update]
|
|
||||||
[update.modrinth]
|
|
||||||
mod-id = "OPvzuqtZ"
|
|
||||||
version = "l4cnghUz"
|
|
|
@ -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 = "ed2a2af2b79415c2ee400d7a111c81a5f8bb2e04d3df6b67620720fb31c32449"
|
hash = "090bbc2c5da53d3ee30a5f28d70dc72dae86a695a5d6f5d8a4378435b61e68a9"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.15.10"
|
fabric = "0.15.10"
|
||||||
|
|
Loading…
Reference in New Issue