server-nalc/mods/sea/sealamps
crabman77 11d89ab4ad fix light_source warning, register_node function rewrite light_source to LIGHT_MAX(14) when is greater than LIGHT_MAX
fix use of old var LIGHT_MAX to default.LIGHT_MAX
2017-03-17 02:29:53 +01:00
..
textures Optimize **all** PNG files 2015-07-06 18:59:12 +02:00
depends.txt Merge server to github 2014-12-11 18:53:00 +01:00
init.lua fix light_source warning, register_node function rewrite light_source to LIGHT_MAX(14) when is greater than LIGHT_MAX 2017-03-17 02:29:53 +01:00
readme.txt Merge server to github 2014-12-11 18:53:00 +01:00

readme.txt

Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>

Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/


Sealamps: almost completely based on the torch code from minetest/games/minetest_game/mods/default/nodes.lua


Sounds:
sounds = default.node_sound_defaults()


.png's:
Sealamps torch .png's are (based (only the colors are slightly adjusted) on) VanessaE's animated torches (WTFPL):
- default_torch_animated.png
- default_torch_on_ceiling_animated.png
- default_torch_on_floor_animated.png
- default_torch_on_floor.png

Code:
minetest/games/minetest_game/mods/default/nodes.lua --> torch

Copyright (C) 2011-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.