From a6a2967f73f03e8a06c9bc168ec1b6ef318a2cf9 Mon Sep 17 00:00:00 2001 From: satr14 Date: Thu, 11 Jun 2026 16:29:15 +0700 Subject: [PATCH] add proxy prot support --- index.toml | 5 +++++ mods/proxy-protocol-support.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/proxy-protocol-support.pw.toml diff --git a/index.toml b/index.toml index 347a7c1..c7d16dd 100644 --- a/index.toml +++ b/index.toml @@ -280,6 +280,11 @@ file = "mods/polymer.pw.toml" hash = "62757d6d2b91ff8bc8e43d29a9b511724b07c45f72d60445f1c2341a5d2586c4" metafile = true +[[files]] +file = "mods/proxy-protocol-support.pw.toml" +hash = "b82df6a42aa2ad44f6d7aeec2734e331a3923812dda44a2b8d374f56ae86dc7c" +metafile = true + [[files]] file = "mods/puzzles-lib.pw.toml" hash = "c40d8e77ffbe90eaef56e4acbb1f74850792a7541254c77d65ba382e765e61be" diff --git a/mods/proxy-protocol-support.pw.toml b/mods/proxy-protocol-support.pw.toml new file mode 100644 index 0000000..1bbe7ba --- /dev/null +++ b/mods/proxy-protocol-support.pw.toml @@ -0,0 +1,13 @@ +name = "Proxy Protocol Support" +filename = "proxy-protocol-support-1.1.0-fabric.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/mfONdVnp/versions/pvePrqOz/proxy-protocol-support-1.1.0-fabric.jar" +hash-format = "sha512" +hash = "67d067f5dc59924e6f0cd99ced322ab7713777c955baf03b0ef8914ebf2c9c7215965a3c9b55998a8ad43aabcb32f551a580eb37193cf9f634a130cb947e3ac8" + +[update] +[update.modrinth] +mod-id = "mfONdVnp" +version = "pvePrqOz" diff --git a/pack.toml b/pack.toml index 2023515..4dc304b 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "2852012322c997d77326cb84529802a75e1094f7c71fb3d962b1e33c1f576bf6" +hash = "41e9ff7be6c1004cce0bd395e97d176d8d1273ec776c0b15229610a1ad439681" [versions] fabric = "0.19.2"