From 97aa3df3a0df386b20cf3a193ef6ca221df274f7 Mon Sep 17 00:00:00 2001 From: LoneWolfHT Date: Tue, 22 Dec 2020 08:21:30 -0800 Subject: [PATCH] Make treasure chests glow --- mods/other/tsm_chests/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/other/tsm_chests/init.lua b/mods/other/tsm_chests/init.lua index 8a35b1e..1240356 100755 --- a/mods/other/tsm_chests/init.lua +++ b/mods/other/tsm_chests/init.lua @@ -40,6 +40,7 @@ minetest.register_node("tsm_chests:chest", { "default_chest_side.png", "default_chest_side.png", "default_chest_front.png"}, paramtype2 = "facedir", groups = {immortal = 1}, + light_source = 3, legacy_facedir_simple = true, is_ground_content = false, sounds = default.node_sound_wood_defaults(),