Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parzivail-modding-team/lightlevel
Fabric mod for Minecraft that shows a light level indicator on nearby blocks.
https://github.com/parzivail-modding-team/lightlevel
minecraft minecraft-fabric
Last synced: 2 months ago
JSON representation
Fabric mod for Minecraft that shows a light level indicator on nearby blocks.
- Host: GitHub
- URL: https://github.com/parzivail-modding-team/lightlevel
- Owner: Parzivail-Modding-Team
- License: mit
- Created: 2020-01-25T06:17:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T01:11:34.000Z (about 1 year ago)
- Last Synced: 2024-10-14T06:22:23.475Z (2 months ago)
- Topics: minecraft, minecraft-fabric
- Language: Java
- Homepage:
- Size: 4.36 MB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LightLevel
LightLevel adds a toggleable (default: `F9`) overlay that displays information about the the light level reaching blocks with a solid top in a 16-block radius. LightLevel has two modes.
## Normal mode
Normal mode displays the the block light level reaching the block. The color represents the possibility of hostile mobs spawning there:
* White: A mob cannot spawn.
* Yellow: A mob can spawn during the night.
* Red: A mob can always spawn.LightLevel makes no attempt to determine if any condition other than light level is met for the block to be suitable for spawning mobs.
![An image showing a preview of Normal mode.](https://github.com/Parzivail-Modding-Team/LightLevel/raw/master/media/default.png)
## Extended mode
Extended mode shares the same color scheme as Normal mode, however, the information it displays is different. Each block displays two numbers, the block light (denoted by the square symbol), and the sky light (denoted by the sun symbol).
Extended mode is active when the debug overlay (`F3`) is shown.
![An image showing a preview of Extended mode.](https://github.com/Parzivail-Modding-Team/LightLevel/raw/master/media/extended.png)
# Modpack usage
Use this mod or the code however you want (within the license).