Make treasure chests glow
This commit is contained in:
parent
53a31fbdad
commit
97aa3df3a0
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ minetest.register_node("tsm_chests:chest", {
|
||||||
"default_chest_side.png", "default_chest_side.png", "default_chest_front.png"},
|
"default_chest_side.png", "default_chest_side.png", "default_chest_front.png"},
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
groups = {immortal = 1},
|
groups = {immortal = 1},
|
||||||
|
light_source = 3,
|
||||||
legacy_facedir_simple = true,
|
legacy_facedir_simple = true,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
|
|
Loading…
Reference in a new issue