astei / krypton

A Fabric mod that optimizes the Minecraft networking stack and entity tracker.
GNU Lesser General Public License v3.0
364 stars 33 forks source link

Update to 1.19.1 #85

Closed triphora closed 2 years ago

triphora commented 2 years ago

Tested a prod server and client and it appeared to work fine. More testing (and suggestions for better local variable names) would be appreciated before this gets merged though. Don't have the resources to set up a server other than on my local machine, which is pretty useless for a mod like this.

Screenshot of server and client on localhost, proving it boots and connects ![2022-07-29_21-10-30](https://user-images.githubusercontent.com/60205699/181864577-b5fa3171-fffd-455e-b2e2-3aafc1de97a2.png)
Built jar if anyone would like to test. No guarantees of reliability are provided whatsoever, use at your own risk. https://transfer.sh/nrWd9T/krypton-0.2.1-SNAPSHOT.jar Sources are this PR but I'm still providing the jar just to be safe because LGPL: https://transfer.sh/idJXNL/krypton-0.2.1-SNAPSHOT-sources.jar

Resolves #84