Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonimatasdev/packetfixer
A simple mod to solve various problems with packets.
https://github.com/tonimatasdev/packetfixer
fabric-mod forge-mod minecraft-mod neoforge-mod quilt-mod
Last synced: 2 months ago
JSON representation
A simple mod to solve various problems with packets.
- Host: GitHub
- URL: https://github.com/tonimatasdev/packetfixer
- Owner: TonimatasDEV
- License: mit
- Created: 2022-10-17T17:08:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T22:11:20.000Z (3 months ago)
- Last Synced: 2024-10-01T08:21:34.026Z (3 months ago)
- Topics: fabric-mod, forge-mod, minecraft-mod, neoforge-mod, quilt-mod
- Language: Java
- Homepage:
- Size: 661 KB
- Stars: 23
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Hits](https://hits.sh/github.com/tonimatasdev/packetfixer.svg?view=today-total&label=Views)](https://hits.sh/github.com/tonimatasdev/packetfixer/)
# Packet Fixer
##### Visit my discord server: [Link](https://discord.com/invite/vWBP4P4Yd8)## 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### Fix these problems:
- Unable to fit X into 3 **[Delete Krypton and Pluto in both sides]**
- VarInt too long **[Try deleting Krypton and Pluto in both sides]**### Feel free to use this mod on your modpack