From c23713f66e844e322a2cd98650bd9728bb9aa74a Mon Sep 17 00:00:00 2001 From: Milan2018 Date: Mon, 16 Mar 2020 21:43:17 +0100 Subject: [PATCH] =?UTF-8?q?Zm=C4=9Bnit=20"protector/doors=5Fchest.lua"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protector/doors_chest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protector/doors_chest.lua b/protector/doors_chest.lua index d25a74a..fbee14d 100644 --- a/protector/doors_chest.lua +++ b/protector/doors_chest.lua @@ -490,7 +490,7 @@ minetest.register_node("protector:chest", { "default_chest_side.png", "default_chest_front.png^protector_logo.png" }, paramtype2 = "facedir", - groups = {choppy = 2, oddly_breakable_by_hand = 2, unbreakable = 1}, + groups = {choppy = 2, oddly_breakable_by_hand = 2, unbreakable = 1, tubedevice = 1, tubedevice_receiver = 1}, legacy_facedir_simple = true, is_ground_content = false, sounds = default.node_sound_wood_defaults(),