From 32c0726995862a400af85e361ae62130c11c58c9 Mon Sep 17 00:00:00 2001 From: ClobberXD Date: Wed, 28 Nov 2018 12:17:54 +0530 Subject: [PATCH] Make tsm_chests:chest indestructible --- mods/other/tsm_chests/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/other/tsm_chests/init.lua b/mods/other/tsm_chests/init.lua index fdf3c22..b9613a6 100755 --- a/mods/other/tsm_chests/init.lua +++ b/mods/other/tsm_chests/init.lua @@ -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(),