From b9e1919eb4b57a0722651a47095ac6530707fb72 Mon Sep 17 00:00:00 2001 From: JordanPlayz158 Date: Mon, 13 May 2024 01:18:23 -0400 Subject: [PATCH] 1.0.0-5 - Added packet fixer to fix packets being too big --- index.toml | 5 +++++ mods/packet-fixer.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/packet-fixer.pw.toml diff --git a/index.toml b/index.toml index 761e7ec..6964459 100644 --- a/index.toml +++ b/index.toml @@ -816,6 +816,11 @@ file = "mods/owo-lib.pw.toml" hash = "28b3e0806647eb166e942cf6552993bb6d666949c53f0d51927bdfb063cb6cc4" metafile = true +[[files]] +file = "mods/packet-fixer.pw.toml" +hash = "d4d388f59090614ace6edb787f7495328a3fd1d80f229f9ed8891f88befd0ef5" +metafile = true + [[files]] file = "mods/pandalib.pw.toml" hash = "accc1a1eaf06ceb4df42788106c59701166826b859f2ce6c84c2238abffda027" diff --git a/mods/packet-fixer.pw.toml b/mods/packet-fixer.pw.toml new file mode 100644 index 0000000..2c6b510 --- /dev/null +++ b/mods/packet-fixer.pw.toml @@ -0,0 +1,13 @@ +name = "Packet Fixer" +filename = "packetfixer-fabric-1.3.2-1.19-to-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/c7m1mi73/versions/D6g6pRom/packetfixer-fabric-1.3.2-1.19-to-1.20.1.jar" +hash-format = "sha1" +hash = "edac40bb485ba7dbae5eadc9e949b4ed4c0bb793" + +[update] +[update.modrinth] +mod-id = "c7m1mi73" +version = "D6g6pRom" diff --git a/pack.toml b/pack.toml index 8aaac59..ed8ac46 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 = "66688b15044505cb20fc9b4776505dba6fcf885e5d10dad75ab4b0121ccf5d9b" +hash = "bbed967398ab57143fd46075eec7c8d6734f8ed809dd029278a1ccafe1fee3c9" [versions] fabric = "0.15.11"