Download Luminance — Minecraft Mods — MetaMods
Luminance

Luminance

Active

Downloads

6

Last update

2 months ago

Versions

1.20.5-rc2 — 1.21.4
Client
Fabric
Quilt
Decor
Weapons and armor
Food
Libraries
World generators

Luminance

Luminance

About the Modification

Luminance is a library mod whose primary purpose is to assist other modifications in working with shaders.

Regular players should install this mod only if required by another modification.

Main Features

Dynamic Shader Uniforms

This feature allows post-processing shaders to receive additional information about what's happening in the game. Luminance already includes a set of standard uniforms, but you can also add your own!

Support for Shaders from Previous Minecraft Versions

Requires installation of Perspective or Souper-secret-settings.

Luminance handles all the complexity of shader rendering, freeing you from the need to do it yourself.

Iris Shaders Status Detection

Using Luminance, you can check whether Iris Shaders are currently activated. This is particularly convenient for developers as it doesn't require adding Iris to the development environment.

Customizable Icons in ModMenu

Luminance allows you to change your mod's icon in the modifications menu. You can configure automatic icon changes based on the time of year, through configuration settings, or any other criteria - the possibilities are virtually limitless!

System Requirements

Dependencies

Technical Requirements

  • Java 21 or later version
  • Build performed using Microsoft build of OpenJDK 21.0.2

Integrating Luminance into Your Mod

  1. Add the following lines to the repositories section of your build.gradle:
exclusiveContent {
    forRepository {
        maven {
            name = "Modrinth"
            url = "https://api.modrinth.com/maven"
        }
    }
    filter {
        includeGroup "maven.modrinth"
    }
}
  1. Add to the dependencies section of build.gradle:
include(modImplementation "maven.modrinth:luminance:${project.luminance}")
  1. Add the following line to the gradle.properties file:
luminance = 1.0.0-release.1+1.21.4-fabric
#luminance = 1.0.0-release.1+1.21.4-quilt

Note: replace 1.0.0-rc.1+1.21.4-fabric with the current version of Luminance, which can be found on the versions page.

  1. Reload Gradle - now you're ready to use Luminance!

Related Projects

Licensing

Distributed under LGPL-3.0-or-later license.

This mod is not affiliated with Mojang Studios or Microsoft and does not have their official support. Some game resources are property of Mojang Studios and fall under the terms of Minecraft EULA.