1
0
mirror of https://github.com/HybridDog/connected_chests.git synced 2024-09-27 13:20:18 +02:00
This commit is contained in:
DS 2017-08-29 16:06:57 +00:00 committed by GitHub
commit 06dd4924ed

View File

@ -206,6 +206,7 @@ function connected_chests.register_chest(fromname, data)
return false
end
if chest.tube then
chest.tube = table.copy(chest.tube)
chest.tube.connect_sides = {left = 1, back = 1, front = 1, bottom = 1, top = 1}
end