A dynamic lights mod for Minecraft.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LambdAurora ab6d0ca46b
Fix maven publishing, update wrapper, update github actions config.
3 years ago
.github Fix maven publishing, update wrapper, update github actions config. 3 years ago
gradle/wrapper Fix maven publishing, update wrapper, update github actions config. 3 years ago
images Update buildscript, mod manifest, and readme. 3 years ago
src/main Update buildscript, mod manifest, and readme. 3 years ago
.gitignore Update gitignore and little change. 4 years ago
API.md Fix memory leak (#30), add entrypoint for API, add dynamic lighting mixin to minecarts. 4 years ago
CHANGELOG.md Update CHANGELOG.md. 3 years ago
HEADER Fix memory leak (#30), add entrypoint for API, add dynamic lighting mixin to minecarts. 4 years ago
HOW_DOES_IT_WORK.md LambDynamicLights v1.3.1: Fix issues with Sodium. 4 years ago
LICENSE Initial commit. 4 years ago
README.md Update buildscript, mod manifest, and readme. 3 years ago
build.gradle Fix maven publishing, update wrapper, update github actions config. 3 years ago
gradle.properties Add individual dynamic light toggles, cache config values. 3 years ago
gradlew Update gradle wrapper, re-indent everything. 3 years ago
gradlew.bat Update to 21w19a, Java 16. 3 years ago
icon.kra Add icon, Gradle and ressources, update READMEs. 4 years ago
icon.png LambDynamicLights v1.3.0: Update to Minecraft 1.16.2 and fixed stuff. 4 years ago
icon_400.png LambDynamicLights v1.3.0: Update to Minecraft 1.16.2 and fixed stuff. 4 years ago
settings.gradle LambDynamicLights 2.0.2. Fix #63, fix #70, fix #71, fix #72, fix #75, fix #76. 3 years ago

README.md

LambDynamicLights

Java 16 GitHub license Environment: Client Mod loader: Fabric Version CurseForge

A dynamic lights mod for Fabric.

📖 What's this mod?

It's dark outside, extremely dark... You can't see a lot in the darkness, you wish you had a torch, or a lantern to hold and see in the light...

And this is now possible with this mod as it adds dynamic lights to the game. You can see in the darkness thanks to your torch now!

This mod adds dynamic lights to Minecraft. Dynamic lights are lights created by an entity holding an item which makes light as a block, or created by an entity on fire, etc.

Trailer

Searching other mods to replace OptiFine? Check out this list!

Features:

  • Dynamic lights.
  • Settings to select how smooth the dynamic lighting is.
  • Works with some modded items.
  • Any entity holding an item which emits light will emit light!
  • Magma cubes emit light.
  • Spectral arrows emit light.
  • Burning entities emit light.
  • Blazes emit light.
  • Some items like torches, soul torches, etc. will not light up in water.
  • Quick and simple API for developers.
  • And more!

Screenshots

Items emit light

Dropped items which already emit light as a block, will also dynamically emit light!

Torch

Held items emit light

Light is emitted when entities hold light emitting items.

Fox holding lantern

Fire! Fire! Fire!

Any entity on fire will emit light!

Skeleton on fire!

Spectral arrows

Spectral arrows will emit a very weak light!

Spectral arrows

Different luminance!

Light emitted from items depend on the light emitted from their respective blocks!

light levels

Configuration GUI

As of v2.1.0.

Configuration GUI Entities Configuration

📖 Usage

Using this mod is very simple!

Install it in your mods folder along with Fabric API and ModMenu, (and Sodium if wanted for better performances).

You will notice nothing at first but if you go into the video options or into the settings screen of the mod via ModMenu, you will notice an option called Dynamic Lights which is by default off, choose the wanted configuration and enjoy! You can also configure the mod by editing the file in config/lambdynlights.toml.

Need help? Come check out my Discord server.

Build

Just do ./gradlew shadowRemapJar and everything should build just fine!

📖 How does it work internally?

Check this documentation.

📖 Is there an API? How to use it as a developer?

Check this documentation.

📖 Compatibility

  • Sodium is recommended for better performances.
  • Canvas is compatible but still WIP: expect huge lag spike with it until a proper lighting API is done in Canvas.
  • OptiFabric is obviously incompatible.

Please, when you write the name of this mod, don't add spaces.