From ce533650f531c9a89b95f87776d39b6c10483d0a Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 22 Aug 2024 13:00:56 -0300 Subject: [PATCH] feat: server core --- index.toml | 5 +++++ mods/servercore.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/servercore.pw.toml diff --git a/index.toml b/index.toml index 00218c7..c292692 100644 --- a/index.toml +++ b/index.toml @@ -650,6 +650,11 @@ file = "mods/rrls.pw.toml" hash = "062e145a4c182959dc44f1fe531514191692ed6088ee5b307143a81ec39d9c70" metafile = true +[[files]] +file = "mods/servercore.pw.toml" +hash = "182161aa8e4b730555dd9984efb7be8cfd3debbaf1d4cc60e0b3241402e6f2bc" +metafile = true + [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "50852c6f492cf08473040c77154def33928566d0b5f3063b304f52e9fd18143d" diff --git a/mods/servercore.pw.toml b/mods/servercore.pw.toml new file mode 100644 index 0000000..437d09c --- /dev/null +++ b/mods/servercore.pw.toml @@ -0,0 +1,13 @@ +name = "ServerCore" +filename = "servercore-fabric-1.5.1+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/2SHzyIvs/servercore-fabric-1.5.1%2B1.20.1.jar" +hash-format = "sha1" +hash = "3aa98a433b7bfc2fbf0ace15505030796ff51a1b" + +[update] +[update.modrinth] +mod-id = "4WWQxlQP" +version = "2SHzyIvs"