Community listing page, reviews here may not be monitored by the author.
Illumination API
No reviews yet
API mod for making spot/rect lights
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Illumination API
Developer Library · NeoForge 1.21.1
Illumination API is a shader-based lighting library for Minecraft mods that need more than vanilla block light.
It was originally created from the lighting system developed for Create: Illumination, where projectors needed directional light, visible beams and real-time shadows. Instead of keeping that renderer tied to a single mod, Illumination API turns it into a reusable system that other mods can build on.
The goal is simple: a mod should be able to describe what kind of light it needs, while Illumination API handles the rendering behind it.
A projector can create a narrow spotlight. A fluorescent ceiling panel can create a rectangular area light. A moving machine can update its light position and direction at runtime.
The dependent mod does not need to implement its own shadow maps, volumetric renderer or multiplayer synchronization.
Lighting beyond vanilla
Minecraft's normal lighting system works well for illuminating blocks, but it is not designed for directional or volumetric light sources.
Illumination API adds a separate shader-driven lighting layer capable of rendering light with an actual position, direction, shape and range.
Supported light types currently include spot lights and rectangular area lights.
Lights may also cast dynamic shadows from world geometry and entities, allowing objects to physically block the light instead of the effect simply passing through them.
Volumetric rendering can make the light itself visible in the air, which makes the system suitable for projectors, fluorescent lighting, searchlights, industrial environments, horror maps and similar effects.
Designed as an API
Lights can be created, updated and removed while the game is running.
Their position, rotation, intensity, color, range, dimensions and other rendering properties can be changed dynamically, allowing the same system to support both static lamps and moving light sources.
Multiplayer synchronization is built into the library so that server-controlled lights can be represented consistently for connected players while the actual GPU rendering remains client-side.
Persistent lights are also supported when a light needs to survive world reloads or server restarts.
Performance
Illumination API is designed around the fact that a world may contain significantly more than one light source.
Expensive rendering work such as shadow rendering is therefore separated from cheaper light rendering, allowing the system to prioritize nearby or important lights instead of treating every light in the world as equally expensive.
This is especially important for environments containing many repeated sources, such as fluorescent ceiling panels.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources