Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV authored Nov 6, 2023
1 parent 6342f14 commit 9a25832
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9a25832

Please sign in to comment.