From 9a258324c8fc1f84dcc3affd3deca7921b8835e0 Mon Sep 17 00:00:00 2001 From: TonimatasDEV Date: Mon, 6 Nov 2023 20:17:18 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0cbb62..6abe418 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ # Packet Fixer ##### Visit my discord server: [Link](https://discord.com/invite/vWBP4P4Yd8) -The mod is not really in beta, betas are to differentiate fabric (betas) from forge (releases). - ## Description This mod fixes various package erros. This mod could be used in mod packs for increasing the number of mods. ### Fix these problems: - Tried to read NBT tag that was too big; tried to allocate: X bytes where max allowed: 2097152 - Badly compressed packet - size of X is larger than protocol maximum of 2097152 + - Attempted to send packet over maximum protocol size: 8388608 - Packet too big (is X, should be less than 8388608) - Payload may not be larger than 1048576 bytes - Payload may not be larger than 32767 bytes + - Length wider than 21-bit **[Delete Krypton]** + - Unable to fit X into 3 **[Delete Krypton]** ### Feel free to use this mod on your modpack