From 909f17892d5a93607bbd69a842a9801a792a3ed6 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Sun, 16 Feb 2014 21:01:13 +0100 Subject: removed LIGHT_MAX and set to fixed value --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 17ad37f..875eac6 100644 --- a/init.lua +++ b/init.lua @@ -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", -- cgit v1.2.3