Make tsm_chests:chest indestructible
This commit is contained in:
parent
a5eb95b9ec
commit
32c0726995
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ minetest.register_node("tsm_chests:chest", {
|
|||
tiles = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png",
|
||||
"default_chest_side.png", "default_chest_side.png", "default_chest_front.png"},
|
||||
paramtype2 = "facedir",
|
||||
groups = {choppy = 2, oddly_breakable_by_hand = 2},
|
||||
groups = {immortal = 1},
|
||||
legacy_facedir_simple = true,
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
|
|
Loading…
Reference in a new issue