QuicProtocolSupport
ModLGPL-3.0-or-later

QuicProtocolSupport

Adds support for Minecraft over QUIC

607
Downloads
2
Followers
9 months ago
Updated
📦
15
Versions

📖About QuicProtocolSupport

Usage

Prepend quic:// to the Minecraft server address. (tcp:// can also be used, but it has no effect as TCP is the default.)

Credits

Significant portions of code have been reworked from quic-connect
by ramidzkh (Ramid Khan).

Footnotes

  • You must use a valid, CA-signed TLS certificate on the server.
    • If you want to use a self-signed certificate, please compile the mod with .trustManager(io.netty.handler.ssl.util.InsecureTrustManagerFactory.INSTANCE) uncommented.
  • Only these platforms are supported:
    • Windows:
      • x86-64
    • MacOS: Support not present in 0.1.5, >0.4.0
      • x86-64
      • ARM64
    • Linux:
      • x86-64
      • ARM64