
Client Dynamic Light v3.1 is entirely client sided and add the abilityto configure which held items, worn armor, dropped items, and entities emit light... The goal is to achieve a smooth Dynamic Lighting without affecting performance, while being entirely client sided.
By default, the mod will create 2 config files inside config/clientdynamiclight directory: config_items.json and config_entities.json. It will create the basic configuration of items that should shine in hands/dropped/weared(armor), and what entities should shine if they're burning. See the showcase video below!
What makes it different ?
This mod is meant to be as lightweight and as performent as possible. It is completely multi threaded and fully client-sided. All items, entities and armor light levels are configurable. Feel free to contribute or make issues on github!
There's also some kind of unique smooth transitions when switching wielded item / when an entity die or stop burning (fade-out / fade-in). It will be configurable in the future.
It is now available forge 1.20.1! It will be ported to more versions in the future!

The ingame Configuration interface that you can open with by default the key "L". You can hover the items to get more informations (tooltips). You can also access it on main menu "config/mod/...".

Configurable keybinds to open config/toggle the mod:

The GUI config may evolve in future versions to allow an easy confiuration for users! See "Advanced" section below to know how to configure the json config!

Very quick demo of the mod: (1.20.1, showcasing 2 features out of many more!)

The mod has translation for English, French and Chinese for the GUI. Thanks to @MayIHaveK for the Chinese translation.
Feel free to suggest/make more translations! You can also do a merge request or an issue on github.

The default configuration in the json looks like that:
config_entities.json and config_items.json


You can freely customize the entities and the items/nodes in hand that should shine, in the json configs.
There are some special parameters:
-> Don't hesitate to join our discord server or make an issue on github if you didn't understand how to configure the mod!
Feel free to include this mod in any modpack published on curseforge! The source code if publicly available under the MPL-2.0 license at github: https://github.com/AwesomeHippo/ClientDynamicLight