add servercore
This commit is contained in:
parent
08a30d9921
commit
89ad8af979
3 changed files with 19 additions and 1 deletions
|
@ -515,6 +515,11 @@ file = "mods/searchables.pw.toml"
|
||||||
hash = "f61962f7e668bcaa5c01a3314d7dde1e897f5dfb0d347a50ec6304f04244a306"
|
hash = "f61962f7e668bcaa5c01a3314d7dde1e897f5dfb0d347a50ec6304f04244a306"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/servercore.pw.toml"
|
||||||
|
hash = "b9eb5237b412cdae4005301af44f6b2298cb3b6f53cfd93456cf9c7833ad6a4b"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/simple-voice-chat.pw.toml"
|
file = "mods/simple-voice-chat.pw.toml"
|
||||||
hash = "9b6155f3adc212bf6faf818c9d4e02be39dfd822951ecd6c8960ac0f51122fa7"
|
hash = "9b6155f3adc212bf6faf818c9d4e02be39dfd822951ecd6c8960ac0f51122fa7"
|
||||||
|
|
13
mods/servercore.pw.toml
Normal file
13
mods/servercore.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "ServerCore"
|
||||||
|
filename = "servercore-fabric-1.3.9+1.20.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/RjHT254T/servercore-fabric-1.3.9%2B1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "ceb09cc02c449209b7877cb05965779dc8f609e3"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "4WWQxlQP"
|
||||||
|
version = "RjHT254T"
|
|
@ -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 = "b57a2058d1a9d17a4276bfbf3f50df16a01815e8d2374c328f6ebb15fd175d6d"
|
hash = "781bf19d8b4b59bbf051727d3e8e7ddc1f855dc5007d3b55f1a913e0046ca640"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
Loading…
Reference in a new issue