Light Level 2025

Light Level 2025

displays block-light level on top of the solid blocks

by
30.8K Downloads
fabricgame-mechanicsutility
Rent Server with this Mod

Screenshots

A screenshot for Overworld
A screenshot for The Nether
A screenshot for The End

About this Mod

Light Level 2025

Press F9 to see the block light levels.

Inspired by LightLevel By parzivail, with
some improvements implemented.

Screenshot for Over World

Dependencies

You can find the dependencies in the description of each release.

Features

Dimension-Specific Color Coding

The colors used to represent the light levels can be customized in config/light-level-2025.yaml as
hex color codes.

Overworld

  • Hostile mobs cannot spawn

    • color: green
    • conditions:
      • block light >= 1
    • config field: text.color.safe
  • Hostile mobs can spawn at night

    • color: yellow
    • conditions:
      • block light = 0
      • sky light >= 8
    • config field: text.color.warning
  • Hostile mobs can always potentially spawn

    • color: red
    • conditions:
      • block light = 0
      • sky light <= 7
    • config field: text.color.danger

The Nether

  • Mobs cannot spawn

    • color: green
    • conditions:
      • block light >= 12
    • config field: text.color.safe
  • Mobs can always potentially spawn

    • color: red
    • conditions:
      • block light <= 11
    • config field: text.color.danger

The End

  • Mobs cannot spawn

    • color: green
    • conditions:
      • block light >= 1
    • config field: text.color.safe
  • Mobs can always potentially spawn

    • color: red
    • conditions:
      • block light = 0
    • config field: text.color.danger

Adjustable Text Height

If a block that doesn't have a collision box is above the target block and its appearance
obstructs the text, the light
level will be shown above its visual.

Debug Mode

Press F3 to show both the block light and the sky light levels.

Technical Features

Block Exclusion Conditions

The rendering on a target block will be skipped if:

  • The target block is one of the following (config field: block.blacklist):

    • minecraft:air
    • minecraft:barrier
    • minecraft:bedrock
    • minecraft:chain_command_block
    • minecraft:command_block
    • minecraft:end_portal
    • minecraft:nether_portal
    • minecraft:repeating_command_block
  • The target block is not opaque and visually transparent.

    • Examples Excluded:
      • minecraft:glass
      • minecraft:ice
    • Examples Not Excluded:
      • minecraft:glowstone
      • minecraft:packed_ice
  • The target block does not have a full square top surface.

    • Examples Excluded:
      • bottom slabs
      • right-side-up stairs
    • Examples Not Excluded:
      • top slabs
      • up-side-down stairs
  • A block above the target block has a collision shape.

    • Examples Excluded:
      • minecraft:ladder
      • minecraft:snow (layers count >= 2)
    • Examples Not Excluded:
      • minecraft:vine
      • minecraft:snow (layers count = 1)

Caching

This mod caches information about block positions and the text to be rendered, storing it in memory
for faster access.

By setting the cache update frequency in frames, the update rate automatically adjusts based on
FPS — updating more frequently in high-FPS environments and less frequently in low-FPS environments.

You can change the update frequency via cache.update_interval_frames in the config file.

Rendering Culling

This mod does not render the light level for a target block that is invisible to the player.

Configuration

You can customize the mod behavior via config/light-level-2025.yaml.

  • render_distance

    • horizontal: Maximum horizontal distance for rendering
      • Default: 16
    • vertical: Maximum vertical distance for rendering
      • Default: 4
  • block

    • blacklist: Blocks to exclude from rendering
      • Default:
        • minecraft:air
        • minecraft:barrier
        • minecraft:bedrock
        • minecraft:chain_command_block
        • minecraft:command_block
        • minecraft:end_portal
        • minecraft:nether_portal
        • minecraft:repeating_command_block
    • whitelist: Blocks to include in rendering
      • Default:
        • minecraft:mud
        • minecraft:slime_block
        • minecraft:soul_sand
  • text

    • color:
      • safe: Light level where hostile mobs cannot spawn
        • Default: 40FF40
      • warning: Light level where hostile mobs can spawn at night in Overworld
        • Default: FFFF40
      • danger: Light level where hostile mobs can always potentially spawn
        • Default: FF4040
      • neutral: Display color for unknown or unsupported dimensions
        • Default: FFFFFF
    • scale:
      • normal: Text size for normal state
        • Default: 0.03125
      • debug: Text size for debug screen
        • Default: 0.020833334
    • offset_y_base: Height to offset the text from the block
      • Default: 0.1
    • hide_safe: Hides light level values that are considered "safe"
      • Default: false
  • cache

    • update_interval_frames: Frequency in frames to update the block cache
      • Default: 20

Contribution

We welcome contributions from the community!

To contribute, please fork the repository and create a pull request on GitHub.
We appreciate your help in making this project even better!

Please note that when we use a LLM for code proofreading, aspects of the code might change.
This isn't a reflection of any dissatisfaction or shortcomings with your original code.

Available Versions

light-level-2025-25w37a-finalrelease
MC 25w37afabric
September 14, 2025
light-level-2025-25w35a-finalrelease
MC 25w35afabric
August 27, 2025
light-level-2025-25w34b-finalrelease
MC 25w34bfabric
August 22, 2025
light-level-2025-25w33a-finalrelease
MC 25w33afabric
August 13, 2025
light-level-2025-25w32a-finalrelease
MC 25w32afabric
August 11, 2025

How to Install Light Level 2025 on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (25w37a).

3

Install Mod

Open the mod browser in the dashboard and search for "Light Level 2025". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabric

Minecraft Versions

25w37a, 25w35a, 25w34b (+13 more)

Server-side

Unsupported

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Light Level 2025 server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (25w37a). You can switch loaders with one click in the panel.

Is Light Level 2025 compatible with fabric?

Light Level 2025 officially supports fabric for Minecraft 25w37a, 25w35a, 25w34b. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Light Level 2025 – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Light Level 2025 consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Light Level 2025 with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Unsupported

Supported Versions

25w37a25w35a25w34b25w33a25w32a1.21.81.21.71.21.7-rc21.21.7-rc11.21.6+6 more