forked from VoxeLibre/VoxeLibre
Don't let light shine through ender chest
This commit is contained in:
parent
21da583c51
commit
1dd6f3cfbe
|
@ -266,7 +266,6 @@ minetest.register_node("mcl_chests:ender_chest", {
|
||||||
groups = {cracky=1, deco_block=1},
|
groups = {cracky=1, deco_block=1},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
light_source = 7,
|
light_source = 7,
|
||||||
paramtype = "light",
|
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
sounds = mcl_core.node_sound_stone_defaults(),
|
sounds = mcl_core.node_sound_stone_defaults(),
|
||||||
drop = "mcl_core:obsidian 8",
|
drop = "mcl_core:obsidian 8",
|
||||||
|
|
Loading…
Reference in New Issue