From 71472a390943182b49b5a695cf18d5197d8de913 Mon Sep 17 00:00:00 2001 From: Yonah Date: Sat, 8 Nov 2025 01:06:49 +0900 Subject: [PATCH] mods: add FabricProxy-Lite This configuration contains secrets so will not be included here. --- index.toml | 5 +++++ mods/fabricproxy-lite.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/fabricproxy-lite.pw.toml diff --git a/index.toml b/index.toml index 3ad838e..4f53d1e 100644 --- a/index.toml +++ b/index.toml @@ -201,6 +201,11 @@ file = "mods/fabric-language-kotlin.pw.toml" hash = "ad659593043afb2413f07aff507f5ddcb3eaaf7e94a94b0258c7b2a51d26b2f9" metafile = true +[[files]] +file = "mods/fabricproxy-lite.pw.toml" +hash = "7345effda3ffcc376275666335af5b8a504887d1e95d13b257cb7e44695ba1aa" +metafile = true + [[files]] file = "mods/fallingtree.pw.toml" hash = "e75246b33d964c18151a33a6943877a733137ff69d1bf26cc2903dfb5aa1ea8c" diff --git a/mods/fabricproxy-lite.pw.toml b/mods/fabricproxy-lite.pw.toml new file mode 100644 index 0000000..4bd3226 --- /dev/null +++ b/mods/fabricproxy-lite.pw.toml @@ -0,0 +1,13 @@ +name = "FabricProxy-Lite" +filename = "FabricProxy-Lite-2.11.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/8dI2tmqs/versions/nR8AIdvx/FabricProxy-Lite-2.11.0.jar" +hash-format = "sha512" +hash = "c2e1d9279f6f19a561f934b846540b28a033586b4b419b9c1aa27ac43ffc8fad2ce60e212a15406e5fa3907ff5ecbe5af7a5edb183a9ee6737a41e464aec1375" + +[update] +[update.modrinth] +mod-id = "8dI2tmqs" +version = "nR8AIdvx" diff --git a/pack.toml b/pack.toml index 63f02df..939b6a8 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 = "5f8abea33847ff19d0cda5374c0b11a496ea07159b90a20c0605b3c92f006257" +hash = "0af365f9e79e0f2cacccc23593d50784b85f51774f39b9636c448a2f4ded64a9" [versions] fabric = "0.17.3"