Phoron-Stdlib

Phoron-Stdlib

Official StandartLib by PhoronMC

60 downloads

Phoron-stdlib

Phoron-stdlib is a universal, version-independent Fabric library that bundles high‑performance shaded dependencies such as Caffeine, Gson, FastUtil and Kotlin Coroutines — fully relocated, conflict‑free, and safe to use in any Fabric mod.

This library is designed for developers who want to avoid dependency conflicts, reduce mod size, and ship optimized, production-ready utilities without forcing players to install additional mods.


🚀 Why should you use this library?

  • No dependency conflicts
    All libraries are fully relocated into the me.km310.shaded.* namespace.

  • Zero setup for end users
    Players do not need to install anything. Your mod includes everything it needs.

  • Universal compatibility
    Works on every Minecraft version as long as Fabric Loader exists.

  • Lightweight & stable
    No mixins, no Fabric API usage, no version locks — just clean shaded libraries.

  • Perfect for Kotlin mods
    Kotlin stdlib + coroutines are exported as API, so your mod can use them without bundling its own copy.


✨ Features

  • ✔ Shaded Caffeine (high-performance caching)
  • ✔ Shaded Gson (JSON serialization)
  • ✔ Shaded FastUtil (fast collections)
  • ✔ Shaded Kotlin Coroutines
  • ✔ Kotlin Stdlib exported as API
  • ✔ Fully relocated to avoid conflicts
  • ✔ Fabric Loader compatible
  • ✔ Mod Menu integration (shows as a library mod)
  • ✔ MIT licensed

🧩 What makes Phoron-stdlib special?

  • Truly universal
    It does not depend on any Minecraft version or Fabric API module.

  • Safe to include in any mod
    No risk of classpath collisions thanks to relocation.

  • Optimized for production
    Uses Shadow to produce a clean, single JAR with zero runtime overhead.

  • Minimal footprint
    Only one no-op entrypoint — no mixins, no injections, no patches.

Requirements

  • Java 8+
  • Fabricloader
  • Mod Menu Fabric