Změnit "protector/doors_chest.lua"

This commit is contained in:
Milan2018 2020-03-16 21:43:17 +01:00
parent aded3b0d47
commit c23713f66e
1 changed files with 1 additions and 1 deletions

View File

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