end
end,
input_inventory = "dst",
- connect_sides = {left=1, right=1, back=1, bottom=1, front=1, top=1}
+ connect_sides = {left=1, right=1, back=1, bottom=1, top=1}
}
furnace.after_place_node = function(pos)
pipeworks.scan_for_tube_objects(pos)
end
end,
input_inventory = "dst",
- connect_sides = {left=1, right=1, back=1, bottom=1, front=1, top=1}
+ connect_sides = {left=1, right=1, back=1, bottom=1, top=1}
}
furnace_active.after_place_node= function(pos)
pipeworks.scan_for_tube_objects(pos)
return inv:room_for_item("main", stack)
end,
input_inventory = "main",
- connect_sides = {left=1, right=1, back=1, bottom=1, top=1, front=1}
+ connect_sides = {left=1, right=1, back=1, bottom=1, top=1}
}
chest.after_place_node = function(pos)
pipeworks.scan_for_tube_objects(pos)
local inv = meta:get_inventory()
return inv:room_for_item("main", stack)
end,
- connect_sides = {left=1, right=1, back=1, bottom=1, top=1, front=1}
+ connect_sides = {left=1, right=1, back=1, bottom=1, top=1}
}
local old_after_place = minetest.registered_nodes["default:chest_locked"].after_place_node
chest_locked.after_place_node = function(pos, placer)