server mods
This commit is contained in:
parent
ba158620b0
commit
25936c0b58
10
index.toml
10
index.toml
|
@ -125,6 +125,11 @@ file = "mods/extreme-reactors.pw.toml"
|
|||
hash = "c9904662a505fe912678cc82a80a5cb4e96867a01fad791495b511e64732aa5f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ferrite-core.pw.toml"
|
||||
hash = "e8fba4f1d9fa4d7ffd369b6b4583b858db24411df006899c2592576708a03480"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/flywheel.pw.toml"
|
||||
hash = "fbb0a9e7d2930e91c49c7ea9ac56aacd4475169c0b50b463245c2a2b2eb24c11"
|
||||
|
@ -215,6 +220,11 @@ file = "mods/kotlin-for-forge.pw.toml"
|
|||
hash = "94d853ec0def62adb527aee046f2c4a32127076c2995ea5c29553534544e1c35"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lightspeed.pw.toml"
|
||||
hash = "12925ade9a4f43f6fdfa4bf477f17fbb386c9d4a069c7683b702ab40853f7343"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mantle.pw.toml"
|
||||
hash = "3cf8b32aacef32f066de71330c7c2fbba058115dd2d6bd181e468508fa56499c"
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
name = "FerriteCore"
|
||||
filename = "ferritecore-4.2.2-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/fs07zE6w/ferritecore-4.2.2-forge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e9e0e711de47112dc53e24dc008da1f598834c4f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uXXizFIs"
|
||||
version = "fs07zE6w"
|
|
@ -0,0 +1,13 @@
|
|||
name = "Lightspeed"
|
||||
filename = "lightspeed-1.18.2-1.0.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/US93mifm/versions/qUxcfIsc/lightspeed-1.18.2-1.0.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "903fef8385ba0d0ff38db2a4964047531dcfcfa7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "US93mifm"
|
||||
version = "qUxcfIsc"
|
Loading…
Reference in New Issue