Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Lighty

Lighty

The Light Overlay Mod with a twist!

1.01M
912
Utility
AboutGalleryChangelogVersions

v2.1.3 1.20.1

by andi-makes on Jul 8, 2024
Download

v2.1.3 1.20.1

by andi-makes on Jul 8, 2024
Download

Hello everybody!

I am happy to announce that there is a new Lighty release for Minecraft 1.20.1.

This update for this now one year old Minecraft version contains:

Fabric

  • A backport for the fix for #64.

Forge

A little bit of backstory: I've been playing the modpack CaveStone by the great MelanX, who included Lighty as the light overlay of choice. While playing, I noticed some bugs, which are now (hopefully) fixed.

  • When multiple blocks are broken using a hammer in complete darkness, the overlay would not update correctly. This was fixed using a better mixin location.
  • Lighty now correctly reports as an client side mod, so that a server which doesn't have Lighty doesn't mark the client as potentially incompatible.

Further information

Now that the summer break has begun, I will have some more time for developing Lighty again! Thank you all for your patience and for continuing to use Lighty. Thanks a lot!

v3.0.0-beta.3 1.21.0/1

by andi-makes on Jun 13, 2024
Download

v3.0.0-beta.3 1.21.0/1

by andi-makes on Jun 13, 2024
Download

Hello everybody!

This Lighty release provides the latest Lighty version for Minecraft 1.21!

Have fun exploring the new content!

v3.0.0-beta.3 1.20.6

by andi-makes on Jun 10, 2024
Download

v3.0.0-beta.3 1.20.6

by andi-makes on Jun 10, 2024
Download

Hello everybody!

This Lighty release is for Minecraft 1.20.6 and contains:

  • Improved compatibility for WilderWild (see #63)
  • More robust code regarding certain modded blocks (see #64)

If you encounter any problems with this mod, please open a GitHub Issue or tell me on my Discord!

That's all for now, I hope you have fun with Lighty on 1.20.6!

v3.0.0-beta.2 1.20.6

by andi-makes on Jun 1, 2024
Download

v3.0.0-beta.2 1.20.6

by andi-makes on Jun 1, 2024
Download

Hello everybody!

This Lighty Release is for Minecraft 1.20.6 and contains:

  • Fabric: Modmenu integration, thanks to @poqli!
  • Neoforge: Updated for 1.20.6! Many thanks to @agnor99 for helping me with the updating!

If you encounter any problems with this mod, please open a GitHub Issue or tell me on my Discord!

That's all for now, I hope you have fun with Lighty on 1.20.6!

v2.3.0 1.20.3/4

by andi-makes on May 11, 2024
Download

v2.3.0 1.20.3/4

by andi-makes on May 11, 2024
Download

Hi again!

This Lighty Release for 1.20.3/4 fixes a bug in Cross Mode and adds Modmenu integration if you run on Fabric thanks to @poqli! Huge thanks again for contributing!

Have fun!

v3.0.0-beta.1 1.20.5/6

by andi-makes on Apr 27, 2024
Download

Hello everybody!

I am quite happy to release Lighty for 1.20.5, which has undergone quite a few changes under the hood as well as some new, albeit not all quite finished features!

Please Note: Because some features are half-finished, this release is marked as a beta release. If you want to provide feedback, please consider opening up a GitHub Issue or tell me on my Discord!

Changes:

Here is a list of all the changes in this Lighty Release:

  • Ported Lighty to 1.20.5
  • A new config system with a new config file format. If you update your Minecraft Instance to 1.20.5, your old Lighty config should be automagically updated to the new config format!
  • The configuration screen got updated to fit into the new way Minecraft's UI looks.
  • Additionally, I am currently reworking the configuration screen to add more in-game ways to change all the different config options. This is a work in progress, expect the config screens to change a little bit more in future versions of Lighty.
  • Lighty for fabric always used just a very few selected features of the fabric API, which mostly didn't change from version to version. Lighty now vendors (includes) those parts of the fabric API. In practice that means that you, the user, don't need to download the fabric API if you only want to play with Lighty. Additionally, snapshot support may be quicker as a result.
  • The new Farmland Mode by @Alveel was ported to this Lighty version by myself. Thanks again to @Alveel for making this great mode!
  • Made the used texture for Carpet Mode and Cross Mode accessible in the config file. No way to change it using the config screen for now.
  • Added initial rough-around-the-edges Auto-On support. Auto-On is, for now, disabled by default, but is intended to become on by default when the feature is more polished. When enabled, the last used overlay is activated automatically by holding a special item. The item is the minecraft:torch by default, but that can be changed in the config file. No way to change it using the config screen for now.

Config changes in more detail

The config file now resides in it's own subfolder named lighty inside the usual config folder and is called base.config. This change was made to be able to provide some other features in the future.

The new default config looks like this:

lighty.auto_on=false
lighty.farm_growth_threshold=8
lighty.auto_on.item=minecraft:torch
lighty.last_used_mode=lighty:carpet_mode
lighty.block_threshold=0
lighty.overlay_green=0x00ff00
lighty.overlay_distance=2
lighty.mode.cross.texture=lighty:textures/block/cross.png
lighty.show_safe=true
lighty.farm_uproot_threshold=8
lighty.mode.carpet.texture=lighty:textures/block/transparent.png
lighty.overlay_orange=0xff6600
lighty.overlay_red=0xff0000
lighty.sky_threshold=0
lighty.overlay_brightness=10

The config options you can't change in-game are:

  • lighty.overlay_green: Color of the green parts of the overlay, RGB value in form of 0xRRGGBB
  • lighty.overlay_orange: Color of the orange parts of the overlay, RGB value in form of 0xRRGGBB
  • lighty.overlay_red: Color of the red parts of the overlay, RGB value in form of 0xRRGGBB
  • lighty.auto_on.item: ResourceLocation/Identifier for the item that activates the overlay if auto-on is enabled. Can take any item from the game or even mods. Specify in the form of modid:item_name.
  • lighty.mode.cross.texture: ResourceLocation/Identifier for the texture used by Cross Mode. Can take any block texture from the game or even mods. Specify in the form of modid:textures/block/name.png. Works best with transparent/cutout textures.
  • lighty.mode.carpet.texture: ResourceLocation/Identifier for the texture used by Carpet Mode. Can take any block texture from the game or even mods. Specify in the form of modid:textures/block/name.png. Works best with transparent/cutout textures.

Please take care when changing those values directly. Always verify correctness of the values.

Closing Words:

As you can see, there are a few changes in this release. If there are any new (or old) bugs, please consider opening up a GitHub Issue or tell me on my Discord, any and all help is highly appreciated.

Neoforge support will be available when Neoforge itself has stabilized.

I hope you have fun exploring all the new great features that 1.20.5 brings to the game! And lastly: Thank you all very much for using Lighty. It means a lot to me. :heart:

Note: Action didn't work again, the files were manually uploaded.

v2.2.0 1.20.3/4

by andi-makes on Apr 5, 2024
Download

v2.2.0 1.20.3/4

by andi-makes on Apr 5, 2024
Download

Hello again!

Thanks to @Alveel, Lighty has a Farmland Mode now!

It works by showing a green overlay on farmland where crops can grow, orange when it cannot grow, and red where the crops would unplant themselves.

Huge thanks to @Alveel for working on this amazing mode, highly appreciated! Make sure to check it out!

Have fun!

v3.0.0-alpha.1 24w06a

by andi-makes on Feb 14, 2024
Download

Hello again!

This release fixes rotation problems on the newest snapshots, but that's not all!

I am currently working on a configuration system overhaul, and here you can check out the current state of the overhaul. I still need to do quite a few things, but here are the changes so far:

  • New config file format, allowing for cleaner code
    • Your old config files should get converted to the new format. If there are any problems, please open an issue on GitHub. Thanks!
  • New Lighty Menu GUI

For now, there aren't any new features yet, but the ground work for some long-standing feature wishes is done.

That's all for now, have fun!

Note: the release CI workflow failed, will upload jar manually.

v2.1.2 1.20.3/4

by andi-makes on Dec 10, 2023
Download

Hello everybody!

This release brings Lighty to Minecraft 1.20.3 and 1.20.4. It is advised to use 1.20.4, as it contains a critical bug fix from Mojang regarding decorated pots.

This release contains jars for Fabric and, new to the party, Neoforge! Forge support is dropped.

Other than that, there are no new features in Lighty.

Have fun!

v2.1.2 1.20.3/4

by andi-makes on Dec 10, 2023
Download

Hello everybody!

This release brings Lighty to Minecraft 1.20.3 and 1.20.4. It is advised to use 1.20.4, as it contains a critical bug fix from Mojang regarding decorated pots.

This release contains jars for Fabric and, new to the party, Neoforge! Forge support is dropped.

Other than that, there are no new features in Lighty.

Have fun!

v2.1.2 1.20.3

by andi-makes on Oct 29, 2023
Download

This release brings Lighty to Snapshots 23w43a/b.

It also includes updated pt_br Translations by @Aferallan! Thank you very much!

Have fun!

v2.1.2 1.20.2

by andi-makes on Sep 21, 2023
Download

Hi!

This release ports Lighty to 1.20.2, and that's basically it!

(there are some bug-fixes and a half-baked feature in it, but shhhhhhh)

I'll publish a forge version separately when forge updates.

If you find an issue and want to help me out, just open a GitHub Issue or tell me on Discord!

v2.1.2 1.20.1

by andi-makes on Sep 18, 2023
Download

v2.1.2 1.20.1

by andi-makes on Sep 18, 2023
Download

Hello again, now I've fixed the fog-overlay-color issue for real. You can now play on 2 Chunks render distance and the overlay doesn't loose color.

You know about the usual stuff: If you want to help out, tell me about issues on GitHub or on Discord, if you do, you rock and are awesome!

I really hope this is the last time I need to change fog settings

1
2
3
6

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@656c5b6

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.