diff --git a/.minecraft/index.toml b/.minecraft/index.toml index d16740d..0296c71 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -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" diff --git a/.minecraft/modlist.md b/.minecraft/modlist.md index 15a6d9f..728b976 100644 --- a/.minecraft/modlist.md +++ b/.minecraft/modlist.md @@ -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) diff --git a/.minecraft/mods/code-server.pw.toml b/.minecraft/mods/code-server.pw.toml new file mode 100644 index 0000000..2821f5d --- /dev/null +++ b/.minecraft/mods/code-server.pw.toml @@ -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" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 09ffb76..f8b7c3a 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -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"