Skip to content
qloak edited this page May 13, 2026 · 1 revision

qLibs

Personal library for Minecraft 1.21.1 modding. Dual-targets Fabric and NeoForge via Architectury.

Modules

  • qCore — Platform, scheduling, logging
  • qConfig — Config builder + file persistence
  • qNet — Packet networking
  • qRender — HUD, widgets, particles
  • qData — JSON, registries, player data
  • qWorld — Teleport helpers
  • qInventory — Item builder, stack utils
  • qMath — Vectors, easing
  • qCompat — Soft compat stubs

Building

./gradlew build

Artifacts in each module's build/libs/.

Clone this wiki locally