CRNet

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

File Details

[3.0.4] CRNet

  • B
  • May 4, 2026
  • 607.66 KB
  • 168
  • 1.21.1
  • NeoForge

File Name

crnet-3.0.4.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

Version 3.0.4

Fixed

  • Fixed a memory leak where heartbeats started by dependent mods could outlive the server if the mod forgot to stop them on shutdown. Heartbeats are now automatically stopped when the server stops.
  • Fixed excessive memory usage caused by HTTP responses retaining their raw body string after successful deserialization. Only error responses now keep the raw body for diagnostics.