Add fabric proxy

main
kalle 2025-02-19 13:32:00 +01:00
parent cf7f706efa
commit 4cff580a56
5 changed files with 21 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/server

View File

@ -16,6 +16,7 @@
default = pkgs.mkShell { default = pkgs.mkShell {
buildInputs = [ buildInputs = [
pkgs.packwiz pkgs.packwiz
pkgs.temurin-jre-bin-17
]; ];
}; };
}); });

View File

@ -167,6 +167,11 @@ file = "mods/fabric-language-kotlin.pw.toml"
hash = "bb9a29a48b27e7abc0799d4393240ae2cdcf7d64341c9a63347769173f8bda2e" hash = "bb9a29a48b27e7abc0799d4393240ae2cdcf7d64341c9a63347769173f8bda2e"
metafile = true metafile = true
[[files]]
file = "mods/fabricproxy-lite.pw.toml"
hash = "4a35e5e9d37fb810998466578339831f0c7d516b6353f537d1b1be04f838d399"
metafile = true
[[files]] [[files]]
file = "mods/fallingleaves.pw.toml" file = "mods/fallingleaves.pw.toml"
hash = "fff1e00559f13c092b17fa83804279cf70191d7a99a4a98a4eb6bb30ac9a78db" hash = "fff1e00559f13c092b17fa83804279cf70191d7a99a4a98a4eb6bb30ac9a78db"

View File

@ -0,0 +1,13 @@
name = "FabricProxy-Lite"
filename = "FabricProxy-Lite-2.6.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/8dI2tmqs/versions/XJmDAnj5/FabricProxy-Lite-2.6.0.jar"
hash-format = "sha512"
hash = "365d29ebaeca55ffdaa4d066141559b00e3177437b0d9fabee3996fcdbd8e2fb8ae45c0c600cb357a042efe750caa2b6efaaffa439f5710cbb04deeae994b7dd"
[update]
[update.modrinth]
mod-id = "8dI2tmqs"
version = "XJmDAnj5"

View File

@ -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 = "0dd5b2591d5ac847dcc8b4a89dd48933648fe79fcbb02850a7dba0a60b68e16f" hash = "291d2235f788c59037d9f7721691909a5e29288f30f8fc0a8f59f58021201cdc"
[versions] [versions]
fabric = "0.16.10" fabric = "0.16.10"