A mod for Minetest :: Adds a wand that magically spawns a light node where ever the player pointed it.
vibes81 29b4c8c6c7 version 1.0.0 release | před 1 rokem | |
---|---|---|
.vscode | před 3 roky | |
core | před 1 rokem | |
docs | před 1 rokem | |
sounds | před 3 roky | |
textures | před 3 roky | |
.gitignore | před 1 rokem | |
LICENSE | před 3 roky | |
README.md | před 3 roky | |
config.lua | před 3 roky | |
init.lua | před 1 rokem | |
mod.conf | před 3 roky | |
nodes.lua | před 1 rokem | |
screenshot.png | před 3 roky | |
screenshot1.png | před 3 roky | |
screenshot2.png | před 3 roky | |
screenshot3.png | před 3 roky | |
screenshot4.png | před 3 roky | |
screenshot5.png | před 3 roky | |
screenshot6.png | před 3 roky | |
settingtypes.txt | před 3 roky | |
tools.lua | před 3 roky |
A mod for Minetest
Adds a Wand that can spawn a light node both in water or air. But it is greedy, it requires been fed burnable items in order to place lights. The Wand provides a GUI interface by right clicking while holding a Wand. From here you can see details about the wand and a slot to feed it burnable items. As the wand is fed more items and builds up power it will level up, increasing the level grants it more range and decreases its usage cost. Levels can be fully configured to suit your needs within the provided config.lua file, a backup of this file can be found at core/config.dist.lua
To place a light on top of a liquid node hold shift while pointing at some liquid. A light will be removed if the node you are placing it already contains a light node. the wand sound and particles can be disabled within the games settings page under mods
feedback, suggestions and comments are all welcome.
https://forum.minetest.net/viewtopic.php?f=9&t=26113
sounds/vm_lighting_wand.ogg = (CC BY-NC 4.0) (see sounds/LICENSE.txt)
everything else is MIT (see LICENSE)