-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6342f14
commit 9a25832
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |