HomeJavaModsLux
Lux
ModsJava

Lux

by Chemthunder · on Modrinth

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for Fabric only.

⬇ Download for 1.21.1–1.21.11⬇ Download for 1.20.1–1.20.6
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Lux

Lux is a simple, easy to use screen flash system for Minecraft which can be used extremely efficiently.

To add the mod to your development environment, import this into your repositories tab:

maven {
        url = "https://api.modrinth.com/maven"
    }

This allows Modrinth URLs to be imported,

then, add this to your dependencies tab:

modImplementation "maven.modrinth:lux_chemthunder:${project.lux_version}"

And this will import Lux!

How to Use Screen Flashes!

To use a screen flash, simply type the LuxFlashRenderer into your given method (method should contain a PlayerEntity, which is the viewer.)

Then, add .sendFlash, and input the parameters, which are as follows:

PlayerEntity viewer: who can see the flash.

int color: the color of the flash.

Optional

Easing easing: The easing of the flash.

int holdTicks: The amount of ticks the initial frame of the flash is held.

Example

public class TestItem extends Item {
    public TestItem(Settings settings) {
        super(settings);
    }

    public TypedActionResult<ItemStack> use(World world, PlayerEntity user, Hand hand) {
        LuxFlashRenderer.sendFlash(user, 0xffffff, Easing.easeOutQuad, 20);
        return super.use(world, user, hand);
    }
}

Overflows

LuxFlashRenderer.sendFlash(user, 0xffffff);
LuxFlashRenderer.sendFlash(user, 0xffffff, Easing.linear);
LuxFlashRenderer.sendFlash(user, 0xffffff, Easing.linear, 20);
LuxFlashRenderer.sendFlash(user, 0xffffff, 20);

FAQ

Will I update this mod to future versions?

Will this mod be backported to x?

Will this mod be ported to Mod Loader?

Can I port this mod?

Why is the repository private?

Quick facts

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

These come from our own check of the pack file, not from the source page.

Explore more