Make tsm_chests:chest indestructible

This commit is contained in:
ClobberXD 2018-11-28 12:17:54 +05:30 committed by rubenwardy
parent a5eb95b9ec
commit 32c0726995

View file

@ -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(),