From 6aec1811eb494988ec47ef06fa5afabfebca2004 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Sun, 7 Dec 2014 15:17:09 +0100 Subject: [PATCH] Remove weird constants in default --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index a2e5ada..fda4ec3 100644 --- a/init.lua +++ b/init.lua @@ -255,7 +255,7 @@ minetest.register_node("tnt:tnt_burning", { minetest.register_node("tnt:boom", { drawtype = "plantlike", tiles = {"tnt_boom.png"}, - light_source = LIGHT_MAX, + light_source = default.LIGHT_MAX, walkable = false, drop = "", groups = {dig_immediate=3},