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

Description

CRNet is a lightweight NeoForge library that provides a shared networking layer for Createrington's server-side mods.


Rather than each mod bundling its own HTTP client and auth logic, CRNet exposes a single, consistent set of utilities that dependent mods can rely on:

  • HTTP client — a shared, configurable client for communicating with the Createrington backend
  • JWT authentication — token management and login strategies for secure backend requests
  • Request queue — a bounded, shared queue to avoid flooding the backend under load

This mod is a required dependency for other Createrington mods. It does not add any in-game content on its own.