Developer documentation for CorimLib, a cross-loader GUI/HUD/feature framework for Fabric, NeoForge, and Forge Minecraft mods. Built with MkDocs Material and deployed to GitHub Pages via GitHub Actions.
This repository contains only documentation — no CorimLib source code. The main CorimLib repository is private; this site documents its public API (verified directly against the real source) without reproducing it.
pip install -r requirements.txt
mkdocs serveThen open http://127.0.0.1:8000.
Pushing to main triggers .github/workflows/deploy.yml, which builds the site with MkDocs and deploys it to GitHub Pages automatically.
CorimLib is proprietary software under a custom license — see LICENSE.md or the rendered License page.