Don't let light shine through ender chest

This commit is contained in:
Wuzzy 2017-02-06 21:39:22 +01:00
parent 21da583c51
commit 1dd6f3cfbe
1 changed files with 0 additions and 1 deletions

View File

@ -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",