server mods

This commit is contained in:
Hri7566 2023-05-09 14:01:03 -04:00
parent ba158620b0
commit 25936c0b58
4 changed files with 37 additions and 1 deletions

View File

@ -125,6 +125,11 @@ file = "mods/extreme-reactors.pw.toml"
hash = "c9904662a505fe912678cc82a80a5cb4e96867a01fad791495b511e64732aa5f" hash = "c9904662a505fe912678cc82a80a5cb4e96867a01fad791495b511e64732aa5f"
metafile = true metafile = true
[[files]]
file = "mods/ferrite-core.pw.toml"
hash = "e8fba4f1d9fa4d7ffd369b6b4583b858db24411df006899c2592576708a03480"
metafile = true
[[files]] [[files]]
file = "mods/flywheel.pw.toml" file = "mods/flywheel.pw.toml"
hash = "fbb0a9e7d2930e91c49c7ea9ac56aacd4475169c0b50b463245c2a2b2eb24c11" hash = "fbb0a9e7d2930e91c49c7ea9ac56aacd4475169c0b50b463245c2a2b2eb24c11"
@ -215,6 +220,11 @@ file = "mods/kotlin-for-forge.pw.toml"
hash = "94d853ec0def62adb527aee046f2c4a32127076c2995ea5c29553534544e1c35" hash = "94d853ec0def62adb527aee046f2c4a32127076c2995ea5c29553534544e1c35"
metafile = true metafile = true
[[files]]
file = "mods/lightspeed.pw.toml"
hash = "12925ade9a4f43f6fdfa4bf477f17fbb386c9d4a069c7683b702ab40853f7343"
metafile = true
[[files]] [[files]]
file = "mods/mantle.pw.toml" file = "mods/mantle.pw.toml"
hash = "3cf8b32aacef32f066de71330c7c2fbba058115dd2d6bd181e468508fa56499c" hash = "3cf8b32aacef32f066de71330c7c2fbba058115dd2d6bd181e468508fa56499c"

13
mods/ferrite-core.pw.toml Normal file
View File

@ -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"

13
mods/lightspeed.pw.toml Normal file
View File

@ -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"

View File

@ -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 = "0dbfc11cadcdaddd0b87eba30459d8a1f775fc19b55717a8173d594069cf4e95" hash = "25212f5ee26acf42024e78b9fc93c56b38d829017ab7b4f18b12b5b88f043dbe"
[versions] [versions]
forge = "40.2.2" forge = "40.2.2"