MINECRAFTHUB.IO
Mods

Krypton

Krypton is a lightweight Fabric mod that optimizes Minecraft's networking stack, reducing packet overhead on both client and server installations.

By astei via Modrinth.

Krypton mod icon on the Modrinth project page
Section
Java Mod
Platform
Java
Versions
v 1.16.2 / 1.16.3 / 1.16.4 / 1.16.5 / 1.17 / 1.17.1 / 1.18.1 / 1.18.2 / 1.19 / 1.19.1 / 1.19.2 / 1.19.3 / 1.19.4 / 1.20 / 1.20.1 / 1.20.2 / 1.20.3 / 1.20.4 / 1.20.5 / 1.20.6 / 1.21 / 1.21.1 / 1.21.2 / 1.21.3 / 1.21.4 / 1.21.5 / 1.21.6 / 1.21.7 / 1.21.8 / 1.21.9 / 1.21.10 / 1.21.11
Last checked
Updated

Krypton is a Fabric mod for Minecraft Java Edition that replaces parts of the default networking pipeline with a more efficient implementation. It is optional on both the client and server side, so any combination works without compatibility issues. The mod supports Minecraft 1.16.2 through 1.21.11 and has no hard dependencies beyond Fabric Loader.

What Krypton Optimizes

Minecraft uses Netty for all packet I/O between clients and servers. Krypton applies two targeted changes to that pipeline: it swaps the built-in compression handler for a more efficient one, and it adjusts the socket send and receive buffer sizes to reduce how often the JVM has to make system calls. The combined effect is lower CPU usage during high-throughput moments, such as many players loading chunks at the same time on a busy server.

  • Efficient Netty compression handler replaces the default implementation
  • Tuned socket buffer sizing cuts system call frequency
  • No configuration screen or setup required after installation
  • Benefits scale with player count, so server installs see the most impact

Installation

  1. 1.Install Fabric Loader for your target Minecraft version if you have not already.
  2. 2.Download the Krypton .jar for your version from the Modrinth project page.
  3. 3.Place the .jar in your instance's mods folder.
  4. 4.Launch Minecraft. No further configuration is needed.

Client and Server Installation

Krypton is optional on both sides. Installing it server-side alone reduces network overhead for all connected players, regardless of whether those clients have the mod. Installing it client-side on a vanilla server is equally safe. The largest gains come from server-side installation, since the server handles most of the packet volume in a multiplayer session. Installing it on both sides stacks both sets of improvements.

Questions about this entry.

  • How do I install Krypton?

    Install Fabric Loader for your Minecraft version, then download the Krypton .jar from its Modrinth page and drop it into your mods folder. The mod has no dependencies beyond Fabric Loader itself and requires no configuration after installation.

  • Does Krypton work on multiplayer servers?

    Yes. Krypton is designed with server use in mind. It is optional on both sides, so a server with Krypton installed works with any Fabric, vanilla, or mixed client. Server-side installation benefits all connected players without any changes on their end.

  • Does Krypton require Fabric API?

    No. Krypton only requires Fabric Loader. It does not depend on Fabric API or any other library mods. Drop the .jar into your mods folder and it works.

  • Which Minecraft version does Krypton support?

    Krypton supports Minecraft Java Edition from 1.16.2 through 1.21.11 on Fabric. Check the Modrinth page for the specific .jar matching your installed version.