diff options
Diffstat (limited to 'autocrafter.lua')
-rw-r--r-- | autocrafter.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autocrafter.lua b/autocrafter.lua index 77a0160..8cca0a5 100644 --- a/autocrafter.lua +++ b/autocrafter.lua @@ -52,7 +52,8 @@ minetest.register_node("pipeworks:autocrafter",{ local inv=meta:get_inventory() return inv:room_for_item("src",stack) end, - input_inventory="dst"}, + input_inventory="dst", + connect_sides={left=1, right=1, front=1, back=1, top=1, bottom=1}}, on_construct = function(pos) local meta = minetest.get_meta(pos) meta:set_string("formspec", |