Go to file
David G 3ba57a346a Remove dependency on default mod. 2019-09-24 10:11:55 -07:00
textures Initial commit. 2019-09-19 11:21:23 -07:00
LICENSE.txt Initial commit. 2019-09-19 11:21:23 -07:00
README.md Initial commit. 2019-09-19 11:21:23 -07:00
init.lua Remove dependency on default mod. 2019-09-24 10:11:55 -07:00
mod.conf Remove dependency on default mod. 2019-09-24 10:11:55 -07:00
screenshot.jpeg Initial commit. 2019-09-19 11:21:23 -07:00

README.md

Fill Lights [fill_light]

David_G (kestral246@gmail.com)

Fill light Screenshot

Provides full and half brightness invisible fill light nodes to help work around the limited range of Minetest's lamps.

However, to avoid issues with using airlike nodes in inventory, I provide matching visible fill light nodes to allow placing and editing, and two chat commands to swap the nearby fill lights between visible and invisible versions.

To use:

  • Requires "fill_lights" priviledge, and checks permissions before swapping nodes.
  • Place either fill_light:full (brightness = 14) or fill_light:half (brightness = 9) anywhere extra light is needed.
  • Use chat commands /hidefill or /showfill, and then walk around, if necessary, to swap out fill lights. Search range for swap is currently 30 nodes and search time is 60s.

Textures based on minetest game default_meselamp texture.