From e38f6f0983feb5725feab8f966d2385b7c7ae23d Mon Sep 17 00:00:00 2001 From: RealBadAngel <mk@realbadangel.pl> Date: Tue, 23 Jul 2013 08:38:39 +0200 Subject: [PATCH] Merge pull request #62 from hdastwb/connect_sides --- technic_chests/chest_commons.lua | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/technic_chests/chest_commons.lua b/technic_chests/chest_commons.lua index 7786496..e6438bf 100644 --- a/technic_chests/chest_commons.lua +++ b/technic_chests/chest_commons.lua @@ -11,8 +11,10 @@ local inv=meta:get_inventory() return inv:room_for_item("main",stack) end, - input_inventory="main"} - + input_inventory="main", + connect_sides = {left=1, right=1, front=1, back=1, top=1, bottom=1}, +} + chest_can_dig = function(pos,player) local meta = minetest.env:get_meta(pos); local inv = meta:get_inventory() -- Gitblit v1.8.0