diff options
| author | Sokomine <wegwerf@anarres.dyndns.org> | 2014-02-16 21:01:13 +0100 | 
|---|---|---|
| committer | Sokomine <wegwerf@anarres.dyndns.org> | 2014-02-16 21:01:13 +0100 | 
| commit | 909f17892d5a93607bbd69a842a9801a792a3ed6 (patch) | |
| tree | cc6255771014fb0778ea3787e9de1aa4ac629064 | |
| parent | 880714ec48b19b282fd595da5bf5cc443d9f6fba (diff) | |
removed LIGHT_MAX and set to fixed value
| -rw-r--r-- | init.lua | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -26,6 +26,7 @@  --]]      -- Changelog: +-- 16.02.14 Removed MAX_LIGHT var and set to fixed value.  -- 16.02.14 Only descriptions and ownership of known objects are changed.  --          When digging the panel, the descriptions are reset.  -- 14.02.14 Improved formspecs, messages and descriptions of rented and vacant items. @@ -494,7 +495,7 @@ minetest.register_node("apartment:apartment", {  	tiles = {"default_chest_top.png^door_steel.png"},  	paramtype  = "light",          paramtype2 = "facedir", -	light_source = LIGHT_MAX-1, +	light_source = 14,  	groups = {cracky=2},  	node_box = {  		type = "fixed", | 
