
ModsJava
Lumaris
A powerful Fabric rendering library offering clean 2D, 3D, and custom font rendering utilities. Designed to give developers a consistent, expressive…
⬇ Download on ModrinthLumaris
A lightweight Fabric rendering library for mod developers who want clean, reusable, and version-friendly UI/HUD rendering tools.
What Lumaris Does
Lumaris provides a canvas-style rendering API so you can draw overlays without writing repetitive low-level rendering code. It is designed as a library mod, not a gameplay/content mod.
Why You Might Want It
- Build custom HUDs and overlays faster.
- Keep rendering code readable and maintainable.
- Reuse one rendering foundation across supported Minecraft versions.
- Avoid scattered version checks by using Lumaris compatibility layers.
Core Features
- Layer-based rendering with
CanvasRenderer.registerLayer(...) - 2D quad drawing commands
- Text rendering with scaling and optional shadow
- MSDF-based text pipeline for better visual quality
- Render event hooks for underlay/overlay workflows
- Multi-version support through Stonecutter
Supported Minecraft Versions
1.21.111.21.8
Requirements
- Java
21 - Fabric Loader
0.18.4+ - Fabric API
- Fabric Language Kotlin
1.13.9+kotlin.2.3.10
Quick Usage Example
CanvasRenderer.registerLayer("example.hud", order = 100) { ctx ->
ctx.quad(12f, 12f, 140f, 30f, 0x99000000.toInt())
ctx.text("Hello Lumaris", 18f, 20f, 0xFFFFFFFF.toInt(), scale = 1f, shadow = true)
}
Important Before Downloading
- Lumaris is a dependency/library mod.
- End users should install it only when another mod requires it.
- Use the Lumaris file that matches your Minecraft version.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.8
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as Lumaris-0.1.0+1.21.8.jar — drop this file into the mods folder
- Download size: 566 KB
- Download link checked 20 Aug 2026 — working
These come from our own check of the pack file, not from the source page.