CRNet

Shared networking library for Createrington mods. Provides a common HTTP client, JWT authentication, and request queue.

File Details

[2.8.4] CRNet

  • B
  • Apr 22, 2026
  • 603.42 KB
  • 10
  • 1.21.1
  • NeoForge

File Name

crnet-2.8.4.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:crnet-1509069:7968236"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version 2.8.4

Fixed

  • Fixed a crash ("CRNet has not been initialised") that occurred when joining a second server session in the same game session (e.g. leaving a multiplayer server and opening a singleplayer world). The shared HTTP client and request queue are now kept alive for the entire mod lifetime instead of being torn down on server stop.