From 1dd6f3cfbe264f5f7d949dc42a81d9701dd7c31d Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 6 Feb 2017 21:39:22 +0100 Subject: [PATCH] Don't let light shine through ender chest --- mods/mcl_chests/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/mcl_chests/init.lua b/mods/mcl_chests/init.lua index aafd460cc..996d9c949 100644 --- a/mods/mcl_chests/init.lua +++ b/mods/mcl_chests/init.lua @@ -266,7 +266,6 @@ minetest.register_node("mcl_chests:ender_chest", { groups = {cracky=1, deco_block=1}, is_ground_content = false, light_source = 7, - paramtype = "light", paramtype2 = "facedir", sounds = mcl_core.node_sound_stone_defaults(), drop = "mcl_core:obsidian 8",