1.0.0-5 - Added packet fixer to fix packets being too big

This commit is contained in:
JordanPlayz158
2024-05-13 01:18:23 -04:00
parent 148534f2ca
commit b9e1919eb4
3 changed files with 19 additions and 1 deletions

View File

@@ -816,6 +816,11 @@ file = "mods/owo-lib.pw.toml"
hash = "28b3e0806647eb166e942cf6552993bb6d666949c53f0d51927bdfb063cb6cc4" hash = "28b3e0806647eb166e942cf6552993bb6d666949c53f0d51927bdfb063cb6cc4"
metafile = true metafile = true
[[files]]
file = "mods/packet-fixer.pw.toml"
hash = "d4d388f59090614ace6edb787f7495328a3fd1d80f229f9ed8891f88befd0ef5"
metafile = true
[[files]] [[files]]
file = "mods/pandalib.pw.toml" file = "mods/pandalib.pw.toml"
hash = "accc1a1eaf06ceb4df42788106c59701166826b859f2ce6c84c2238abffda027" hash = "accc1a1eaf06ceb4df42788106c59701166826b859f2ce6c84c2238abffda027"

13
mods/packet-fixer.pw.toml Normal file
View File

@@ -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"

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 = "66688b15044505cb20fc9b4776505dba6fcf885e5d10dad75ab4b0121ccf5d9b" hash = "bbed967398ab57143fd46075eec7c8d6734f8ed809dd029278a1ccafe1fee3c9"
[versions] [versions]
fabric = "0.15.11" fabric = "0.15.11"