Description
The aim of this project is to optimise recipe packet sending to the client. This mod must be installed both on the client and server!
It works by splitting the recipe packet into 10 smaller packets. This prevents the total size from exceeding minecraft vanilla packet limit of 2 MB (2,097,152 bytes), which can otherwise lead to errors.
This optimization was originally developed to improve compatibility with Velocity Proxy when using large modpacks.


