mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 14:19:31 +00:00
add code-server to serverside mods
This commit is contained in:
parent
e4b6438fce
commit
457734b25b
4 changed files with 21 additions and 2 deletions
|
@ -42,7 +42,7 @@ hash = "20a4331ae3175651ff24265d8851f45e4e8b3cc580bafc175e12a6c141c6cd2b"
|
|||
|
||||
[[files]]
|
||||
file = "modlist.md"
|
||||
hash = "67278859bdcf870a220dbe1b9dfb83d29495ab7d3944dfef029c99c46ebbdd88"
|
||||
hash = "a963732cca66dc91d37422d55e643c1aed714814be8ff4166a08feef8ceefa72"
|
||||
|
||||
[[files]]
|
||||
file = "mods/amecs.pw.toml"
|
||||
|
@ -114,6 +114,11 @@ file = "mods/cloth-config.pw.toml"
|
|||
hash = "156942df991662545265aae10fafa4b64bc1ba1226670be03916e58894671089"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/code-server.pw.toml"
|
||||
hash = "ffdd13332e6e9a94f32f18a7ec8cf2f39726ee05429301ad07305a3f8f10c6cd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/collective.pw.toml"
|
||||
hash = "88d3f7747d0734364a5034195eb732e5c421ca6006ebd14b09995ffae4cf8da2"
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
|
||||
- [AntiXray](https://modrinth.com/mod/sml2FMaA)
|
||||
- [Carpet](https://modrinth.com/mod/TQTTVgYE)
|
||||
- [code-server-mc](https://modrinth.com/mod/7F9L5LQW)
|
||||
- [Essential Commands](https://modrinth.com/mod/6VdDUivB)
|
||||
- [GolfIV](https://modrinth.com/mod/PfKYAJGk)
|
||||
- [Inv View](https://modrinth.com/mod/jrDKjZP7)
|
||||
|
|
13
.minecraft/mods/code-server.pw.toml
Normal file
13
.minecraft/mods/code-server.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "code-server-mc"
|
||||
filename = "code-server-1.2.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/7F9L5LQW/versions/y58nvGpM/code-server-1.2.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ba39744741269d883ef5b60119b9fe0822833064"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "7F9L5LQW"
|
||||
version = "y58nvGpM"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "ffcaaf8999fc25afd785c20d03716ed58fbae0a4c191f5c778e9313225ea9892"
|
||||
hash = "8a86ed2b0462f471e399c0d81eb9742c4e2109dd73650e5adbecbcda5eeeb4df"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.19"
|
||||
|
|
Loading…
Reference in a new issue