mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 22:29:30 +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]]
|
[[files]]
|
||||||
file = "modlist.md"
|
file = "modlist.md"
|
||||||
hash = "67278859bdcf870a220dbe1b9dfb83d29495ab7d3944dfef029c99c46ebbdd88"
|
hash = "a963732cca66dc91d37422d55e643c1aed714814be8ff4166a08feef8ceefa72"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/amecs.pw.toml"
|
file = "mods/amecs.pw.toml"
|
||||||
|
@ -114,6 +114,11 @@ file = "mods/cloth-config.pw.toml"
|
||||||
hash = "156942df991662545265aae10fafa4b64bc1ba1226670be03916e58894671089"
|
hash = "156942df991662545265aae10fafa4b64bc1ba1226670be03916e58894671089"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/code-server.pw.toml"
|
||||||
|
hash = "ffdd13332e6e9a94f32f18a7ec8cf2f39726ee05429301ad07305a3f8f10c6cd"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/collective.pw.toml"
|
file = "mods/collective.pw.toml"
|
||||||
hash = "88d3f7747d0734364a5034195eb732e5c421ca6006ebd14b09995ffae4cf8da2"
|
hash = "88d3f7747d0734364a5034195eb732e5c421ca6006ebd14b09995ffae4cf8da2"
|
||||||
|
|
|
@ -69,6 +69,7 @@
|
||||||
|
|
||||||
- [AntiXray](https://modrinth.com/mod/sml2FMaA)
|
- [AntiXray](https://modrinth.com/mod/sml2FMaA)
|
||||||
- [Carpet](https://modrinth.com/mod/TQTTVgYE)
|
- [Carpet](https://modrinth.com/mod/TQTTVgYE)
|
||||||
|
- [code-server-mc](https://modrinth.com/mod/7F9L5LQW)
|
||||||
- [Essential Commands](https://modrinth.com/mod/6VdDUivB)
|
- [Essential Commands](https://modrinth.com/mod/6VdDUivB)
|
||||||
- [GolfIV](https://modrinth.com/mod/PfKYAJGk)
|
- [GolfIV](https://modrinth.com/mod/PfKYAJGk)
|
||||||
- [Inv View](https://modrinth.com/mod/jrDKjZP7)
|
- [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]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "ffcaaf8999fc25afd785c20d03716ed58fbae0a4c191f5c778e9313225ea9892"
|
hash = "8a86ed2b0462f471e399c0d81eb9742c4e2109dd73650e5adbecbcda5eeeb4df"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.19"
|
fabric = "0.14.19"
|
||||||
|
|
Loading…
Reference in a new issue