Back to mods
Smooth Entity Light project artwork

CurseForge · Minecraft mod

Smooth Entity Light

Throw a torch on the ground and see it give off smooth light.

Choose a version Pick your version below, then grab the matching file.

This page is having a moment, so a few details may be a little behind.

Quick answer

Which Smooth Entity Light release should I use?

Updated 5 years ago
Latest stable file SmoothEntityLight-4.0.4-MC1.14.4
Game version 1.14.4
Loader Forge

Smooth Entity Light SmoothEntityLight-4.0.4-MC1.14.4 targets 1.14.4 with Forge. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. No extra mods listed for this file.

Where it goes

Is Smooth Entity Light required on the client, server, or both?

The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Smooth Entity Light SmoothEntityLight-4.0.4-MC1.14.4 need?

SmoothEntityLight-4.0.4-MC1.14.4. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Smooth Entity Light without breaking your instance.

Built for Smooth Entity Light SmoothEntityLight-4.0.4-MC1.14.4. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use SmoothEntityLight-4.0.4-MC1.14.4. It targets 1.14.4 with Forge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside SmoothEntityLight-4.0.4-MC1.14.4. It opens that exact file at the source.

About this project

What does Smooth Entity Light add?

Notes: This mod's config file is called "sel.cfg" or "sel-client.toml"

Ensure Java can allocate at least 2GB or RAM before running Smooth Entity Light

Re-designed approach for version 4!!

Atomic Strykers's Dynamic Lights has been the de-facto standard entity light system since the dawn of modded Minecraft. However, during testing of my new mod pack, Edge of Death, I noticed the light from the player's hand held torch gives off a sort of "popping" effect as the player moves (see gif below). I tested this against Optifine's system and noticed their implementation does not have the same issue. However, we cannot access Optifine via CurseForge but I also noticed a problem with their implementation where their dynamic light can pass straight through solid blocks! This mod addresses all these issues in a very efficient way. In addition, the entities are ticked using Java's Parallel Streams so if you have multiple cores in your CPU (and who doesn't these days?) this mod will run faster!

Also, on my journey through the source code I noticed that a technique called "Quad Flipping" has never been implemented by Minecraft. I took the opportunity to fix that (see the images below for an explanation).

Compatibility

Fully compatible with Phosphor (Forge)

Not compatible with Optifine. It does not crash, but you will get unexpected behaviour if you try it.

Similar Mods (you only need Smooth Entity Lights if neither of these fit your purpose)

Summary of goodness:

  • Smooth lighting (no popping from moving entity lights)
  • Brightness depends on straight line distance from source (not number of block-hops)
  • Light gives off a circular brightness (instead of the Minecraft "diamond" pattern)
  • Light obeys Minecraft Block Opaque values (light cannot travel through solid blocks)
  • Brightness is only re-calculated when an entity moves or changes (fast)
  • Entity Light is held as a third light-map (over SkyLight and BlockLight) and cached in memory against the Chunk for quick rendering
  • Entity's are ticked once every frame (for smooth lighting) but the ticks execute in a dedicated Thread.
  • New In-Game config (no need to ever edit a text file)

v4 Design

The chunk meshes are uploaded to the memory on-board your GPU every time a chunk is re-built. This is why vanilla lighting updates occur so infrequently (once per chunk update). This is normally good because both building a chunk and vanilla lighting updates are expensive and slow. What this mod does is hold a cache of light values in normal RAM and update those in real time and then (roughly) every frame simply update those values into the correct places in the chunk meshes directly in the GPU RAM. This allows light values in the scene to be updated frequently without re-building the entire scene or chunk. The mesh didn't move, only the light!

Torchlight / Flashlight / Floodlight

The item is configurable and defaults to Eye of Ender, but it casts a cone of light in the direction you are looking.

Quad Flipping

This is how Minecraft has always looked (all quads rendered in the same orientation causes dodgy shadows):

Flipping the Quads, depending on brightness at the corners, causes the shadows to be rendered slightly more correctly:

Shadows from Blocks

One reason why you might prefer Smooth Entity Lights instead of Optifine:

Smooth Entity Light vs. Optifine Dynamic Light

A torch in a box with Optifine's Dynamic Lights (leave a comment when you can see the problem):

A torch in a box with Optifine Dynamic Lights (comment when you see the problem!)

Below: Left is Smooth Entity Light. Right is Dynamic Lights. This shows the removal of the "popping" effect that was the original motivation for this mod.

Smooth Entity Lights | Dynamic Lights

The "shape" of light given off by Dynamic Lights and Smooth Entity Light is different. The following image demonstrates that difference. Consider which shape you want when deciding which Mod to include in your pack.

In-game configuration

While in creative, use the following commands to update the config file.

  • /sel hand 0 - to set the currently held item to emit no light
  • /sel hand 15 - to set the currently held item to emit full light (changing the number to any whole number between 1 and 15 will change the amount of light this item emits)
  • /sel water - toggles whether the currently held item is "waterproof". i.e. is not extinguished by water
  • /sel flood - toggles whether the currently held item behaves like a flood-light / flashlight

License

Modpack authors are free to use the Smooth Entity Light mod's binary distribution as downloaded from CurseForge/Twitch with no additional permission required.

Project description from CurseForge.

Pick your setup

Smooth Entity Light by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

5 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Smooth Entity Light versions and loaders

15 of 15 releases match

Looking for an older file? The official CurseForge project page is in Resources.